Fix signature parsing edge cases
Open
enhancement
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
The signature parser (https://github.com/mono/linker/pull/1197) adapted from Roslyn's documentation comment id parser has some edge cases in which malformed inputs are still accepted. We mostly match the Roslyn behavior in these cases. Once https://github.com/dotnet/roslyn/issues/44315 is fixed we should update our implementation to match.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.