閱讀英文

共用方式為


適用於 Android 的 .NET 警告 IL6200

範例訊息

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.

注意:此錯誤會對應至 XA2000 適用於 Android 的 .NET。

解決方案

將程式代碼從 AppDomain.CreateDomain() 轉換至不同的 API, 例如 AssemblyLoadContext