You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if this project also published a nuget template package, for instance Microsoft.Build.Traversal.Templates and Microsoft.Build.NoTargets.Templates.
I could then run dotnet new install to install the templates and then for instance create a new dirs.proj file by running dotnet new dirs.proj, or a new NoTargets project via dotnet new notargets.
The idea is to provide a sensible default for people getting started, and reduces friction to adoption over copy/pasting the sample from the README.
I'm also happy to do this work, but wanted to open an issue to gauge interest before starting.
The text was updated successfully, but these errors were encountered:
We would gladly accept a pull request for this. I have never personally made a dotnet template so please feel free to contribute. We would only need a template for NoTargets and Traversal. But that would be very cool to type:
It would be nice if this project also published a nuget template package, for instance
Microsoft.Build.Traversal.Templates
andMicrosoft.Build.NoTargets.Templates
.I could then run
dotnet new install
to install the templates and then for instance create a new dirs.proj file by runningdotnet new dirs.proj
, or a new NoTargets project viadotnet new notargets
.The idea is to provide a sensible default for people getting started, and reduces friction to adoption over copy/pasting the sample from the README.
I'm also happy to do this work, but wanted to open an issue to gauge interest before starting.
The text was updated successfully, but these errors were encountered: