如何关闭链接器?

How do I turn off the linker?

Linking on Android文档描述了如何在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.

如何使用 JetBrains Rider 关闭链接器?

对于Android

Android 链接器设置在 YourAppName.Android > Properties > Release | AnyCPU 下可用。

对于iOS

iOS 链接器设置在 YourAppName.iOS > Properties > Release | iPhone 下可用。