microsoftgraph / msgraph-sample-blazor-clientside

This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Blazor WebAssembly apps.
MIT License
33 stars 11 forks source link

Fix BaseAddress passed to scoped HttpClient #95

Closed jasonjoh closed 1 year ago

jasonjoh commented 1 year ago

Fixes #94

lostmsu commented 1 year ago

@jasonjoh TBH I think the issue is on their side or some other fix is required.

The version of the API should be transparent to the user of the Graph API NuGet. E.g. only the NuGet itself knows what version it works with.

I will repost this to their thread.

lostmsu commented 1 year ago

For convenience, this is the upstream issue: https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2023