Navdeep Singh
Navdeep Singh
@DharshanBJ The solution file you shared, I am able to build this for both .net8 and .net9 in visual studio 2022  with the webview2 SDK version 1.0.2792.45
The Microsoft.Maui.Controls package version 9.0.30 requires Microsoft.Web.WebView2 version 1.0.2792.45 or higher. However, your project is currently using Microsoft.Web.WebView2 version 1.0.864.35. This discrepancy is causing your code to expect a binary...
I see this [dependency](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/d0a3fc04980174a61c2ec6434dd28dc626674b92/Directory.Packages.props#L16) explicity stated in your Directory.Packages.props. Are you saying this line is autogenerated?
@DharshanBJ does even after these https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5154 changes, you are getting the same error. In my knowledge the changes in the pr should have fixed the issue?
> [@Navdeep-ss](https://github.com/Navdeep-ss) You are plain wrong. While your statement about package version and requirements are completely correct the issue [@unrateddi](https://github.com/unrateddi) points out is the core of the problem. I can...
@DharshanBJ, I’ve identified the reason why we’re still encountering this error even after the version update. and for now it could be fixed just by adding ```xml false ``` in...
It was a runtime issue and has been fixed in version 138.0.3320.0 (Official build) canary (64-bit) Folks can try it out using latest webview2 canary runtime.
There is some work we are doing at our part to support this. Dragging in webview2 in winui3 is not supported yet. We will update once its done
The fix has been made for the memory leak issue, and it will be available in the next pre-release version of sdk (>1.0.3477-prerelease) I am closing this issue, and suggest...
can you check if you still see this issue in the runtime >=143.0.3624.0