Skip to content

[BUG] Version 14.1.1 WhenAny.. now returns observable to a nullable regardless of parameter type #2812

@kgday

Description

@kgday

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions