How can we help you today? How can we help you today?
CodeGuru

Activity overview

Latest activity by CodeGuru

Limit Error Reports from older versions?
We've been using the error reporting feature of SmartAssembly for years. Over those years we've released hundreds of new updates. Is there a way to silently reject error reports that are from older...
2 followers 2 comments 0 votes
Ok, it must be a GUI bug. Editing the settings file with the posted information does work in getting the Maps saved to a new location. The GUI path doesn't show the updated location though. / comments
Ok, it must be a GUI bug. Editing the settings file with the posted information does work in getting the Maps saved to a new location. The GUI path doesn't show the updated location though.
0 votes
<Maps LocalPath="D:\SmartAssembly\" /> doesn't work.
Using the instructions listed at the bottom here:http://www.red-gate.com/supportcenter/C ... 362539.htm I have edited my settings file as follows.... <SmartAssembly.Settings> <Options> <Maps LocalP...
2 followers 2 comments 0 votes
Obfuscating enum names when enum is .ToString()'d
The bug I described here:http://www.red-gate.com/MessageBoard/vi ... hp?t=12231 STILL exists in the latest version of 6. Its pretty frustrating have to put my exe's through IDA just to make sure Sm...
2 followers 4 comments 0 votes
If you .ToString() an enum, the enum and its class won't get obfuscated. I've made a post about it here, and also submitted the working example to SA. / comments
If you .ToString() an enum, the enum and its class won't get obfuscated. I've made a post about it here, and also submitted the working example to SA.
0 votes
Obfuscating enum names when enum is .ToString()'d
Say for instance I haveClass Drawing &#123; enum Color &#123; red, blue, &#125; &#125; and I reference it by: Color myColor = Color.red; myColor.ToString(); Smart Assembly will not ...
2 followers 2 comments 0 votes