csharp · git:20260915.f17c505 · 2026-09-15 · sha256 e56eda267e8ad60b
csharp git:20260915.f17c505A
Immutable. This exact content is served forever at /api/v1/blob/e56eda267e8ad60b.
--- description: C# / .NET coding standards (Frontier) globs: **/*.cs,**/*.csx alwaysApply: false --- # C# / .NET (Frontier) Canonical: `.github/instructions/csharp.instructions.md` and `.github/skills/languages/csharp/SKILL.md` -- read for full standards. - Nullable reference types enabled; async/await end to end (no `.Result`). - Dependency injection; EF Core with parameterized queries only. - XML docs on public APIs; xUnit tests; catch specific exceptions. - Secrets via configuration/Key Vault, never hardcoded.