-
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.
Json source generation collections (#62)
* 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 * Added more collections relying on T * Fix tests along with adding dicitonary support * Update nits and got rid of stacks and queues * Make tests static and delete todos * Delete todos for dictionary types json context
- Loading branch information
Showing
12 changed files
with
423 additions
and
55 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
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
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.