How can we help you today? How can we help you today?
eric-914
[DoNotObfuscateType] Apply to class name only?
Is it possible to add the [DoNotObfuscateType] to a class in such a way that the name of the class is left alone, while everything w/in it becomes obfuscated? My program is saving the class names t...
1 follower 1 comment 0 votes
[DoNotPruneType] doesn't work w/ static classes?
I've got a static class that is only referenced via XAML. S/A in turn thinks this static class is prunable, which it isn't. If I mark the class [DoNotPruneType], and run, the program breaks becaus...
2 followers 2 comments 0 votes
Pruning Report?
Just wondering if for a future feature, S/A could generate a pruning report, detailing everything it deemed "prunable" and removed. It would make it so much easier tracking down what I need to mar...
1 follower 1 comment 0 votes
SmartAssembly.Attributes required to be installed in the GAC
Someone please explain this error message, and why in God's name is it required to be in the GAC of my client machines? :evil: System Update Required Unable to install or run the application. The...
2 followers 2 comments 0 votes
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...
0 followers 0 comments 0 votes
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...
2 followers 3 comments 0 votes
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...
1 follower 1 comment 0 votes
Pruning and public interfaces
Just wondering if someone can explain S/A's pruning behavior in regards to public interfaces? Does it prune these?
2 followers 2 comments 0 votes
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...
1 follower 1 comment 0 votes
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...
2 followers 4 comments 0 votes