Probably all consumers of Open Source .NET libraries have run into the following situation: you’re using specific versions of library X and library Y in your application but library X also uses library Y, but a different incompatible version. Aaarrrghh!!! A classic example of Dependency Hell. There are technical solutions out there that address this [...]
Categories: .NET
Tagged: .NET, Open Source