Sergio Rykov

Results 2 comments of Sergio Rykov

Do you have strategy to choose **compatible** versions of extensions for runner? `nunit.nuget.addins`: ``` ../../NUnit.Extension.*/**/tools/ # nuget v2 layout ../../../NUnit.Extension.*/**/tools/ # nuget v3 layout ``` Eventually, after a couple of...

As for me to get clear understanding of migration process and how extensibility works will be enough: 1) in NUnit.Console add `tools\readme.txt' - with suggestion to move path to `NUnit.ConsoleRunner\tools`...