Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump Nito.Disposables from 2.2.0 to 2.4.0#1369

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/Nito.Disposables-2.4.0
Open

Bump Nito.Disposables from 2.2.0 to 2.4.0#1369
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/Nito.Disposables-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 6, 2023

Bumps Nito.Disposables from 2.2.0 to 2.4.0.

Changelog

Sourced from Nito.Disposables's changelog.

[2.4.0] - 2023-03-03

  • [Feature] Added Abandon methods to ignore disposal or transfer ownership to another disposable. #17
  • [Fix] Reduced version of System.Collections.Immutable dependency to reduce version conflicts. #16
  • [Fix] Specified order of delegates/children disposal: inverse order of the collection. Note that this is a change in behavior; it was unspecified before but would always execute in forward order, meaning the first delegate/child added would be the first one disposed.

[2.3.0] - 2021-12-30

  • [Feature] Added ReferenceCountedDisposable, ReferenceCountedAsyncDisposable, and associated types. #12
  • [Fix] Fixed race condition bug (never observed). #14

[2.2.1] - 2021-09-25

  • [Fix] Bumped System.Collections.Immutable dependency version from 1.4.0 to 1.7.1. This fixes the shim dlls issue on .NET Framework targets.
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 [Nito.Disposables](https://github.com/StephenCleary/Disposables) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/StephenCleary/Disposables/releases)
- [Changelog](https://github.com/StephenCleary/Disposables/blob/master/CHANGELOG.md)
- [Commits](StephenCleary/Disposables@v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: Nito.Disposables
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 6, 2023

The following labels could not be found: automatic, dependencies, .NET.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants