Skip to content

Releases: formulahendry/vscode-dotnet-test-explorer

v0.7.0

09 May 07:55
Compare
Choose a tag to compare
  • #209: Set cli language to english before executing our commands
  • #208: Fixes to xunit theories names and go to test
  • #204: Adds beta for debug test

v0.6.6

02 Apr 13:50
Compare
Choose a tag to compare
  • #193: Added setting to run things in parallel
  • #192: Removed old way of returning test results

v0.6.5

17 Mar 12:39
Compare
Choose a tag to compare
  • #190: Re-work how we fetch test results
  • #188: Auto watch now works for multiple test directories

v0.6.4

03 Mar 03:58
Compare
Choose a tag to compare
  • #187: Made "go to test" more robust

v0.6.2

12 Feb 11:53
Compare
Choose a tag to compare
  • #183: Fixed crash for VSCode Version 1.31.0 on Mac.

v0.6.1

21 Jan 11:59
Compare
Choose a tag to compare
  • #176: Fix typo discoverd -> discovered
  • #174: Don't build when user has passed --no-build

v0.6.0

14 Nov 02:45
Compare
Choose a tag to compare
  • #165: Multiple workspace support
  • #164: Double-quote argument to dotnet --filter
  • #156: Fix unfound tests when using Go to Test feature with F#

v0.5.5

04 Nov 04:59
Compare
Choose a tag to compare
  • #158: Fixed code lense and test in context after executeDocumentSymbolProvider changes
  • #152: Better handling when tests fail to build
  • #151: Allow user to cancel running test proccesses

v0.5.4

26 Sep 09:15
Compare
Choose a tag to compare
  • #146: Support dot in inline data
  • #142: Fix for tests with similar names get run together
  • #141: Better navigate to test when multiple symbols points to same test

v0.5.3

11 Sep 12:46
Compare
Choose a tag to compare
  • #138: Better support for TestFixture names
  • #135: Supporting special characters in test cases on windows