[tests] Update NUnit packages to latest stable versions#25516
[tests] Update NUnit packages to latest stable versions#25516rolfbjarne wants to merge 1 commit into
Conversation
Update the following package versions: - NUnit: 4.4.0 → 4.6.1 - NUnit3TestAdapter: 6.1.0 → 6.2.0 - NUnitAnalyzers: 4.7.0 → 4.13.0 - NUnitXmlTestLogger: 3.1.15 → 8.0.0 - NUnitLite: 3.12.0 → 4.6.1 - NUnitV2ResultWriter: 3.6.0 → 3.8.0 Also remove the tools/nunit3-console* scripts, they're no longer needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the repository’s centralized NUnit-related package versions used by test projects, and removes legacy nunit3-console wrapper scripts from tools/ as they’re no longer referenced.
Changes:
- Bump NUnit, NUnit3TestAdapter, NUnit.Analyzers, NUnitXml.TestLogger, NUnitLite, and NUnitV2ResultWriter versions via
Directory.Build.props. - Remove version-pinned
tools/nunit3-console-*bash wrappers that invokednunit3-console.exevia mono.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/nunit3-console-3.9.0 | Removed legacy mono-based nunit3-console wrapper script. |
| tools/nunit3-console-3.10.0 | Removed legacy mono-based nunit3-console wrapper script. |
| tools/nunit3-console-3.11.1 | Removed legacy mono-based nunit3-console wrapper script. |
| tools/nunit3-console-3.12.0 | Removed legacy mono-based nunit3-console wrapper script. |
| Directory.Build.props | Centralized version bumps for NUnit-related test dependencies (including NUnitXml.TestLogger 8.0.0 and NUnit 4.6.1). |
✅ [PR Build #ac3edee] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #ac3edee] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [PR Build #ac3edee] Build passed (Build macOS tests) ✅Pipeline on Agent |
🔥 [CI Build #ac3edee] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 86 tests failed, 97 tests passed. Failures❌ dotnettests tests (iOS)1 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ dotnettests tests (MacCatalyst)1 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ dotnettests tests (macOS)1 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ dotnettests tests (tvOS)1 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ monotouch tests (iOS)18 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ monotouch tests (MacCatalyst)20 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ monotouch tests (macOS)20 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ monotouch tests (tvOS)18 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ windows tests1 tests failed, 2 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Monterey (12) tests1 tests failed, 4 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Ventura (13) tests1 tests failed, 4 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Sonoma (14) tests1 tests failed, 4 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Sequoia (15) tests1 tests failed, 4 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Tahoe (26) tests1 tests failed, 4 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS testsLinux Build VerificationPipeline on Agent |
Update the following package versions:
Also remove the tools/nunit3-console* scripts, they're no longer needed.