JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
563 stars 118 forks source link

AssemblyScanner uses functionality that does not exist in JasperFx.Core anymore #387

Closed bryanboettcher closed 10 months ago

bryanboettcher commented 11 months ago

https://github.com/JasperFx/lamar/blob/master/src/Lamar/Scanning/Conventions/AssemblyScanner.cs -- lines 99 & 114 reference an Includes and Excludes property from CompositeFilter<T>. These properties were eventually removed from JasperFx during a consolidation a few months ago.

Resolving this is either rewriting parts of AssemblyScanner, or including the missing CompositeFilter & CompositePredicate classes from older versions of JasperFx.