warriordog / ActivityPubSharp

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

Project 1: remove ASType.Types in favor of TypeMap.ASTypes #89

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

It should be read-only and computed from the TypeMap. Challenge - TypeMap is not available within the entity class.

warriordog commented 1 year ago

Partial solution is in place, but probably wont work. Can probably be improved with a custom converter callback.

warriordog commented 1 year ago

Done