Skip to content

[BUG] Cast<T>() Collision with System.Reactive.Linq.Observable #2625

@Noggog

Description

@Noggog

Describe the bug
I am currently getting an API collision between RxUI's offering of Cast and System.Reactive.Linq.Observable's offering.

Steps To Reproduce

  • New project
  • Add RxUI nuget
  • Import
using ReactiveUI;
using System.Reactive.Linq;
  • Add code
IObservable<string> test = null;
test.Cast<string?>();

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