-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add net11 support #2911
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 net11 support #2911
Conversation
|
@timcassell Do you have any idea why the CurrentRuntimeIsProperlyRecognized is still failing despite reverting it back to be teh same as master? Running locally I didn't hit the issue, but I think it was using net8.0 instead of net10.0. |
Because of your change in DotNetRuntimeHelper.cs. |
|
Thank you for catching this, went ahead and undid that change. |
|
Thanks @LoopedBard3 |
Add net11.0 support. Based on the update for net10.0: #2642.
(Answered)
Open question: Is the update to src/BenchmarkDotNet/Toolchains/NativeAot/Generator.cs and tests/BenchmarkDotNet.Tests/Helpers/DotNetRuntimeHelper.cs correct?Once merged we plan on updating the dotnet/performance repo to latest BDN, in part for the WasmNet11_0 runtime moniker support.