-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
Cost:MWork that requires one engineer up to 2 weeksWork that requires one engineer up to 2 weeksarea-System.Numericshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsreduce-unsafe
Milestone
Description
There is heavy use of unsafe code in number.parsing.cs and calling code (eg at
| private static unsafe bool TryParseNumber(ref char* str, char* strEnd, NumberStyles styles, ref NumberBuffer number, NumberFormatInfo info) |
ReadOnlySpan<char> to eliminate the char * resulting in safer code that is also easier to read.
Relates to dotnet/coreclr#17808
mikedn, svick and omariom
Metadata
Metadata
Assignees
Labels
Cost:MWork that requires one engineer up to 2 weeksWork that requires one engineer up to 2 weeksarea-System.Numericshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsreduce-unsafe