Skip to content

v3.0.3

Compare
Choose a tag to compare
@tillig tillig released this 03 Jan 21:57
· 96 commits to develop since this release

This release occurred prior to switching Autofac components to separate repositories.

3.0.2

  • Resolved issue autofac/Autofac#348: MEF exports always set their prerequisite imports during resolution.
  • Switched fix for autofac/Autofac#348: Instead of always setting export prerequisites, setting the appropriate lifetime scope sharing on exports fixes the problem in a cleaner fashion.

3.0.1

Bug Fixes

  • Issue autofac/Autofac#425: MEF integration crash when attempting to map exports to services when no matching type identity is found.