WebDucer
WebDucer

Reputation: 1144

Xamarin Studio: Satellite assembly not copied with Xamarin Studio on macOS

We have build a Xamarin.Froms library with some common XAML pages and common translations (satellite assembly from resx files). This library is packed as nuget package.

If we use the assembly in one of our apps we have localization problems if we build with Xamarin Studio on macOS.

If we build with Visual Studio 2015, the satellite assemblies of the library are copied to the output und compled in to the apps.

If we build the same solution with Xamarin Studio on macOS, satellite assemblies of the library are NOT copied to the output and also not compiled into the apps.

What is going wrong with Xamarin Studio?

Is there any build in solution for this bug (except copy all satellite assemblies in a post build action)?

Upvotes: 0

Views: 100

Answers (0)

Related Questions