AArnott / CodeGeneration.Roslyn

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

refactor: Remove .Tests.RunBuild project #208

Closed amis92 closed 4 years ago

amis92 commented 4 years ago

It doesn't seem to be used for anything, and debugging can be done via more "Unit test" tests

AArnott commented 4 years ago

It's your call, @ami92. But the useful of this project is (IIRC) that you can "F5" and actually run a build that actually invokes the msbuild task in the regular way. There were some bugs that I couldn't write effective unit tests for, perhaps. Or perhaps it was just easier for me to step through debugging using this project.