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: empty collections are written to output (regression) #84

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

Changes in the branch have lost the ability to strip empty collections. This needs to be re-implemented using a custom Contract Resolver.

warriordog commented 1 year ago

Done