MudBlazor / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
717 stars 156 forks source link

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). #456

Open KyleDickersonComposer opened 8 months ago

KyleDickersonComposer commented 8 months ago

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".

ScarletKuro commented 3 months ago

Hi Does it happen with the original web app templates? If not then this can fix it https://github.com/MudBlazor/Templates/pull/465 as it a fresh work from the original templates by MS