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