You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. This is due to mono not having until recently strict nuget resolution. So it's msbuild uses a different version of the nuget library where they have breaking API and the first DLL version loaded is the one used for the nuget package.
They turned on strict resolution on mono 6 so even if a DLL with the same name is loaded if the versions don't match it will do a load of the correct version.
I will be upgrading soon to nuget 5 the version msbuild is using anyway.
Describe the bug
When building using a build agent on mac. Pharmacist fails with the following exception:
Steps To Reproduce
Build Xamarin Forms iOS project using Xamarin.iOS Azure Devops Task.
Expected behavior
Should build without error.
Works fine when building in the VS2019 environment with the same mac paired
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: