Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps NunitXml.TestLogger from 2.1.80 to 3.0.91.

Release notes

Sourced from NunitXml.TestLogger's releases.

v3.0.91

https://github.com/spekt/nunit.testlogger/blob/master/CHANGELOG.md#v3091---20210131

Changelog

Sourced from NunitXml.TestLogger's changelog.

v3.0.91 - 2021/01/31

Commits

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 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 jas88 merged commit 68392d6 into develop Feb 1, 2021
@dependabot dependabot bot deleted the dependabot/nuget/develop/NunitXml.TestLogger-3.0.91 branch February 1, 2021 09:17
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