AArnott / CodeGeneration.Roslyn

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

Overall refactor, and license streamlining #117

Closed amis92 closed 5 years ago

amis92 commented 5 years ago

Applies StyleCop as required, adjusted to the project, and applied some suggestions.

Some more Directory.Build generalization, refactor, properties split into labeled groups.

Fixes #116

No functional changes.

amis92 commented 5 years ago

@AArnott can you please re-review? I've applied changes per your comments, but still am not sure about the Directory.Build.props organization.

amis92 commented 5 years ago

I've merged PropertyGroups but split out three:

How do you feel about that?