ExternalAnnotations
ExternalAnnotations copied to clipboard
Support FluentAssertions
Could include annotations for FluentAssertions testing library.
Then a code like the below would not trigger a null warning:
sut.Should().NotBeNull();
sut.Description.Should().Be(expectedDescription);
// ↳ Null warning here