Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find step definitions context menu option doesnt work if ReqNRoll is in a global using file #415

Open
davemello opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@davemello
Copy link

Reqnroll Version

2.2.1

Which test runner are you using?

NUnit

Test Runner Version Number

2.2.1

.NET Implementation

.NET 6.0

Test Execution Method

Visual Studio Test Explorer

Content of reqnroll.json configuration file

No response

Issue Description

Find step definitions context menu option doesnt work if ReqNRoll is in a global using file

Steps to Reproduce

Reqnroll added to global using file

global using Reqnroll;
global using Reqnroll.BoDi;

On step definition class, if user right clicks on a step method, there is no option to Find step definitions

Image

Only if you add a using statement to step class will option appear

Link to Repro Project

No response

@davemello davemello added the bug Something isn't working label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant