Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
745
stars
165
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
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".
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".