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
From @TalAloni on Saturday, March 21, 2020 4:16:42 PM
I have created a minimal xUnit test project demonstrating the problem (the test project use the SDK-style csproj, and target net472).
VSTest.Console works as expected.
when running the test with dotnet test, it will throw the following exception:
System.ArgumentException : The specified value is not valid in the 'SslProtocolType' enumeration. This exception is not thrown by .NET Framework 4.7.2
dotnet SDK version: 3.1.200
Test Execution Command Line Tool Version 16.5.0
From @TalAloni on Saturday, March 21, 2020 4:16:42 PM
I have created a minimal xUnit test project demonstrating the problem (the test project use the SDK-style csproj, and target net472).
VSTest.Console works as expected.
when running the test with dotnet test, it will throw the following exception:
System.ArgumentException : The specified value is not valid in the 'SslProtocolType' enumeration.
This exception is not thrown by .NET Framework 4.7.2
dotnet SDK version: 3.1.200
Test Execution Command Line Tool Version 16.5.0
Project demonstrating the problem:
https://github.com/TalAloni/dotnettest-xunit
Copied from original issue: dotnet/sdk#10956
The text was updated successfully, but these errors were encountered: