Vijay Anand E G
Vijay Anand E G
After removing the entry from the Unshipped file, all checks have passed. Can you proceed with the merge?
@baronfel can you look into this PR and let me know if anything else needs to be done?
@baronfel Have added a PR for this. Hope this is the necessary change. Kindly let me know your feedback.
@sayedihashimi I'm attempting to include an option of configuring the NuGet [Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management) (CPM) feature as part of the project templates. In CLI, the solution file is generated from...
Yes, the namespace needs to get synced with the containing folder name included (relative to the project file). For example, `BaseViewModel` is a type created under the `ViewModels` folder, but...
@sayedihashimi While using the parameter `$rootnamespace$` in the VS native templates, it automatically takes the containing folder as part of the namespace emitted in the output. (Link 1). https://github.com/egvijayanand/dotnet-maui-templates/blob/e111e3c33dc2ee22206a52d1fce716049c949cc4/src/ItemTemplates/PartialClass/MyClass.cs#L7 https://github.com/egvijayanand/dotnet-maui-templates/blob/e111e3c33dc2ee22206a52d1fce716049c949cc4/src/MauiTemplatesCLI/MyClass/.template.config/template.json#L24...
How to get the current path of the "dotnet new" while processing the template, like the `bind` symbol (host/env)? Need the current directory while processing an item template. Any possibility...
This is in the backlog for almost 2 years, can this be included in the scope for .NET 8 at least?
This has been in the backlog for quite a long time, can this be included in the scope for .NET 9 at least?
> I had made a [draft PR](https://github.com/dotnet/sdk/pull/33810) for the changes, but I'm not confident in them as the situation with CLI parsing for `new` is quite tricky in the current...