i have added multilingual toolkit for my android & iOS projects. wherever the resource string being referred we are getting the below error.
Transparent method 'Method1()' references security critical method 'AppResource.Not_Recognized.get()'. In order for this reference to be allowed under the security transparency rules, either 'Method1()' must become security critical or safe-critical, or 'AppResource.Not_Recognized.get()' become security safe-critical or transparent.
we are having so many strings and are being referred in multiple places so adding the security critical or safe-critical attributes in all the places is not possible.
is there any option to make the complete project as security critical or safe-critical or any other option to fix this issue.