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** Using Graph v5.0.0 When attempting to send an email with the Microsoft.Graph.Me.SendMail method I'm getting the following error: DemoGraph.Controllers.HomeController: Error: Error: Microsoft.Graph.Models.ODataErrors.ODataError: Exception of type 'Microsoft.Graph.Models.ODataErrors.ODataError' was...

Needs: Attention :wave:

**Describe the bug** It's not clear that it is possible to construct a valid instance of `Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.Add.AddPostRequestBody`. This HTTP request requires a property "values", that contains nested JSON, which expects...

Bug
Status: Needs investigation

After checking whether a batch call has failed or not, I can read the success result as shown in the first part of the following snippet. But reading the error...

Question: SDK
Needs: Attention :wave:

We're in the process of migrating from the v4 to the v5 nuget. In adapting the code, I found that in the class `Microsoft.Graph.Models.AssignedLicense` the property `DisabledPlans` is not a...

**Describe the bug** Creating Private Team Channel not working in version 5.13 **To Reproduce** Working Code from 5.12 ``` privateChannel.OdataType = "#Microsoft.Graph.channel"; privateChannel.Members = new(); foreach (var owner in owners)...

Bug

I have attempted to use the property includeHiddenMessages to list out all the associated items from the inbox folder however I am unable to do it. If I print requestInformation...

Question: SDK
Needs: Attention :wave:

I found: * https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/430 * https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/issues/35 Kind of what I am looking for is documentation of generated spans and the like similar to https://devblogs.microsoft.com/azure-sdk/introducing-experimental-opentelemetry-support-in-the-azure-sdk-for-net/ (btw, would msgraph-dotnet OTel be aligned...

Question: SDK

**Is your feature request related to a problem? Please describe.** The Graph API has a know issue with getByIds https://learn.microsoft.com/en-us/graph/known-issues#incomplete-objects-are-returned-when-using-getbyids-request With the graph sdk v4 it was possible to use...

Bug: metadata
OpenApi

**Describe the bug** Converting a project that was using V4 of the beta to V5 of the non beta. I encountered an issue where we are testing the creation of...

Question: SDK
Needs: Attention :wave:

With V4 we could just catch ServiceException, get the error and log/handle it. With V5 we have a new way to handle long running operations. For Clone, Archive, Unarchive Team,...

Status: Needs investigation