-
Notifications
You must be signed in to change notification settings - Fork 46
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
BeforeTestRun not run in .NET462 up to .NET481 in multitarget test project #146
Comments
Reqnroll registers itself as an xUnit test framework: [assembly: global::Xunit.TestFramework("Reqnroll.xUnit.ReqnrollPlugin.XunitTestFrameworkWithAssemblyFixture", "Reqnroll.xUnit.ReqnrollPlugin")] But when xUnit tries to load the type ( Note: Trying to load the type with This is probably related to the change to |
Reqnroll Version
2.0.0
Which test runner are you using?
xUnit
Test Runner Version Number
2.8.1
.NET Implementation
.NET Framework 4.6.2 or later
Test Execution Method
ReSharper Test Runner
Content of reqnroll.json configuration file
{
"$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json",
"bindingCulture": {
"language": "en-us"
},
"language": {
"feature": "en-us"
}
}
Issue Description
After upgrade Reqnroll from version 1.0.1 to 2.0.0 method marked with BeforeTestRun attribute is run only on .net6.0 .net7.0 .net8.0 in multitarget integration test project - in .net 4.6.2 till 4.8.1 it is not executed at all which cause all tests dependant on that initialization to fail
Steps to Reproduce
with content
Link to Repro Project
https://github.com/AdaskoTheBeAsT/WkHtmlToX
The text was updated successfully, but these errors were encountered: