Skip to content

Add hex float formatting and basic tests

30afcdc
Select commit
Loading
Failed to load commit list.
Open

Add hexadecimal float/double parsing and formatting support (IEEE 754:2008) #120637

Add hex float formatting and basic tests
30afcdc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build osx-x64 Release AllSubsets_Mono_Interpreter_RuntimeTests monointerpreter) failed Oct 11, 2025 in 19m 15s

Build osx-x64 Release AllSubsets_Mono_Interpreter_RuntimeTests monointerpreter failed

Annotations

Check failure on line 639 in src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build osx-x64 Release AllSubsets_Mono_Interpreter_RuntimeTests monointerpreter)

src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs#L639

src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs(639,115): error IDE0060: (NETCORE_ENGINEERING_TELEMETRY=Build) Remove unused parameter 'format' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)

Check failure on line 639 in src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build osx-x64 Release AllSubsets_Mono_Interpreter_RuntimeTests monointerpreter)

src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs#L639

src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs(639,140): error IDE0060: (NETCORE_ENGINEERING_TELEMETRY=Build) Remove unused parameter 'info' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)

Check failure on line 639 in src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build osx-x64 Release AllSubsets_Mono_Interpreter_RuntimeTests monointerpreter)

src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs#L639

src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs(639,96): error IDE0060: (NETCORE_ENGINEERING_TELEMETRY=Build) Remove unused parameter 'precision' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)