Skip to content

v1.5.54

Compare
Choose a tag to compare
@ap0llo ap0llo released this 03 May 17:44

New Features

Details

Add reference assembly for .NET Core 2.1

Add reference assembly for .NET Standard 2.1

Add object configuration provider

Add object configuration provider/extension method for IConfigurationBuilder that reads configuration values from an object's property.

Because this functionality requires a dependency to Microsoft.Extensions.Configuration, the configuration provider was implemented in a separate package (Grynwald.Utilities.Configuration) to keep the set of dependencies of the main package small.