[Solved] code stripping and reflection

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?

1 Like

Thanks that solved it!