Skip to content

Releases: reqnroll/Reqnroll.VisualStudio

v2025.2.359 - 2025-10-22

22 Oct 17:23

Choose a tag to compare

Improvements:

  • The 'New Project' wizard is updated to use the latest versions of supported test frameworks and .NET frameworks (#113)
  • The 'Format Document' command is updated to right-align numeric values in tables. This can be overridden to left align them by setting gherkin_table_cell_right_align_numeric_content = false in .editorconfig file within a [*.feature] section. (#107)
  • Add xunit.v3 as a choice of test framework in the 'New Project' wizard (#120)
  • Support for .NET 10 projects (#127)

Bug fixes:

  • Fix: Ambiguous steps reported when definition matches via more than one tag (#95)
  • Fix: Incorrect binding language detection for Visual Studio extension (#104)
  • Fix: 'New Project' wizard allows specifying project name that results in invalid namespace for generated codebehind (#110)

Contributors of this release (in alphabetical order): @304NotModified, @clrudolphi, @gasparnagy

v2025.1.256 - 2025-03-07

07 Mar 10:45
26c3f09

Choose a tag to compare

Improvements:

  • Autoformatting replaces repeating Given/When/Then keywords with And keyword (#58)

Bug fixes:

  • Fix: The 'FindStepDefinitionUsages' and 'FindUnusedStepDefinitionUsages' commands were not displayed in certain cases (e.g. when implicit usings were enabled) (#68)

Contributors of this release (in alphabetical order): @304NotModified, @clrudolphi, @gasparnagy, @jdb0123

v2024.8.234 - 2025-01-22

22 Jan 20:20

Choose a tag to compare

Improvements:

  • Suggestion for adding FluentAssertions on the new project wizard screen has been removed to avoid confusions, because FluentAssertion does not offer free use for commercial projects anymore. (#60)
  • Show regex options list e.g. '(option1|option2|option3)' parameter in step completion instead of a generic parameter placeholder (#55)
  • Added option to use custom binding discovery connectors using the configuration option ide/bindingDiscovery/connectorPath setting in reqnroll.json config file where a custom connector path can be specified. (#63)

Bug fixes:

  • Fix: Error message box when creating feature file with space in its name (#50)
  • Fix: Error during discovery of .NET 4 projects when .NET 6.0 is not installed (#53)
  • Fix: Bindings cannot be discovered for .NET 4.6.2 projects (#62)

Contributors of this release (in alphabetical order): @gasparnagy, @RikvanSpreuwel

v2024.7.204 - 2024-11-20

20 Nov 16:30

Choose a tag to compare

Improvements:

  • Added support for .NET 9 through the Visual Studio extension (#44)

Contributors of this release (in alphabetical order): @gasparnagy, @UL-ChrisGlew

v2024.6.176 - 2024-11-08

20 Nov 15:57
d8f9141

Choose a tag to compare

Bug fixes:

  • Fix: Reqnroll extension v2024.5.169 fails in Visual Studio 17.8.3 (#42)

Contributors of this release (in alphabetical order): @gasparnagy

v2024.5.169 - 2024-11-07

07 Nov 12:46

Choose a tag to compare

Improvements:

  • Update dependencies to fix potential security vulnerabilities (#32)

Bug fixes:

  • Bug Fix: Fix 'Reqnroll Extension v2024.3.152 does not work on Visual Studio 17.11.4' by including missing assemblies (#37)
  • Bug Fix: Visual Studio 2022 extension "Add New Project" adds dependency for Reqnroll.MsTest 1.0.0 (#41)

Contributors of this release (in alphabetical order): @clrudolphi, @gasparnagy, @UL-ChrisGlew