Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ Issues / PRs welcome. Please keep additions dependency
- Added liveness operators (`Heartbeat`, `DetectStale`, `BufferUntilInactive`).
- Added resilience (`RetryWithBackoff`, expanded `OnErrorRetry` overloads).
- Added flow control (`Conflate`, `ThrottleFirst`, `DebounceImmediate`).
- Removed DisposeWith extension use System.Reactive.Disposables.Fluent from System.Reactive.

---
Happy reactive coding!
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

using System;
using System.Reactive.Disposables;
using System.Reactive.Disposables.Fluent;
using FluentAssertions;
using Xunit;

Expand Down
34 changes: 0 additions & 34 deletions src/ReactiveUI.Extensions/DisposableExtensions.cs

This file was deleted.

2 changes: 1 addition & 1 deletion src/directory.packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageVersion Include="System.Reactive" Version="6.0.2" />
<PackageVersion Include="System.Reactive" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down