msgraph-sdk-dotnet-core
msgraph-sdk-dotnet-core copied to clipboard
The core Microsoft Graph client library for .Net. (Microsoft.Graph.Core)
Please provide the following (and please check them off the list with [x]) before submitting this issue: - [x] Expected behavior. Please provide **links to the specific [Microsoft Graph documentation](https://developer.microsoft.com/en-us/graph/docs/concepts/overview)**...
I tried getting a Message object from Graph using an Access Token I got from the Office.js API from an Outlook Add-In. The request itself works. When I use `GetResponseAsync()`...
Please provide the following (and please check them off the list with [x]) before submitting this issue: - [x] Expected behavior. Please provide **links to the specific [Microsoft Graph documentation](https://developer.microsoft.com/en-us/graph/docs/concepts/overview)**...
Please provide the following (and please check them off the list with [x]) before submitting this issue: - [ x ] Expected behavior. Please provide **links to the specific [Microsoft...
This is to support C# snippet generation for the following HTTP snippet: https://docs.microsoft.com/en-us/graph/api/teamsapp-update?view=graph-rest-1.0&tabs=http#request ```http PUT https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/06805b9e-77e3-4b93-ac81-525eb87513b8 Content-type: application/zip Content-length: 244 [Zip file containing a Teams app package] ``` We need...
Creating a client like so (`BlazorAuthProvider` is a custom auth provider in the project): ``` var errClient = new GraphServiceClient(new BlazorAuthProvider(accessor)); ``` Results in the following error: ``` Unhandled exception...
https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/blob/dev/scripts/IncrementPreviewVersion.ps1#L54 It uses the preview version without regard to the major version. So, if 2.0.0-**preview.1** is published, the preview version of 1.22.0 is **preview.2** instead of **preview.1** In the meantime,...
Internal customer request. I would really like an option for controlling the "depth" for which the DeltaResponseHandler goes to add complex objects to the changelist. For example in members@delta, Each...
Some M.G.D.C.Test tests take a dependency on models in M.G service library. This is fine as long as we only need to use the non-collection models like `User`. Otherwise, all...
[AB#6090](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/6090)