warriordog / ActivityPubSharp

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

ASCollection should allow any element type #82

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

It allows mixed element types, so the only safe implementation is ASCollection<ASType>, so we might as well remove the generics for simplicity.

This will be worked along with #78 and #79.

warriordog commented 1 year ago

Done