Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi
@vlada-shubina no it applies to all runnable .net projects (Console, Web, MAUI, etc.)
FYI I updated the description to indicate that there is no rush to get this implemented. Whenever we have time to add this it would be great.
I have a sample of a Class template which gets the projects rootnamespace and uses that as the namespace declaration. Sample is at https://github.com/sayedihashimi/template-sample/blob/main/src/contoso-templatepack/content/item-templates/classfile/.template.config/template.json, I've pasted the template.json below. This...
Thanks, yes we will need to figure out a way to get the relative folder path into the generated namespace. I will discuss with the team to see what options...
A few of us discussed this today. Unfortunately @baronfel was unavailable for that discussion, but we will need to sync with him as well. Below is a brief summary of...
> How does this fit in with @sayedihashimi 's tool? I think the idea is to have some similar validation, but it's built into `dotnet new` instead of a stand...
We have done some investigations on the Visual Studio side, but I'm not sure if we will be enabling this in Visual Studio due to security concerns. Recently there has...
Visual Studio will never have full parity with what's available with `dotnet new`, but we do try to ensure that we support the most important/used features. We have to be...
@danroth27 we have move the item to our team. We will investigate. Hopefully this will be easy to implement, otherwise we may need to wait on adding this support. We...
@danroth27 thanks, we are investigating.