templating icon indicating copy to clipboard operation
templating copied to clipboard

Ability to add solution items

Open matkoch opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

My template should add additional items to a new solution folder. The D396686C-DE0E-4DE6-906D-291CD29FC5DE doesn't seem to do that. Seems to be limited to project files.

Describe the solution you'd like.

Post action supports adding solution items to solution folders.

Additional context

No response

matkoch avatar Aug 25 '23 16:08 matkoch

@sayedihashimi I'm attempting to include an option of configuring the NuGet Central Package Management (CPM) feature as part of the project templates.

In CLI, the solution file is generated from the template, so with conditional evaluation, able to control it.

But from within Visual Studio, have no control over the solution file whatsoever. So kindly define the option to include the Solution Items as a Post Action Registry as its project GUID is fixed.

This would help in completing this feature.

egvijayanand avatar Oct 19 '23 13:10 egvijayanand