deveroom-visualstudio icon indicating copy to clipboard operation
deveroom-visualstudio copied to clipboard

Visual Studio extension for SpecFlow

Results 14 deveroom-visualstudio issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Add support for using Visual Studio's 'Format Document' command (Ctrl-K, Ctrl-D) for gherkin .feature files. This should be configurable via the global options menu.

enhancement

Hi, After some extensive re-work of our solution recently (including upgrading from .Net Core 3.1 to 5), deveroom fails during binding discovery: ``` Info: OnActivityStarted: Starting Deveroom... Info: CreateProjectScope: Initializing...

I'm using specflow - Version="3.9.58 . I'm getting these errors in my visual studio and im not able to navigate ot create new step definitions. error stack Warning: AndDiscoveryProviderSucceed: The...

Info: OnActivityStarted: Starting Deveroom... Info: CreateProjectScope: Initializing project: PatientHub.Framework.FunctionalTesting.Test Info: OnSettingsInitialized: Project settings initialized: .NETFramework,Version=v4.6.1,SpecFlow:3.9.22 Warning: InvokeDiscovery: Error during binding discovery. Command executed: #reponame#Debug> C:\USERS\ASHLEY.RUSSELL\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.0_76F1EDF8\EXTENSIONS\RGCRFLL0.SNM\Connectors\V1\specflow-vs.exe discovery C:\development\vision-anywhere\PatientHub.Framework.FunctionalTesting.Test\bin\Debug\PatientHub.Framework.FunctionalTesting.Test.dll C:\development\vision-anywhere\PatientHub.Framework.FunctionalTesting.Test\App.config Exit code:...

We have found an issue with the Deveroom extension that results in syntax highlighting of binding parameters to be shifted if there is more than one blank after the initial...

Deveroom version: 1.5.1 Visual Studio 2019 version: 16.4.3 One of the feature of Specflow Extension for VS is the ability to [rename steps](https://github.com/SpecFlowOSS/SpecFlow.VisualStudio/pull/39) from the feature file. Since these steps...

enhancement

Since the last update I'm getting this when I do a build. If I try to generate step definitions I get told that all steps are bound. If I switch...

bug

I think it would be nice if there was a drop-down control in the editor that let you jump to a particular scenario. Kind of like the ones that appear...

enhancement

This probably does not cause a big issue as Deveroom handles it internally, still it would be interesting to know when can this occur. Related code: `VsIdeScope.CreatePersistentTrackingPosition`

minor-bug