SpecFlow.VS
SpecFlow.VS copied to clipboard
Error from Generating Step Definitions in .NET 8 vsix
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).
- 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.
- Getting "Cannot access a disposed object" when trying to implement the step definitions via the context menu.
- Gherkin file won't recognize my step definitions until VS.NET is rebooted.
Steps to Reproduce
- install vs version 17.8.7
- install extension 2022.1.93.29730
- Add a project from the templates (no .net 8 in the drop down menu)
- Add a Feature file.
- Fill in feature file
- Use context menu to "Define Steps"
- Answer yes to create the step definition file
- Error Message ensues.
- Close down visual studio and open it back up
- Feature file is now shown not purple
Link to Repository Project
No response