JasonBock / InlineMapping

Using the Compiler API for object mapping
MIT License
64 stars 11 forks source link

Support Records #10

Closed JasonBock closed 4 years ago

JasonBock commented 4 years ago

Right now I think there's an issue with records in source generators. I've added an issue to track this. There's really nothing I can do to fix this, hopefully this will just eventually work once I can receive RecordDeclarationSyntax types.

JasonBock commented 4 years ago

This seems to be fixed.