Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

Bumps NUnit from 3.13.0 to 3.13.1.

Release notes

Sourced from NUnit's releases.

NUnit 3.13.1

This release addresses several misses with the new FixtureLifeCycle attribute, 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.

For more information, please see the complete Framework Release Notes

Commits
  • 248dae7 Merge pull request #3748 from nunit/issue/3745
  • 41021cc Use sourcelink for linking the PDB files
  • b60b1fd Checkpointing enabling sourcelink
  • 47f787f Add assemblies to the snupkg even though they aren't added
  • 8a829ed Updates based on code review
  • 009c228 Upload snupkg to AppVeyor
  • 35aefae - Partially reverts #3464
  • c7afecb Merge pull request #3744 from gleb-osokin/master
  • 6a7fc74 Merge pull request #3741 from nunit/Poimen-issue-2339
  • 787f6db Updates base on code review
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @jas88.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2021
@dependabot dependabot bot requested review from jas88 and tznind February 1, 2021 07:00
@jas88
Copy link
Contributor

jas88 commented Feb 1, 2021

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/nuget/develop/NUnit-3.13.1 branch from 606a58b to 4b916e8 Compare February 1, 2021 09:17
@dependabot dependabot bot force-pushed the dependabot/nuget/develop/NUnit-3.13.1 branch from 4b916e8 to c17c597 Compare February 1, 2021 09:38
@dependabot dependabot bot merged commit 0ecac94 into develop Feb 1, 2021
@dependabot dependabot bot deleted the dependabot/nuget/develop/NUnit-3.13.1 branch February 1, 2021 09:45
jas88 added a commit to jas88/TypeGuesser that referenced this pull request Nov 9, 2025
Critical fix:
- HicServices#19 ERROR: Implemented IEquatable<DecimalSize> and fixed unsafe equality pattern
  Changed Equals(object) to use pattern matching instead of unsafe cast

Code quality improvements in tests:
- HicServices#22,HicServices#21: Fixed comparison of identical values (use separate references)
- #12,#11: Fixed null argument to Equals (use explicit null cast or Is.Null)
- HicServices#20: Added null-forgiving operator after null assertion
- HicServices#26-HicServices#23: Removed useless object upcasts (declare array as object[] instead)
- #10,HicServices#18,HicServices#17,HicServices#16: Wrapped IDisposable usage in using statements for guaranteed cleanup

All changes in test files only. Production code quality improved via IEquatable.
Build: 0 warnings, 0 errors. Tests: 377/377 passing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants