Jason Johnston
Jason Johnston
So in the case of `Prefer` header, it's perfectly valid to have multiple instances. Graph accepts both of these: ```http GET /me/messages Prefer: IdType="ImmutableId" Prefer: outlook.body-content-type="text" ``` ```http GET /me/messages...
@RinkAttendant6 The `Prefer` header is an exception. RFC 7240 states: > A client MAY use multiple instances of the Prefer header field in a single message, or it MAY use...
I've updated the sample to use the Kiota-based Graph SDK, so now this is blocked by https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2237.
To add to this: the current generator is inconsistent. It uses both single-quotes and double-quotes. This would make things consistent :D.
Per @FaithOmbongi transferring to DevX API repo for snippet generation investigation
Transferring to microsoft-graph-devx-api repository.
Transferring to microsoft-graph-devx-api repository.
You registered your application to only allow users in your tenant. You need to either: - Change your app registration to allow "Accounts in any organizational directory and personal Microsoft...
Thanks for these reports. Did all of you get the project from the quick-start downloader at https://developer.microsoft.com/en-us/graph/quick-start?platform=option-dotnet? I reproduce these problems with the zip from the downloader. Updating NuGet packages...
It appears that this is a bug with they Roslyn compiler being tracked in their repository: https://github.com/dotnet/roslyn/issues/15556. Folks have reported the following things fixing the error: - Unload/reload project -...