SpecFlowOSS / SpecFlow.VS

The next version of the Visual Studio extension for SpecFlow
MIT License
36 stars 10 forks source link

Error from Generating Step Definitions in .NET 8 vsix #164

Open stevenmolencsat opened 3 weeks ago

stevenmolencsat commented 3 weeks ago

Used Visual Studio

Visual Studio 2022

Are the latest Visual Studio updates installed?

Yes

SpecFlow Section in app.config or content of specflow.json

No response

Issue Description

Installed .NET 8 enabled extension . v2022.1.93-net8 (2022.1.93.29730).

  1. the Template install still only shows .NET 6 in the drop down instead of also having a .NET 8. This had to be done manually at the csproj level.
  2. Getting "Cannot access a disposed object" when trying to implement the step definitions via the context menu.
  3. Gherkin file won't recognize my step definitions until VS.NET is rebooted.

Steps to Reproduce

image

Link to Repository Project

No response