AArnott / CodeGeneration.Roslyn

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

Nested types don't get regenerated within their outer type #2

Closed AArnott closed 8 years ago

AArnott commented 8 years ago

When an attribute is applied to a nested type, the generated file produces the generated type and the outer type, but does not actually nest the generated type within the outer type.