Prevent trimmer warnings on current SDK by idg10 · Pull Request #2308 · dotnet/reactive (original) (raw)

added 3 commits

March 16, 2026 11:20

@idg10

@idg10

Add new .Homoicon.cs extension to list skipped in license header test. (No longer using .Generated.cs because that was causing us not to see diagnostics for any of the HomoIcon-generated code.)

@idg10

@idg10

@idg10

@idg10

The IQbservable forms of the tuplet-based versions of these operators all go up to 16 arguments, but for some reason the IObservable forms go up only to 8. Since we've resurrected the HomoIcon tool, this discrepancy has caused a problem: the code gen only generates IQbservable forms corresponding to IObservable forms, and so we end up with the IQbservable API surface area shrinking.

To avoid that, this expands the IObservable CombineLatest and Zip operators to match what IQbservable was already offering.

@idg10 idg10 marked this pull request as ready for review

March 18, 2026 16:57

HowardvanRooijen

@idg10

HowardvanRooijen

@idg10 idg10 deleted the feature/trim-warnings branch

March 25, 2026 15:14

@idg10 idg10 mentioned this pull request

May 21, 2026

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})