Fix System.Number.BigInteger.DivRem outputting an incorrect remainder#72115
Fix System.Number.BigInteger.DivRem outputting an incorrect remainder#72115dakersnar merged 1 commit intodotnet:mainfrom
Conversation
|
Perhaps, worth having a unit test? |
|
@EgorBo Can do, let me try to figure out InternalsVisableTo |
We try to avoid InternalsVisibleTo, for a variety of reasons, e.g. it inhibits assembly-level trimming we do. Why does this require internals access? If there's no way to trigger this via public surface area, I think it's fine to forego a test. |
|
@stephentoub That makes sense. At the very least, once I merge the double to decimal conversion code, that will include a test that hits this code path. Do you think that's sufficient? |
|
If there's no other way to trigger this bug via public surface area, sounds fine. |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsFixes #72113
|
|
@jeffhandley I think we discussed wanting to get this into 7.0. What does that process look like at this point? |
Everything going into main right now will make it into .NET 7. No additional process required (for a few more weeks). |
Fixes #72113