You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running dotnet test from the command line with a project that uses System.Net.HttpStatusCode as a default parameter, the test hangs using one full CPU core.
I've traced this issue to Mono.Cecil, and when I update to 0.10.1, the issue goes away.
I'll attach an example that shows the problem.
The text was updated successfully, but these errors were encountered:
When running
dotnet test
from the command line with a project that usesSystem.Net.HttpStatusCode
as a default parameter, the test hangs using one full CPU core.I've traced this issue to Mono.Cecil, and when I update to 0.10.1, the issue goes away.
I'll attach an example that shows the problem.
The text was updated successfully, but these errors were encountered: