Posts
Sort by recent activity
Problem with (named) embedded resources
This is similar to this posted question: https://forums.red-gate.com/viewtopic.php?t=16180
I've got a pair of embedded resources, both are Excel files, of which I differentiate by names:
:arrow: R...
Minor request to SmartError
Can you add the text GMT to the date/time, as below? It'd make the date/time more appropriate.
An error has been reported in:[Product Name]
Build v2.0.0.3 from 12/10/2014 3:43:55 PM GMT
An except...
SmartAssembly via NAnt
Anyone have an example of how to call SmartAssembly via NAnt?
I'm working on building a deployment script in TeamCity build server, and although I can get it to obfuscate my .dll's/.exe via a comma...
Testing obfuscated .dll's :?:
I'm wondering if someone's got suggestions about my situation:
I've got tests that reference classes in my .dll. Now after obfuscation, these class names do not exist, they've been changed.
This, ...
S/A requires more explicit dependencies than MSBuild does?
I have a .dll named "MyProject", which uses another .dll I made named "MyLibrary". "MyLibrary" has a reference to: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
I've got a reference in "...
WPF / ValidationRules / Generics / Enumerations problem (C#)
Hello, this is occurring w/in WPF and a control's validation rules definition, but I suspect it's more a problem regarding generics.
I've got the following generic class that derives from Validatio...