Skip to content

Releases: Issafalcon/neotest-dotnet

v1.7.0

27 Dec 20:28
0656bae

Choose a tag to compare

1.7.0 (2024-12-27)

Features

  • runsettings: Adds support for runsettings files (4c82420)
  • support luarocks/rocks.nvim (c7ccbaa)

Bug Fixes

  • add opts for legacy behavior for Quer:iter_matches (da35fac)
  • use vim.iter():flatten() instead of deprecated vim.tbl_flatten() on 0.11+ (a4324ce)
  • workflow: Updating supported versions (78a3620)

v1.6.5

01 Jun 12:28
caeb52b

Choose a tag to compare

1.6.5 (2024-06-01)

Bug Fixes

  • 103: Fixes remaining file scoped namespace tests (cc56f9c)
  • 103: Installing nio as deps to fix tests (1ad233e)
  • nunit: Tests fix for one test (9238353)

v1.6.4

26 May 11:54
4cbf726

Choose a tag to compare

1.6.4 (2024-05-26)

Bug Fixes

  • xunit: TS query for latest parser (2165a39)

v1.6.3

13 Apr 16:07
3844d16

Choose a tag to compare

1.6.3 (2024-04-13)

Bug Fixes

  • xunit: TS query for Fact attribute (8f8ab91), closes #96

v1.6.2

13 Mar 21:59
15943dd

Choose a tag to compare

1.6.2 (2024-03-13)

Bug Fixes

  • xunit: - Caching dotnet test run to discover names (209338d)

v1.6.1

07 Mar 18:26
fed7636

Choose a tag to compare

1.6.1 (2024-03-07)

Bug Fixes

  • dap-args: Fixes dap args after previous PR changes (41cdee9)

v1.6.0

22 Feb 17:26
c19df2a

Choose a tag to compare

1.6.0 (2024-02-22)

Features

  • dotnet-test: Fixes nesting issue with parameterized tests (56d3e56)
  • dotnet-test: Supports discovery when using custom display name (8af2c78)
  • scope: Fixes parent name of parameterized tests (4ebc336)
  • scope: Fixes xunit query (ca5640a)

Bug Fixes

  • dotnet-test: Fixes discover_positions tests (afdd1d4)
  • dotnet-test: Fixes specflow for xunit (6e24029)
  • dotnet-test: Updates mstest framework utils (ed70202)

v1.5.3

07 Feb 19:05
cc387cb

Choose a tag to compare

1.5.3 (2024-02-07)

Bug Fixes

  • custom-attributes: do not ignore the result of tbl_flatten (f681bad)
  • custom-attributes: Fix formatting to pass linter (9d06182)
  • customattributes: Adds unit test for standalone custom attribute (5819656)

v1.5.2

22 Dec 13:39
1532f61

Choose a tag to compare

1.5.2 (2023-12-22)

Bug Fixes

  • result-utils: Fixes issue with trx when display name is specified (7668ff9)

v1.5.1

25 Oct 16:48
f7bdb60

Choose a tag to compare

1.5.1 (2023-10-25)

Bug Fixes

  • 72: Fixes NUnit specflow test discovery issues (cad1258)