Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps XunitXml.TestLogger from 3.0.56 to 3.0.62.

Release notes

Sourced from XunitXml.TestLogger's releases.

v3.0.62

  • Fix a regression with 3.0.56 release due to which Traits were not available for Test elements in the report. See #32

https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3062---20210203

Changelog

Sourced from XunitXml.TestLogger's changelog.

v3.0.62 - 2021/02/03

  • Remove unused code from refactoring. See #31
  • Ensure Traits for Tests are available in the report. Use TestResultInfo.TestCase.Traits instead of TestResultInfo.Traits. See #32
Commits
  • ad54966 fix: use traits from TestCase instead of TestResult. Fixes #32. (#33)
  • 3e5964e chore: remove un-referenced classs (now in TestLogger package) (#31)
  • c55f987 chore: snapshot changelog for v3.0.56
  • See full diff 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 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 4, 2021
@dependabot dependabot bot requested review from jas88 and tznind February 4, 2021 05:46
@jas88 jas88 merged commit 0fcc76c into develop Feb 4, 2021
@dependabot dependabot bot deleted the dependabot/nuget/develop/XunitXml.TestLogger-3.0.62 branch February 4, 2021 08: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