Skip to content

Tags: fluentassertions/fluentassertions

Tags

8.9.0

Toggle 8.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump flatted in the npm_and_yarn group across 1 directory (#3181)

Bumps the npm_and_yarn group with 1 update in the / directory: [flatted](https://github.com/WebReflection/flatted).


Updates `flatted` from 3.3.3 to 3.4.1
- [Commits](WebReflection/flatted@v3.3.3...v3.4.1)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

7.2.2

Toggle 7.2.2's commit message
Fix formatting exception when comparing strings containing braces (#3151

)

7.2.1

Toggle 7.2.1's commit message
Prevent a crash while formatting a collection with nested empty subco…

…llections

- Prevents potential IndexOutOfRangeException in `FormattedObjectGraph` by using `Math.Min` for string insertion.
- Improves formatting consistency of test expectations by removing unnecessary whitespace.
- Adds a test to ensure rendering of empty nested collections does not crash.

8.8.0

Toggle 8.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow customizing the equivalency behavior for BeXmlSerializable (#3107)

8.7.1

Toggle 8.7.1's commit message
Ensure tags on hotfix branches have priority

8.7.0

Toggle 8.7.0's commit message
Added System.Text.Json assertion APIs and BeEquivalentTo support

8.6.0

Toggle 8.6.0's commit message
Fix typo in comment

8.5.0

Toggle 8.5.0's commit message
Bump cspell from 9.1.2 to 9.1.3

Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.1.3/packages/cspell)

---
updated-dependencies:
- dependency-name: cspell
  dependency-version: 9.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

8.4.0

Toggle 8.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added Should().Throw(), ThrowAsync() and ThrowWithinAsync() flavors t…

…hat don’t require a specific exception type (#3059)

8.3.0

Toggle 8.3.0's commit message
Clarify the date/time type when comparing non-compatible dates, times