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

**Describe the bug** When getting the staffmembers of a certain service, and then trying to get the details of each of these staffmembers, some staffmembers throw an error. **To Reproduce**...

Needs: Triage

Originally from Microsoft Support TrackingID #2208010010002604 Why is the assembly System.Net.Http.WinHttpHandler v6.0.1 required to be loaded with .Net framework 4.6.2 if this is not usable until .NET 5? While compiling...

Request to add a single-value extended property to a specific message should use PATCH instead of POST as stated in [documentation](https://learn.microsoft.com/en-us/graph/api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties?view=graph-rest-1.0).

Bug: metadata

**Describe the bug** When trying to update the an Image in the organizationalBrandingProperties the endpoint gives an `error` **To Reproduce** ``` var branding = new OrganizationalBranding { BannerLogo = new...

Needs: Triage

**Is your feature request related to a problem? Please describe.** When trying to use the Delta Queries results @removed may be returned in an item as a property to indicate...

Request: enhancement
Question: SDK

**Describe the bug** The docs are not up to date with the latest version. **To Reproduce** For example the headers documentation https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/docs/headers.md ``` var newObject = graphServiceClient .Object .Request(new HeaderOption("Etag",...

Bug: documentation

**Describe the bug** Exception: The requested operation requires an element of type 'Number', but the target element has type 'String'. It appears that the SDK is attempting to parse the...

Bug
Kiota

**Describe the bug** If you set this property and send it to the graph you will get an error. Not setting this or having null works. The graph Docs does...

Service issue
Bug: metadata

In the lasts days using 4.5 beta version, i was able to filter by SkipToken doing something like this: ` var queryOptions = new List() { new QueryOption("$skipToken", skiptoken) //...

Needs: Triage

In one of the recent Graph sdk updates (`Microsoft.Graph.Communications.Calls` package) many of the models were moved from the Microsoft.Graph namespace to Microsoft.Graph.Models namespace. However some of the notification updates that...

Question: SDK
P1
Needs: Attention :wave: