You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: