msgraph-sdk-dotnet-core icon indicating copy to clipboard operation
msgraph-sdk-dotnet-core copied to clipboard

The core Microsoft Graph client library for .Net. (Microsoft.Graph.Core)

Results 29 msgraph-sdk-dotnet-core issues
Sort by recently updated
recently updated
newest added

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)**...

Bug

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()`...

Kiota
Needs Validation

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)**...

Service issue
Status: Under investigation

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...

Request: enhancement
Kiota

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...

Request: enhancement
Kiota

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...

Status: Needs investigation

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,...

Request: enhancement

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...

Request: enhancement
Status: Needs investigation

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...

Request: enhancement
Status: Needs investigation

[AB#6090](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/6090)

Request: enhancement