Skip to content

v17.2.41

Compare
Choose a tag to compare
@AArnott AArnott released this 06 May 20:05
9f0d19b

Changes:

Breaking changes:

  • #290: A few fixes to [OnImportsSatisfied] use

Fixes:

  • #294: Fix deadlock in race condition
  • #291: Fix discovery of V2 private imports on base classes
  • #281: RuntimePartLifecycleTracker.CreateValue picks wrong ImportingConstructor with generic type argument in signature

Enhancements:

  • #271: Mefx like command line tool
  • #288: Improve error messages around part discovery
  • #270: Remove LINQ/capture class allocations

Others:

  • #296: Build VSMefX for .NET Framework as well
  • #283: Make composition iterative instead of recursive
  • #282: Fix activation of open generic exports with multiple constructors