Skip to content

Tags: fluentassertions/fluentassertions.analyzers

Tags

v0.34.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix: false positive on expressions containing Count (#384)

* bugfix: false positive on expressions containing Count

v0.34.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update dependencies (#382)

* chore: update dependencies

v0.33.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix docs styling (#377)

v0.32.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: ignore more nunit assert methods (#354)

v0.31.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix: limit CollectionShouldHaveCount_LengthShouldBe to one dimensi…

…on arrays only (#310)

v0.30.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix: fix analyzer for issue #300 and #299 (#303)

* bugfix: fix analyzer for issue #300

* bugfix: fix issue 299

v0.29.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix: fix issue 290 (#292)

* tests: sanity test for issue #290

* bugfix: fix issue #290

* bugfix: fix issue #290

v0.29.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Migrate NullConditionalAssertion to IOperation (#280)

* feat: Migrate NullConditionalAssertion to IOperation

* feat: Migrate NullConditionalAssertion to IOperation

v0.28.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: improve numeric assertions (#275)

* feature: improve numeric assertions

* add test NumericShouldBeInRange_BeLessOrEqualToAndBeGreaterOrEqualTo_WithMessagesInBothAssertions_TestAnalyzer

v0.27.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix missing parenthesis after applying XUnit code fixes (#248)

* Fix missing parenthesis after applying XUnit code fixes

* Update Expressions.cs

* Fix generic tests