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

After about 10-50 copy operations I get `Error = {Code: generalException Message: An error occurred in the data store.` I assume that there is some contention because the copy operation...

Request: feature
P2

### Expected behavior When crafting requests manually because the SDK has some limitations, I'd expect the provided message to come with a Authorization header so I can run my request...

Request: feature
P4
Needs: Attention :wave:

A outer handler that is used during testing to provide error responses. We want to make sure that our client can handle random/different responses throughout the pipeline. This handler can...

P1

Issue: The generated client library doesn't support creating arbitrary requests. We need a way to send arbitrary requests and get back deserialized objects. The following snippet demonstrates a way to...

Request: enhancement
P2

Concurrent calls can hit the same throttling limit. We want separate threads that hit the same throttling limit to co-respect the throttling limit. Throttling limits are workload specific. This means...

[spec](https://github.com/microsoftgraph/msgraph-sdk-design/blob/master/providers/LoggingProvider.md) [AB#7331](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7331)

Request: enhancement
P2

Implement a logging handler as per our SDK design guideline https://github.com/microsoftgraph/msgraph-sdk-design/blob/master/middleware/LoggingHandler.md. [AB#7334](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7334)

Request: enhancement
P1
BacklogReviewWatermark

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

Request: feature
P1

It be nice if there would be a class like `ICollectionRequest` which would define the default methods like - GetAsync - Expand - Filter - OrderBy - Select - Skip...

Request: feature
P3
Kiota

I am using this SDK in a Xamarin project and have [full linking enabled](https://docs.microsoft.com/en-us/xamarin/android/deploy-test/linker). This results in classes from this library being linked away although needed, e.g. for deserializing JSON...

Request: enhancement
Request: feature
P3