Skip to content

Releases: fluentassertions/fluentassertions.analyzers

0.25.0

03 Oct 06:54
e4d3bab
Compare
Choose a tag to compare

What's Changed

  • tests: update MSTest to version 3.1.1 by @Meir017 in #218
  • chore: cleanup CI yml by @Meir017 in #219
  • feat: add support for mstest Assert.IsInstanceOfType<T> by @Meir017 in #220
  • add support for xunit StringAsserts Contains by @Meir017 in #221
  • add support for xunit StringAsserts DoesNotContain by @Meir017 in #223
  • add support for xunit StringAsserts Matches by @Meir017 in #224
  • add support for xunit StringAsserts DoesNotMatches by @Meir017 in #225
  • add support for xunit StringAsserts Empty by @Meir017 in #226
  • add support for xunit StringAsserts EndsWith by @Meir017 in #227
  • add support for xunit StringAsserts StartsWith by @Meir017 in #228
  • add support for xunit StringAsserts Equals by @Meir017 in #229
  • chore: update FluentAssertions to version 6.12.0 by @Meir017 in #230
  • bugfix: fix DiagnosticId for AssertIsFalse & AssertIsTrue by @Meir017 in #231

Full Changelog: v0.24.0...v0.25.0

0.24.0

01 Sep 15:27
54a04cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.1...v0.24.0

0.23.1

25 Aug 10:02
c1a9d9b
Compare
Choose a tag to compare

What's Changed

  • chore: minimal code-coverage support by @Meir017 in #214
  • chore: log expression when failing to analyze expression by @Meir017 in #216

Full Changelog: v0.23.0...v0.23.1

0.22.1

25 Aug 10:01
Compare
Choose a tag to compare

#216

Full Changelog: v0.22.0...v0.22.1

0.23.0

22 Aug 16:13
5f4f3f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

0.22.0

15 Aug 19:07
9243578
Compare
Choose a tag to compare

What's Changed

  • fix: update message for .Should().Contain() by @rsking in #205
  • feat: enable collection analyzers for any collection including dictionaries by @Meir017 in #208 (closed #206, thanks @cremor for reporting)
  • feat: support collection analyzers for arrays by @Meir017 in #209 (closed #204, thanks @cremor for reporting)

New Contributors

Full Changelog: v0.21.0...v0.22.0

0.21.0

28 Jun 04:17
d1228ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.20.0...v0.21.0

0.20.0

15 Jun 20:20
da0f60f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.1...v0.20.0

0.19.1

30 May 09:53
8481bad
Compare
Choose a tag to compare

What's Changed

  • chore: add EnforceExtendedAnalyzerRules to analyzers project by @Meir017 in #187
  • Revert "chore: update analyzers project to dotnet6" by @Meir017 in #189

Full Changelog: v0.19.0...v0.19.1

0.19.0

30 May 06:36
7c2036d
Compare
Choose a tag to compare

What's Changed

  • fix: wrap with ParenthesizedExpression when casting the subject by @Meir017 in #183
  • chore: update analyzers project to dotnet6 by @Meir017 in #184
  • update Microsoft.CodeAnalysis.* versions to latest by @Meir017 in #185
  • feat: verify assertion type and module by @Meir017 in #186

Full Changelog: v0.18.0...v0.19.0