Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add latest .NET 8 runtime to global.json #10659

Merged
merged 2 commits into from
Jul 22, 2024

Commits on Jul 22, 2024

  1. Add latest .NET 8 runtime to global.json

    Since we updated to a .NET 9 SDK, the
    MS.ANC.Razor.Microbenchmarks.Generator unit tests have failed to run
    locally. This is because these test use Benchmark.NET, which performs a
    builder at runtime targeting .NET 8. This works fine in CI because it
    uses a .NET 8 SDK.
    
    This change just adds the most recent .NET 8 runtime version to the
    list of runtimes in Razor's global.json. So, it'll get installed into
    the .dotnet folder and the Microbenchmarks.Generator will run and stop
    reporting a spurious error.
    DustinCampbell committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c93ab14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3bf643 View commit details
    Browse the repository at this point in the history