Skip to main content
Repositorio de GitHub

purview-aspire-resourcekit

purview-aspire-resourcekit contiene 8 skills recopiladas de purview-dev, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
8
Stars
1
actualizado
2026-08-02
Forks
0
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

aspire-apphost-to-resourcekit
Desarrolladores de software

Use when converting an Aspire AppHost (typically Program.cs/AppHost.cs) into Purview.Aspire.ResourceKit patterns: generate a HostKit, split resources into ResourceKits with BuildResource/ConfigureResource, map existing config into generated options (IsEnabled/Name), replace direct wiring with AddAspireResourceKit, and update tests/fixtures/configuration to use OptionsHelper and ResourceKit semantics.

2026-08-02
project-placement-defaults
Desarrolladores de software

Use when creating, moving, or splitting projects in a repository that uses Purview.DotNetProjectSdk, especially for src/tests placement, test suffix naming, namespace alignment, and automatic project-reference behavior.

2026-08-02
changesets-prerelease
Desarrolladores de software

Create and apply a prerelease bump using Changesets CLI, with the new changeset markdown summarizing the actual changes since the last shipped release.

2026-07-22
dotnet-tunit
Analistas de garantía de calidad de software y probadores

Use when creating or refactoring .NET tests with TUnit conventions (AAA pattern, naming, async assertions, and CancellationToken usage).

2026-07-22
git-conventional-commits
Desarrolladores de software

Git workflow and conventional commit guidance.

2026-07-22
lefthook-integration
Administradores de redes y sistemas informáticos

Lefthook Git hook integration.

2026-07-22
tunit-filtering
Analistas de garantía de calidad de software y probadores

Use for quick TUnit --treenode-filter patterns.

2026-07-22
tunit-test-runner
Analistas de garantía de calidad de software y probadores

Run, filter, and select TUnit tests through `dotnet test`. Use this whenever executing .NET tests in a project that depends on TUnit (built on Microsoft.Testing.Platform / MTP, not VSTest), when `dotnet test --filter` reports "Zero tests ran", or when tests must be narrowed by assembly, namespace, class, test name, [Category], or other custom properties. Covers the `--treenode-filter` path-based query syntax, its operators, the `--` separator rules across SDK versions, and common 0-tests troubleshooting.

2026-07-22