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: 6.12.2
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.0.0
Choose a head ref
  • 13 commits
  • 89 files changed
  • 5 contributors

Commits on Nov 9, 2024

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

Commits on Nov 12, 2024

  1. The expectation node identified as a cyclic reference is still compar…

    …ed to the subject node using simple equality. (#2819)
    dennisdoomen authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    52d6cc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

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

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    5fa83e2 View commit details
    Browse the repository at this point in the history
  2. Fix support for write-only properties in BeEquivalentTo (#2836)

    * Fixed a problem in BeEquivalentTo where write-only properties would cause a NRE.
    
    The implementation of Type.GetProperties that Reflectify provided crashed on a write-only property that is part of an interface. We didn't have a test for that, and the only other test that covered a similar scenario wasn't properly implemented.
    dennisdoomen authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b489c53 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    359d851 View commit details
    Browse the repository at this point in the history
  2. Fix minor syntax error in objectgraphs.md

    It's still a function and needs to be called, otherwise it shows a syntax error.
    rklec authored and jnyrup committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4ddd79f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    483484d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4647b6f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    ba3884e View commit details
    Browse the repository at this point in the history
  2. Downgrade ConfigurationManager from 6.0.1 to 6.0.0

    #2673 bumped from 4.4.0 -> 6.0.1, but 6.0.0 should be enough.
    As a testing nuget we should pick the lowest possible version of a package to avoid that tests use a newer package than what is used in production.
    jnyrup committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    5cdaa07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f4504 View commit details
    Browse the repository at this point in the history
Loading