Skip to content

Obfuscated Uno WASM app not working with reflection-based dependency injection (Autofac and TinyIoC) #12057

Answered by jeromelaban
andrewkdci asked this question in Q&A
Discussion options

You must be logged in to vote

It's likely that TinyIoC is not handling some of the renaming of its attributes or types very well. You may be able to look at the code from TinyIOC to determine which attributes or types need to be excluded from obfuscation for the whole resolution to work.

In general, troubleshooting obfuscators issues is done the same way as troubleshooting linker issues, where excluding classes or namespaces progressively can help determine the source of the issue.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@andrewkdci
Comment options

@andrewkdci
Comment options

@jeromelaban
Comment options

@andrewkdci
Comment options

@andrewkdci
Comment options

Answer selected by andrewkdci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants