Closed FilipToth closed 2 weeks ago
Learn Build status updates of commit 02640d9:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Numerics/Complex.xml | :warning:Warning | View | Details |
xml/System.Numerics/INumberBase`1.xml | :white_check_mark:Succeeded | View | |
xml/System.Runtime.InteropServices/NFloat.xml | :white_check_mark:Succeeded | View | |
xml/System/Double.xml | :white_check_mark:Succeeded | View | |
xml/System/Half.xml | :white_check_mark:Succeeded | View | |
xml/System/Single.xml | :white_check_mark:Succeeded | View |
Cross reference not found: 'System.Numerics.Infinity'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
Learn Build status updates of commit e07db1b:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Numerics/Complex.xml | :white_check_mark:Succeeded | View | |
xml/System.Numerics/INumberBase`1.xml | :white_check_mark:Succeeded | View | |
xml/System.Runtime.InteropServices/NFloat.xml | :white_check_mark:Succeeded | View | |
xml/System/Double.xml | :white_check_mark:Succeeded | View | |
xml/System/Half.xml | :white_check_mark:Succeeded | View | |
xml/System/Single.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
@tannergooding Are you okay with this update?
Learn Build status updates of commit de098e3:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Numerics/INumberBase`1.xml | :white_check_mark:Succeeded | View | |
xml/System.Runtime.InteropServices/NFloat.xml | :white_check_mark:Succeeded | View | |
xml/System/Double.xml | :white_check_mark:Succeeded | View | |
xml/System/Half.xml | :white_check_mark:Succeeded | View | |
xml/System/Single.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Summary
Added documentation coverage for
IsRealNumber
methods' handling of infinities, which may seem unintuitive to some developers. For further details, refer to the linked issue.A separate PR will be submitted into
dotnet/runtime
to update inline documentation comments once this change is approved, in order to avoid simultaneous changes across two repos.Fixes dotnet/runtime#103930