warriordog / ActivityPubSharp

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

Restructure project - move source code to folder #123

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

For organization, the source code should be moved to a /Source directory. This will allow us to create non-code folder for docs, screenshots, etc. With this change, the solution will contain three top-level folders: Source, Test (renamed from Tests), and Example (renamed from Examples). Other folders can exist at the same level for convenience, even if they aren't a part of the solution.

Important: the solution file should stay at the repository root! Otherwise, some IDEs (Rider in particular) will not be able to open the entire repo at once.

warriordog commented 1 year ago

completed in branch