Bump nunit from 3.14.0 to 4.2.2
Bumps nunit from 3.14.0 to 4.2.2.
Release notes
Sourced from nunit's releases.
NUnit 4.2.2
Hotfix for fixing regression bug #4802
What's Changed
- Use default blocking strategy for valuetasks by
@stevenawin nunit/nunit#4804Full Changelog: https://github.com/nunit/nunit/compare/4.2.1...4.2.2
NUnit 4.2.1
Hotfix release for Issue #4794 and #4795, affecting .Net Framework.
NUnit 4.2.0
See release notes
NUnit 4.1.0
See release notes
NUnit 4.0.1
Patch release to fix windows targets
See release notes and See migration guide
NUnit 4.0.0
See release notes and See migration guide
NUnit 4.0.0-beta.1
See release notes and information
Changelog
Sourced from nunit's changelog.
For further changes, see release notes
NUnit 4.0.0 - November 26, 2023
All changes, see release notes
NUnit 4.0.0-beta.1 - October 8, 2023
This release is the first beta release of NUnit 4.0. All changes, see release notes
NUnit 3.13.2 - April 27, 2021
This release fixes a new issue with the
FixtureLifeCycleattribute whereIDisposabletest fixtures were not being disposed properly. As always,@gleb-osokinhas been a great help with this new feature.It also fixes a long-standing performance issue with
CollectionAssert.AreEquivalentand theCollectionEquivalentConstraintwhen comparing large collections. The deep comparison that NUnit performs on the two collections will always have a worst case bound of O(n^2) but we have optimized it so that the majority of use cases will be closer to O(n).We've also made significant optimizations to the OR filters for selecting tests using their full name. This dramatically improves test performance for large code bases that use
dotnet test. Thanks to@pakrymfor his help with this.Issues Resolved
- 2799 CollectionAssert.AreEquivalent is extremely slow
- 3589 File headers, copyrights, and licenses
- 3773 IDisposable not working with InstancePerTestCase
- 3779 Obsolete AreEqual methods with nullable numeric arguments for 3.13
- 3784 Build the v3.13-dev branch
- 3786 NUnit with dotnet test results in O(n^2) filtering complexity
- 3810 Enable deterministic build
- 3818 AppVeyor failing to build v3.13-dev branch PRs
- 3832 Deploy v3.13-dev branch builds to MyGet
NUnit 3.13.1 - January 31, 2021
This release addresses several misses with the new
FixtureLifeCycleattribute, switches to using SourceLink and NuGet snupkg packages for debugging into NUnit from your unit tests. It also addresses issues with the time format of ignored and explicit tests in the test results file.Issues Resolved
- 2339 Wrong date format in Ignored TestFixtures
- 3715 FixtureLifeCycle(LifeCycle.InstancePerTestCase) Not working with TestFixtureSource
- 3716 Assembly level FixtureLifeCycle(LifeCycle.InstancePerTestCase) doesn't work
- 3724 Test start and end time should end with Z
- 3726 Assert EqualTo().Within().Seconds does not work with DateTimes in NUnit 3.13
- 3729 AppVeyor builds failing
- 3736 AreEqual.Within throws on failure with non-numeric types
- 3743 Parametrized tests do not respect FixtureLifeCycle.InstancePerTestCase
- 3745 After upgrading to NUnit 3.13.0 the debugger enters NUnit code despite having checked "Enable Just My Code"
... (truncated)
Commits
116802dMerge pull request #4804 from nunit/fix-value-task-awaiter2b6b6e7Use default blocking strategy5c0ae90Fixes #4798 (#4799)6446ba0Issue4794 (#4796)3f1eb04Prepare for Release 4.2. (#4792)7224040Optimize message formatting (#4788)e59e1bfMerge pull request #4709 from maettu-this/4686_ProgressTraceListener972aa33Remove now unnecessary using statement.e92ba3fHostProtection attribute removed (review request by@stevenaw)51cd8b7Clarifying the use of the listener (review finding@manfred-brands)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
🥷 Code experts: jjw24
jjw24 has most 🧠 knowledge in the files.
See details
Flow.Launcher.Test/Flow.Launcher.Test.csproj
Knowledge based on git-blame: jjw24: 22%
To learn more about /:\ gitStream - Visit our Docs
Be a legend :trophy: by adding a before and after screenshot of the changes you made, especially if they are around UI/UX.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
| :x: Errors | Count |
|---|---|
| :x: ignored-expect-variant | 1 |
| :warning: non-alpha-in-dictionary | 13 |
See :x: Event descriptions for more information.
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
Superseded by #3134.