AlexNav73 / CoreCraft

An application state management library
MIT License
8 stars 0 forks source link

Move code generation out from Roslyn Source Generator #21

Open AlexNav73 opened 1 year ago

AlexNav73 commented 1 year ago

Code generation should be placed in a separate library, so the Roslyn Source Generator will use the library to produce code. It can be helpful for such cases as the reverse engineering domain models from a database file.

AlexNav73 commented 8 months ago

Implemented in dec144e24eff0e5468cc97f875b4e42bf218cd65