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

Obfuscation Error - ignoring specific dll files in obfuscation may be required. #52

Open
ivoryguard opened this issue Feb 13, 2023 · 0 comments

Comments

@ivoryguard
Copy link

ivoryguard commented Feb 13, 2023

Helllo.

The following error occurs in my blazor wasm project on publishing with Xor obfuscation enabled;

Publish has encountered an error.
Build failed. Check the Output window for more details.

A diagnostic log has been written to the following location:
"C:\Users\MyUserID\AppData\Local\Temp\tmpEC7.tmp"

Severity	Code	Description	Project	File	Line	Suppression State
Error		The "ObfuscateDlls" task returned false but did not log an error.

When I turned Xor obfuscation off, publishing succeeded.

My blazor wasm project refers an extermal .net standard 2.0 assembly, whcih has been obfuscated with other .NET obfuscator.
I suspect that it may result the issue.

So, I think that ignoring specific dll files in obfuscation may be required.

Best regards.

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

No branches or pull requests

1 participant