-
Notifications
You must be signed in to change notification settings - Fork 244
Platform benchmarks failing for .NET6.0 (System.TypeInitializationException) #1699
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
Comments
In net6.0 there is current an issue with recent changes (from this WE) that are breaking on rc2 and need to be applied in this repository. dotnet/runtime#59042 /cc @layomia |
Thanks @sebastienros and @layomia , is there anything I can do to help resolve this? |
It's fixed, you need to pickup the latest agent code. |
Thanks @sebastienros , do you know if the .nuget package for crank-agent will be updated as well?
|
My CI is currently broken (macOS issues). Will update the thread when it's fixed. |
It's on NuGet now. |
Thanks again |
For example:
Output:
Changing the framework to
net5.0
seems to work fine.I'm using the latest
crank
andcrank-agent
:version 0.2.0-alpha.21457.1
Thanks
The text was updated successfully, but these errors were encountered: