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** If I try to filter calendar view by the `extensions` or `singleValueExtendedProperties` collections, I get an error response with code `ErrorInternalServerError` and message `An internal server error...

Needs: Author Feedback
Status: No recent activity
Question: API

**Describe the bug** A clear and concise description of what the bug is. Started getting the following exception in Microsoft.Graph v5.42.0 when attempting to upload small files: InnerException: Microsoft.Graph.Models.ODataErrors.ODataError: Cannot...

Bug
P1

**Describe the bug** I am trying to send several messages using batch processing. But the api throws a bad request(400) error **To Reproduce** ``` BatchRequestContentCollection requestContent = new(graphServiceClient); foreach (String...

Hi, I would like to mock batch requests. There is an old [Github Issue](https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1189) that is not up to date anymore linking to a way of mocking batch requests to...

**Describe the bug** When creating new booking businesses and publishing it. I can see that the booking business is created when getting it by id. But when I go in...

**Describe the bug** Im trying to report policy violation API in Teams, using the /v1.0/chats/{chat-id}/messages/{message-id} Endpoint. The serialization is defined to be camel case starting with lower case, but documentation...

Needs: Attention :wave:
Bug: metadata

My process is as follows: - Get all users - Loop through users - Get user photo - Check if hash of photo matches current photo - If hash does...

Question: SDK
Needs: Attention :wave:

**Describe the bug** File size of Microsoft.Graph.dll seems bigger than it needs to be if I'm just using a few APIs from Graph. Can the Graph DLL be split up?...

Question: SDK
Request: feature
Needs: Author Feedback

` var contact = new Contact { GivenName = "Talbott", Surname = "Cady", BusinessAddress = null }; await graphServiceClient.Me.Contacts.PostAsync(contact); ` if we run the post contact with set either BusinessAddress,HomeAddress...

Question: SDK
Needs: Author Feedback

**Describe the bug** The client doesn't generate the code for the following URL POST https://graph.microsoft.com/v1.0/me/messages/{message_id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept **To Reproduce** Accept method is missing await graphClient.Me.Messages["{calendar_sharing_message_id}"].GraphCalendarSharingMessage.Accept.PostAsync() or await graphClient.Me.Messages["{calendar_sharing_message_id}"].Accept.PostAsync() **Expected behavior** await graphClient.Me.Messages["{calendar_sharing_message_id}"].GraphCalendarSharingMessage.Accept.PostAsync()...

Service issue
Needs: Attention :wave: