|
|
|
|
|
by qes
2324 days ago
|
|
> .NET has never had "DLL Hell" I take it you've never worked on a .Net solution with projects targeting both full framework and Core framework. Core v1.x stuff was a nightmare - haven't had so many issues with versioning in 20 years. Core v2.0 was still pretty bad but each v2 point release made decent strides - and specific packages would get updated out of band at times to fix issues. But to say .Net has never had DLL Hell is just wrong. Even pre-Core you could run into difficult situations with conflicting downstream dependencies of directly used packages. |
|
https://en.wikipedia.org/wiki/DLL_Hell
Other than the GAC, which was never recommended for use anyway, .NET has never had DLL Hell