We use the StyleCop.MSBuild NuGet package here to check our coding style guidelines. At the moment we add this package manually to every new project, which can be forgotten very easily.
Is there a way to add the package automatically to every new project?
Or can you at least "add a package to the solution" so it is added to every project in that solution?
P.S.: We also use TFS builds with a custom template - so an option which adds the package during build would also be a valid option...