Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Both Wpf and Winforms assemblies are copied for all .NET projects #1078

Open
champnic opened this issue Mar 16, 2021 · 1 comment
Open

Both Wpf and Winforms assemblies are copied for all .NET projects #1078

champnic opened this issue Mar 16, 2021 · 1 comment
Assignees
Labels
bug Something isn't working priority-low We have considered this issue and decided that we will not be able to address it in the near future. tracked We are tracking this work internally.

Comments

@champnic
Copy link
Member

champnic commented Mar 16, 2021

We're still seeing both the Wpf.dll and Winforms.dll getting copied to output in the 1.0.790-prerelease. Our runtimes directory is good now, but we were expecting not to have the Wpf.dll copied to output for a .NET Framework WinForms project with the closure of this issue:

Microsoft.Web.WebView2.Core.dll
Microsoft.Web.WebView2.WinForms.dll
Microsoft.Web.WebView2.Wpf.dll

Originally posted by @billybooth in #461 (comment)

AB#32137154

@champnic champnic added bug Something isn't working tracked We are tracking this work internally. labels Mar 16, 2021
@champnic champnic self-assigned this Mar 18, 2021
@znakeeye
Copy link

znakeeye commented Jun 30, 2023

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" />

@github-actions github-actions bot added the priority-low We have considered this issue and decided that we will not be able to address it in the near future. label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-low We have considered this issue and decided that we will not be able to address it in the near future. tracked We are tracking this work internally.
Projects
None yet
Development

No branches or pull requests

2 participants