Greg Dennis
Greg Dennis
Maybe it's sufficient to just have a check to see if it's supported for a given library. If the unit JSON has unique values, then testing on the values returned...
While I understand the tendency to use JSON Path for the locations (seeing as that's what we're building, which is likely why Goessner suggested it), I don't think that it's...
Sure, it was just the example in the question. Any filter query that references the root is fine.
Are you certain this is a bug in .Net? Seems like it's a Newtonsoft issue. If so, the bug should be filed in that repo.
Understood, but it might be that the package just needs handle a special case in this OS. There is the possibility that the issue is the package.
I'm not sure what the issue is with the various builds. I can't run the macos one, and I've never been able to get the files.wxs file regenerated right (it...
@SteveL-MSFT I could use some help getting the wxs file fixed. It has never generated right for me. This happens every time I have to rebase.
It also looks like you're using NJsonSchema (backed by Newtonsoft) to support this. If there's any interest in using System.Text.Json, I'd like to offer my validator [JsonSchema.Net](https://www.nuget.org/packages/JsonSchema.Net) as an alternative....
Is there a label for this cmdlet that I can use to search for the issues? I couldn't see one, but there are over 100 labels, so...
@dkaszews I am proposing to use my own validator, and I'm fine with doing the work to move over. I'm also a member of the JSON Schema core team (as...