AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

.NET 9: "Assembly 'Xamarin.GooglePlayServices.Tasks' produced trim warnings"

Open tipa opened this issue 1 year ago • 0 comments

Xamarin.Android Version (eg: 6.0):

.NET 9 RC 2

Describe your Issue

Not sure if this belongs here or in https://github.com/xamarin/AndroidX... When building the app, I see warnings:

C:\Users\me\.nuget\packages\xamarin.googleplayservices.tasks\118.2.0.2\lib\net8.0-android34.0\Xamarin.GooglePlayServices.Tasks.dll : warning IL2104: Assembly 'Xamarin.GooglePlayServices.Tasks' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries

Relevant information

Packages used:

<PackageReference Include="Xamarin.GooglePlayServices.Tasks" Version="2.0.1.11" />

Build settings (tools)

<TrimMode>full</TrimMode>

Repro Code Sample:

test.zip

tipa avatar Oct 19 '24 09:10 tipa