Csharp

Apply these opinionated C# conventions whenever writing or reviewing C# 12 / .NET 8+ code: nullable enabled with warnings as errors, records and primary constructors, pattern matching over cast chains, the Result pattern for expected failures, async all the way with CancellationToken, IOptions config, IHttpClientFactory, and never returning EF entities from an API.

alexander-danilenko Updated

File contents

alexander-danilenko/cortex-ai-skills/tree/main/skills/csharp commit dcce26b788

Frequently asked questions

npx skillmds@latest add alexander-danilenko/csharp