warriordog / ActivityPubSharp

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

Expose maps and lookups from ASTypeInfoCache through the interface #111

Closed warriordog closed 10 months ago

warriordog commented 1 year ago

ASTypeInfoCache contains several metadata dictionaries that could be useful to third-party extensions. These should be exposed through public methods defined on the IASTypeInfoCache interface. Care must be taken to ensure that external code cannot modify any state.