Skip to content

Bump Nerdbank.Streams from 2.4.60 to 2.5.76 #294

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
Aug 12, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2020

Bumps Nerdbank.Streams from 2.4.60 to 2.5.76.

Release notes

Sourced from Nerdbank.Streams's releases.

v2.5.76

Changes:

Fixes:

  • #208: Avoid crashing .NET Core processes while canceling async I/O

This list of changes was auto generated.

v2.5.72

Changes:

Fixes:

  • #204: NestedPipeReader throws InvalidOperationException when reading end of underlying PipeReader

This list of changes was auto generated.

v2.5.70

Changes:

Fixes:

  • #198: Shutdown ExistingPipe streams on channel disposal

Others:

  • #201: Rename test property to better fit its function
  • #200: Remove unused parameter in internal method

This list of changes was auto generated.

v2.5.65

Changes:

Fixes:

Commits
  • a240ca4 Merge pull request #208 from AArnott/workaroundCrash
  • b248f40 Avoid crashing .NET Core processes while canceling async I/O
  • c0b15bb Merge test fix
  • 077285f Fix TryRead_FalseCanBeCalledRepeatedly test stability
  • c61924b Merge branch 'v2.4' into v2.5
  • c42aa40 Stabilize CreateChannelAsync_AcceptByAnotherId test
  • 9d6dfab Merge pull request #205 from AArnott/fixNestedPipeReader
  • 59c30f3 Merge branch 'v2.5' into fixNestedPipeReader
  • 486a587 Fix StreamPipeReader to better emulate other PipeReader implementations
  • ca5e5aa Fix NestedPipeReader.AdvanceTo after ReadAsync encounters end of underlying P...
  • 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 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 dependabot bot added .NET dependencies Pull requests that update a dependency file labels Aug 10, 2020
@dnfadmin
Copy link

dnfadmin commented Aug 10, 2020

CLA assistant check
All CLA requirements met.

@github-actions github-actions bot added this to the v0.18.0 milestone Aug 10, 2020
@codecov
Copy link

codecov bot commented Aug 10, 2020

Codecov Report

Merging #294 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #294      +/-   ##
==========================================
- Coverage   72.49%   72.49%   -0.01%     
==========================================
  Files         418      418              
  Lines       13243    13243              
  Branches     1606     1606              
==========================================
- Hits         9601     9600       -1     
- Misses       3642     3643       +1     
Impacted Files Coverage Δ
src/JsonRpc.Testing/Settler.cs 95.12% <0.00%> (-2.44%) ⬇️

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 0ceac74...a0dc424. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/nuget/Nerdbank.Streams-2.5.76 branch from 031f9c5 to 7505cf5 Compare August 10, 2020 23:37
@dependabot dependabot bot force-pushed the dependabot/nuget/Nerdbank.Streams-2.5.76 branch from 7505cf5 to a0dc424 Compare August 11, 2020 23:17
@david-driscoll david-driscoll merged commit cd6d702 into master Aug 12, 2020
@dependabot dependabot bot deleted the dependabot/nuget/Nerdbank.Streams-2.5.76 branch August 12, 2020 00:36
@mergify mergify bot removed the .NET label Aug 12, 2020
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