Adds CI/CD to a .NET project. GitHub Actions vs Azure DevOps detection, workflow templates.
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.
Adds CI/CD to a .NET project. GitHub Actions vs Azure DevOps detection, workflow templates.
Idioma do texto original: inglês
Adds test infrastructure to a .NET project. Scaffolds xUnit project, coverlet, layout.
Idioma do texto original: inglês
Configures .NET build/test in Azure DevOps. DotNetCoreCLI task, Artifacts, test results.
Idioma do texto original: inglês
Composes Azure DevOps YAML pipelines. Templates, variable groups, multi-stage, triggers.
Idioma do texto original: inglês
Configures ADO-exclusive features. Environments, approvals, service connections, pipelines.
Idioma do texto original: inglês
Compiles .NET to WebAssembly AOT. Blazor/Uno WASM, size vs speed, lazy loading, Brotli.
Idioma do texto original: inglês
Generates API documentation. DocFX setup, OpenAPI-as-docs, doc-code sync, versioned docs.
Idioma do texto original: inglês
Secures ASP.NET Core APIs. Identity, OAuth/OIDC, JWT bearer, passkeys, CORS, rate limiting.
Idioma do texto original: inglês
Detects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.
Idioma do texto original: inglês
Versions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.
Idioma do texto original: inglês
Designs ASP.NET Core architecture -- vertical slices, pipelines, caching, errors.
Idioma do texto original: inglês
Orchestrates .NET Aspire apps. AppHost, service discovery, components, dashboard, health checks.
Idioma do texto original: inglês
Implements background work. BackgroundService, IHostedService, lifecycle, graceful shutdown.
Idioma do texto original: inglês
Runs BenchmarkDotNet microbenchmarks. Setup, memory diagnosers, baselines, result analysis.
Idioma do texto original: inglês
Implements Blazor auth flows -- login/logout, AuthorizeView, Identity UI, OIDC.
Idioma do texto original: inglês
Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid.
Idioma do texto original: inglês
Architects Blazor apps. Hosting models, render modes, routing, streaming, prerender.
Idioma do texto original: inglês
Diagnoses slow builds and incremental failures. Binary logs, parallel builds, restore.
Idioma do texto original: inglês
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