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 I try to map my entity to Microsoft.Graph.User and perform POST/PATCH Request E.g. ODataError is thrown with exception "The following properties cannot be set in the...

The upgrade guide to v5 needs a couple of enhancements - Information on the serialization/deserialization of the backedModels that using the backing store. - Information on `KiotaJsonSerializer`

Bug: documentation
Request: documentation
P2

**Describe the bug** Not really a bug I guess more wrong expectations. I would expect that `DeviceAppManagement.MobileApps.GraphWin32LobApp` would have a `GetAsync(...)` method that would request all mobile apps of that...

Bug: metadata
OpenApi

**Describe the bug** The documentation [here](https://learn.microsoft.com/en-us/graph/change-notifications-delivery-event-hubs?tabs=change-notifications-eventhubs-azure-cli%2Chttp#set-up-storage-and-create-a-subscription) states that when consuming events with rich data through an Azure Event Hub a blob store must be provided thus that any events with...

Bug: metadata

**Describe the bug** When using the client library (**v5.36.0**) and serializing the **ExpirationDateTime** property of Subscription class the result in value which is not accepted by the endpoint. The response...

type:bug

While trying to expand the singleValueExtendedProperties using the the following Groups[groupId].Events.GetAsync there is no option to provide expand. Steps to reproduce the behavior: 1. Go to Microsoft Graph Api explorer...

Bug: metadata
OpenApi

**Describe the bug** DeltaWithTokenRequestBuilder.DeltaWithToken(string token) not working with DateTime values that contains time. **To Reproduce** Steps to reproduce the behavior: 1. Execute a Delta query using DriveItemItemRequestBuilder.DeltaWithToken method. 2. Include...

Bug: metadata
OpenApi

Hi, MS Graph doesn't have enough documentation and the sdk naming is making things worse. I don't know what happened here, but it is the first time I see such...

Question: SDK
Needs: Attention :wave:

Hello, I want to sync my .net calendar to office365 calendar. I will use: - standard http endpoint and authorization code flow for obtaining access token and refresh token -...

The CustomDriveItemItemRequestBuilder doesn't do what DriveItemItemRequestBuilder can do. Ex: ```C# var site = $"{options.Host}:/sites/{options.SiteName}"; _site ??= await graphServiceClient.Sites[site].GetAsync(); var drive = await graphServiceClient.Sites[_site?.Id].Drive.GetAsync(); var item = await graphServiceClient.Drives[drive?.Id].Root.ItemWithPath(root + path).GetAsync();...

Bug
Question: SDK
P2