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 · 0 comments

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

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

1 participant