Legacy Detour (.NET Framework 4.8)
Deprecated. Use DetourLite.exe (Windows) or DetourLite.dll (Linux) instead.
This is the old .NET Framework 4.8 build, Windows only. Functionally equivalent to DetourLite, but measurably slower: on the same algorithm core, .NET 8 is more than 2x faster (ICP registration 3.56ms -> 1.65ms, nearest-neighbour 64ns -> 30ns), thanks to RyuJIT's Vector2 SIMD intrinsics, more aggressive inlining/devirtualization, and tiered compilation with dynamic PGO.
Kept only as a transition fallback. Do not use for new deployments.