Skip to content

Releases: ionide/Neptune-vscode

1.3.4

18 Jul 11:13
Compare
Choose a tag to compare
  • Fix detection of Expectot tests using lambda syntax (without <|)
  • Fix race condition for project parsing at the startup of plugin.
  • Fix running .Net Core expecto tests.

1.3.1

26 Jun 13:54
Compare
Choose a tag to compare
  • Code Coverage changes:

    • disable code coverage by default
    • add code coverage toggle to settings
    • don't copy code coverage targets if feature is disabled
  • License Key handling changes:

    • make sure we ask for license key in all cases
    • add Neptune: Set License Key command

1.2.0

03 May 19:14
Compare
Choose a tag to compare
  • Move test explorer to its own view in activity bar

1.1.2

14 Apr 13:15
Compare
Choose a tag to compare
  • Fix test reporting for NUnit's TestSource
  • Add icon for Go to test command
  • Fix test reporting for NUnit/XUnit tests ending with (Some text)

1.1.0

11 Apr 13:13
Compare
Choose a tag to compare
  • Add support for NUnit's TestSource
  • Add Go to test command to command palette
  • Add display mode that uses also projects and files
  • Add commands to run tests in particular project or file

1.0.8

01 Apr 17:54
Compare
Choose a tag to compare
  • Expecto test detection - don't treat failtest and skiptest helpers as a functions
  • Expecto test detection - add support for test CE test cases
  • Create outnput channel for Expecto
  • Fix bug in error message aggregation for Expecto runner

1.0.7

01 Apr 15:45
Compare
Choose a tag to compare
  • Add support for FsCheck attributes

1.0.6

29 Mar 16:33
Compare
Choose a tag to compare
  • Make sure tests are not detected multiple times by different detectors.

1.0.5

29 Mar 14:24
Compare
Choose a tag to compare
  • Fix problem with running XUnit test for Full Framework, old style projects.

1.0.0

28 Mar 15:42
Compare
Choose a tag to compare
  • Initial release
  • Support for NUnit, XUnit and Expecto
  • Support for .Net Framework and .Net Core
  • Tree Explorer
  • Integration with VSCode decorations and error panel
  • CodeLenses for running and debugging tests