warriordog / ActivityPubSharp

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

encapsulate internal types and methods #30

Closed warriordog closed 11 months ago

warriordog commented 1 year ago

During the push to implement functional JSON, many internal types were switched to public as a quick-fix. Additionally, private / internal types were dropped just anywhere instead of in the correct location. This needs to be fixed.