Harry McIntyre

Results 134 comments of Harry McIntyre

I'd be happy to accept a PR renaming the class/namespace, as long as a comment is included. I'd prefer to reference Tavis.JsonPointer via nuget, but it seems there isn't a...

I've triggered a new build using AppVeyors new csproj patching - hopefully that will fix the issue.

hmm. it probably needs `1.0.0.0` added to the csproj, so the patching has a node to pick up on. I'll add one when I get a chance, or if you...

Or maybe a `...` - https://github.com/appveyor/ci/issues/1907

NMF.Expressions is an alternative and the author is active. On Wed, 22 Aug 2018, 16:37 Igor Levochkin, wrote: > Good project but missing some linq methods and seems not updated...

I've been temped to do some work on it in the past, but the licence has put me off. Any chance of re-licencing it under MIT?

It might be worth creating a Wrapper - you can't guarantee that a particular Type won't have overridden GetHashCode() On 15 September 2014 01:21, Jerome Haltom [email protected] wrote: > I...

A fair point - but the Wrapper might let you use the same code for value and reference types internally? Anyway, I'll stick my nose out of this discussion! On...

I've managed to achieve ValueTuple de/serialization, with the caveat that you have to explicitly declare the ValueTuples in the signature of Value Object type definitions. I'm using my [ValueOf](https://github.com/mcintyre321/ValueOf) library,...

Here's a fiddle using my ValueOf based approach. Works for the API scenario @bklooste is talking about https://dotnetfiddle.net/Ec7IKN