-
Notifications
You must be signed in to change notification settings - Fork 729
Comparing changes
Open a pull request
base repository: fluentassertions/fluentassertions
base: 7.1.0
head repository: fluentassertions/fluentassertions
compare: 7.2.0
- 9 commits
- 39 files changed
- 7 contributors
Commits on Jan 17, 2025
-
Backport "Improve failure message for string assertions when checking…
… for equality" (#2972) * Refactor `StringValidator` to avoid inheritance (#2296) (cherry picked from commit bb50da5) * Improve failure message for string assertions when checking for equality (#2307) * Draft improved failure message when checking for equality. * Use line and column for multiline strings * Fix failing tests * Fix Qodana issues * Fix further failing tests * Also fix tests on MacOS (due to different newline) * Calculate expected index * Fix paranthesis * Move specific methods from common StringExtensions to the `StringEqualityStrategy` class * Fix review comments from @dennisdoomen and add tests for word boundary algorithm * Improve tests by using [raw string literals](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/strings/#raw-string-literals) * Update releases.md * Implement review comments from @jnyrup * Adapt due to survived mutants * Adapt test names --------- Co-authored-by: Valentin Breuß <[email protected]> (cherry picked from commit 6859575)
Configuration menu - View commit details
-
Copy full SHA for 39cf1ad - Browse repository at this point
Copy the full SHA 39cf1adView commit details
Commits on Feb 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e38bf97 - Browse repository at this point
Copy the full SHA e38bf97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e046cef - Browse repository at this point
Copy the full SHA e046cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e0ce2 - Browse repository at this point
Copy the full SHA e2e0ce2View commit details -
Bump actions/checkout from 3 to 4 (#2333)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17b5618 - Browse repository at this point
Copy the full SHA 17b5618View commit details -
Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e051b3 - Browse repository at this point
Copy the full SHA 8e051b3View commit details -
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cc5fb0 - Browse repository at this point
Copy the full SHA 1cc5fb0View commit details -
Bump andstor/file-existence-action from 2 to 3
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](andstor/file-existence-action@v2...v3) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d05fd9d - Browse repository at this point
Copy the full SHA d05fd9dView commit details
Commits on Feb 11, 2025
-
Fixed a regression in which CompleteWithinAsync treated a canceled ta…
…sk as an exception.
Configuration menu - View commit details
-
Copy full SHA for 3dd8243 - Browse repository at this point
Copy the full SHA 3dd8243View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.1.0...7.2.0