warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 10 forks source link

Project 1: JsonLDContext should have a read-only public interface #94

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

Like IJsonLDContext : IReadOnlySet<JsonLDContextObject>. This way we it can be extended by TypeMap without exposing mutability.

warriordog commented 1 year ago

Done