Templates icon indicating copy to clipboard operation
Templates copied to clipboard

Templates with multiple .csproj files (i.e. Auto and Wasm) break when created inside of a directory that follows kebab case naming convention (i.e. my-mudblazor-project).

Open KyleDickersonComposer opened this issue 5 months ago • 1 comments

I just wanted to post this because its my first issue. This can be ignored.

This issue exists because the logic that links to the client .csproj file checks for spaces between between words in the assembly name and replaces them with underscores. This creates a link to the Client.csproj file that follows the snake case naming convention(i.e. ../my_blazor_project.Client.cspoj). But, the file that its trying to link to is in kebab-case "my-blazor-project/my-blazor-project.Client.csproj".

KyleDickersonComposer avatar Feb 19 '24 19:02 KyleDickersonComposer