Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 rudironsoni/Synaxis 中的 966 个 Skill。打开任一 Skill 可查看来源和详情。
rudironsoni/Synaxis已展示 40 / 966 个已收集 Skill。
Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.
原文语言:英语
Gates CI on perf regressions. Automated threshold alerts, baseline tracking, trend reports.
原文语言:英语
Structures CLI app layers. Command/handler/service separation, clig.dev principles, exit codes.
原文语言:英语
Chooses CLI output format. AOT vs framework-dependent, RID matrix, single-file, dotnet tool.
原文语言:英语
Publishes to package managers. Homebrew, apt/deb, winget, Scoop, Chocolatey manifests.
原文语言:英语
Releases CLI tools. GitHub Actions build matrix, artifact staging, Releases, checksums.
原文语言:英语
Selects crypto algorithms and usage. Hashing, AES-GCM, RSA, ECDSA, PQC key derivation.
原文语言:英语
Designs public .NET APIs. Naming, parameter ordering, return types, error patterns, extensions.
原文语言:英语
Writing async/await code. Task patterns, ConfigureAwait, cancellation, and common agent pitfalls.
原文语言:英语
Detects C# code smells during review. Anti-patterns, async misuse, DI mistakes, fixes.
原文语言:英语
Defines baseline C# conventions loaded first -- naming, file layout, style rules.
原文语言:英语
Synchronizes threads and protects shared state. lock, SemaphoreSlim, Interlocked, concurrent collections.
原文语言:英语
Configures Options pattern, user secrets, and feature flags. IOptions<T>, FeatureManagement.
原文语言:英语
Registers and resolves services with MS DI. Keyed services, scopes, decoration, lifetimes.
原文语言:英语
Using records, pattern matching, primary constructors, collection expressions. C# 12-15 by TFM.
原文语言:英语
Enables nullable reference types. Annotation strategies, migration, common agent mistakes.
原文语言:英语
Creates Roslyn source generators. IIncrementalGenerator, GeneratedRegex, LoggerMessage, STJ.
原文语言:英语
Designs types for performance. struct vs class, sealed, readonly struct, Span/Memory, collections.
原文语言:英语
Chooses a data access approach. EF Core vs Dapper vs ADO.NET decision matrix, tradeoffs.
原文语言:英语
Chooses documentation tooling. Starlight, Docusaurus, DocFX decision tree, migration paths.
原文语言:英语
Models business domains. Aggregates, value objects, domain events, rich models, repositories.
原文语言:英语
Authors .editorconfig rules. IDE/CA severity, AnalysisLevel, globalconfig, code style enforcement.
原文语言:英语
Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.
原文语言:英语
Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.
原文语言:英语
Performs file I/O. FileStream, RandomAccess, FileSystemWatcher, MemoryMappedFile, paths.
原文语言:英语
Tunes GC and memory. GC modes, LOH/POH, Gen0/1/2, Span/Memory deep patterns, ArrayPool.
原文语言:英语
Deploys .NET from GitHub Actions. Azure Web Apps, GitHub Pages, container registries.
原文语言:英语
Composes GitHub Actions workflows. Reusable workflows, composite actions, matrix, caching.
原文语言:英语
Creates GitHub-native docs. README badges, CONTRIBUTING, issue/PR templates, repo metadata.
原文语言:英语
Creates GitHub Releases for .NET. Release creation, assets, notes, pre-release management.
原文语言:英语
Consumes HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.
原文语言:英语
Validates HTTP request inputs. .NET 10 AddValidation, FluentValidation, ProblemDetails.
原文语言:英语
Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
原文语言:英语
Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
原文语言:英语
Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
原文语言:英语
Optimizes LINQ queries. IQueryable vs IEnumerable, compiled queries, deferred exec, allocations.
原文语言:英语
Localizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.
原文语言:英语
Optimizes MAUI for iOS/Catalyst. Native AOT pipeline, size/startup gains, library gaps, trimming.
原文语言:英语
Integrates AI/LLM via Microsoft Agent Framework. Agents, workflows, tools, MCP servers, multi-agent orchestration.
原文语言:英语
Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.
原文语言:英语