Releases: DDTH/Ddth.Utilities
Releases · DDTH/Ddth.Utilities
v0.2.1
v0.2.0
Added/Refactoring
- Added utility class
RandomUtils. - Added utility class
RandomPasswordGenerator.
v0.1.1
Fixed/Improvement
- Improvement(ReflectionDIHelper):
BuildDIParamsis now public and has overloads to accept additional services to look up. - Improvement(ReflectionDIHelper):
CreateInstance<T>should returnnullif the created instance is not assignable toT.
v0.1.0
Added/Refactoring
Feature: helper class ReflectionDIHelper.