-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs in DAC names that either contain non-closed generics or non-…
…assembly qualified names (#1172) * Fix bugs in DAC names that either contain non-closed generics or non-assembly qualified names (see bug #897) Add lots of comments to parser as its complex due to having to deal with tragedies like the type name in ParseGenericWithComplexGenericArgs2 Replace uses of char literals in numerous places with their named constants I was using elsewhere Correct numerous comment spelling errors (thanks VS spell checker) Add numerous tests both for the case in 897, some variants of it, and another case I encountered internally * More DAC name corner cases * Add accidental omission of nullability specifier * Fix spacing complaints in my if statements * Fix typos/omitted words in comment in test * Fix copy paste error where I left Fact off of couple of test methods * Reduce allocations --------- Co-authored-by: Lee Culver <leculver@microsoft.com>
- Loading branch information
1 parent
4436e7e
commit d6684cc
Showing
2 changed files
with
699 additions
and
87 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
Oops, something went wrong.