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.5.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.5.1
Choose a head ref
  • 8 commits
  • 47 files changed
  • 7 contributors

Commits on Feb 19, 2026

  1. Fixes #5126 TestResult.*Counts (#5127)

    * Minor cleanup: Unified separating empty lines
    
    * Minor cleanup: Order of PassCount vs. WarningCount aligned with ITestResult
    
    * Documentation of *Counts refined
    
    * InitiatedCount and CompletedCount added
    
    * InitiatedCount and CompletedCount also added to XSD/XML
    
    * Order of counts aligned with order in Assert class: Pass, Fail, Warn, Skip/Ignore, Inconclusive
    
    ---------
    
    Co-authored-by: maettu_this <maettu_this@users.sourceforge.net>
    maettu-this and maettu_this authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    36c0ecd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

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

Commits on Feb 26, 2026

  1. Ignore DefaultTimeout in all but .NET Framework builds (#5140)

    * Ignore DefaultTimeout in all but .NET Framework builds
    
    * Update src/NUnitFramework/nunitlite/TextUI.cs
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Fix for SA error, and failing test
    
    ---------
    
    Co-authored-by: Terje Sandstrom <terje@hermit.no>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    3 people authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    18ef457 View commit details
    Browse the repository at this point in the history
  2. Replace System.CodeDom with Roslyn Microsoft.CodeAnalysis (#5142)

    * Replace System.CodeDom with Roslyn Microsoft.CodeAnalysis
    
    * Combine to Compiler implementations into one.
    
    Also reduce instantiation to one per fixture.
    
    * Fix the analyzer for use of the Microsoft.CodeAnalysis api
    
    * Mono doesn't have System.Runtime
    
    Why do I even need to specify this manually.
    
    * Automatically add transitive references to the TestCompiler
    
    * Somehow the build server complains about missing packages at runtime.
    
    * 1. src/NUnitFramework/Directory.Packages.props
    
    ---------
    
    Co-authored-by: Terje Sandstrom <terje@hermit.no>
    manfred-brands and OsirisTerje authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    7344279 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

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

Commits on Mar 1, 2026

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

Commits on Mar 3, 2026

  1. Fix for issue5129 (#5130)

    * Fix for issue5129
    
    * test failed because the former fix was too broad, narrowed it
    
    * Made the code more readable, more intention revealing.
    
    * Added extensiontests
    
    * Added test case source with nested array.
    
    * Fix wrong assignment of `argsProvided`
    
    * Added TestCases for not enough and too many parameters
    
    * No longer throw TargetParameterCountException exception.
    
    The higher code will check the actual vs declared parameter count.
    
    * Optimize single object parameter case.
    
    Don't Unpack and then Repack.
    
    * Do not unpack array if matches only argument, even if that is a params array.
    
    * We can only keep the array for a params parameter if it has the correct type
    
    * Account for the special case where an object[] array is unpacked even if it matches the parameter type.
    
    * ItUpdate src/NUnitFramework/tests/Internal/Extensions/ArgumentExtensionsTest.cs
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Manfred Brands <manfred-brands@users.noreply.github.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    3 people authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    743ac78 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Fix integer percent checks

    stevenaw committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    57e3cc8 View commit details
    Browse the repository at this point in the history
Loading