使用英语阅读

通过


适用于 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.

问题

不支持配置文件,例如 Foo.dll.config Foo.exe.config Android 项目的 .NET 中提供或不可用。 <dllmap>.NET 6 根本不支持配置元素,而适用于 System.Configuration.ConfigurationManager兼容性包的其他元素类型在 .NET for Android 项目中从未受到支持。

解决方案

使用支持的替代方法 <dllmap>,例如 NativeLibrary API。

对 Xamarin.Essentials 中的首选项应用程序设置使用替代方法。