ReactiveUI icon indicating copy to clipboard operation
ReactiveUI copied to clipboard

Allow null `TSender` for `WhenAnyObservable`

Open Nextra opened this issue 2 years ago • 0 comments

Unlike its WhenAnyValue counterpart, WhenAnyObservable complains about nullability mismatches when TSender may be null at the time of the call.

It feels like both should have the same nullability expectations/restrictions.

I'm using version 18.3.1

Nextra avatar Aug 21 '22 10:08 Nextra