Julien Roncaglia

Results 18 comments of Julien Roncaglia

@forki Sorry but I don't have any idea. I tried on a machine that never had paket installed to checkout the repo and didn't saw any problem ``` Using strategy:...

I understand that HandleRef can be practical when dealing with old APIs like winforms that don't uses/exposes SafeHandles but I'm not sure that we should add it everywhere, it has...

One of the things to note on `Microsoft.Win32.SafeHandles` is that it's desktop only for now. The current choice was to re-implement them to keep the same code for both portable...

> @vbfox, if you don't mind, could you explain a little more the problem you see on the Overlapped solution with Async APIs and, if you do have have an...

Maybe a possibility is to have `GetCurrentProcess` be an helper function that call `DuplicateHandle` after the real `GetCurrentProcess` to get the non-pseudo value.

Paket bootstrapper now that's a name i've not heard of in a long time :) As far as I remember the bootstrapper nugget support is pretty basic and essentially only...