warriordog / ActivityPubSharp

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

chore: update names and references #113

Closed elementh closed 1 year ago

elementh commented 1 year ago

In this PR I changed all references to ASActor and ASActorEntity to APActor and APActorEntity respectively.

Tests and README have also been updated.

Now, I opened this PR as a draft because I not quite sure on how to proceed with the folder structure: as of right now the APActor.cs file is inside the AS folder which obviously refers to ActivityStreams, shall we move the APActor.cs file to an AP folder or leave it as it is for now? What do you thing @warriordog ?

Closes #57

warriordog commented 1 year ago

@elementh Thanks for the PR, and so sorry for the late response! Regarding your question, lets keep it in the AS folder for now. Moving it would result in an extra using statement for every actor type.