Skip to content

Commit 1c4fe44

Browse files
committed
add Reqnroll Visual Studio Extension v2025.2 release notes with improvements and bug fixes
1 parent 827ab74 commit 1c4fe44

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: post
3+
title: "Reqnroll Visual Studio Extension v2025.2 released"
4+
date: 2025-10-29
5+
categories: News
6+
tags: Release VisualStudio
7+
image: assets/images/2024/backstage-jessie-mccall-2vfKU3bm8xM-unsplash.jpg
8+
image_caption: "Photo by Jesse McCall on Unsplash.com"
9+
author: gasparnagy
10+
---
11+
12+
**Reqnroll Visual Studio Extension v2025.2 has been released with improvements to the 'New Project' wizard, table formatting enhancements, and bug fixes.**
13+
14+
<!--more-->
15+
16+
A new version of the Reqnroll Visual Studio 2022 extension has been released: v2025.2.359 ([Release notes](https://github.com/reqnroll/Reqnroll.VisualStudio/releases/tag/v2025.2.359)).
17+
18+
If you have installed an earlier version of the Reqnroll Visual Studio extension, it will by default automatically update to the latest version. You can also install the extension by searching for "Reqnroll" in the Visual Studio "Manage Extensions…" dialog. Please find the detailed instructions in [Visual Studio 2022 setup guide](https://go.reqnroll.net/doc-setup-vs).
19+
20+
## What's new
21+
22+
### Improvements
23+
24+
The release includes several useful improvements:
25+
26+
* **Updated 'New Project' wizard**: The wizard now uses the latest versions of supported test frameworks and .NET frameworks, including .NET 10 support.
27+
* **xUnit v3 support**: You can now select xUnit v3 as a test framework when creating new projects.
28+
* **Enhanced table formatting**: The 'Format Document' command now right-aligns numeric values in tables by default, improving readability. If you prefer left alignment, you can override this by setting `gherkin_table_cell_right_align_numeric_content = false` in your `.editorconfig` file within a `[*.feature]` section.
29+
30+
### Bug fixes
31+
32+
The release also addresses several issues:
33+
34+
* Fixed ambiguous steps being reported when a definition matches via more than one tag
35+
* Fixed incorrect binding language detection in the Visual Studio extension
36+
* Fixed the 'New Project' wizard to prevent specifying project names that result in invalid namespaces for generated code-behind files
37+
38+
## Visual Studio 2026 Insiders support
39+
40+
The Reqnroll Visual Studio extension also supports the new [**Visual Studio 2026 Insiders**](https://visualstudio.microsoft.com/insiders/) version, which is a preview version of Visual Studio 2026. This ensures you can use the latest Reqnroll features even if you're testing the upcoming Visual Studio release.
41+
42+
## Feedback
43+
44+
Reqnroll is free, but we provide dedicated support through our [paid subscription packages]({{ site.url }}/support/). Purchasing them will also support the [sustainability of the open-source project](https://go.reqnroll.net/sustainability).
45+
46+
If you find any issues or have ideas, please use our [community support channels](https://go.reqnroll.net/community-support) to report them.
47+
48+
📢 Please take a few minutes and help others by rating ⭐ the extension on the [Visual Studio Marketplace](https://go.reqnroll.net/vs2022-extension).

0 commit comments

Comments
 (0)