reactiveui / reactiveui/ReactiveUI.Validation
[Bug]: Compatibility with ReactiveUI.Reactive 24.0.0
Open
Nobody has claimed this yet.
bug
- Dominant language
- C#
- Stars
- 275
- Forks
- 29
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 9
Description
Describe the bug 🐞
It seems that packages split which was introduced in ReactiveUI v24 (ReactiveUI.Reactive 24.1.0) caused incompatibility with ReactiveUI.Validation.
error CS0433: The type 'IActivatableView' exists in both 'ReactiveUI.Core, Version=24.0.0.0, Culture=neutral, PublicKeyToken=null' and 'ReactiveUI, Version=23.0.0.0, Culture=neutral, PublicKeyToken=null'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the package references and ReactiveUI dependency versions involved in the ReactiveUI.Validation project, then reproduce the CS0433 error with ReactiveUI.Reactive 24.1.0. Done means ReactiveUI.Validation can be used with the split ReactiveUI packages without duplicate IActivatableView type errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100