v0.11.0 #161
joshkempner
announced in
Announcements
v0.11.0
#161
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's New
MockStreamStore
to use a general reader-writer lock, and to write the base projection events synchronously with the main All Stream and Event Stream event. This improves test stability.AssertEx.EnsureComplete(params Task[] tasks)
AssertEx.EnsureRunning(params Task[] tasks)
Breaking Changes
ReactiveDomain.UI
andReactiveDomain.UI.Testing
. The corresponding nuget packages are now considered obsolete and will no longer be updated.CommandBuilder
for use with ReactiveUI. With recent updates toReactiveUI
, the same thing can be accomplished with very little code using that library's built-in capabilities.ReactiveTransientSubscriber
. This can be easily re-implemented if desired using composition rather than inheritance to include aTransientSubscriber
in a class that inherits fromReactiveObject
.Full Changelog: v0.10.5...v0.11.0
This discussion was created from the release v0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions