Open champnic opened 3 years ago
More than two years later and this is still not fixed?!
Should be fairly simple to just separate WebView2 into two sub packages. E.g.:
<PackageReference Include="Microsoft.Web.WebView2" />
becomes
<PackageReference Include="Microsoft.Web.WebView2" />
<PackageReference Include="Microsoft.Web.WebView2.Wpf" />
or
<PackageReference Include="Microsoft.Web.WebView2" />
<PackageReference Include="Microsoft.Web.WebView2.WinForms" />
We're still seeing both the
Wpf.dll
andWinforms.dll
getting copied to output in the 1.0.790-prerelease. Ourruntimes
directory is good now, but we were expecting not to have theWpf.dll
copied to output for a .NET Framework WinForms project with the closure of this issue:Originally posted by @billybooth in https://github.com/MicrosoftEdge/WebView2Feedback/issues/461#issuecomment-797663118
AB#32137154