Skip to content

Releases: DDTH/Ddth.Utilities

v0.2.1

26 Nov 06:48

Choose a tag to compare

Fixed/Improvement

  • Fix(CodeQL): Fixed CodeQL warnings.

v0.2.0

21 Sep 08:37

Choose a tag to compare

Added/Refactoring

  • Added utility class RandomUtils.
  • Added utility class RandomPasswordGenerator.

v0.1.1

26 Aug 09:58

Choose a tag to compare

Fixed/Improvement

  • Improvement(ReflectionDIHelper): BuildDIParams is now public and has overloads to accept additional services to look up.
  • Improvement(ReflectionDIHelper): CreateInstance<T> should return null if the created instance is not assignable to T.

v0.1.0

20 Aug 15:09

Choose a tag to compare

Added/Refactoring

Feature: helper class ReflectionDIHelper.