Activity overview
Latest activity by pwelter34
I understand that, however System.Threading.dll is not installed by default. Its included in Reactive Extensions as a back port of the threading and task classes to .net 3.5. I want to support .net 3.5 in a build and want to make it easy for clients by merging this in. No option for this? I'd think you could have some override? Can I ILMerge after SmartAssembly, will that cause issues with Obfuscation? / comments
I understand that, however System.Threading.dll is not installed by default. Its included in Reactive Extensions as a back port of the threading and task classes to .net 3.5. I want to support .ne...
How do you merge system.* assembly
I'd like to merge System.Threading.dll with my .net 3.5 project. The assembly does not show up in the dependency list. I tried manually editing the project file but it still doesn't merge it in. ...
Tabbed MDI interface and Bookmark feature request
I'd like to request an MDI interface. Usually, when working with reflector, I'm tracing some execution path and need to jump back and forth between methods. It would be nice to have several views...