Demis Bellot

Results 28 comments of Demis Bellot

it accepts pull requests :)

yep sounds good to me, don't think it's used much.

Wouldn't it be easier to stash your symbol changes, then reset back your codebase back to head then reapply your symbol changes? This PR is currently in conflict, not sure...

Lets see if @desunit knows anything about this? :)

I'm assuming you mean the [AppDomain.AssemblyResolve](https://msdn.microsoft.com/en-us/library/system.appdomain.assemblyresolve%28v=vs.110%29.aspx) event. Yeah it looks like the issue is likely due to creating our own AppDomains which are created without a custom AssemblyResolve event, is...

ok thanks but I'd strongly prefer not to have a hard dependency on Libz inside my App if possible. I've tried modifying my app to use reflection to assign all...

It would be great if I can call into a LibZ API to configure a new AppDomain, I could use reflection to call it to avoid the hard dependency on...