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 trying to read response content within custom RetryHandler, it remains compressed and needs to be manually decompressed. Default compression handler is called after it and...

status:waiting-for-author-feedback
type:bug

### Is your feature request related to a problem? Please describe the problem. When I download a very large Attachment, where the contentBytes are included, it is extremely slow, because...

status:waiting-for-triage
type:feature

https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/0944678a53d403eb3b4f1a6968129757dd745257/src/Microsoft.Graph/Generated/BaseGraphServiceClient.cs#L517 `ServicePrincipalsWithAppIdRequestBuilder` does not expose the same methods as `ServicePrincipalsRequestBuilder`. For example, there is no `AppRoleAssignedTo` in the former, whilst it is in the latter, and `https://graph.microsoft.com/v1.0/servicePrincipals(appId='ab7752ff-3c3a-abcd-xyzw-d6c3349bf789')/appRoleAssignedTo` works just fine.

type:bug
dependency:metadata

I can't find any documentation for it, the question is if I use OBO flow and initialize graph client like below, should token be automatically refreshed? It does not seem...

Needs: Attention :wave:
type:question

We have customers who were URL encoding before passing in data to SDK in versions Closing this one for now as this is resolved with V5 of the SDK which...

Request: documentation

### Describe the bug i am trying to update the value of named ranges in excel using the microsoft graph api, but i don't seem to be able to pass...

type:bug

### Describe the bug Hello, I am trying to load an Extension for a Contact, Change a Value then save it, but i am getting the Error in the title....

Needs: Attention :wave:
type:bug
type:question

### Describe the bug I am successfully creating an invite to a b2b guest user using Invitations.PostAsync, I'm then trying to set an app role using AppRoleAssignedTo.PostAsync on that user...

Needs: Attention :wave:
type:bug

### Describe the bug I am working with retrieving CustomSecurityAttributes for a Graph User. In version 5.44.0 of the library, the values of these attributes are returned as JsonElements which...

type:bug
priority:p1

### Discussed in https://github.com/microsoftgraph/msgraph-sdk-dotnet/discussions/2493 Originally posted by **stefanboerner** May 15, 2024 I'd like to modify the "Sponsors" list of a user as described [here](https://learn.microsoft.com/en-us/graph/api/user-post-sponsors?view=graph-rest-1.0&tabs=http) but it seems that GraphClient.Users[id].Sponsors.**Ref** is...

Bug: metadata
type:bug