xavierjohn / FunctionalDDD

Functional programming with Domain Driven Design.
https://xavierjohn.github.io/FunctionalDDD/
MIT License
31 stars 1 forks source link

Minor source generator improvement #116

Closed xavierjohn closed 11 months ago

xavierjohn commented 11 months ago

Minor source generator improvement based on https://www.youtube.com/watch?v=Yf8t7GqA6zA

There is no support for nested classes or namespaces. https://andrewlock.net/creating-a-source-generator-part-5-finding-a-type-declarations-namespace-and-type-hierarchy/