-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial prototype using dfs and checking for cycles * Polish debugging and fix tests * Update tests and change accessibility for variables for sourcegenerator helper * Add unit tests for diagnostics for users * Move info logs to only successful generation * Get rid of cycle check for next pr * Get rid of stack logic for cycle checks * Cache property values for typewrapper methods * Fix nits and move diagnostics to another file * Change to usage of GenerationClassFrame * Changed source generated typeclass to be {assemblyname}{typename} * Use struct instead of class for GenerationClassFrame
- Loading branch information
Showing
14 changed files
with
1,166 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.