Referencing binaries in C# and Nuget
Sometimes there is a need to reference binary in C# project. It is pretty easy — we need to add reference to dll (if it is a managed one) or add it to project and copy it to output directory on build (if it is a native library). However, problems might occur when we project … Continue reading Referencing binaries in C# and Nuget