AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

generated artifacts should be put nested under the original file, instead of having them in the obj folder #55

Closed AdmiralSnyder closed 6 years ago

AdmiralSnyder commented 7 years ago

... just like the .designer.cs things and files that get created by TT i think this makes it much more explorable

AArnott commented 6 years ago

But these aren't TT files. And whereas TT files are checked into source control and typically only updated within the IDE, this feature produces the files and build artifacts and they should not be checked into SCC. Generating these files into the source folder would be very confusing and certainly lead to folks accidentally checking the files in.