Closed isaacabraham closed 9 years ago
Humm so how are we supposed to get the satellite assemblies into the output folder then? This is a problem for larger frameworks like DevExpress. Currently we have a custom build step in an msbuild config that copies them manually - cumbersome and can lead to issues if DevExpress adds/removes libs. Like for example: Would be nice if this can be automated somehow...
If you have a dependency on a package that contains localized (satellite) resources, Paket incorrectly references all of them simultaneously. Here's one from System.Spatial: -
You then end up with warnings in VS because you're referencing the same resources assembly multiple times, and it just picks one of them (seemingly at random).