Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٩٦٦ من skills من rudironsoni/Synaxis. افتح أي skill لمراجعة مصدره وتفاصيله.
rudironsoni/Synaxisعرض ٤٠ من أصل ٩٦٦ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية