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

1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 16 May 17:19

Features

  • Revisit FileProviders (#401)
  • Helper to enumerate IConfiguration? (#370)
  • Support configuration "chaining", or adding one configuration to another (#339)
  • ConfigurationBinder provides ability for model to receive the IConfiguration. (#274)
  • Enable passing IFileProvider into appropriate ConfigurationSources (#183)

Bugs Fixed

  • Remove Microsoft.Extensions.Configuration.FileExtensions.ConfigurationRootExtensions (#425)
  • Re-revisit connection strings conventions (#406)
  • ConfigurationRoot.GetChildren() never finishes if a configuration key starts with colon (#360)
  • Remove ConfigurationBuilder.Add(provider, load) overload (#351)
  • IConfiguration.Get throwing "Cannot create instance of type 'System.String' because it is missing a public parameterless constructor." (#343)
  • ConfigurationBuilder.GetBasePath() does not return an absolute path on Mono (#336)
  • ConfigBuilder.AddJsonFile throws ArgumentOutOfRange if given an empty file (#335)