0

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?

Ryan Payne
  • 5,249
  • 4
  • 28
  • 69

1 Answers1

1

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

Ryan Payne
  • 5,249
  • 4
  • 28
  • 69