Posts
Sort by recent activity
FR: show error messages in build tasks
Feature Request: please pass error messages from the SA build process to the VS console. When using the MSBuild tasks for SA it only shows like
error MSB6006: "SmartAssembly.com" exited with code 1...
CryptographicException while signing assembly
I do get a "System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed" while building a .{sa}proj file with SA5. The keyfile was a simple VS2008 generated .snk f...
Tip: MSBuild support the easy way
There is a nice description on how to use SA with MSBuild on the red-gate site (http://www.red-gate.com/supportcenter/Content.aspx?p=SmartAssembly&c=SmartAssembly/help/5.0/SA_UsingSmartAssemblyWith...
SmartAssembly.MSBuild.Tasks.Build - console output?
Always wondered how to get the task to do console output of informations and errors?
I am using the following for the build in my .csproj file (a slight variation of the recomended)<!-- {sa...
5,327964E+08 - you got to be kidding
How many f... bytes/kbyte/mbytes are that? Does anybody here know that without thinking? Well I for sure dont and I dont think that this is an acceptable way of displaying memory information anywhe...
Feature request: source code access through "all classes"
Would be very useful to be able to see source code for/from objects selected in the all classes view, not only from the all objects view.
ANTS Profiler 3.1: source code view and partial classes
It seems that the profiles has some problems to show the correct location of an object if the class is spread over multiple files using partial classes.
I have a case where the ctor is in a file wi...
Context Menu entries while debugging
When running under the VS2005 debugger, the context menu entries of the ANTS profiler are mixed into the debug commands.
I think that they actually should not appear at all when the application is ...
Memory Profiling
I am absolutely unable to memory profile my test application. Occasonally the Snapshot actually works and gets me some result, most of the times it just stays "Taking Snapshot" and never completes....
A few reflections on ANTS 3
As I am evaluating the ANTS profiles I'd like to share some feedback on it. I have to say that I am "Quantify damaged" which I consider until today one of the most useful - not the best in every ca...