nunittestadapter

Visual Studio Team Services - Run Functional Tests build task aborting after attempting test run

那年仲夏 提交于 2019-12-23 05:01:29
问题 When I attempt to use the Run Functional Tests task after successfully executing the Visual Studio Test Agent Deployment task, the test run is aborting after a period of time with no actionable error reported. 2017-09-18T18:30:56.0416875Z ##[section]Starting: Run Functional Tests 2017-09-18T18:30:56.0436877Z ============================================================================== 2017-09-18T18:30:56.0436877Z Task : Run Functional Tests 2017-09-18T18:30:56.0436877Z Description : Run

What is the $RANDOM_SEED$ file generated by Visual Studio build of C# solution?

白昼怎懂夜的黑 提交于 2019-12-03 09:04:40
问题 We noticed that on a certain dev machine a Visual Studio (2015 update 3) debug build of a C# solution was generating a $RANDOM_SEED$ file alongside every built DLL. The content of the file is just a single number e.g. 1443972318 Deleting the file(s) then rebuilding resulted in the file being regenerated, with a different number. This behaviour was also observed when rebuilding a single project in the solution (one which has only the standard C# project refs/dependencies + System.Management).

Unsupported test framework error in NUnit

半城伤御伤魂 提交于 2019-11-29 09:19:52
I am using NUnit testing with Visual Studio 2013. We are using NUnitTestAdapter for integration of test run of NUnit with Visual Studio. Visual Studio 2013 NUnit is version="3.0.1" NUnitTestAdapter version="2.0.0" .Net Framework 4.5.2 All packages are latest & installed from Nuget. There is no build error. We are getting error in test result window: Attempt to load assembly with unsupported test framework in D:\JuniorAchievement\Git\jaums\JA.UMS.Tests\bin\Debug\JA.UMS.Tests.dll while running or debugging test using Visual Studio Test Explorer. Test is able to run on one machine with same code

Unsupported test framework error in NUnit

我与影子孤独终老i 提交于 2019-11-28 02:45:54
问题 I am using NUnit testing with Visual Studio 2013. We are using NUnitTestAdapter for integration of test run of NUnit with Visual Studio. Visual Studio 2013 NUnit is version="3.0.1" NUnitTestAdapter version="2.0.0" .Net Framework 4.5.2 All packages are latest & installed from Nuget. There is no build error. We are getting error in test result window: Attempt to load assembly with unsupported test framework in D:\JuniorAchievement\Git\jaums\JA.UMS.Tests\bin\Debug\JA.UMS.Tests.dll while running