Skip to content

Improve L1 migration script automation from 40% to 60% coverage #472

Description

@csharpfritz

The L1 migration script currently automates ~40% of Web Forms → Blazor conversion. Push to ~60% by adding:

  • Enum/bool/unit normalization — convert Web Forms attribute values to Blazor equivalents
  • Response.Redirect shimming — detect and convert to NavigationManager
  • Session detection — flag Session usage with migration guidance
  • ViewState patterns — detect and provide Blazor state management alternatives
  • DataSourceID warnings — flag data-bound controls needing manual conversion

Each improvement directly reduces manual migration effort for developers using the BWFC migration toolkit.

Originally tracked as fork issue csharpfritz#28. Recreated on upstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions