You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\me\.nuget\packages\skiasharp.views\3.0.0-preview.4.1\lib\net7.0-android33.0\SkiaSharp.Views.Android.dll : warning IL2104: Assembly 'SkiaSharp.Views.Android' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\me\.nuget\packages\skiasharp\3.0.0-preview.4.1\lib\net7.0-android33.0\SkiaSharp.dll : warning IL2104: Assembly 'SkiaSharp' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
Version of SkiaSharp
3.x-preview.4.1 (Current Preview)
Platform / Operating System
Android
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
ILLink : Trim analysis warning IL2122: SkiaSharp: Type 'SkiaSharp.Resource' is not assembly qualified. Type name strings used for dynamically accessing a type should be assembly qualified.
ILLink : Trim analysis warning IL2122: SkiaSharp.Views.Android: Type 'SkiaSharp.Views.Android.Resource' is not assembly qualified. Type name strings used for dynamically accessing a type should be assembly qualified.
Just to be clear, my app works well, I'd just like to have a warning-free build :)
Description
I am seeing build warnings when compiling my app with .NET 9 RC 2 for Android.
Example project: test.zip
Code
In a .NET 9 Android project, add this:
You can also share some XAML:
Expected Behavior
No warnings
Actual Behavior
Version of SkiaSharp
3.x-preview.4.1 (Current Preview)
Platform / Operating System
Android
Code of Conduct
The text was updated successfully, but these errors were encountered: