Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefh/codegenerationexample


https://github.com/stefh/codegenerationexample

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Source Generators

A new C# compiler feature that lets C# developers inspect user code and generate new C# source files that can be added to a compilation.

See also:
- https://github.com/StefH/FluentBuilder
- https://github.com/StefH/ProxyInterfaceSourceGenerator
- https://mstack.nl/blog/20210801-source-generators/