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

**Is your feature request related to a problem? Please describe.** Developers should be able to write to the request stream for uploads so they can generate content 'on the fly'...

Request: enhancement

In v4 versions, the following code worked: ```csharp await Client.Groups[groupId].Request().GetAsync(cancellationToken); ``` In v5, you now have to name the argument if you're only passing a `CancellationToken`, which ends up being...

Request: enhancement
generated

**Is your feature request related to a problem? Please describe.** In v4 you could write ```csharp var mails = await client.Me.MailFolders.SentItems.Request().GetAsync(); ``` In v5 this becomes ```csharp var mails =...

Request: enhancement

reflection of https://github.com/microsoftgraph/msgraph-beta-sdk-java/issues/940 on this repository. We want: - [x] release please header file (yaml .github/release-please.yml) - [x] release please manifest (json .release-please-manifest.json) - [x] release please config (json release-please-config.json)...

### Describe the bug ` var deltaPage = await request.Client.Groups.Delta.GetAsDeltaGetResponseAsync(requestConfiguration => { requestConfiguration.QueryParameters.Select = ["id", "displayName", "description", "members", "deletedDateTime"]; requestConfiguration.QueryParameters.Top = 999; }); await IteratePageAsync(request.Client, deltaPage); // Recursively fetch next...

Needs: Attention :wave:
type:bug

- The "program" is a Windows-Service developed with .net/C# (Framework 4.8) VS2022. - But this is no factor on the issue. The "bug" can be reproduced with a simple console...

Needs: Attention :wave:
Status: Needs investigation

Good morning, this ticket has been opened to report an issue about the Graph API graphServiceClient.Users.Request: this method, used to get all the enabled users (filter "accountEnabled eq true") in...

status:waiting-for-author-feedback
type:question

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoftgraph/msgraph-sdk-dotnet/pull/2568)

### Describe the bug For reasons of my own, I'm trying to upload a file with the following name: A%2FB%2BC+D.zip. This is a URL-encoded form of the string "A/B+C D.zip"...

Needs: Attention :wave:
type:bug

### Describe the bug Pagination stopped working correctly for multiple Microsoft Graph API resources since 2024-06-29. In particular, this includes the following endpoints (but potentially could affect more, those are...

Service issue
Needs: Attention :wave:
type:bug