The release of #NUNIT v2.0 was on October 3, 2002.

Allowing developers to unit test their #dotnet applications.

Do you even unit test? What unit testing framework are you using?

@khalidabuhakmeh since xUnit is right there in the 'dotnet new' templates, I just use that lol.
@aristurlte but so is NUnit :)
@khalidabuhakmeh Oh wow, so it is lol. I never noticed it since xUnit shows up as the last item in 'dotnet new'.