2.0.2 (removed)
Pre-release
Pre-release
Warning
This released was deprecated. The functionality added was working unrelyably, and could cause undetected bugs. Since there is no way to make it right, this change is reverted,.
What's Changed
- Breaking Change
WhenFromAssemblyOfis unspecified, ServiceScan now scans not only the current assembly, but also all referenced projects from the solution.
Therefore, if you had multiple attributes on the method - one withoutFromAssemblyOf, and one or more withFromAssemblyOfspecifying referenced project assemblies - you need to remove the latter ones after the update (otherwise some implementations might be added twice).
On the other hand, if you want only current assembly to be scanned without referenced projects - you can setFromAssemblyOfto any type from current assembly.
This change only affects referenced projects from the solution, it does not scan types from .NET Runtime assemblies or Nuget packages, unless specified via FromAssemblyOf.
Full Changelog: 1.5.4...2.0.2