Skip to content

Releasenotes for NUnit 4.5.1#1146

Merged
OsirisTerje merged 4 commits intomasterfrom
release451
Mar 6, 2026
Merged

Releasenotes for NUnit 4.5.1#1146
OsirisTerje merged 4 commits intomasterfrom
release451

Conversation

@OsirisTerje
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings March 6, 2026 14:28
@OsirisTerje OsirisTerje requested a review from SeanKilleen March 6, 2026 14:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation updates for the NUnit Framework 4.5.1 patch release and documents a DefaultTimeout/.runsettings caveat for the VS Test adapter docs.

Changes:

  • Add NUnit 4.5.1 release notes section (issues, acknowledgements) and normalize the 4.5.0 heading capitalization.
  • Update the VS Test adapter Tips & Tricks .runsettings table to include a warning about DefaultTimeout with NUnit 4.5.0 on newer .NET runtimes.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
docs/articles/vs-test-adapter/Tips-And-Tricks.md Expands the DefaultTimeout row in the .runsettings options table with a runtime/version warning.
docs/articles/nunit/release-notes/framework.md Adds the NUnit 4.5.1 release notes section (enhancements/bug fixes/acknowledgements) above 4.5.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

| PrivateBinPath | string | directory1;directory2;etc | ? |
| RandomSeed | int | seed integer | random |
| DefaultTimeout | int | timeout in mS, 0 means infinite | 0 |
| DefaultTimeout | int | timeout in mS, 0 means infinite. Not for .net >5.0, error with NUnit 4.5.0 | 0 |
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The DefaultTimeout description mixes in a version-/runtime-specific warning that’s currently ambiguous (".net >5.0"), uses inconsistent .NET capitalization, and doesn’t indicate whether the NUnit 4.5.0 problem is fixed in 4.5.1. Please rephrase using standard ".NET" terminology (e.g., ".NET 6+" if that’s what’s meant) and clarify the affected NUnit versions; consider moving the warning into a short note outside the table to keep the Options column consistent.

Copilot uses AI. Check for mistakes.
OsirisTerje and others added 2 commits March 6, 2026 15:33
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@OsirisTerje OsirisTerje merged commit 63089ff into master Mar 6, 2026
7 checks passed
@OsirisTerje OsirisTerje deleted the release451 branch March 6, 2026 14:42
github-actions bot pushed a commit that referenced this pull request Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants