.net framework 7 obfuscation not working
Jaya
Posts: 1 New member
Hi Team, I am working on .NET windows project with .NET framework 4 in it, which uses smartassembly 6 tool for obfuscation purpose and build was succeeded.Recently, we have migrated the framework to .NET 7 framework. After migration, we are getting below error while running post build events with Smart Assembly 6.
Error MSB3073
if Release == Release call "<Project Folder path>\obfuscationPostBuild.bat" "<Release Folder Path>\XYZ123.dll" "<Project Folder path>\XYZ123.saproj"" exited with code 1. Could someone help on this error.
Error MSB3073
if Release == Release call "<Project Folder path>\obfuscationPostBuild.bat" "<Release Folder Path>\XYZ123.dll" "<Project Folder path>\XYZ123.saproj"" exited with code 1. Could someone help on this error.
Tagged:
Answers
I'm sorry to say at present, .Net 7 isn't yet supported by Smart Assembly.
https://documentation.red-gate.com/sa/getting-started/requirements
We will update the forum and release notes when that changes.