Using FluentAssertions .Should().NotBeNull() instead of Assert.NotNull(record.Message) give a Possible NullReference smell
I have a little question about FluentAssertions and record.Should().NotBeNull();
I have a little question about FluentAssertions and record.Should().NotBeNull();