OneDrive / onedrive-sdk-dotnet-msa-auth-adapter

Other
25 stars 22 forks source link

WinUI 3.0 support #73

Open Mogikan opened 9 months ago

Mogikan commented 9 months ago

How can I use it with winui 3.0? When I use it with Microsoft.Graph.Core 2.0 it tells me that there is a type conflict between WebView2 parameters where one comes from graphcore dependencies and other comes from winui 3.0 and they have the same type definition in winui 3.0 (CoreWebView2NavigationStartingEventArgs). When I update Graph.Core to the latest version all the code is completely incompatible, graphcore was updated to use kiota abstractions and IRequestAdapter instead of IHttpProvider. Serializer is not available. It's time to provide resources to this project and update it to comply with .net8. Maybe it must be the same maintainer who constantly 'improves' Graph.Core. I'm not MS employee to spend weeks in order to keep it up and running.