Add Rx Gauntlet test suite#2330
Open
idg10 wants to merge 10 commits into
Open
Conversation
Remove unhelpful Python entries in .gitignore that led to this going missing in the first place.
Add 7.0.0-beta.1 command line args
We have netstandard1.1 in one of the test scenario projects because of the need to repro some quite old problems. This now causes spurious vulnerability errors. This change brings in newer versions of the components in question so that we don't get those errors.
mwadams
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rx Gauntlet is a test suite that tests various package-level aspects of Rx.NET that can't be addressed by conventional unit test or even integration test suites.
This was motivated by the long-running packaging problems, starting with the plug-in conflict problems back in the Rx.NET v3 days, and then the package bloat issues that arose from the 'great unification', which was n attempt to fix the problems that arose from attempting to fix the problems caused by the initial fix to the plug-in problem (and which, incidentally, actually caused the original plug-in conflict problems to reappear later.)
For more details see https://endjin.com/what-we-think/talks/rxdotnet-packaging-plan-2025