Tags: CristianT/vstest
Tags
Dont send any adapter other than from source directory for netcoreapp (… …microsoft#875) * Revert "Clear extensions cache after discover/execution complete. (microsoft#853)" This reverts commit 0eef86b. * Don’t send any adapter other than source directory for netcoreapp * Address PR comment * Add comment
In case of parallel if test host is aborted, add a new one in place o… …f that (microsoft#837) * Issue: When testhost is crashing before setting up channel with vstest.console, vstest.console should log error message in TestWindow. Fix: Send error message to Test hub of output window. Testing: Added UT and done manual testing * Log message in test window from StartTestRun * Get exception message from testhost * Issue: In case of parallel if test host is aborted, add a new one in place of that * Fix test issue
Fakestpv2 (microsoft#817) * Fakes support in TestPlatform * PR Comments * Fakes depndendencies
Signing for missed dlls (microsoft#754) Adding the assemblies that are not getting signed.
Signing for missed dlls (microsoft#754) Adding the assemblies that are not getting signed.
For empty --version-suffix build.cmd should work (microsoft#538)
For full CLR TargetFrameworks make DebugType is 'Full' (microsoft#528) ( microsoft#531) * For full CLR TargetFrameworks make DebugType is 'Full' * Use TargetFrameworkIdentifier instead TargetFramework.
Console verbosity (microsoft#501) * Code changes for adding verbosity parameter for console logger. * Making Verbosity minimal by default and Adding the tests. * Removed the code that appends extra new line. * Removed the extra tags [Information/Warning/Error] in the Output. * Test fixes for vstest.console.UnitTests
TestHostStartInfo is serialized across wire for IDE. Mark exit callba… …ck as non-serializable. (microsoft#466)
PreviousNext