Compatibility with .NET 9 #344
-
Team, At the moment, I'm attempting a migration of Specflow to Reqnroll. It seems that everything is running well, but it looks like the most recent upgrade has still not been made to be compatible with .NET 9, as building the project gives me the dreaded error that was last seen in Specflow when .NET 8 got released:
WRN: Assembly binding logging is turned OFF. Can anyone point out when the next version that is compatible with .NET 9 will get released? Thanks!`` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Reqnroll supports .NET 9. Two weeks ago, automated validation for .NET 9 was added to CI #326 (note: we didn't have to change anything to support .NET 9, so the current version should support .NET 9). Looking at the callstack, it looks like SpecFlow is still being used somehow: |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @obligaron . I noticed I left the Specflow.LivingDoc Plugin package. After I removed it, the issue was gone. However, to close out this problem, I have a question. Would this have any effect over the LivingDoc functionality through the CLI? On our CI/CD pipelines, we use LivingDoc to generate the test report. Thanks for the support. Marcos |
Beta Was this translation helpful? Give feedback.
Reqnroll supports .NET 9. Two weeks ago, automated validation for .NET 9 was added to CI #326 (note: we didn't have to change anything to support .NET 9, so the current version should support .NET 9).
Looking at the callstack, it looks like SpecFlow is still being used somehow:
SpecFlow.Tools.MsBuild.Generation.GenerateFeatureFileCodeBehindTask
.Are you still referencing a SpecFlow package?
Perhaps a look at the csproj would help.