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와 같은 호환성 패키지에 대한 다른 요소 형식은 Android용 .NET 프로젝트에서 지원된 적이 없습니다.
솔루션
NativeLibrary API와 같은 지원되는 대안을 <dllmap>
사용합니다.
Xamarin.Essentials의 기본 설정과 같은 애플리케이션 설정에 대한 대안을 사용합니다.