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: nunit/nunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: nunit/nunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.1
Choose a head ref
  • 18 commits
  • 23 files changed
  • 3 contributors

Commits on Dec 15, 2024

  1. Configuration menu
    Copy the full SHA
    2582fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be61919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce6379 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a12fcbf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4897 from nunit/fix-the-benchmarks

    Get the benchmarks running again
    stevenaw authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    b7064b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Allow more string comparisons

    1. Types that can be implicit cast to string
    2. Types that implement IEquatable<string>
    manfred-brands committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    51618d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fffe58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b4f2b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77dca5f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

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

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    b0d2d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c999e34 View commit details
    Browse the repository at this point in the history
  3. Use IsNumericType

    manfred-brands committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    36b8b1d View commit details
    Browse the repository at this point in the history
  4. Alternative approach

    To prevent calling overloads using implicit operators we need a generic fall back.
    
    As we can only have 1 generic method we have to write out the Numeric
    overload into its 11 separate types.
    manfred-brands committed Dec 18, 2024
    1 Configuration menu
    Copy the full SHA
    a12d6ab View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Replace constraints on EqualNumericConstraint with Guard

    Also only allow conversions on supported NumericTypes
    
    For everything else drop back to pre 4.3 behaviour
    manfred-brands committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    bd45e7c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Configuration menu
    Copy the full SHA
    caf4a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1119a98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4899 from nunit/Issue4898_IsEqualTo

    Ensure string overload is not called for types with implicit conversions to string.
    manfred-brands authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    1f1959a View commit details
    Browse the repository at this point in the history
Loading