Closed as not planned
Closed as not planned
Description
Description
When publishing a WPF Blazor Hybrid app (that uses BlazorWebView) to a ClickOnce server, a staticwebassets.runtime.json
file is added to the output. The problem is it contains content root paths from a developer machine, which then causes the application to crash, complaining about the path.
Configuration
.NET 7.0.14, on Windows 10 x64.
Regression?
It seems that it is a regression, because in previous versions of .NET 7 and Visual Studio, it didn't use to output the staticwebassets.runtime.json
file at all.
If I make the app delete this file during launch, then it solves the problem, but I still consider it a workaround.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done