-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Milestone
Description
We are currently migrating to .NET 8 and are having trouble executing NUnit 3.13 tests with the NUnit Console 3.16.3. There are some errors at test runtime that occur because the test is run on the .NET 7 build of nunit-agent. Specifically, the test depends on a particular version of a DLL that is only present in .NET 8.
Would it be possible to create a .NET 8 build of the nunit-agent?
I have already created branches from main and from the 3.16.3 tag and changed code and project files. I haven't touched the pipelines.