chore: update sample app to show options pattern usage and verify reload of config works

This commit is contained in:
Stevan Freeborn
2026-04-02 19:56:35 -05:00
parent d0cf2224a5
commit d9affe2f75
3 changed files with 52 additions and 19 deletions
@@ -0,0 +1,8 @@
using System.Text.Json.Serialization;
namespace StevanFreeborn.Extensions.Configuration.Secure.Sample;
[JsonSerializable(typeof(ApiOptions))]
internal partial class AppJsonContext : JsonSerializerContext
{
}