Copilot will even be able to suggest next steps like adding to a folder and suggest people to you to share the file with and give you a daily digest of updates in OneDrive you might have missed. Microsoft said these features are "a little bit further off" and mentioned Copilot in OneDr...
async void OnItemSelected(object sender, SelectedItemChangedEventArgs e) { Publication p = (Publication)e.SelectedItem; Debug.WriteLine(p); if (p.folderID.Equals("-1")) { using (Stream respStream = await post(p.docNum)) { string ext = p.appextension.ToLower(); byte[] buffer = new ...
l have an api backend in a .net core web app and have written the code to consume the api in xamarin.forms. when l run the code l get the following error.System.Net.WebException: 'Failed to connect to /127.0.0.1:44360'.Below is my code in xamarin.forms...