Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Feb 19, 2024 · 1 comment

Comments

@KyleDickersonComposer
Copy link

KyleDickersonComposer commented Feb 19, 2024

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
Copy link
Member

Hi
Does it happen with the original web app templates?
If not then this can fix it #465 as it a fresh work from the original templates by MS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants