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: fix or remove implicit operators #87

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

Some of the implicit operators were lost during the work. However, there is a chance that these operators are no longer safe as they will always produce a new graph. If that is desired behavior, then they should be fixed. Otherwise they should be removed.

warriordog commented 1 year ago

Not needed, actually