Appearance
HVC Shared
- Project:
hvc-shared
Overview
hvc-shared is a small .NET class library holding functional helpers and the shared Tenant model used across the platform services. It is packed and published as the NuGet package hvc.shared (GeneratePackageOnBuild).
Tech Stack
- Target: .NET 6 (class library). No package dependencies.
Contents
| File | What it provides |
|---|---|
Prelude.cs | Functional helpers: split, pipe, @catch, map, mapIfNotNull, iter, tryCatch, waitForMs, randomWaitMs |
Conversions.cs | Loose conversion helpers: asString, asInt, asDecimal, asDate, asNullableDate, asBool |
Model/Tenant.cs | Tenant record (realm, name, logoUrl) |
Pages
| Page | What it covers |
|---|---|
| Usage | How to consume the library + examples |
Related
- HVC Services — references this library.
- HVC Storage — the sibling shared library.