DefineWithMethodsPerProperty = true
fails when source doc has no using for ImmutableObjectGraph
#108
Labels
DefineWithMethodsPerProperty = true
fails when source doc has no using for ImmutableObjectGraph
#108
When a file wants helper methods:
And that file does not have this line:
The generated code won't compile because extension method syntax is used that assumes that is present.
Similar to #104
The text was updated successfully, but these errors were encountered: