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

Change depends on https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/58 getting published to NuGet. Add an extension method on [entities that support delta query ](https://docs.microsoft.com/en-us/graph/delta-query-overview#supported-resources) to provide a HashSet of changed properties. Returns a HashSet where...

Request: feature
P2

Recently, the Graph API implemented an endpoint that can [get the MIME content of a message](https://docs.microsoft.com/en-us/graph/outlook-get-mime-message). The Graph SDK exposes no interface to access this endpoint in a fluent manner....

Request: feature
P1

Please provide the following (and please check them off the list with [x]) before submitting this issue: - [x] Expected behavior. Please provide **links to the specific [Microsoft Graph documentation](https://docs.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&tabs=http)**...

Request: enhancement
P1

**Describe the bug** File with "&#" characters (next to each other) in the filename,e causes errors when requesting or uploading the item Example filename: 屜丯愛金—―〜~‖∥−-¦¦№ 鷗㐀葛渚噓&#x2000B.pptx Adding a separator between...

Bug

**Describe the bug** I'm trying to catch errors when I create subscription on outlook calendar, and I wrote something like this ``` try { //some code... } catch(ServiceException e) {...

Bug
Bug: documentation
P3

I can't submit GraphApi bug to Azure Portal as described in instruction. When login to Azure Portal, can't choose issue type as "Technical" because this type don't exist. [AB#7286](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7286)

Request: documentation
P1

I've noticed java sdk allows to make "Custom request" https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Custom-Requests It would be great if .net sdk allows the same. Any plan to add it or reason why not? [AB#7284](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7284)

Request: feature
P3

**Describe the bug** I'm trying to get items from SharePoint using the Graph API in the name of the user, all these done inside a .net core 3.1 web app...

Bug
P3

**Describe the bug** Can't delete single-value extended property for calendar. **To Reproduce** I have created a single-value extended property for my default calendar. **Code to set value for calendar:** ```...

P3
Status: Needs investigation

I have the goal of being able to programmatically update OneNote page data using C#. The [Microsoft Graph API reference documentation][1] suggests this can only be done by page element,...

Request: enhancement
P3