-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Remove copied static files code from WebView project #31078
Copy link
Copy link
Open
Labels
Pillar: Technical DebtPriority:3Work that is nice to haveWork that is nice to havearea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsclean-upThis issue is internal clean-up and has no effect on public APIs or expected behaviorsThis issue is internal clean-up and has no effect on public APIs or expected behaviorsfeature-blazor-desktopThis issue is related to Blazor DesktopThis issue is related to Blazor Desktop
Milestone
Metadata
Metadata
Assignees
Labels
Pillar: Technical DebtPriority:3Work that is nice to haveWork that is nice to havearea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsclean-upThis issue is internal clean-up and has no effect on public APIs or expected behaviorsThis issue is internal clean-up and has no effect on public APIs or expected behaviorsfeature-blazor-desktopThis issue is related to Blazor DesktopThis issue is related to Blazor Desktop
Type
Fields
Give feedbackNo fields configured for issues without a type.
As a workaround for another problem we introduced a lot of copied code into the Blazor Desktop WebView package: #31071
There's a fair bit of copied code related to static files and content types. The Blazor Desktop packages can't depend on anything in Microsoft.AspNetCore.App because they have to run in places where ASP.NET Core doesn't run, such as Android and iOS.
Options:
0. Do nothing and keep the copied code (possibly trimming it down to the minimal amount needed, rather than taking entire files)