David Hovey
David Hovey
See issue in WebView2 repository: https://github.com/MicrosoftEdge/WebView2Feedback/issues/1921
I found a workaround for this! Based on this [stackoverflow question here](https://stackoverflow.com/questions/9194495/type-exists-in-2-assemblies). 1. Add a `PackageReference` to `Microsoft.Web.WebView2`. In my case I chose version `1.0.864.35` because other packages I needed...
Added pull request #33.
I am using Microsoft Universal Platform (Windows 10) app and using `SQLite.Interop.dll` fails Microsoft's validation when built for their store. Validation message: `File SQLite.Interop.dll has failed the AppContainerCheck check.` According...
I use SQLite Browser (https://sqlitebrowser.org/). I agree, it is a little tedious to view the properties/message together.
This happened to me too. I was able to fix it after running dotnet warp by running: `editbin /subsystem:windows .exe` I also set an application icon in csproj using `Resources\Images\256_256px.ico`....