amis92 / csharp-source-generators

A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Creative Commons Zero v1.0 Universal
2.03k stars 202 forks source link

Add Navitski.Crystalized library + source generator #129

Closed AlexNav73 closed 1 year ago

AlexNav73 commented 1 year ago

Hello .NET Community! I'd like to share with you my library, I've been working on quite a while. Basically, this source generator generates a whole domain model (if you are using Hexagonal Architecture) for you. The generated domain model have a lot of features. This library and generators was a part of my WPF application and I decided to move them to the separate repo to share with others. All opinions, suggestions, PRs are welcome!