Skip to content

Bump Microsoft.Reactive.Testing from 4.3.2 to 4.4.1 #289

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Microsoft.Reactive.Testing from 4.3.2 to 4.4.1.

Release notes

Sourced from Microsoft.Reactive.Testing's releases.

Rx.NET v4.4.1

Changes:

Bugs:

  • #1131: Fix crash in Buffer due to empty queue in tick
  • #1115: Add more argument validation to TestScheduler.Start
  • #915: Ix: Do not dispose the enumerator while enumerating in the ToObservable operator.
  • #1079: Serialize the dispose of Zip(IEnumerable) with MoveNext/Current
  • #969: Handle the case when EventLoopScheduler gets disposed with in-flight items
  • #286: EventLoopScheduler: unexpected Exception after Dispose
  • #916: IxAsync.Timeout: propagate timeout cancellation to main source
  • #1067: Fix Generate (timed) crash upon disposing a long sequence

Enhancement:

  • #1107: Add ToTask overloads with IScheduler
  • #1104: Add RefCount overloads with minimum observer count option
  • #891: Simplified BaseBlocking, FirstBlocking, and LastBlocking
  • #914: Change Ix.Async Amb() to cancel the losers, add unit tests

Others:

  • #1177: Fix infinite recursive generics in CatchScheduler
  • #1176: Bump DiffPlex from 1.6.0 to 1.6.1 in /Rx.NET/Source
  • #1175: Bump DiffPlex from 1.5.0 to 1.6.0 in /Rx.NET/Source
  • #1174: Bump Verify.Xunit from 1.27.2 to 1.27.3 in /Rx.NET/Source
  • #1169: Bump Nerdbank.GitVersioning from 3.1.71 to 3.1.74 in /Rx.NET/Source
  • #1171: remove Deterministic Hack
  • #1172: update doco
  • #1170: Disable ContinusousIntegrationBuild for tests
  • #1168: Bump Nerdbank.GitVersioning from 3.1.71 to 3.1.74 in /Ix.NET/Source
  • #1167: Add workaround for AssemblyInfo and use non-nightly SDK
  • #1165: move to verify
  • #1164: Update to MIT license
  • #1134: Bump PublicApiGenerator from 10.0.0 to 10.0.2 in /Rx.NET/Source
  • #1163: Enable deterministic settings
  • #1161: use 3.1.300-preview to fix embedded pdb
  • #1160: Added xml doc comments to overloads in AsyncEnumerable.AsyncOverloads.cs
  • #1159: Bump System.Threading.Tasks.Extensions from 4.5.3 to 4.5.4 in /Rx.NET/Source
  • #1158: Cancel in-flight TaskCompletionSources in ToAsyncEnumerable(Observable).
  • #1156: Bump FluentAssertions from 5.10.2 to 5.10.3 in /Ix.NET/Source
Commits
  • 7fe23fe set stable
  • e8c874c Update version.json
  • f867e71 Merge pull request #1177 from hez2010/master
  • a4bc99f Fix infinite recursive generics in CatchScheduler
  • 9199d92 Merge pull request #1176 from dotnet/dependabot/nuget/Rx.NET/Source/DiffPlex-...
  • 5c7caee Bump DiffPlex from 1.6.0 to 1.6.1 in /Rx.NET/Source
  • c6c8d6f Merge pull request #1175 from dotnet/dependabot/nuget/Rx.NET/Source/DiffPlex-...
  • 238d11d Bump DiffPlex from 1.5.0 to 1.6.0 in /Rx.NET/Source
  • 7c02c29 Merge pull request #1174 from dotnet/dependabot/nuget/Rx.NET/Source/Verify.Xu...
  • 0a1aed5 Bump Verify.Xunit from 1.27.2 to 1.27.3 in /Rx.NET/Source
  • 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 #289 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   73.16%   73.20%   +0.03%     
==========================================
  Files         415      415              
  Lines       11743    11743              
  Branches     1088     1088              
==========================================
+ Hits         8592     8596       +4     
+ Misses       3151     3147       -4     
Impacted Files Coverage Δ
src/Protocol/DocumentUri.cs 79.31% <0.00%> (+2.29%) ⬆️

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 cd6d702...b48d752. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Reactive.Testing-4.4.1 branch from 1a7848e to 35d1071 Compare August 11, 2020 23:47
@david-driscoll
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Reactive.Testing-4.4.1 branch from 35d1071 to b48d752 Compare August 12, 2020 00:37
@david-driscoll david-driscoll merged commit 35ae0ee into master Aug 12, 2020
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Reactive.Testing-4.4.1 branch August 12, 2020 01:03
@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