Describe the bug
As a result of upgrading to version 14.1.1 with nullable references enabled in a .net 5.0 wpf project, regardless of the input type,
whenAny.. now returns a nullable reference type. This means regardless of the input parameters, we have to use WhereNotNull() everywhere or bangs (I reserve them for last resort). I believe this change came through in issue 2760
Expected behavior
The return type should reflect the input value types.