Custom C# parser fails on netcore due to encodings
Open
CoreCLR-test
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
Mismatching encodings on netcore cause the following tests to fail:
- CreateCSharpManifestResourceName_Tests.Regress172107
- CreateCSharpManifestResourceName_Tests.Regress249540
The issues seems to be with CSharpParserUtilities.GetFirstClassNameFullyQualified which skips tokens on the netcore configuration.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.