Replies: 1 comment 2 replies
-
Hey @jnyrup Is there any problem using 9.0.x for STJ? It doesn't have any special dependencies for For us, it keeps the maintenance cost low. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With #1582 and https://github.com/bUnit-dev/bUnit/pull/1620/files#diff-5baf5f9e448ad54ab25a091adee0da05d4d228481c9200518fcb1b53a65d4156R31 all targets of bUnit depends on STJ 9.0.z.
When testing a .NET 8 application using bUnit 1.37.7+, the tested version of STJ is now 9.0.z, while the deployed application won't have STJ 9.0.z.
My question is now to consider reverting #1582 such that bUnit doesn't bump the STJ to 9.0.z for all targets.
I tried cloning the repo and do the revert, and all unit tests passed.
Beta Was this translation helpful? Give feedback.
All reactions