The launchSettings.json in an ASP.NET Core hosted Blazor WebAssembly app isn't generated correctly #18612
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Done
This issue has been fixed
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
Milestone
The generated launchSettings.json file in a Blazor WebAssembly template isn't generated with the correct ports and profile name. It looks like there's some sort of template authoring issue that's preventing the appropriate template substitutions from taking place.
The ports are always 8080 and 5000, when they should be generated randomly by VS.
The name of the project profile is always "Company.WebApplication1" when it should pick up the name of the created project.
The text was updated successfully, but these errors were encountered: