FakeItEasy v6.2.1 Release Notes
Release Date: 2020-09-02 // about 3 years agoPrevious changes from v6.2.0
-
๐ New
- Apply
Object
member rules even when the methods are overridden (#1777) - ๐ง
DoesNothing
configuration for methods that returnTask
(#1784)
โ Additional Items
- Explain that
DoesNothing
only applies tovoid
- orTask
-returning members (#1782, #1784) - Document how to have a get/set property invoke a side-effect on a call to set and still persist the supplied value (#1783)
- ๐ Fix the case of the
GetAssemblyFileNamesToScanForExtensions
method in the documentation (#1786)
๐ With special thanks for contributions to this release from:
- @alex-valchuk
- Daniel Rose - @DanielRose
- @ejwoerlee
- Apply