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: 8.0.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: 8.0.1
Choose a head ref
  • 20 commits
  • 41 files changed
  • 8 contributors

Commits on Jan 14, 2025

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

Commits on Jan 16, 2025

  1. Bump all dependencies

    Dennis Doomen authored and dennisdoomen committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    14af18c View commit details
    Browse the repository at this point in the history
  2. Add support for xUnit.net v3 (#2718)

    (cherry picked from commit 3e00296)
    0xced authored and dennisdoomen committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    0273ed7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Backport TUnit support

    thomhurst authored and dennisdoomen committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    719db2a View commit details
    Browse the repository at this point in the history
  2. 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
  3. Bump System.Collections.Immutable and System.Reflection.Metadata (#2969)

    Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) and [System.Reflection.Metadata](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
    
    Updates `System.Collections.Immutable` from 1.5.0 to 9.0.1
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1)
    
    Updates `System.Reflection.Metadata` from 9.0.0 to 9.0.1
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v9.0.0...v9.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: System.Collections.Immutable
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: System.Reflection.Metadata
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    9c136d9 View commit details
    Browse the repository at this point in the history
  4. Bump SharpCompress from 0.38.0 to 0.39.0 (#2968)

    Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) from 0.38.0 to 0.39.0.
    - [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
    - [Commits](adamhathcock/sharpcompress@0.38.0...0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: SharpCompress
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    20db8c5 View commit details
    Browse the repository at this point in the history
  5. Bump the nuke group with 2 updates

    Bumps the nuke group with 2 updates: [Nuke.Common](https://github.com/nuke-build/nuke) and [Nuke.Components](https://github.com/nuke-build/nuke).
    
    
    Updates `Nuke.Common` from 9.0.3 to 9.0.4
    - [Release notes](https://github.com/nuke-build/nuke/releases)
    - [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
    - [Commits](nuke-build/nuke@9.0.3...9.0.4)
    
    Updates `Nuke.Components` from 9.0.3 to 9.0.4
    - [Release notes](https://github.com/nuke-build/nuke/releases)
    - [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
    - [Commits](nuke-build/nuke@9.0.3...9.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: Nuke.Common
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: nuke
    - dependency-name: Nuke.Components
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: nuke
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    f0d994a View commit details
    Browse the repository at this point in the history
  6. Bump Verify.Xunit from 28.8.1 to 28.9.0 in the xunit group

    Bumps the xunit group with 1 update: [Verify.Xunit](https://github.com/VerifyTests/Verify).
    
    
    Updates `Verify.Xunit` from 28.8.1 to 28.9.0
    - [Release notes](https://github.com/VerifyTests/Verify/releases)
    - [Commits](https://github.com/VerifyTests/Verify/commits/28.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: Verify.Xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: xunit
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    3918df4 View commit details
    Browse the repository at this point in the history
  7. Bump the mstest group with 2 updates

    Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).
    
    
    Updates `MSTest.TestAdapter` from 3.7.0 to 3.7.1
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](microsoft/testfx@v3.7.0...v3.7.1)
    
    Updates `MSTest.TestFramework` from 3.7.0 to 3.7.1
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](microsoft/testfx@v3.7.0...v3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: MSTest.TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: mstest
    - dependency-name: MSTest.TestFramework
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: mstest
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    bc02ad0 View commit details
    Browse the repository at this point in the history
  8. Bump cspell from 8.17.1 to 8.17.2

    Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 8.17.1 to 8.17.2.
    - [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/v8.17.2/packages/cspell)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    c7f342e View commit details
    Browse the repository at this point in the history
  9. Discarded already merged changes from ${1-upstream/master}

    Dennis Doomen committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1c94fa1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2974 from dennisdoomen/upmerge-from-7

    Discard backported changes from 7
    dennisdoomen authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    8295a10 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Various textual and styling fixes as well as some clarification of th…

    …e licenses for v7 and v8.
    dennisdoomen committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    324f325 View commit details
    Browse the repository at this point in the history
  2. Bump Xunit.StaFact from 1.1.11 to 1.2.69 in the xunit group

    Bumps the xunit group with 1 update: [Xunit.StaFact](https://github.com/AArnott/Xunit.StaFact).
    
    
    Updates `Xunit.StaFact` from 1.1.11 to 1.2.69
    - [Release notes](https://github.com/AArnott/Xunit.StaFact/releases)
    - [Commits](AArnott/Xunit.StaFact@v1.1.11...v1.2.69)
    
    ---
    updated-dependencies:
    - dependency-name: Xunit.StaFact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: xunit
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jnyrup committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    0a97761 View commit details
    Browse the repository at this point in the history
  3. Bump TUnit from 0.6.33 to 0.6.154

    Bumps [TUnit](https://github.com/thomhurst/TUnit) from 0.6.33 to 0.6.154.
    - [Release notes](https://github.com/thomhurst/TUnit/releases)
    - [Commits](https://github.com/thomhurst/TUnit/commits/v0.6.154)
    
    ---
    updated-dependencies:
    - dependency-name: TUnit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jnyrup committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    6fced0c View commit details
    Browse the repository at this point in the history
  4. Bump Reflectify from 1.4.0 to 1.5.0

    Bumps [Reflectify](https://github.com/dennisdoomen/Reflectify) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/dennisdoomen/Reflectify/releases)
    - [Commits](dennisdoomen/reflectify@1.4.0...1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: Reflectify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jnyrup committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    d461831 View commit details
    Browse the repository at this point in the history
  5. Bump System.Formats.Asn1 from 9.0.0 to 9.0.1

    Bumps [System.Formats.Asn1](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.1.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v9.0.0...v9.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: System.Formats.Asn1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jnyrup committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    5e7609d View commit details
    Browse the repository at this point in the history
  6. Bump coverlet.collector from 6.0.3 to 6.0.4

    Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.3 to 6.0.4.
    - [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
    - [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: coverlet.collector
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jnyrup committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    d957045 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e65413 View commit details
    Browse the repository at this point in the history
Loading