Results 153 comments of NN

Yeah, possible solution with default to der. Personally I use both, I need to know extension id and the public key pkcs to make local builds with the same id.

Personally, I don't know how people maintain big projects without typings :) I have worked on such one and it is really hard especially when you see the code first...

@arlm Does it mean that I must use pointers in my code to use PInvoke library ?

@arlm My suggestion in #302 is to have a base class which can do nothing in ReleaseHandle method. This adds support for functions like GetCurrentProcess and others such as your...

In my project I have SafeObjectHandle which receives Boolean for treating -1 as invalid and it is true by default. In SafeProcessHandle derived class I pass "false" value to treat...

This is my implementation of SafeObjectHandle

@AArnott I started making PR for this, and I think I miss the meaning of SafeObjectHandle in PInvoke library. In my project I used SafeObjectHandle as a base class for...

@vatsanm -2 is not a problem. The issue is solely with -1.

Cannot find it. Shouldn't it be by default enabled ?

I don't see this in GitExtensions 3.0 Beta