Add tests for trimming
Author: idg10Created Mar 25, 2026Updated Mar 25, 2026
Labels[area] Rx
Although we've made a few changes to improve support for trimming, we don't have any integration tests for this.
It would be good to:
- verify that trimming does actually work (i.e., that code is removed when intended)
- verify that we produce suitable warnings in unsupported scenarios
- verify that potentially tricky scenarios (notably around
IQbservable<T>work)
Source: dotnet/reactive