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 We want to set the ``DeviceCategory`` of a ``ManagedDevice``. So Intune already calls this endpoint: [https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref](https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/%7BmanagedDevice-id%7D/deviceCategory/$ref) Ref is not part of in the SDK so far....

Bug: metadata
type:bug

### Describe the bug I am trying to download transcripts and recordings using Microsoft.Identity.Web.GraphServiceClient 2.18.1. The docs ?? say this: ``` // Code snippets are only available for the latest...

type:bug
dependency:metadata

### Describe the bug We fetch items from a sharepoint list like this: ```cs var graphItems = graphClient.Sites[siteId].Lists[listId].Items; var listItems = await graphItems.GetAsync(o => o.QueryParameters.Expand = new[] { "Fields" });...

type:bug
priority:p1

### Describe the bug The UserSimulationDetailsCollectionResponse class is missing in the C# library after 5.27.0-preview (5.27.0-preview is the last version that the class exists). This means that you cannot page...

type:bug
dependency:metadata

### Describe the bug I am trying to update workbook table rows within a created session (passing 'workbook-session-id' in the header) to improve the performance of my code but no...

status:waiting-for-triage
type:bug

We are using "Microsoft.Graph" package with Version "4.54.0" and trying to get calendar event by its id but for some events we are getting the following error: "The specified object...

Needs: Attention :wave:
Question: API

### Describe the bug I am trying to send a mail with attachment on customer site but it fails with an exception of type `System.Threading.Tasks.TaskCanceledException` with message `A task was...

Needs: Attention :wave:
type:bug

### Describe the bug According to the official Microsoft [documentation](https://learn.microsoft.com/en-us/graph/custom-security-attributes-examples?tabs=csharp), one can assign custom security attribute values using the following code: ``` var requestBody = new User { CustomSecurityAttributes =...

status:waiting-for-triage
type:bug

### Is your feature request related to a problem? Please describe the problem. I am trying to select only a couple of properties from an expanded collection using LINQ, but...

type:feature

Small file upload using ContentRequestBuilder PutAsync and large file upload using LargeFileUploadTask - both of these have null SharepointIds property in the response drive item. ContentRequestBuilder PutAsync uses DefaultQueryParameters which...

Needs: Attention :wave: