Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit c1a820f

Browse files
committed
uncomment NetCore Test Runner
1 parent a87cee0 commit c1a820f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/ServiceStack.Redis.Tests/NetCoreTestsRunner.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//NUnitLite isn't recognized in VS2017 - shouldn't need NUnitLite with NUnit 3.5+ https://github.com/nunit/dotnet-test-nunit
2+
#if false
13
using NUnitLite;
24
using NUnit.Common;
35
using System.Reflection;
@@ -33,4 +35,5 @@ public static int Main(string[] args)
3335
return new AutoRun(((IReflectableType)typeof(NetCoreTestsRunner)).GetTypeInfo().Assembly).Execute(args, writer, Console.In);
3436
}
3537
}
36-
}
38+
}
39+
#endif

0 commit comments

Comments
 (0)