Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

1.1.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 25 Oct 15:51

Features

  • Consider adding callback for load or reload errors (#489)
  • Create a Azure KeyVault based configuration provider (#487)
  • Add support for binder to create models (#467)

Bugs Fixed

  • ConfigurationBinder cannot set properties with type 'object' (#511)
  • Json source doesn't seem to support null values (#508)
  • Improve the comment for the prefix parameter in the AddEnvironmentVariables method (#488)
  • ReloadOnChange stops after error in Load (#486)
  • AddJsonFile throws invalid directory name when optional is true (#478)
  • System.NullReferenceException for invalid appsettings.json (#476)
  • Dispose command line args enumerator (#475)
  • AsEnumerable() shouldn't use the fully qualified path (#473)
  • Undisposed enumerator in CommandLineConfigurationProvider.Load() (#463)