Releases: Jacky-Mo/UnitTest.TestBuilder.Core
Releases · Jacky-Mo/UnitTest.TestBuilder.Core
v1.1.0 - Non-Interface Property Support
Auto create object for non-interface property in the builder class
- create using the constructor with the most parameters
- value types are created using default values
- reference types (string, interfaces) are creating based on custom builder or default implementation
Support .net standard 2.0 and 2.1
Changed the support multiple .net standard versions
Renamed the base class and interface
Version 1.0.0 Is released
This is the first release of the common UnitTest.TestBuilder library