Andrew Stewart Gibson

Results 37 comments of Andrew Stewart Gibson

@gkellogg can you confirm if this approach is correct in theory? I'm holding off on approving https://github.com/linked-data-dotnet/json-ld.net/pull/41 b/c I'm not confident that this honours the sorting semantics of the spec.

Rather than developing a long list of flags for the method, might be nice to have a non static version of the class which can be configured? Con: Although it...

I'll try to do this branch today. Apologies for the oversight. @sblom I'll also check the docs for breakages today.

this ok: https://github.com/linked-data-dotnet/json-ld.net/tree/support/1.x ? I'll add a PR to bring relevant changes over from master

@sblom do you think we should support RDFDatasetUtils _as a public API_ going forward? I can see the value in it but it seems like it ought to belong to...

@asbjornu, @sblom I believe that this is now fixed by the support/1.x branch. _Except_ for the samples shown in: 1. https://github.com/linked-data-dotnet/json-ld.net-Demo/blob/master/Sample6_ToRDF.cs 1. https://github.com/linked-data-dotnet/json-ld.net-Demo/blob/master/Sample8_CustomRDFRender.cs 1. https://github.com/linked-data-dotnet/json-ld.net-Demo/blob/master/Sample9_CustomRDFParser.cs The design decision taken to...

I don't quite understand - we already control RDFDataset - it's just a class which we authored. How is what you are suggesting any different? FromRDF already accepts a string...

Given that this library aims to be the go-to library for JSON-LD in .Net, is it worth attempting to retain compatibility with .NET Standard 1.0 for the algorithms themselves? We...

The other thing that might be worth considering is better support for DI. I know that the static classes provided are probably a good design decision for implementing the (basically...

Hmm. why did stale bot mark this as stale @asbjornu ? It is on a milestone.