Skip to content

Releases: fluentassertions/fluentassertions.analyzers

0.12.1

21 Oct 17:18
1b2ab0f
Compare
Choose a tag to compare

{FEATURE} - #115 Add support for net48

0.12.0

11 Oct 05:14
77fcde0
Compare
Choose a tag to compare

Compared to 0.11.4, the following has changed.

{FEATURE} - #94 Analyzer for Should().Equals()?
{FIX} - #100 Catch currently uncought exceptions

0.11.4

17 Aug 15:13
Compare
Choose a tag to compare

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

05 Jul 16:21
35560cb
Compare
Choose a tag to compare

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

25 Jun 15:41
fd79ab0
Compare
Choose a tag to compare

Compared to 0.11.1, the following has changed.

fixed the nupkg

0.11.1

23 Jun 18:05
a56b572
Compare
Choose a tag to compare

Compared to 0.11.0, the following has changed.

{FIXED} - Null reference exception - #58 (thanks @samcragg for reporting and fixing 👍 )

0.11.0

21 Jun 19:02
73d3240
Compare
Choose a tag to compare

Compared to 0.10.3, the following has changed.

{NEW} support for exceptions assertions - #31

0.10.3

20 Jun 13:05
db863d9
Compare
Choose a tag to compare

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

19 Jun 05:39
cfe154b
Compare
Choose a tag to compare

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

09 Jun 17:59
02434ad
Compare
Choose a tag to compare

Compared to 0.10.0, the following has changed.

{FIXED} - Expression bodied function crashes analyzers - #41 (thanks @memark for reporting)