-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Codegen Generation
Jesse Talavera-Greenberg edited this page May 7, 2019
·
3 revisions
This is probably why you're here! This step of the pipeline is run after all code generators have finished. If you used a data provider, you should not need to access the parsed source code directly (but you still can if you really want to).
All code generators are given an array of CodeGeneratorData
objects, which contains the output of every data provider.
You can filter data with LINQ, including by type.
You should have already stored any data from attributes in a CodeGeneratorData
.
Guides: Introduction - Installation - Upgrading - FAQ - Cookbook - Contributing
Need Help? Ask a question on Discord or create an issue.
- The Basics
- Concepts
- Architecture / Patterns