msgraph-sdk-dotnet icon indicating copy to clipboard operation
msgraph-sdk-dotnet copied to clipboard

Microsoft Graph Client Library for .NET!

Results 183 msgraph-sdk-dotnet issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm trying to get meeting requests from a mail folder, but the returned object is still a `Message` instead of an `EventMessageRequestObject`, despite the fact that `ODataType...

Needs: Triage

**Describe the bug** I am trying to create an app registration and a corresponding service principal. I noticed that `PreAuthorizedApplications` and `Oauth2PermissionScopes` are ignored when calling `PatchAsync`. **To Reproduce** ```csharp...

Needs: Triage

While using this library I've come across some really weird syntax. For instance, if I were to retrieve my calendar permissions I'd do the following: `await graphServiceClient.Users["[email protected]"].Calendar.Request().GetAsync();` In C#, square...

Needs: Triage

### Expected behavior Create a one-on-one chat when giving userprincipalname as mentioned in documentation [Microsoft Graph documentation for chat creation with userprincipalname](https://docs.microsoft.com/en-us/graph/api/chat-post?view=graph-rest-1.0&tabs=csharp#example-3-create-a-one-on-one-chat-using-user-principal-name) you used to determine the expected behavior. ###...

Needs: Triage

- [x] https://github.com/microsoftgraph/microsoft-graph-devx-api/issues/1025 - [x] Fix Snippet generation failures due to type disambiguation via https://github.com/microsoftgraph/microsoft-graph-devx-api/pull/1172 - [x] https://github.com/microsoft/kiota/issues/1845 - [x] Update snippet generation to align to changes made in https://github.com/microsoft/kiota/pull/1603...

Exception messages with error `Request_ResourceNotFound` include the resource identifier, which can be personally identifiable data, e.g. user principal name (UPN). My understanding is that exceptions should avoid including such data...

Service issue

**Describe the bug** A reasonable person might think that this was the correct usage of the API: `var newteam = await GraphClient.Teams.Request().AddAsync(team, cancellationToken: CancellationToken);` but noooo, that just returns null....

Request: enhancement

My attachment processing server has limited memory, but lots of free disk. I can currently only access a File Attachment via the contentBytes property. This property is an array of...

Bug: metadata

I have UWP Windows Store App (x86 and x64), using Microsoft.Graph 4.34 all working well in debug and release mode now i have upgraded to 4.35 and in debug mode...

Status: Needs investigation

**Describe the solution you'd like** When browsing packages on NuGet, I would like there to be a Logo. This makes a package more discoverable and trustworthy for me. https://www.nuget.org/packages/Microsoft.Graph

Request: enhancement