Expand description
Lockfile scanner: walks the Unity installation + project to materialise
every DLL reference, analyzer, and define needed for a .csproj.
Structsยง
- Lockfile
Scanner - Scanned
Lockfile - Output of
LockfileScanner::scan_with_artifacts: the lockfile plus the concrete.dll/.asmdefpaths that contributed to it. The caller (lock-cache) uses the path list to build a fingerprint of contributing directories.