Skip to main content
مستودع GitHub

purview-aspire-resourcekit

يحتوي purview-aspire-resourcekit على 8 من skills المجمعة من purview-dev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
1
محدث
2026-08-02
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

aspire-apphost-to-resourcekit
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-22
git-conventional-commits
مطوّرو البرمجيات

Git workflow and conventional commit guidance.

2026-07-22
lefthook-integration
مديرو الشبكات وأنظمة الحاسوب

Lefthook Git hook integration.

2026-07-22
tunit-filtering
محللو ضمان جودة البرمجيات والمختبرون

Use for quick TUnit --treenode-filter patterns.

2026-07-22
tunit-test-runner
محللو ضمان جودة البرمجيات والمختبرون

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