Example messages (メッセージの例)
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.
問題点
.NET for Android プロジェクトでは、やFoo.dll.configなどのFoo.exe.configはサポートされていません。
<dllmap> 構成要素は .NET 6 では一切サポートされていません。 System.Configuration.ConfigurationManager などの互換性パッケージの他の要素の種類は、Android プロジェクトの .NET ではサポートされていません。
解決策
<dllmap> API など、でサポートされている代替手段を使用します。
Xamarin.Essentials の 基本設定 などのアプリケーション設定に代わる方法を使用します。