The dotnet new umbracocloud template for v17 creates the project locally, but doesn’t ask for the new project name and so creates the standard UmbracoProject folder, solution and namespace.
I’ve tried it on Mac and Windows, am I missing something obvious?
For anyone else (including myself in the future ), it looks likely that the problem is that I created the Development and Staging environments before I tried to use the template to rename the solution.
Next time the recommended sequence is to create the new UC project, then clone it using the the umbracocloud template and that should then show the options to rename the solution and project files. Then the Development and Staging environments can be create…