dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.2k stars 168 forks source link

Update WebView2 package reference for Windows to resolve runtime error #404

Closed TheCakeMonster closed 2 years ago

TheCakeMonster commented 2 years ago

Attempt to resolve failure to launch a UI built with Mobile Blazor Bindings with the latest stable release of Microsoft Edge 93.0.961.38 (Official build) (64-bit)

Resolves #403

Unfortunately, I have not succeeded in building the MobileBlazzorBindings solution on my machine, or getting the tests to run, so this update should not be considered authoritative.

dnfadmin commented 2 years ago

CLA assistant check
All CLA requirements met.

dnfadmin commented 2 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

:x: TheCakeMonster sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

TheCakeMonster commented 2 years ago

Oh dear. I broke the build :-(

I'm still trying to get all of the prerequisites sorted on my machine in an attempt to work out what the problem is. It's not comforting to be installing so many bits of software, so I've always avoided it to this point. NodeJS, Python, NPM, all installed just to do what seemed easy.

Now I'm hitting MAX_PATH. Eeek.

TheCakeMonster commented 2 years ago

Ah, sussed it. It needed the workaround that Eilon identified in 710 in the the WebView2Feedback repo to be applied to the WinForms and WPF projects. Sorted.