使用英语阅读

通过


适用于 Android 的 .NET 警告 XA2000

Android 应用使用的功能将在将来的 .NET 版本中消失。

示例消息

Use of AppDomain.CreateDomain() detected in assembly: {assembly}. .NET 6 will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.

注意:此错误映射到 IL6200 .NET 6 及更高版本。

Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7.

解决方案

从要删除的功能迁移。

将代码从 AppDomain.CreateDomain() 其他 API 转换到其他 API,例如 AssemblyLoadContext

MONO_GC_PARAMS=bridge-implementation=old. 转换代码