Skip to content

Bump DotNext.Threading from 4.7.3 to 4.7.4 #231

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

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps DotNext.Threading from 4.7.3 to 4.7.4.

Changelog

Sourced from DotNext.Threading's changelog.

Release Notes

10-30-2022

DotNext 4.7.4

  • Fixed 126
  • Updated dependencies

DotNext.Metaprogramming 4.7.4

  • Updated dependencies

DotNext.Reflection 4.7.4

  • Updated dependencies

DotNext.Unsafe 4.7.4

  • Removed redundant type cast in Pointer<T> value type
  • Updated dependencies

DotNext.Threading 4.7.4

  • Scheduler.DelayedTaskCanceledException is added to identify graceful cancellation of the scheduled task (when it was canceled without entering the callback)
  • Updated dependencies

DotNext.IO 4.7.4

  • Updated dependencies

DotNext.Net.Cluster 4.7.4

  • Smallish performance improvements when processing command queue in HyParView implementation
  • Updated dependencies

DotNext.AspNetCore.Cluster 4.7.4

  • Updated dependencies

10-22-2022

DotNext 4.7.3

DotNext.Metaprogramming 4.7.3

  • Updated dependencies

DotNext.Reflection 4.7.3

  • Updated dependencies

DotNext.Unsafe 4.7.3

  • Removed redundant type cast in Pointer<T> value type
  • Updated dependencies

DotNext.Threading 4.7.3

  • Fixed parameter name when throwing ArgumentNullException in AsyncLazy<T> constructor
  • Updated dependencies

... (truncated)

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)

Bumps [DotNext.Threading](https://github.com/dotnet/dotNext) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/dotnet/dotNext/releases)
- [Changelog](https://github.com/dotnet/dotNext/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dotnet/dotNext/commits)

---
updated-dependencies:
- dependency-name: DotNext.Threading
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 31, 2022
@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Merging #231 (8d996d2) into develop (8f993c7) will decrease coverage by 0.01855%.
The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             develop        #231         +/-   ##
===================================================
- Coverage   92.85494%   92.83639%   -0.01856%     
===================================================
  Files            273         273                 
  Lines          16179       16179                 
  Branches         830         830                 
===================================================
- Hits           15023       15020          -3     
- Misses           902         904          +2     
- Partials         254         255          +1     
Flag Coverage Δ
unittests 92.83639% <ø> (-0.01856%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...maticsGateway/Services/HealthLevel7/MllpService.cs 79.12088% <0.00000%> (-1.09891%) ⬇️
...ateway/Services/Connectors/DataRetrievalService.cs 80.00000% <0.00000%> (-0.71430%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f993c7...8d996d2. Read the comment docs.

@mocsharp mocsharp merged commit 727fffd into develop Oct 31, 2022
@mocsharp mocsharp deleted the dependabot/nuget/DotNext.Threading-4.7.4 branch October 31, 2022 18:08
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant