Ddth.Utilities Release Notes
2024-11-26 - v0.2.1
Fixed/Improvement
- Fix(CodeQL): Fixed CodeQL warnings.
2024-09-21 - v0.2.0
Added/Refactoring
- Added utility class
RandomUtils. - Added utility class
RandomPasswordGenerator.
2024-08-26 - 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.
2024-08-20 - v0.1.0
Added/Refactoring
Feature: helper class ReflectionDIHelper.