When using 3rd-party-libraries, there is no possibility to mark members as <NotNull>. Is there a way to omit CRR0027 notifications for such members?
See following example with NUnit3-Library:
Visual BasicImports NUnit.Framework
<TestFixture>
Public Class Class1
<Test>
Public Shared Sub Foo()
'CRR0027
Assert.That(True, [Is].Not.False)
End Sub
End Class
Hi Robert,
Thank you for providing the code sample. CodeRush installation includes information about members that can be marked with the NotNull attributes for some .Net framework libraries and 3-rd party libraries. Currently, the NUnit libraries are not included in this list. We will add information for these libraries in the context of this ticket.