Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefh/codegenerationexample
https://github.com/stefh/codegenerationexample
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefh/codegenerationexample
- Owner: StefH
- License: mit
- Created: 2021-07-16T15:27:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T10:36:09.000Z (over 2 years ago)
- Last Synced: 2024-05-19T14:29:54.014Z (6 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/