You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
Rewrote internals of the BlazorDesktopHost, it should be more reliable at loading configuration values now.
Application content is no longer cropped off when maximized and using no borders.
builder.Window.UseWebView2Installer() has been moved to builder.UseWebViewInstaller() and now has a parameter to silently install.
WebView is no longer installed by default, add builder.UseWebViewInstaller() to Program.cs to re-enable it. The updated templates have this by default.