Closed nicholi closed 9 years ago
I don't see that you've signed the CLA. Please do so.
I did it right before I pushed the PR.
Signed again for IdentityServer and IdentityManager.
Ok thanks -- and sorry for that hassle. Microsoft is trying to make it more automatic where we get updates when people sign, but they're not there yet. Sorry for making you do it twice.
Also, I like the uint support. thanks again.
Sorry about previous PR to master branch, I take it that was the main problem?
There was no way to specify how to parse a generic TKey type, the constructor just threw an exception for any of the non-default types you've handled by guessing type.
Can't override the base class because there is no default empty constructor. So the dev would have to checkout src, modify to add their own parsing for TKey, and build their own binary.... or just allow them to specify how to parse it.