Used Visual Studio
Visual Studio 2026
Are the latest Visual Studio updates installed?
Yes
Content of reqnroll.json (if present)
No response
Issue Description
The definition of known ReqnrollTestFrameworkPackages is outdated.
Reqnroll.VisualStudio project, file ProjectSystem/ReqnrollPackageDetector.cs
private static readonly string[] ReqnrollTestFrameworkPackages =
{
"Reqnroll.MsTest",
"Reqnroll.xUnit",
"Reqnroll.NUnit",
"Reqnroll.MsTest"
};
This is missing Reqnroll.TUnit and Reqnroll.xUnit3.
MsTest is included twice; but should only be once, correct?
Steps to Reproduce
n/a
Link to a project repository that reproduces the issue
No response
Used Visual Studio
Visual Studio 2026
Are the latest Visual Studio updates installed?
Yes
Content of reqnroll.json (if present)
No response
Issue Description
The definition of known ReqnrollTestFrameworkPackages is outdated.
Reqnroll.VisualStudio project, file ProjectSystem/ReqnrollPackageDetector.cs
This is missing
Reqnroll.TUnitandReqnroll.xUnit3.MsTest is included twice; but should only be once, correct?
Steps to Reproduce
n/a
Link to a project repository that reproduces the issue
No response