Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[10.1.4] warning IL2102: Invalid AssemblyMetadata("IsTrimmable", "False") attribute in assembly 'Plugin.LocalNotification'. Value must be "True" #384

Closed
tranb3r opened this issue Mar 7, 2023 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@tranb3r
Copy link

tranb3r commented Mar 7, 2023

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

@tranb3r tranb3r added the bug Something isn't working label Mar 7, 2023
@Brionvega
Copy link

Hi tranb3r,
I've got the same issue.
Have you manage to solve this?
Thanks for advice,
Stewart

@tranb3r
Copy link
Author

tranb3r commented Apr 20, 2023

I don't think there is anything we can do, except waiting for @thudugala to fix it.

@Brionvega
Copy link

Thanks for your feedback;)
I will keep an eye on the current feed too.

@thudugala
Copy link
Owner

Hi @tranb3r I added it due to people having issues when TrimMode is set to full.

Some of the dependent libraries did not work.

@thudugala thudugala added the question Further information is requested label May 19, 2023
@thudugala
Copy link
Owner

@tranb3r Please try Version 10.1.5

cc @Brionvega @wcoder @GitBOUF

FYI v10.1.5 has a breaking change Android permission must be specified at the application level now.

@thudugala thudugala removed the question Further information is requested label May 20, 2023
@tranb3r
Copy link
Author

tranb3r commented May 22, 2023

LGTM. Thanks!

@tranb3r tranb3r closed this as completed May 22, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants