Unknown framework version 7.0 #1091
-
Hi I'm currently using the source code to integrate Playwright dotnet into Testrail Every time I run: I get the following: NUnit Console 3.15.0 (Release) Runtime Environment Test Files System.TypeInitializationException : The type initializer for 'NUnit.Engine.Services.RuntimeFrameworkService' threw an exception. --TypeInitializationException
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
You will need nunit-console version 3.16.0 as this fixes:
|
Beta Was this translation helpful? Give feedback.
-
Except that will crash with the adapter, which uses a non-released version of the engine, 3.15.4. I am working on getting that out. 3.16.0 is broken on loading certain assemblies. https://docs.nunit.org/articles/vs-test-adapter/Adapter-Engine-Compatibility.html The 3.15.4 also fixes net 7.0 |
Beta Was this translation helpful? Give feedback.
-
But if they use nunit-console, they don't need the adapter or they can use |
Beta Was this translation helpful? Give feedback.
-
That's right |
Beta Was this translation helpful? Give feedback.
You will need nunit-console version 3.16.0 as this fixes: