Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Does obfuscar support TargetFrameworkVersion 4.5? #252

Open
tewarid opened this issue Jan 9, 2020 · 2 comments
Open

Does obfuscar support TargetFrameworkVersion 4.5? #252

tewarid opened this issue Jan 9, 2020 · 2 comments

Comments

@tewarid
Copy link

tewarid commented Jan 9, 2020

I am obfuscating a .net framework application that targets framework 4.6.1. A referenced assembly that I am also trying to obfuscate doesn't seem to get obfuscated when its TargetFrameworkVersion is set to 4.5. Change its TargetFrameworkVersion to 4.6.1 and obfuscation works as expected. Does obfuscar support TargetFrameworkVersion 4.5?

@lextm
Copy link
Member

lextm commented Jan 10, 2020

Can you provide a sample to reproduce this?

@tewarid
Copy link
Author

tewarid commented Jan 10, 2020

Please see assemblies in WindowsFormsApp1/WindowsFormsApp1/bin/Debug/Obfuscator_Output directory in WindowsFormsApp1.zip. I am using dotPeek to decompile.

It may not have anything to do with .NET FW version. It looks like I am seeing the behavior with debug configuration but not release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants