Skip to content

[Bug]: ReactiveUI.Blazor still have dependency of System.ReactiveΒ #4430

Description

@codemahek

Describe the bug 🐞

Basically when I ran this command

dotnet nuget why YourProjectName.csproj System.Reactive

It shows

[net10.0/browser-wasm]
[net10.0]
└── ReactiveUI.Blazor (v24.1.0)
β”œβ”€β”€ Reactive.Wasm (v3.0.1)
β”‚ └── System.Reactive (v7.0.0)
└── System.Reactive (v7.0.0)

Which seems wrong since the whole purpose of the latest release is to remove the dependency on syste.reactive

Step to reproduce

dotnet nuget why YourProjectName.csproj System.Reactive

Reproduction repository

https://github.com/reactiveui/ReactiveUI

Expected behavior

This should happen...

Screenshots πŸ–ΌοΈ

No response

IDE

No response

Operating system

No response

Version

No response

Device

No response

ReactiveUI Version

No response

Additional information ℹ️

No response

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