Skip to main content
Dépôt GitHub

purview-aspire-resourcekit

purview-aspire-resourcekit contient 8 skills collectées depuis purview-dev, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
8
Stars
1
mis à jour
2026-08-02
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

aspire-apphost-to-resourcekit
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-07-22
git-conventional-commits
Développeurs de logiciels

Git workflow and conventional commit guidance.

2026-07-22
lefthook-integration
Administrateurs de réseaux et de systèmes informatiques

Lefthook Git hook integration.

2026-07-22
tunit-filtering
Analystes en assurance qualité des logiciels et testeurs

Use for quick TUnit --treenode-filter patterns.

2026-07-22
tunit-test-runner
Analystes en assurance qualité des logiciels et testeurs

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