Activity overview
Latest activity by Amerella
Hi @Jessica R, the program I'm amending decompiles DLLs and does various checks that we've set up to make sure we haven't introduced any problems with them. It does this in bulk so that one of our users can run it regularly across multiple DLLs. The changes I'm making don't affect any of the Reflector functionality that we're using, just the logic in the checks - however, this is the first time I've installed Reflector myself. / comments
Hi @Jessica R, the program I'm amending decompiles DLLs and does various checks that we've set up to make sure we haven't introduced any problems with them. It does this in bulk so that one of our ...
IExpressionCollection not recognised
Hi, I've just downloaded a trial version of .NET Reflector in order to make some changes to an existing C# project. My project has a reference to Reflector.exe, and has using statements for Reflect...