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: 8.3.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.4.0
Choose a head ref
  • 8 commits
  • 23 files changed
  • 5 contributors

Commits on May 26, 2025

  1. Bump cspell from 9.0.1 to 9.0.2

    Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.0.1 to 9.0.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/v9.0.2/packages/cspell)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-version: 9.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jnyrup committed May 26, 2025
    Configuration menu
    Copy the full SHA
    88ae37f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Bump JetBrains/qodana-action from 2024.2 to 2025.1

    Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2 to 2025.1.
    - [Release notes](https://github.com/jetbrains/qodana-action/releases)
    - [Commits](JetBrains/qodana-action@v2024.2...v2025.1)
    
    ---
    updated-dependencies:
    - dependency-name: JetBrains/qodana-action
      dependency-version: '2025.1'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dennisdoomen committed May 28, 2025
    Configuration menu
    Copy the full SHA
    68825b1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Fix qodana warnings

    jnyrup committed May 30, 2025
    Configuration menu
    Copy the full SHA
    58a620e View commit details
    Browse the repository at this point in the history
  2. Remove default argument from string.Split

    It's a leftover from 0a649cb that added polyfill for `string.Split(string separator, StringSplitOptions options = StringSplitOptions.None)`.
    Before that commit we used the `string[] separator` overload which requires `StringSplitOptions`
    jnyrup committed May 30, 2025
    Configuration menu
    Copy the full SHA
    45cd650 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

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

Commits on Jun 16, 2025

  1. Bump cspell from 9.0.2 to 9.1.1

    Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.0.2 to 9.1.1.
    - [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.1/packages/cspell)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-version: 9.1.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jnyrup committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    6875868 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Allow excluding properties by name anywhere in the graph

    Dennis Doomen authored and dennisdoomen committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    7928d55 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Added Should().Throw(), ThrowAsync() and ThrowWithinAsync() flavors t…

    …hat don’t require a specific exception type (#3059)
    Xceed-DelvaJB authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    cc607f1 View commit details
    Browse the repository at this point in the history
Loading