{what this skill teaches agents}
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٢٥ من skills من FritzAndFriends/BlazorWebFormsComponents. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٢٥ من أصل ٢٥ skills مجمعة.
{what this skill teaches agents}
لغة النص الأصلي: الإنجليزية
**WORKFLOW SKILL** — Execute end-to-end ContosoUniversity migration benchmark: clear output folder, run L1 script + L2 Copilot transforms, build, run Playwright acceptance tests, and generate a numbered run report. WHEN: "run contoso migration test", "test…
لغة النص الأصلي: الإنجليزية
**WORKFLOW SKILL** - Execute the end-to-end WingtipToys migration benchmark: clear samples\AfterWingtipToys, run the migration-toolkit against samples\WingtipToys, repair the generated app until Playwright acceptance tests pass, and write a numbered run…
لغة النص الأصلي: الإنجليزية
Migrate ASP.NET Web Forms User Controls (.ascx) to Blazor components using BlazorWebFormsComponents. Covers ASCX-to-Razor conversion, code-behind preservation, tag prefix resolution, property/event mapping, and partial-class base class alignment. WHEN:…
لغة النص الأصلي: الإنجليزية
Migrate custom ASP.NET Web Forms server controls (WebControl, CompositeControl) to Blazor using BlazorWebFormsComponents. Covers RenderContents/HtmlTextWriter preservation, TagKey mapping, AddAttributesToRender, CreateChildControls, and the one-line-change…
لغة النص الأصلي: الإنجليزية
Enforce canonical migration standards for ASP.NET Web Forms to Blazor using BWFC. Covers target architecture (.NET 10, Server Interactive), database provider detection, event handler preservation, SelectMethod patterns, and page lifecycle mapping. WHEN:…
لغة النص الأصلي: الإنجليزية
{what this skill teaches agents}
لغة النص الأصلي: الإنجليزية
**WORKFLOW SKILL** — Migrate Web Forms data access and architecture to Blazor Server. Covers EF6→EF Core with IDbContextFactory, Session→SessionShim, Global.asax→Program.cs, Web.config→appsettings.json, DataSource controls→service injection. WHEN: "migrate…
لغة النص الأصلي: الإنجليزية
**WORKFLOW SKILL** — Migrate ASP.NET Web Forms Identity and Membership authentication to Blazor Server Identity. Covers OWIN→Core middleware, login/register/logout minimal API endpoints, BWFC login controls, cookie auth under Interactive Server, and…
لغة النص الأصلي: الإنجليزية
Migrate ASP.NET Web Forms applications to Blazor Server using the webforms-to-blazor CLI tool and BlazorWebFormsComponents (BWFC). Orchestrates L1 automated transforms via CLI, then guides L2 contextual transforms. WHEN: "migrate aspx", "convert web forms",…
لغة النص الأصلي: الإنجليزية
Write Playwright-based acceptance tests for migrated Blazor applications. Covers PlaywrightFixture setup, test organization with xUnit collection fixtures, page navigation, element interaction, assertion patterns, environment configuration, CI/CD browser…
لغة النص الأصلي: الإنجليزية
Create Roslyn-based analyzers and code-fix providers for detecting Web Forms migration patterns. Covers DiagnosticAnalyzer architecture, diagnostic ID conventions (BWFC001–BWFC099), CodeFixProvider authoring, testing with CSharpAnalyzerTest/CSharpCodeFixTest,…
لغة النص الأصلي: الإنجليزية
Write bUnit v2 component tests for BlazorWebFormsComponents. Covers BlazorWebFormsTestContext base class, Render() with inline Razor syntax, Shouldly assertions, testing data-bound components, validation components, event callbacks, JS interop mocking,…
لغة النص الأصلي: الإنجليزية
Create and register new CLI migration transforms for the webforms-to-blazor pipeline. Covers IMarkupTransform and ICodeBehindTransform interfaces, transform ordering, dual-registration in Program.cs and TestHelpers.cs, testing patterns, and when to use a…
لغة النص الأصلي: الإنجليزية
Protect BWFC GridView TemplateField migrations from collapsing into BoundField output or losing nested controls
لغة النص الأصلي: الإنجليزية
Keep migrated Blazor output compiling when more Web Forms artifacts stay on the generated compile surface
لغة النص الأصلي: الإنجليزية
Author isolated migration CLI semantic patterns without leaking behavior into Layer 1 transforms
لغة النص الأصلي: الإنجليزية
Guardrails for implementing Web Forms semantic page-pattern rewrites in the migration CLI
لغة النص الأصلي: الإنجليزية
{what this skill teaches agents}
لغة النص الأصلي: الإنجليزية
Post-migration async/await and .NET 10 performance optimization pass for Blazor apps migrated from Web Forms. Applies modern runtime patterns after the app builds and runs. WHEN: "run L3 optimization", "apply async/await fixes", "optimize migrated Blazor…
لغة النص الأصلي: الإنجليزية
Provides a step-by-step workflow for creating Blazor components that emulate ASP.NET Web Forms controls in the BlazorWebFormsComponents library. Covers base class selection (BaseWebFormsComponent, BaseStyledComponent, DataBoundComponent, BaseValidator), Web…
لغة النص الأصلي: الإنجليزية
Provides templates, style guidelines, and a complete workflow for writing MkDocs documentation, sample pages, and navigation updates for BlazorWebFormsComponents. Covers component doc structure with Web Forms vs Blazor syntax comparisons, migration guide…
لغة النص الأصلي: الإنجليزية
Migrate ASP.NET Web Forms applications (.aspx/.ascx/.master) to Blazor Server using BlazorWebFormsComponents (BWFC). Use this skill when converting Web Forms markup, code-behind, Master Pages, User Controls, or data-binding patterns to Blazor equivalents.
لغة النص الأصلي: الإنجليزية
**WORKFLOW SKILL** - Orchestrates Aspire applications using the Aspire CLI and MCP tools for running, debugging, and managing distributed apps. USE FOR: aspire run, aspire stop, start aspire app, check aspire resources, list aspire integrations, debug aspire…
لغة النص الأصلي: الإنجليزية
Migrate bUnit test files from deprecated beta API (1.0.0-beta-10) to bUnit 2.x stable API. Use this when working on .razor test files in BlazorWebFormsComponents.Test that contain old patterns like TestComponentBase, Fixture, or SnapshotTest.
لغة النص الأصلي: الإنجليزية