dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
697 stars 271 forks source link

Performance-ci blazorserver tests are failing due to blazorserver not being found #3108

Closed LoopedBard3 closed 1 year ago

LoopedBard3 commented 1 year ago
[2023/07/06 05:53:13][INFO] $ dotnet new blazorserver --output app --no-restore --force --name blazorserverinnerloop
[2023/07/06 05:53:13][INFO] No templates or subcommands found matching: 'blazorserver'.

Appears to also be noted here: https://github.com/dotnet/installer/pull/16779. @danroth27 With the removal of the blazorserver template noted in the above PR, is there a direct replacement template or a good place to see the new templates? Thanks!

LoopedBard3 commented 1 year ago

Found the root change: https://github.com/dotnet/aspnetcore/pull/48615. Until we have information on the new formats, I will get a PR to disable the running of the blazor server ones.