You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks to me as if this can be gotten rid of. It was intended for users to use as an argument to a TestCaseAttribute in .NET 1.x. There are references to eliminate, as well.
SpecialValue.cs
has the comment:We no longer support .NET 1.x, so we should check if there are any uncommented dependencies, and whether it can be removed.
There's also a very similar
NUnitNullType
- perhaps these can be combined, if SpecialValue can't be removed.The text was updated successfully, but these errors were encountered: