Skip to content

refactor: replace System.Reactive with ReactiveUI.Primitives#2152

Merged
glennawatson merged 1 commit into
mainfrom
glennawatson-primitives
Jun 22, 2026
Merged

refactor: replace System.Reactive with ReactiveUI.Primitives#2152
glennawatson merged 1 commit into
mainfrom
glennawatson-primitives

Conversation

@glennawatson

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Refactor

What is the new behavior?

The System.Reactive dependency has been replaced with ReactiveUI.Primitives. Observables and related test functionalities have been refactored to utilize the new helpers.

What is the current behavior?

System.Reactive is used for reactive functionality.

What might this PR break?

Nothing. System.Reactive was purely a internal class. Perhaps the R3 generators.

…grate observable test helpers

Removed `System.Reactive` in favor of `ReactiveUI.Primitives`, updated dependencies, and refactored related test and observable functionalities using new helpers.
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.63%. Comparing base (bf488d6) to head (9af3464).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2152      +/-   ##
==========================================
+ Coverage   97.56%   97.63%   +0.07%     
==========================================
  Files         112      110       -2     
  Lines        5334     5292      -42     
  Branches      961      959       -2     
==========================================
- Hits         5204     5167      -37     
+ Misses         31       28       -3     
+ Partials       99       97       -2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@glennawatson glennawatson merged commit 3fd4ce6 into main Jun 22, 2026
13 checks passed
@glennawatson glennawatson deleted the glennawatson-primitives branch June 22, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants