microsoft / MSBuildSdks

MSBuild project SDKs
MIT License
449 stars 80 forks source link

Add 'dotnet new' templates for NoTargets and Traversal #529

Open MattKotsenas opened 7 months ago

MattKotsenas commented 7 months ago

Fixes #472

Add two new projects: Microsoft.Build.NoTargets.Templates and Microsoft.Build.Traversal.Templates that each publish a NuGet package that can be installed / used via dotnet new.

I wasn't quite sure how best to structure the project, so feedback is appreciated. Some things to consider:

MattKotsenas commented 6 months ago

Friendly ping here. I fully expect this review to take a couple of rounds to get the directory layout the way maintainers want, so any help / guidance is very appreciated. Thanks!

jeffkl commented 6 months ago

@AndyGerlicher has assumed ownership of this repo

AndyGerlicher commented 6 months ago

Just FYI discussing this internally with the MSBuild team. I want to make sure this aligns with their vision before we make this change. Sorry for the delay!

MattKotsenas commented 5 months ago

Hi there! Friendly ping here. Any updates, or concerns / issues I can help address? Thanks!