-
Notifications
You must be signed in to change notification settings - Fork 475
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
Fix: Project Names with Spaces Break the Build #953
Fix: Project Names with Spaces Break the Build #953
Conversation
…assemblies in Aspire Host project
The issue when using a That said, you could try changing If this works, it would be great if you could update it in the empty template too, and ensure the directory names, project files, etc. are updated to match. |
Thank you for the pointers. |
@kiapanahi have you tested the templates locally? After calling |
/azp run |
No pipelines are associated with this pull request. |
@DamianEdwards I did. The thing that I didn't test (to be honest didn't know how to test without much hassle) was the fix for replacing the single whitespace character with underlines which this PR fixes as well. I think I know how to test it though. If I'm not wrong, I need to somehow reference my own build of but the |
You'll need to create a local NuGet feed that points at the artifacts directory of the repo ( |
Alright, I managed to test with the locally built |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
Thank you for all of your pointers and helps |
Fixes: #945.
I however couldn't find a solution for projects with (.) in their names.
I've figured out that the generated
IServiceMetadata
is correct but the actual name-of-project.AppHost
template is outputting faulty template.