Skip to content

Align Rx.NET with current tooling - #2321

Merged
idg10 merged 8 commits into
mainfrom
feature/tooling-updates-2026-05
May 29, 2026
Merged

idg10 merged 8 commits into
mainfrom
feature/tooling-updates-2026-05

Conversation

@idg10

@idg10 idg10 commented May 29, 2026

Copy link
Copy Markdown
Collaborator
  • Upgrade sln to slnx
  • Various minor adaptations to style/usage diagnostics
  • Use modern MS Test assertions
  • Enable cancellation in potentially long-running tests
  • Upgrade to PublishCodeCoverageResults@2 in CI build pipeline

idg10 added 6 commits May 21, 2026 07:11
(Addresses various IDE0270 diagnostics)
I already disabled this for the main test project because most of the time this suggests it in far too many places. (E.g., it suggests passing it to Task.Run, but that can only take effect if the task hasn't already started. It has limited use in bringing a test in progress to a halt.)

It was still showing up in the UWP test project, and there were actually a couple of places where it did make some sense.
@idg10 idg10 added this to the Rx 7.0 milestone May 29, 2026
@idg10 idg10 self-assigned this May 29, 2026
@idg10
idg10 merged commit a9e7c7a into main May 29, 2026
7 checks passed
@idg10
idg10 deleted the feature/tooling-updates-2026-05 branch May 29, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants