Skip to content

2.0.2 (removed)

Pre-release
Pre-release

Choose a tag to compare

@Dreamescaper Dreamescaper released this 24 May 13:38
· 12 commits to main since this 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
    When FromAssemblyOf is 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 without FromAssemblyOf, and one or more with FromAssemblyOf specifying 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 set FromAssemblyOf to 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