So I notice there is a code stripping option that "is safe as long as no reflection is used".
I use reflection to invoke certain methods. Is there a way to mark those methods as "in use" so they will not be stripped out?
I use reflection to invoke certain methods. Is there a way to mark those methods as "in use" so they will not be stripped out?