feat: session A — config binding via appsettings.json (67 stubs complete)

Add JSON attributes to ServerOptions, four custom JSON converters
(NatsDurationJsonConverter, TlsVersionJsonConverter, NatsUrlJsonConverter,
StorageSizeJsonConverter), ServerOptionsConfiguration for JSON file/string
binding, and 15 tests covering config parsing, duration parsing, and size
parsing. Mark 67 opts.go features complete in porting.db.
This commit is contained in:
Joseph Doherty
2026-02-26 17:18:28 -05:00
parent 8253f975ec
commit 9c1ffc0995
9 changed files with 491 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-02-26 21:59:34 UTC
Generated: 2026-02-26 22:18:29 UTC
## Modules (12 total)
@@ -13,9 +13,9 @@ Generated: 2026-02-26 21:59:34 UTC
| Status | Count |
|--------|-------|
| complete | 3503 |
| complete | 3570 |
| n_a | 77 |
| stub | 93 |
| stub | 26 |
## Unit Tests (3257 total)
@@ -35,4 +35,4 @@ Generated: 2026-02-26 21:59:34 UTC
## Overall Progress
**4091/6942 items complete (58.9%)**
**4158/6942 items complete (59.9%)**