reqnroll / Reqnroll.VisualStudio

Visual Studio extension for Reqnroll - open-source .NET BDD framework
https://reqnroll.net
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Gh11 find step def usages fails first time #14

Closed clrudolphi closed 4 months ago

clrudolphi commented 4 months ago

…e first time. Partial Fix for #11 This patch displays an error dialog when the StepDefinition binding registry is not yet fully populated (instead of current behavior of the command silently failing).

Modified PreExec to check for a valid Binding Registry. If one not found, an error dialog is displayed and the command exits.

Same modification made to 'Find Unused Step Definitions' command.

Types of changes

Checklist:

gasparnagy commented 4 months ago

Thx!