Fix #215 - Extra webview2 dll in nuget package#216
Conversation
Remove webview2loader.dll from package (hopefully) - test workaround to report back to platform.
…ectory conditions
I've managed to fix the issue. It took a combination of updating WebView2 (as per @Sergio0694's suggestion) and removing both conditions around This seems to have also resolved the issue with the extra |
|
@Arlodotexe , I was previously using From what I can understand we are waiting for things to be merged and pushed to labs preview feed? Is there any way to fix this in our application in the meantime? I have tried adding WebView2 nuget, as well as differnet combinations of with/without/with different values of EDIT: A workaround I have found now is to copy |
|
@beeradmoore this should be fixed in the latest labs packages, as the tooling PR was updated in Labs here: CommunityToolkit/Labs-Windows#574 FYI @Arlodotexe |
|
Hey @michael-hawker , confirming this appears to be fixed. I nuked my nuget packages cache and updated to |
|
Thanks for confirming @beeradmoore! 🦙❤️ Yeah, there's definitely still a gap from where the old control was to this new one. The big advantage here to the new one is that it's no longer built on a bespoke custom-built parser underneath. Feel free to submit any fixes you find for anything, happy to take contributions! |

Remove webview2loader.dll from package (hopefully) - test workaround to report back to platform.
Fixes #215
Going to open a Windows PR using this to see if it resolves the issue or not.