Can you please give us back `Assert.IsNotNull`, `Assert.IsFalse` etc.? · Issue #4613 · nunit/nunit

Hello, I see from v3.13.3 to v4.0.1 one of the breaking changes was to remove the IsNotNull, IsFalse, IsTrue etc. methods from the Assert class. However, I have static classes named Is all through ...