Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: da9d377
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 036cb86
Choose a head ref
  • 1 commit
  • 9 files changed
  • 3 contributors

Commits on Sep 21, 2021

  1. [release/6.0] Generic Math Preview - Use correct NumberStyle when par…

    …sing double and float (#59349)
    
    * User correct NumberStyle when parsing double and float
    
    IParseable<float> and IParseable<double> would fail when parsing
    a decimal point number due to incorrect NumberStyles parameter.
    
    E.g. IParseable<double>.TryParse would fail as opposed to
    IParseable<double>.Parse because the former explicitly states to use
    NumberStyles.Integer
    
    * Adding tests covering parse for float/double/half
    
    * Delete MSBuild_pid-37116_6904092b1c9a481da960c9e28eba2a27.failure.txt
    
    Co-authored-by: Richard Sefr <[email protected]>
    Co-authored-by: Tanner Gooding <[email protected]>
    3 people authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    036cb86 View commit details
    Browse the repository at this point in the history
Loading