This repository was archived by the owner on Mar 19, 2023. It is now read-only.
This repository was archived by the owner on Mar 19, 2023. It is now read-only.
Find a work around for lack of support for String.Normalize() #1
Open
Description
In the constructor for BaseLiteralNode, the code was enforcing Unicode normalization form C by calling the String.Normalize() method. However, this method is not available dnxcore50 so currently the call to normalize the string is commented out.
It would be nice to find a workaround for this if possible.
Metadata
Metadata
Assignees
Labels
No labels