Releases: fluentassertions/fluentassertions.analyzers
Releases · fluentassertions/fluentassertions.analyzers
0.25.0
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
0.23.1
0.22.1
0.23.0
0.22.0
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
What's Changed
- fix: support first argument being the null keyword by @Meir017 in #201
- fixed #171 reported by @robertMSFTE
Full Changelog: 0.20.0...v0.21.0
0.20.0
0.19.1
0.19.0
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