Andrew Stewart Gibson
Andrew Stewart Gibson
The current API requires the use of Newtonsoft.Json in order to pass data into and out of the API. It would be good to provide a dependency-free core implementation (acting...
We need to decide which versions of .NET we support going forward. I've stolen the matrix below from https://github.com/dotnet/standard/blob/master/docs/versions.md which aligns .NET versions with .NET Standard. I propose that given...
`System.Text.Json` is now built into .NET Core 3 and installable for .NET Standard 2.0+ (e.g. .NET framework 4.7.2+). Can we support this going foward (either instead of or in addition...
The normal usage pattern for the library is to use the static JsonLdProcessor class. This works well for the stateless, static algorithms which make up the JSON-LD standard. However, it...
When searching in a document for a node with arbitrary identity (e.g. `[@id=http://xyz.com]`) this will only match if the identified node is at the top of the queryied JSON.
We aim to have as many analogies between our selectors and the CSS level 3 selectors as possible. Define which selectors we provide along with a mapping to the CSS...
Is there a reason why I can't access BlobUploads via IRegsitryClient (but can if I cast to RegistryClient) ?