Skip to content

Conversation

@idg10
Copy link
Collaborator

@idg10 idg10 commented Oct 2, 2025

Resolves #2241

Rx 6.1 adds a new operator, ResetExceptionDispatchState. In addition to documenting this new operator, this also adds official documentation for the hitherto undocumented rules around reuse of exception objects, and also updates the docs for the various operators whose use might create a scenario where you need this new operator.

Rx 6.1 also adds a new overload of TakeUntil that accepts a CancellationToken, and a new 'fluent' DisposeWith method for adding an IDisposable to a CompositeDisposable. This updates IntroToRx.com for those too.

In addition to documenting the new operator, this also adds official documentation for the hitherto undocumented rules around reuse of exception objects, and also updates the docs for the various operators whose use might create a scenario where you need this new operator.
@idg10 idg10 added this to the Rx 6.1 milestone Oct 2, 2025
@idg10 idg10 self-assigned this Oct 2, 2025
@idg10 idg10 changed the title Update IntroToRx for ResetExceptionDispatchState Update IntroToRx for Rx 6.1 Oct 3, 2025
@idg10 idg10 merged commit 6dfed82 into main Oct 3, 2025
4 checks passed
@idg10 idg10 deleted the feature/2241-doc-exceptionstate branch October 3, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document ResetExceptionDispatchState operator

4 participants