These should be enabled to run on the .NET Core version.
NUnit should work fine. NFluent may need some work as I don't believe it currently has a .NET Core version. SpecFlow is not yet ported so these tests may need to be omitted for now.
Ideally the tests should be runnable by calling dotnet test.
There are many tests for Pickles:
These should be enabled to run on the .NET Core version.
NUnit should work fine. NFluent may need some work as I don't believe it currently has a .NET Core version. SpecFlow is not yet ported so these tests may need to be omitted for now.
Ideally the tests should be runnable by calling
dotnet test
.