home.social

#rxnet — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rxnet, aggregated by home.social.

  1. Update on the future of Rx.NET versioning:
    github.com/dotnet/reactive/dis

    The 3 scenarios that seemed to prevail:

    1. Keep the System.Reactive packages. Solve problems using hacks (different API surface in build time than in runtime).

    2. Introduce System.Reactive.Net packages, keep System.Reactive as a facade.

    3. Try the first one in Rx7. If (when?) something breaks, switch to the second one.

    A YT summary:
    youtube.com/watch?v=GSDspWHo0bo

    #dotnet #rx #rxnet #reactive #reactiveprogramming

  2. The State of Rx.NET in 2025

    youtube.com/watch?v=SZpmj0fSfFI

    tl;dw:

    - Still living in dependency hell. They won't release Rx7.0 before solving those issues first. Everything else has lower priority.

    - AsyncRx.NET will be developed over time.

    - Ix.NET will not be developed as a part of the Rx project anymore. All LINQ to IAsyncEnumerable stuff will be moved to the core dotnet libraries.

    #rx #rxnet #reactive #reactiveextensions #reactiveprogramming #dotnet #csharp #fsharp