-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-blazorBlazor Hybrid / Desktop, BlazorWebViewBlazor Hybrid / Desktop, BlazorWebViewt/enhancement ☀️New feature or requestNew feature or request
Description
There was a recent discussion about ideas on changing how BlazorWebView is packaged. Right now to use BlazorWebView you have to reference a package, set your project to use an SDK, and potentially some other settings. We can hide much of that via targets/props in the package, but we want to consider having something like UseBlazorWebView as an MSBuild property. To solve everything we need to consider changes to the Razor SDK to be always-imported (but perhaps only conditionally enabled).
Ideas:
- Always import Razor SDK props
- Only import targets is UseBlazorWebView is set
- Change to a Framework Pack
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-blazorBlazor Hybrid / Desktop, BlazorWebViewBlazor Hybrid / Desktop, BlazorWebViewt/enhancement ☀️New feature or requestNew feature or request