Skip to content

.NET 7.0

Compare
Choose a tag to compare
@thohng thohng released this 01 Jan 16:14
· 51 commits to main since this release
2f30137
  • Add support .NET 7.0
  • Drop support .NET 5.0
  • Decoupling to NetLah.Abstractions, use NetLah.AssemblyInfo.BuildTime.Target
  • Add more Create APIs
  • Improve nullable
  • More test on json configuration provider (such as appsettings.json, appsettings.Production.json, secrets.json, appsettings.ini)
  • More test on enum binder (flags), support both interger and multi flags Flag1,Flag2
  • Test parsing enum, both interger and multi flags Flag1,Flag2
  • Test Authentication TLS
  • Fix Authentication TLS on Windows: support reimport and change to default Exportable | EphemeralKeySet
  • New configuration: CertificateConfig with key storage flags and reimport