TaskHub.Shared

TaskHub.Shared.Refactoring

Reflection-based tools for automated dependency discovery and assembly scanning.

Contents

Summary


TaskHub.Shared.Refactoring is an internal infrastructure module that provides a lightweight reflection-based approach for resolving and registering dependencies, as well as collecting basic service metadata.

Core Idea

The module solves a narrow set of problems:

Assembly Scanning

The module scans application assemblies once per application lifetime at startup. System and vendor assemblies are excluded by default to:

Dependency Resolution