Android용 .NET 경고 XA1035
The 'BundleAssemblies' property is deprecated and it has no effect on the application build. Equivalent functionality is implemented by the 'AndroidUseAssemblyStore' and 'AndroidEnableAssemblyCompression' properties.
csproj를 직접 편집하고 'BundleAssemblies' 속성을 제거합니다.
AndroidUseAssemblyStore
기본적으로 AndroidEnableAssemblyCompression
사용하도록 설정되며 함께 해당 동작을 BundleAssemblies
구현합니다.