Skip to content

1.1.0

Compare
Choose a tag to compare
@PawelGerr PawelGerr released this 18 May 15:37
· 33 commits to master since this release
  • AutofacJsonTokenConverter starts deserializing from token that is after the last token of type JTokenType.Null because a Null-Token means that the section is in the json file and is set to null explicitly.
  • AutofacJsonTokenConverter skips null values when populating the configuration because null means that the configuration is missing entirely.
    The extension methods RegisterJsonFileConfiguration has new optional parameter resolveNewInstanceIfNull that is set to true by default.
  • Updated dependencies