Skip to content

dotnet new blazorwasm --exclude-launch-settings doesn't exclude launchsettings.json #42331

Description

@TanayParikh

@cerasamson pointed out this behavior isn't working in our default template. Looks like a missing modifier:

{
"condition": "(ExcludeLaunchSettings)",
"exclude": [
"Properties/launchSettings.json"
]
}

Is this something we can still take in for .NET 7?

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.cost: XSWill take up to half a day to completefeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyfeature-templates

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions