Jens Theisen

Results 18 comments of Jens Theisen

Hi folks, I'm a bit of a noob regarding all this, but I have some feedback. I just ran a crude same-machine test for aspcore/json manually and put a https...

@avanderhoorn Well, yes, but this isn't really a help-desk-type post. I just wanted to remind the relevant people that there's a genuine issue. So far I'm happy with commenting out...

I rewrote this library: [Reconciler](https://github.com/jtheisen/reconciler) I did that rather than contribute to this one as I don't fully understand the sources of GraphDiff and also I'm still uncertain about the...

A port of EF6 to .NET Core is awesome! Thanks for that! Added the licence.

Happened for me once too, but it fixed itself after about half a minute. No idea what that was.

Is there a more hacky way to somehow control this?

@ptboyer Indeed that works, thanks a lot! The docs' samples are not locked to a major version.

Pretty sure I'm going to use it - I really just searched for something that does what your path-parser does, as I didn't think any full router was going to...

This is an important feature because it allows to identity two different log messages that differ only in their arguments. That's quite useful for a logging system, as you want...

The point is it's not possible using template strings. They get converted to simple strings and the information is lost.