When you tag an assembly with an NUnit category the tests do not show up in the CodeRush for Roslyn test runner.
That is, in AssemblyInfo.cs of your unit test DLL, put
[assembly: NUnit.Framework.Category("Unit")]
go to the test runner page and switch to category view. The Unit one doesn't appear.
Hi James,
Thanks for this report.
I have managed to reproduce the issue. Please give us some time to research the issue in detail.