Andrey Shchekin

Results 71 comments of Andrey Shchekin

> If you are using your extension method more (statistically) Is it per-project or per-machine?

Tried to do some research on this (on Windows). It seems that `selenium-standalone` starts `java.exe` and then something (Java?) starts `2.33-x64-chromedriver`. When `kill` is called (see below), it kills `java.exe`...

@alrz I don't see why not, but I can't say I understand all the edge cases perfectly. Let me know if I'm missing something here.

@HaloFour But can it be implemented in CoreFX without option B support by compiler? How would you know which assembly you are currently awaiting in?

@wachulski This is very practical, but I feel we should have more ambition and aim for cleaner code. It's like if instead of `await` we got an analyzer that lets...

Thanks for the research! Raised it with Chrome: https://code.google.com/p/chromium/issues/detail?id=388972

Thanks. I think I'll hide diagnostics under an option -- but I can't promise any specific fix date at the moment. By the way VS 2015 has a redesigned "Exception...

Thanks! What's your opinion on Microsoft's "Exception Settings" window? The reason I haven't ported Exception Breaker yet is because I switched to that. I still plan to migrate Exception Breaker,...

Those are basically tests on IDictionary support (they test top level, but a property of an object should a also work). The main problem with those tests is that for...

It doesn't fail completely, but it produces a JObject instead (which does not implement `IDictionary`). This is super annoying if you want to use it in e.g. WebApi without having...