StaggerPost/GlobalUsings.cs
Tony Bark 0c18cb0c34 Fixed loads of oversights
- Forgot I used IList instead of List
- Introduced the Tracer class. This allows writing text to the terminal in Debug mode, regardless of if a Debugger is attached.
Added version to 0.2.101 (0.1 outputting the original .txt file)
- Default config settings (if no file is found) is now set in GetConfig()

Honestly, this turned out to be bigger than I anticipated, but I'm enjoying myself.
2025-03-16 16:01:18 -04:00

6 lines
No EOL
183 B
C#

global using System.Diagnostics;
global using Tomlyn;
global using Tomlyn.Model;
global using PublishTimes;
global using System.Text.Json;
global using System.Text.Json.Serialization;