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
Setup: xunit plugin 1.3.1
TeamCity 2022.10
VS Project based on .Net 4.8 with XUnit 2.4.2
Tests should connect to any valid https URL
When running tests using Visual studio there's no issues.
But when the tests are run on TeamCity server we got below error.
System.ComponentModel.Win32Exception : The client and server cannot communicate, because they do not possess a common algorithm
To resolve it we had to add 2 files (xunit.console.exe.config) and (xunit.console.x86.exe.config) to buildAgent\tools\xunit-runner\bin\2.4.x directory based on suggestion from xunit/xunit#1659.
Setup: xunit plugin 1.3.1
TeamCity 2022.10
VS Project based on .Net 4.8 with XUnit 2.4.2
Tests should connect to any valid https URL
When running tests using Visual studio there's no issues.
But when the tests are run on TeamCity server we got below error.
To resolve it we had to add 2 files (xunit.console.exe.config) and (xunit.console.x86.exe.config) to buildAgent\tools\xunit-runner\bin\2.4.x directory based on suggestion from xunit/xunit#1659.
The text was updated successfully, but these errors were encountered: