In updating my Visual Studio 2019 just saw a component being installed called
Microsoft.UnGAC
Ah yes, the GAC. As all attempts to solve DLL hell have before them the GAC had some great pluses, and some horrible minuses.
Every DLL Hell solution has just introduced a new DLL Hell condition.
Satan isn't letting us programmers off the hook.
@XSGeek - and all of the DLL Hell was caused by lazy programmers decades ago who couldn't bother with proper versioning/unique naming. Easily fixed originally, impossible now.