mirror of
https://github.com/tonytins/staggerpost.git
synced 2025-07-16 11:26:36 -04:00
Huge Refactor
- Cleaned up Program.cs by moving a lot of functions to their own classes - Renamed topics to community - Choosing a community is no longer optional with the switch to JSON - Added csharpier tool and reformttered all code
This commit is contained in:
parent
d91ff3352b
commit
188318c724
12 changed files with 396 additions and 382 deletions
|
@ -1,6 +1,7 @@
|
|||
global using System.Diagnostics;
|
||||
global using System.Text;
|
||||
global using System.Text.Json;
|
||||
global using System.Text.Json.Serialization;
|
||||
global using StaggerPost;
|
||||
global using Tomlyn;
|
||||
global using Tomlyn.Model;
|
||||
global using StaggerPost;
|
||||
global using System.Text.Json;
|
||||
global using System.Text.Json.Serialization;
|
Loading…
Add table
Add a link
Reference in a new issue