Redth / dotnet-maui-check

.NET MAUI Check tool
MIT License
479 stars 79 forks source link

Add WebView2 installation option to the check #68

Closed Eilon closed 3 years ago

Eilon commented 3 years ago

In issue #66 (PR: #67) the idea was to check if WebView2 is installed, and if not, provide a link to install it.

Ideally there would be an option to install it by downloading the installer and running it.

Here's the doc from WebView about how to detect and/or install WebView2: https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#online-only-deployment

Redth commented 3 years ago

Thanks! in 0.6.1

Eilon commented 3 years ago

Oh wait @Redth did you add logic to install WebView2? The PR I sent was just for checking and asking the user to install.

Redth commented 3 years ago

Not yet :)

Eilon commented 3 years ago

Ah OK then this issue should remain open. This one is about actually downloading and installing it. Issue https://github.com/Redth/dotnet-maui-check/issues/66 was about just detecting and informing.