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** Both of the following endpoints include a DirectorySizeQuota object with 'used' and 'total' properties. The Organization model in this SDK does not include the DirectorySizeObject data, however...

Bug: metadata

**Is your feature request related to a problem? Please describe.** When using this library in a project with C# nullable reference types, properties that can be null are not annotated...

Request: enhancement
Request: feature
P2
Kiota

Graph sdk exposes an ISerializer interface and you can pass an implementation of it using your own custom json library. But the problem is the graph source code uses a...

Request: feature
P3
breaking change
Kiota

Hi all, One more item I wanted to raise. We use `OpenType` additional data extensively. We have cases where we attach complex types (mostly `Identity`, `IdentitySet`) in additional data. Today...

Request: enhancement
P2
Kiota

**Describe the bug** When trying to perform certain mail actions (e.g. Update a message) I am receiving model errors such as: `{ "error": { "code": "RequestBodyRead", "message": "The property 'isRead'...

Needs: Attention :wave:

**Describe the bug** I'm using Microsoft.Graph 3.27.0 and Microsoft.Graph.Core 1.2.4.0. When instantiating `GraphServiceClient` with a custom `HttpClient` parameter, and making any MSGraph call, it fails with the error below: ```...

Question: SDK
Bug: documentation
P1

Entity type 'Person' is missing from the generated model EntityType.cs. Example usage below: ```csharp var requests = new List() { new SearchRequestObject { EntityTypes = new List { EntityType.Person //...

Needs: Attention :wave:
Bug: metadata

**Describe the bug** We have a C# application that saves emails and their attachments into our DMS system from Office/Outlook 365 accounts. We use the Microsoft Graph REST API to...

Needs: Attention :wave:

**Is your feature request related to a problem? Please describe.** We are migrating an application, that archives emails, from EWS to Microsoft Graph. After the application archives an email in...

Service issue

https://github.com/microsoftgraph/msgraph-sdk-dotnet/pull/50 added support for Select/Expand. Is there anything planned for Filter? (we use .Where extensively in AAD Graph) [AB#7336](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7336)

Request: enhancement
P3