dotnet / roslyn-analyzers-contrib

Replaced by dotnet/roslyn-analyzers.
https://github.com/dotnet/roslyn-analyzers
Apache License 2.0
16 stars 8 forks source link

roslyn-analyzer-seed template #13

Open ghost opened 9 years ago

ghost commented 9 years ago

Create a multi-project template that can be cloned to create a starting code base for building a new set of analyzers. Inspired by angular-seed repo.

sharwell commented 9 years ago

Is there a reason why this wouldn't be better as a new (multi-)project template?

In particular I'm concerned about things like folder and assembly names, GUIDs, etc.

jmarolf commented 9 years ago

My hope would be that once I complete https://github.com/dotnet/roslyn-analyzers-contrib/issues/12 we can create the desired starting repo in the templates.

ghost commented 9 years ago

I think you're right. I changed the issue title to reflect your suggestion.