Posts
Sort by recent activity
Forcing a method to become inline code?
This probably isn't an S/A type of question, but does anyone know how to force the compilation to inline a method? I've got a method that returns if running in debug mode, and if so, overrides a f...
Code to determine if running obfuscated?
Hello, odd question here...
Is there a way, w/in my code itself, to determine if it has been processed by SmartAssembly?
Basically, I want to prevent accidental deployment w/out it being obfuscated...
Debug Dialog Boxes slow to appear
Today, when I choose to "debug" an error, the S/A dialog box is taking quite awhile to show up now. As in 5 minutes. Used to be w/in 15 seconds.
I watch task manager, and see it using up to 298 m...
Pruning and public interfaces
Just wondering if someone can explain S/A's pruning behavior in regards to public interfaces? Does it prune these?
Microsoft.Practices.Prism question
Hello, I've had trouble obfuscating a few ViewModel classes. Ultimately, I discovered that since I serialize a few of said classes I had to exclude them from obfuscation because of the Obfuscation...
Strong Name Signing problem
I am having difficulty w/ this option, so I decided to start a brand new project from scratch to see if I could get it to work/fail.
1) I started a new VS2010 (C#) WPF project, called it SmartAssem...