We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.1.1
MSTest
n/a
.NET 9.0
Visual Studio Test Explorer
No response
The package references of the plugin show that it refers to the Verify package: https://www.nuget.org/packages/Reqnroll.Verify#dependencies-body-tab
The project (and the compiled assembly) refers to https://www.nuget.org/packages/Verify.XUnit, see here.
This causes issues like reqnroll/Reqnroll.VisualStudio#69
See at reqnroll/Reqnroll.VisualStudio#69
https://github.com/Abdul23061989/O.DND.TA.git
The text was updated successfully, but these errors were encountered:
Fix: Project and Package references of Reqnroll.Verify are inconsiste…
5d4dd68
…nt. (#446)
5df58dc
…nt (#447) * Migrate Reqnroll.Verify.ReqnrollPlugin.IntegrationTest to Reqnroll.SystemTests/Plugins/VerifyPluginTest.cs * Fix: Project and Package references of Reqnroll.Verify are inconsistent. (#446) * fix namespaces
Released in 2.3.0: https://github.com/reqnroll/Reqnroll/releases/tag/v2.3.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Reqnroll Version
2.1.1
Which test runner are you using?
MSTest
Test Runner Version Number
n/a
.NET Implementation
.NET 9.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
No response
Issue Description
The package references of the plugin show that it refers to the Verify package: https://www.nuget.org/packages/Reqnroll.Verify#dependencies-body-tab
The project (and the compiled assembly) refers to https://www.nuget.org/packages/Verify.XUnit, see here.
This causes issues like reqnroll/Reqnroll.VisualStudio#69
Steps to Reproduce
See at reqnroll/Reqnroll.VisualStudio#69
Link to Repro Project
https://github.com/Abdul23061989/O.DND.TA.git
The text was updated successfully, but these errors were encountered: