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
I encountered NUnit extension methods that have a signature with: string? message = null which eventually calls into some version of Assert.That(actual, constaint, message). These no longer compile.