summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.Default.cs
AgeCommit message (Collapse)AuthorFilesLines
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
* Enable nullable at the project level * Remove `#nullable enable` from individual files Removes `#nullable enable` from almost all .cs files in System.Private.CoreLib. I left it only in the ~30 files (out of ~1480 that had it) that are mirrored to corefx, that are built into projects by corefx that don't yet set NullableContextOptions at the project level, and that use nullable annotations; otherwise, they'd break the corefx build.
2019-04-14Remove unused offset calculation (#23793)Raz Friman1-6/+0
Utf8Parser has a redundant calculation of date time offset. Fix #21834
2019-04-02Nullable: System.Buffers (#23619)Stephen Toub1-0/+1
* Nullable: System.Buffers * Address PR feedback
2018-11-09Moving the Utf8Parser/Utf8Formatter to be shared (dotnet/corefx#33348)Tanner Gooding1-0/+102
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>