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

Microsoft Graph Client Library for .NET!

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

According to documentation Group.resourceBehaviorOptions is no longer only in the Beta graph, but it still only available in the beta SDK library. https://docs.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0 https://docs.microsoft.com/en-us/graph/group-set-options https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/src/Microsoft.Graph/Generated/model/Group.cs However resourceBehaviorOptions is only available...

Bug: metadata

The Microsoft Graph .NET SDK v5.0.0 is now available for [preview](https://www.nuget.org/packages/Microsoft.Graph/5.0.0-preview.1)! This updated version features many changes as the SDK is generated with [Kiota](https://microsoft.github.io/kiota/): You can go to the [upgrade...

**Describe the bug** When using the Delta query on teams messages with more than 20 messages we should have the URL for the @odata.nextLink in the Additional Data. This is...

Bug: documentation

I was experimenting with batching in the Graph API and SDK. I'm creating a request to get members of a group: var request = GraphClient.Groups[groupId].Members.Request(); When I send this request...

Request: enhancement
Request: feature
P2

**Describe the bug** I have a requirement to get all internet message headers belongs to an item attachment attached to an Outlook message. I have used following Graph API call...

Question: API

We want a list of all internal users so we tried to filter on UserType eq 'Member'. This works but we were missing quite some of our employees. We then...

P1
Status: Needs investigation

Reference: https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/591 https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests [AB#9594](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/9594)

Request: enhancement
P2

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

Request: enhancement
P1

I ran into the following GitHub action and thought that it might be a useful addition to type summary for reviewing generated code: https://github.com/marketplace/actions/changed-files cc: @baywet @MIchaelMainer

Request: enhancement

Can anybody explain, how "The Microsoft Graph .NET Client Library is made up of 6 major components: blah-blah... auth... request..." can help user to understand WHAT IS MS GRAPH? The...

Request: documentation