Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluentassertions/fluentassertions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.1.0
Choose a base ref
...
head repository: fluentassertions/fluentassertions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.0
Choose a head ref
  • 9 commits
  • 39 files changed
  • 7 contributors

Commits on Jan 17, 2025

  1. 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)
    vbreuss and vbtig authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    39cf1ad View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Configuration menu
    Copy the full SHA
    e38bf97 View commit details
    Browse the repository at this point in the history
  2. Move #2307 release notes to 7.2.0

    jnyrup committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    e046cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e0ce2 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored and jnyrup committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    17b5618 View commit details
    Browse the repository at this point in the history
  5. 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]>
    dependabot[bot] authored and jnyrup committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    8e051b3 View commit details
    Browse the repository at this point in the history
  6. 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]>
    dependabot[bot] authored and jnyrup committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    1cc5fb0 View commit details
    Browse the repository at this point in the history
  7. 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]>
    dependabot[bot] authored and jnyrup committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    d05fd9d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    3dd8243 View commit details
    Browse the repository at this point in the history
Loading