Derek Gray

Results 69 comments of Derek Gray

Here is a little snippet for the workaround that I've employed, in case anyone encountering this issue needs it. https://gist.github.com/tuespetre/f333b6bba4f9a8b496bc I'm grabbing a base URL from Web.config, you may or...

Very much so agreed. It would also be great if there was a configurable property to set a new base URL, so we could use something besides localhost and even...

I hear you there. Thanks for the feedback. I kind of blew through the work on this last year and even though we use it in production at my work...

I like it a lot. `OPENJSON` has been on my radar since writing this test case: https://github.com/tuespetre/Impatient/blob/b1c10f55f34c60cdd477b0ffcca5bbf0395e4f2a/test/Impatient.Tests/QueryTests.cs#L4276-L4301 I imagine implementing that will lay most of the needed foundation for other...

I've got a proof-of-concept in the branch `json-party`. Here's a test case using `OPENJSON`, `JSON_VALUE`, and `JSON_QUERY`: https://github.com/tuespetre/Impatient/blob/0cc45a85b8ebc27d94643f19db7a8c834177ee66/test/Impatient.Tests/QueryTests.cs#L4617-L4643 While not ridiculously dynamic in the sense of using `IDictionary` or anything...

I've gone ahead and merged what I have so far into master. Short of offering a means of providing a custom `JsonSerializerSettings` I don't know that there's much else to...

Oops! Looks like I forgot that with JSON, array indexing can be a translatable thing. https://aspnetcore.slack.com/archives/C0E1PN874/p1525166978000116 Right now it should be working although it will run on the client side....

I’ve got something working for both array indexing (with constant and variable index arguments) as well as other indexing expressions. I’m still trying to decide whether or not to limit...

Thank you! I paused to think about this for a few minutes. It seems there are three places in the code that use `SingleOrDefault` to find a navigation descriptor by...

Sorry about that, slipped on the trackpad.