Loading...
Loading...
Found 385 Skills
Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
Writes XML doc comments. Tags, inheritdoc, GenerateDocumentationFile, warning suppression.
EF Core, DbContext, AsNoTracking, query splitting.
Interprets MSBuild output, NuGet errors, analyzer warnings. Error codes, CI drift.
Publishes .NET artifacts from Azure DevOps. NuGet push, containers to ACR, pipeline artifacts.
Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
Composes Azure DevOps YAML pipelines. Templates, variable groups, multi-stage, triggers.
Deploys .NET containers. Kubernetes probes, Docker Compose for local dev, CI/CD integration.
Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.
Consuming HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.
Runs .NET tests with dotnet test. Use when user says "run tests", "execute tests", "dotnet test", "test filter", "tests not running", or needs to detect the test platform (VSTest or Microsoft.Testing.Platform), identify the test framework, apply test filters, or troubleshoot test execution failures. Covers MSTest, xUnit, NUnit, and TUnit across both VSTest and MTP platforms. DO NOT USE FOR: writing or generating test code, CI/CD pipeline configuration, or debugging failing test logic.
Building WinForms on .NET 8+. High-DPI, dark mode (experimental), DI patterns, modernization tips.