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
I am using this library together with sqlite-net-pcl and when building in Release mode (dotnet publish) I am seeing this warning:
ILLink : Trim analysis warning IL2122: SQLitePCLRaw.batteries_v2: Type 'SQLitePCLRaw.bundle_green.Resource' is not assembly qualified. Type name strings used for dynamically accessing a type should be assembly qualified.
Is there a way to resolve this (other than ignoring the IL2122 warning)?
I am using this library together with
sqlite-net-pcl
and when building in Release mode (dotnet publish
) I am seeing this warning:ILLink : Trim analysis warning IL2122: SQLitePCLRaw.batteries_v2: Type 'SQLitePCLRaw.bundle_green.Resource' is not assembly qualified. Type name strings used for dynamically accessing a type should be assembly qualified.
Is there a way to resolve this (other than ignoring the IL2122 warning)?
Example project: test.zip
The text was updated successfully, but these errors were encountered: