Skip to content

v6.3.0

Compare
Choose a tag to compare
@tillig tillig released this 08 Oct 14:23
· 291 commits to develop since this release
  • Modules can now be registered conditionally using an OnlyIf clause. (#1235, #1272)
  • Delegate factories will no longer allow parameters with the name value to inject by name as that's a reserved word in property setter methods. (#1275)
  • IAsyncDisposable instances that have not been activated are correctly disposed when the scope is disposed. (#1285)
  • There are now generic overloads for TryResolveNamed and TryResolveKeyed. (#1263, #1287 - thanks @v0idzz!)
  • Fixed performance regression in assembly scanning with respect to compiler generated types. (#1289 - thanks @RogerKratz!)