C
C#2y ago
malkav

❔ I've been able to add Ms GraphClientExtension to Blazor WASM, but no more??

So I've plucked this GraphClientExtension.csfile from online somewhere, because I am still trying to figure out how this all works. (I know bad habbit) however, since Microsoft Graph updated from 4.35.0 to 5.0.0-preview.14 some features broke, and I can't seem to fix them.. Before the IAuthenticationProvider interface was in the namespace Microsoft.Graph in assembly Microsoft.Graph.Core... However now it's nowhere to be found, and it seems I have to add using Microsoft.Kiota.Abstractions.Authentication to be able to use this interface, same goes for the IHttpProvider that was before in the same namespace and assembly as the IAuthenticationProvider, but now nowhere to be found.. I'll post a hastebin from the old file I had plucked, I am hoping someone can help me out, because last time I imported different namespaces I had breaking issues with Blazor WASM. https://hastebin.com/zofepekawa.csharp
4 Replies
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
malkav
malkav2y ago
Repost?
Anton
Anton2y ago
you can use Rider for browsing sources, it downloads the sources automatically and can even decompile assemblies
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.