Releases: PawelGerr/Thinktecture.Configuration
Releases · PawelGerr/Thinktecture.Configuration
2.1.0
2.0.0
1.1.0
AutofacJsonTokenConverter
starts deserializing from token that is after the last token of typeJTokenType.Null
because a Null-Token means that the section is in the json file and is set tonull
explicitly.AutofacJsonTokenConverter
skipsnull
values when populating the configuration becausenull
means that the configuration is missing entirely.
The extension methodsRegisterJsonFileConfiguration
has new optional parameterresolveNewInstanceIfNull
that is set totrue
by default.- Updated dependencies