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'm getting this warning when building my app on android with version 10.1.4 of the plugin: warning IL2102: Invalid AssemblyMetadata("IsTrimmable", "False") attribute in assembly 'Plugin.LocalNotification'. Value must be "True"
I'm building with full mode of dotnet trimmer (net7.0): <TrimMode>full</TrimMode>
I didn't have any issue previously, no warning with 10.1.3.
Could you please take a look?
Thanks
The text was updated successfully, but these errors were encountered:
I'm getting this warning when building my app on android with version 10.1.4 of the plugin:
warning IL2102: Invalid AssemblyMetadata("IsTrimmable", "False") attribute in assembly 'Plugin.LocalNotification'. Value must be "True"
I'm building with full mode of dotnet trimmer (net7.0):
<TrimMode>full</TrimMode>
I didn't have any issue previously, no warning with 10.1.3.
Could you please take a look?
Thanks
The text was updated successfully, but these errors were encountered: