cssitegen/SiteFile
Robert Morrison 53344de6ea
build: Enable AOT
Add the JSON code generation needed to make my code fully trimmable, and
therefore able to be published with full native AOT compilation.

NOTE: This may not guarantee stable builds as the logging library
serilog is still not fully trimmable, I have made changes to my logging
statements to avoid destructuring, but there is a chance that a
published build could randomly crash.
The only solution is to either wait for serilog to become fully
trimmable, or to remove the logging from AOT builds
2024-06-03 04:04:16 +01:00
..
SiteFile.ConverterFunctions.cs feat: Add SiteName replacer 2024-06-03 03:22:41 +01:00
SiteFile.cs build: Enable AOT 2024-06-03 04:04:16 +01:00