-
Notifications
You must be signed in to change notification settings - Fork 155
AdapterV2 Release Notes
Terje Sandstrom edited this page Jun 23, 2019
·
11 revisions
- #180 Nunit 2 test adapter does not support Visual Studio 2019
-
#175 NuGet Package : Add
repository
metadata. Thanks to MaximRouiller for the PR - #174 NUnitTestAdapter 2.1.1 not working with Visual Studio 2017 15.8.0
- #147 Fails to resolve assembly for base type of TestFixture if placed in a different dll
- #178 Test Explorer Picks up Zero Tests in VS 2017 for NUnit 2
Hotfix release
- #142 NUnit Test Adapter 2.1 doesn't work with projects that target .NET Framework 3.5 / CLR 2.0
- #144 Adapter requires test project pdb's to be generated for tests to be executed
- #135 Support for VS 2017
- #127 Change adapter package to use tools directory
- #116 Use Mono.Cecil to retrieve source code locations
- #84 NUnit load failure
- #87 Can't overload async/await methods
- The NUnit V2 adapter does not support the Live Unit Testing feature in VS 2017. That support is only included with the NUnit V3 adapter.
- The package including both the adapter and the framework are discontinued. Please install the separate packages instead when upgrading.
- Tested for up to VS2015 Pre-release CTP 6
- Updated to use NUnit 2.6.4
- Adapter does not try to discover tests if the nunit.framework version is 3.0 or greater
- #61 Confusing NUnit version message made clearer
- #62 Adapter uses shadowcopy setting in discoverer but not in the executor
- Tested for up to VS2013 Update 3
- Bugs 39 and 40 was inability to run under VS2012. This is now fixed.
- #24 Long-running tests ignored
- #34 Adapter causes ArgumentException to be thrown by Microsoft logger proxy's SendMessage method
- #37 TestExecution throws Exception System.InvalidOperationException in TFS Build
- #38 NUnit only accepts absolute paths to test assembly
- #39 VSTest unable to find NUnit tests since 1.1.0.0
- #40 NUnit version 1.1.0.0 is broken with test class which ran under 1.0.0.0
- Support for NUnit 2.6.3
- Tested for up to VS2013 Update 2 RC
- Shadow copy now disabled by default, see issue #7 Unable to disable shadow copy.
- Registry settings added for some customization options, see Tips and Tricks
- All code moved to github
- #13 Category attribute not working with TFS test case filter
- #21 Xamarin.iOS NUnit project causes adapter to throw
- This is the release version 1.0 of the test adapter.
- #1208148 The test result output node is not shown for debug/trace statements
- This is the release candidate for version 1.0 of the test adapter.
- #1208161 NUnit Test Adapter runs [Explicit] unit tests in TFS Build
- #1210536 No Source Available for Async Tests
- #1165188 Clicking "Run Selected Tests" doesn't show Trace.WriteLine() output
- Support for Visual Studio 2013 Preview
- #1189268 Profile a test will crash with exception
- #1188000, adapter dont work with solutions with only .net 2.0/3.5 project
- Hotfix for debug issue
- #1174925 Add support for installing the adapter from NuGet
- #1155617 Grouping by class name in VS 2012 doesn't work
- #1165359 Exception after building Coded UI test
- #1116747 vstest.executionengine.x86.exe does not terminate
- #1093178 Eliminate unnecessary files from VSIX
- Works with Visual Studio 2012 Update 1 as well as the RTM.
- Supports filtering and sorting tests by Traits under Update 1.
- Supports use of standard filter expressions when running under TFS Update 1.
- NUnit Categories specified on the fixture class are now recognized and honored.
- 1074891 Can't test multiple assemblies referencing different NUnit versions
- 1075893 Test execution fails if solution contains native C++ project
- 1076012 No source information found for async test methods
- 1087629 TestFixture Category not being recognised as traits in VS2012 update 1
- 1091020 Adapter doesn't support TFS Build traits/test case filtering
- 1074544 Failures in Test Discovery not reporting sufficient information
- 1072150 NUnit adapter 0.93 won't run selected tests
- Works with Visual Studio 2012 RTM. Some features require the November CTP update.
- The adapter now uses NUnit 2.6.2. Among other things, this allows us to support async test methods. See the NUnit Release Notes for more info.
- Source file and line number can now be found for test cases that have an alternate name set.
- Console output from tests is now displayed in the Visual Studio Output window.
- TestFixtureSetUp and TestFixtureTearDown errors are now displayed in the Output window.
- The caret line (------^) is no longer displayed in the IDE since it depends on use of a fixed font.
- Tests may now be grouped and filtered by Category (only under the November CTP update for VS2012).
- 1021144 Text output from tests not displayed in Visual Studio IDE
- 1033623 Not possible to include or exclude tests based on [Category] attribute Released
- 1040779 Null reference exception on generic test fixtures
- 1064620 Support async test methods
- 1065209 Should call both RecordEnd and RecordResult at end of a test
- 1065212 Upgrade NUnit to 2.6.2
- 1065223 Error messages assume a fixed font, but don't get one
- 1065225 No display for TestFixtureSetUp/TearDown or SetUpFixture errors
- 1065254 Cannot open test from Test Explorer for tests in a Parameterized Test Fixture
- 1065306 Generic Fixtures aren't discovered.
- 1066393 Unable to display source for test cases with an alternate name set
- 1066518 Executed fast test appears in Not Run category in Test Explorer
- Works with Visual Studio 2012 Release Candidate
- Uses NUnit 2.6
- 992837 Unable to Debug using VS Test Adapter
- 994146 Can't run tests under .NET 2.0/3.5
- Built against Visual Studio 11 Beta 1
- Uses NUnit 2.6
- First release of the test adapter. Compatible with the Visual Studio 11 Developer Preview.
- Uses NUnit 2.6.
Copyright (c) 2018 The NUnit Project - Licensed under CC BY-NC-SA 4.0