-
Notifications
You must be signed in to change notification settings - Fork 765
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nunit/nunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 47 files changed
- 7 contributors
Commits on Feb 19, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 36c0ecd - Browse repository at this point
Copy the full SHA 36c0ecdView commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ccacf0f - Browse repository at this point
Copy the full SHA ccacf0fView commit details
Commits on Feb 26, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 18ef457 - Browse repository at this point
Copy the full SHA 18ef457View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7344279 - Browse repository at this point
Copy the full SHA 7344279View commit details
Commits on Feb 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e64e5da - Browse repository at this point
Copy the full SHA e64e5daView commit details
Commits on Mar 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4b23c4d - Browse repository at this point
Copy the full SHA 4b23c4dView commit details
Commits on Mar 3, 2026
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 743ac78 - Browse repository at this point
Copy the full SHA 743ac78View commit details
Commits on Mar 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 57e3cc8 - Browse repository at this point
Copy the full SHA 57e3cc8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.5.0...4.5.1