適用於 Android 的 .NET 警告 XA1024
warning XA1024: Ignoring configuration file 'Foo.dll.config'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.
不支援適用於 Android 專案的 .NET 中的組態檔,例如 Foo.dll.config
或 Foo.exe.config
。
<dllmap>
.NET 6 完全不支持組態專案,而 System.Configuration.ConfigurationManager 等兼容性套件的其他專案類型也從未在 .NET for Android 專案中受到支援。
針對 使用支持的替代方案 <dllmap>
,例如 NativeLibrary API。