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.
참고: 이 오류는 Android용 .NET에 매핑 XA2000
됩니다.
솔루션
코드를 AppDomain.CreateDomain()
다른 API로 전환합니다(예: AssemblyLoadContext
.).