Activity overview
Latest activity by deftflux
Make "assembly lists" more robust
Use of the assembly lists feature is a little cumbersome. I'd like to be able to save them as files that can be opened using a shortcut. That way I could have a source-controlled file for each pr...
I second that. I've had to copy them using command prompt to another directory to get them to open in Reflector. / comments
I second that. I've had to copy them using command prompt to another directory to get them to open in Reflector.
AccessViolationException when profiling ASP .NET application
I am trying to profile an ASP .NET application that functions perfectly when run by itself, but when being profiled, it encounters a System.AccessViolationException "Attempted to read or write prot...
I just remembered the application I thought of before for disassembling. I was thinking of simplifying code generation by using compiled lambda expressions. If the IL could be disassembled and analysed in such a way that it can be modified and re-generated, that would be useful. Kind of like how LINQ expression trees can be analysed and generated in code, but this would support lambdas with code blocks beyond simple operations meant to be converted to SQL.
Anyways, that's the kind of functionality--disassembling IL into a language-independent code model--that would be useful to be able to do in code. / comments
I just remembered the application I thought of before for disassembling. I was thinking of simplifying code generation by using compiled lambda expressions. If the IL could be disassembled and an...
I second that! A Visual Studio add-in. I know a debug visualizer would not be that hard to do, although the functionality would still be useful at design-time.
When I worked on my duck typing project, I had to save the dynamically generated assembly so I could disassemble it with Reflector to troubleshoot errors. A debug visualizer would have avoided that step. / comments
I second that! A Visual Studio add-in. I know a debug visualizer would not be that hard to do, although the functionality would still be useful at design-time.
When I worked on my duck typing pro...
Make a class library
I'm not sure what benefit there would be from a business standpoint lol, but it would be nice to have some of the functionality available programatically. Or make the program extensible.