Releases: fluentassertions/fluentassertions.analyzers
Releases · fluentassertions/fluentassertions.analyzers
0.12.1
{FEATURE} - #115 Add support for net48
0.12.0
Compared to 0.11.4, the following has changed.
{FEATURE} - #94 Analyzer for Should().Equals()?
{FIX} - #100 Catch currently uncought exceptions
0.11.4
Compared to 0.11.3, the following has changed.
{FIXED} - InvalidOperationException during build - #78 (thanks #FantasyTeddy for reporting)
{FIXED} - .Should().HaveCount(1) for Dictionary cannot be converted to .Should().ContainSingle() - #77 (thanks #FantasyTeddy for reporting)
0.11.3
Compared to 0.11.2, the following has changed.
{FIXED} - CollectionShouldHaveElementAtCodeFix throws exception - #66 (thanks @jnyrup for reporting)
{FIXED} - DictionaryShouldContainsKey is triggered on custom ContainsKey - #65 (thanks @jnyrup for reporting)
{FIXED} - CollectionShouldNotContainProperty is too aggresive - #64 (thanks @jnyrup for reporting)
{FIXED} - CollectionShouldOnlyHaveUniqueItemsByComparer gives invalid code - #63 (thanks @jnyrup for reporting)
0.11.2
Compared to 0.11.1, the following has changed.
fixed the nupkg
0.11.1
Compared to 0.11.0, the following has changed.
{FIXED} - Null reference exception - #58 (thanks @samcragg for reporting and fixing 👍 )
0.11.0
Compared to 0.10.3, the following has changed.
{NEW} support for exceptions assertions - #31
0.10.3
Compared to 0.10.2, the following has changed.
{FIXED} - System.Console.WriteLine()
should not throw an exception - #49 (thanks @ErikSchierboom for reporting and fixing 👍 )
0.10.2
Compared to 0.10.1, the following has changed.
{FIXED} - Dictionary access incorrectly triggers CollectionShouldHaveElementAt suggestion - #45 (thanks @samcragg for reporting and fixing 👍 )
0.10.1
Compared to 0.10.0, the following has changed.
{FIXED} - Expression bodied function crashes analyzers - #41 (thanks @memark for reporting)