mirepoix icon indicating copy to clipboard operation
mirepoix copied to clipboard

Xamarin.Mac.Sdk bundles reference assemblies instead of real assemblies in the .app

Open sandyarmstrong opened this issue 5 years ago • 1 comments

  1. Use Xamarin.Mac.Sdk/0.17.0.
  2. Reference (directly or indirectly) System.Memory or System.Threading.Tasks.Extensions in your app.
  3. Build and run.

Expected results

Correct assemblies are bundled; app runs without issue.

Actual results

Reference assemblies from the nupkg are bundled; app may crash if these assemblies ever need to be loaded and used.

I have created a sample at https://github.com/sandyarmstrong/WitnessMe. See its README for details on reproducing, and where my investigations have taken me so far.

sandyarmstrong avatar Dec 14 '18 23:12 sandyarmstrong