Search code examples
xamarinrider

How do I turn off the linker?


The Linking on Android document describes how to turn off the linker in Visual Studio:

The primary mechanism for controlling the linker is the Linker Behavior (Linking in Visual Studio) drop-down within the Project Options dialog box.

How do I turn off the linker using JetBrains Rider?


Solution

  • For Android

    Android linker settings are available under YourAppName.Android > Properties > Release | AnyCPU.

    Android linker settings

    For iOS

    iOS linker settings are available under YourAppName.iOS > Properties > Release | iPhone.

    ios Linker settings