Uh oh!
There was an error while loading. Please reload this page.
Delete redundant DivMod implementation - #45652
Conversation
Dotnet-GitSync-Bot
commented
Dec 6, 2020
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
ghost
commented
Dec 6, 2020
Tagging subscribers to this area: @tannergooding, @pgovind |
EgorBo
commented
Dec 6, 2020
I thoughts these are used in some nuget packages for other profiles - the comment confused me. That's why I didn't delete them as part of #45074 |
| } | ||
| /// <summary> | ||
| /// We don't have access to Math.DivRem, so this is a copy of the implementation. |
There was a problem hiding this comment.
Another one with similar comment about this helper:
There was a problem hiding this comment.
System.Text.Json is compiled downlevel, so it would need ifdefs
There was a problem hiding this comment.
True, maybe comment can be updated since there is no System.Buffers.Text.FormattingHelpers.DivMod after this change.
Related to #45074