Activity overview
Latest activity by bitshift
OK, I've found out where I can change the database seetings: SmartAssembly 8 -> Left-hand menu -> Tools -> Options - Database Options. / comments
OK, I've found out where I can change the database seetings: SmartAssembly 8 -> Left-hand menu -> Tools -> Options - Database Options.
SmartAssembly 8 Error accessing SQLExpress database
I need to run Smartassembly inside our automated CI builds. We are using Jenkins. The Jenkins slave runs as LOCAL SERVICE on the build machine. I have set up SmartAssembly 8 as a local user on the ...
Victoria W said:
"...The best way would be to look for custom attributes added to the assembly by SA. ... SmartAssembly.Attributes.PoweredByAttribute on the assembly in order to find out if it was processed by SmartAssembly, SmartAssembly.Attributes.DoNotDistributeAttribute on the assembly in order to find out if it was processed by trial version of SmartAssembly...." ... the easiest way to look at this is probably ILSpy -- you don't have to write your own ObfuscationChecker. https://github.com/icsharpcode/ILSpy . You load the obfuscated dll, and it displays the assembly attributes at the very top. You can also inspect the quality of the obfuscation that way.
/ comments
Victoria W said:
"...The best way would be to look for custom attributes added to the assembly by SA. ...SmartAssembly.Attributes.PoweredByAttribute on the assembly in order to find out if it...