You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Visual Studio Reqnroll plugin together with the NUnitRetry.ReqnrollPlugin, the build fails.
When building using dotnet or other editors (such as Rider), then no build issues.
This issue has been reported here but this might have something to do with the way Reqnroll Visual Studio plugin loads the assemblies.
Steps to Reproduce
Add the following nuget package to the project: <PackageReference Include="NUnitRetry.ReqnrollPlugin" Version="1.0.0" />
Build the project in Visual Studio with the Reqnroll plugin enabled
Link to a project repository that reproduces the issue
No response
The text was updated successfully, but these errors were encountered:
The issue is not related to the Visual Studio 2022 extension, but generally to Reqnroll.
The reason why you only see the error in Visual Studio 2022 but not when buliding the project with dotnet build is that VS compiles the project using MsBuild running in .NET Framework 4, while if you use dotnet build then the compilation is running in .NET 8/9 depending on the installed SDK.
I will try to move this issue to the core Reqnroll project
Used Visual Studio
Visual Studio 2022
Are the latest Visual Studio updates installed?
Yes
Content of reqnroll.json (if present)
{
"livingDocExecutionDataCollector": {
"enabled": true,
"filepath": "TestExecution.json"
},
"language": {
"binding": "en-US",
"feature": "en-US"
},
"NRetrySettings": {
"maxRetries": 4
},
"bindingAssemblies" : [
{
"assembly": "testAssembly"
}
]
}
Issue Description
When using the Visual Studio Reqnroll plugin together with the NUnitRetry.ReqnrollPlugin, the build fails.
When building using dotnet or other editors (such as Rider), then no build issues.
This issue has been reported here but this might have something to do with the way Reqnroll Visual Studio plugin loads the assemblies.
Steps to Reproduce
<PackageReference Include="NUnitRetry.ReqnrollPlugin" Version="1.0.0" />
Link to a project repository that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: