docs: flush out sample console app

This commit is contained in:
Stevan Freeborn
2026-04-02 20:54:28 -05:00
parent b61454b118
commit 30e392020b
5 changed files with 443 additions and 41 deletions
@@ -3,6 +3,8 @@ using System.Text.Json.Serialization;
namespace StevanFreeborn.Extensions.Configuration.Secure.Sample;
[JsonSerializable(typeof(ApiOptions))]
[JsonSerializable(typeof(DatabaseSettings))]
[JsonSerializable(typeof(SmtpSettings))]
internal partial class AppJsonContext : JsonSerializerContext
{
}
}