Skip to main content

FritzAndFriends/BlazorWebFormsComponents

SkillsMP는 FritzAndFriends/BlazorWebFormsComponents에서 25개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
25
GitHub 스타
449
GitHub 포크
77

이 저장소의 skills

수집된 skill 25개 중 25개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

{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.

원문 언어: 영어

업데이트
수집된 skill 25개 중 25개를 표시합니다.