Skip to content

v1.0.15

Compare
Choose a tag to compare
@fededim fededim released this 27 Jun 23:49
· 119 commits to master since this release
62ff5d7

Updated Fededim.Extensions.Configuration.Protected to version v1.0.15

  • Improvement: made child keys enumeration process unbelievably fast (if the provider is derived from ConfigurationProvider like all now existing providers, the child keys enumeration is now done with a safe hacky method accessing the Data dictionary through reflection which is unbelievably faster, otherwise the old method is used)

Updated Fededim.Extensions.Configuration.Protected.DataProtectionAPI to version v1.0.3

  • Dependency: requires at least Fededim.Extensions.Configuration.Protected version 1.0.15
  • Improvement: improved testing output, timing all phases with a Stopwatch and made plaintext-decrypted value comparison unbelievably fast using the Data dictionary safe hacky method