Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@tillig tillig released this 13 Jul 21:15
4fff3f5

Breaking Changes

  • Updated minimum core Autofac to 8.0.0, which minor breaking changes and target framework updates. See release notes for core Autofac.
  • Updated minimum Microsoft.Extensions.Configuration to 8.0.0. Previously specifying empty arrays and objects in configuration would have those values seen as null. With this update, empty arrays and objects in configuration are seen instead as empty.

Additional Changes

  • Modules specified in configuration will now attempt to use the constructor that matches the set of configured parameters and will fall back to the constructor with the most parameters (#44 / #45 - thanks @pnagoorkar!)
  • Added nullable type annotations.

Full Changelog: v6.0.0...v7.0.0