Balkoth

Results 144 comments of Balkoth

The `GraphServiceClient` is initialized like this. There is no custom creation of the `HttpClient`. ```cs TokenCredentialOptions options = new TokenCredentialOptions { AuthorityHost = AzureAuthorityHosts.AzurePublicCloud }; ClientCertificateCredential credentials = new ClientCertificateCredential(tenantId,...

SDK is `` The token is successfully acquired as it runs for a while until the exception happens.

Yes, but i think we steer away from the root problem. As the timeout can and will happen and defining an indefinite timeout is out of the question for obvious...

Here is what i'm actually using to do this process: ### Versions: ```xml ``` ### GraphClient: ```cs using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using...

Still getting this weird error sometimes: `ODataError: Status 500 - The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.`

Isn't this still a problem because of: https://github.com/dotnet/runtime/issues/98245

There is a working WinForms project included which does not use WinUI or WASDK.

I guess the other projects work too on your system using Win11? Can anyone confirm that Win10 is the culprit?

I did check with `true` and `false` for `WindowsAppSDKSelfContained` but that did not make a difference.