Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nunit 4.0 release notes #842

Merged
merged 10 commits into from
Nov 26, 2023
3 changes: 3 additions & 0 deletions docs/articles/nunit/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ uid: breakingchanges
* [FileAssert](../writing-tests/assertions/classic-assertions/File-Assert.md)
* Assert.That overloads with _format_ specification and `params` have been removed in favor of an overload using
`FormattableString`.
* The lowest framework version supported is now version 4.6.2 and .Net 6.0.

See full list of [deprecated issues](https://docs.nunit.org/articles/nunit/release-notes/framework.html#deprecated-features) and [breaking changes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#the-following-issues-are-marked-as-breaking-changes) in the framework.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
See full list of [deprecated issues](https://docs.nunit.org/articles/nunit/release-notes/framework.html#deprecated-features) and [breaking changes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#the-following-issues-are-marked-as-breaking-changes) in the framework.
See full list of [deprecated features](https://docs.nunit.org/articles/nunit/release-notes/framework.html#deprecated-features) and [breaking changes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#the-following-issues-are-marked-as-breaking-changes) in the framework.


## NUnit 3.10

Expand Down
Loading
Loading