v0.10.4
What's Changed
- Adds a method to
AssertEx
to verify an RM'sVersion
by @joshkempner in #150 - Updates GitHub Action for PRs by @joshkempner in #153
- Removes
SpinWait
fromIsOrBecomesTrue
by @condron in #151 - Test specifications implement
IDisposable
by @joshkempner in #154 - Adds overloads with
TimeSpan
timeouts toAssertEx
methods by @joshkempner in #155
Limited Breaking Change
- The addition of
IDisposable
to theMockRepositorySpecification
andDispatcherSpecification
means that test classes that inherit from these and also implementIDisposable
will need to be changed to implement an override ofDispose(bool)
rather than simply implementingDispose()
.
Full Changelog: v0.10.3...v0.10.4