chore(deps): update dependency microsoft.reactive.testing to v6 #1101
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.1-alpha-00362
->6.0.0
Release Notes
dotnet/reactive (Microsoft.Reactive.Testing)
v3.1.1
: Rx and Ix 3.1.1Minor packaging update that ensures the
NETStandard.Library
meta-package isn't referenced by projects targeting the Desktop .NET Framework (4.5 and 4.6).v3.1.0
: Rx and Ix 3.1The Reactive and Interactive Extensions v3.1 is a minor update to the libraries, consisting mostly of bug fixes and small enhancements.
The full list of items fixed/improved is available here, but below are some key highlights:
PlatformEnlightenmentProvider.Current
setterMany thanks to @aelij for his excellent work in converting Ix Async to use
async
andawait
in #170.Note for Desktop .NET Users: As part of #205, we now have a strict assembly versioning scheme in place. This may require binding redirects to work correctly. NuGet will generate these for you, so there's nothing you should have to do. If you're seeing issues, before reporting a bug, please verify you have
AutoGenerateBindingRedirects
enabled as described here. You may need to manually add it some older projects.v3.0.0
: Reactive and Interactive Extensions for .NET 3.0Major update from version 2.2.5 adding support for .NET Core and the .NET Platform Standard. In addition to .NET Core support, a few bugs were addressed.
This update is the first after moving to the .NET Foundation. As such, there are a few noteworthy items:
The package names have all changed
Rx-*
andIx-*
packages have been renamed to match their library names, keeping inline with the rest of .NET Core. As the strong name key had to change, we did update the old packages as the new binaries incompatible due to strong name conflicts. They are fully source-code compatible.System.Reactive
instead ofRx-Main
System.Interactive
instead ofIx-Main
System.Interactive.Async
instead ofIx-Async
As always, Rx and Ix have enhanced support per-platform, ensuring an optimal experience based on your target runtime.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.