Skip to content

Provide a pattern for initialization code in Blazor WASM #14340

@klemmchr

Description

@klemmchr

When developing a library for ASP.NET Core that needs to use IApplicationBuilder I can reference Microsoft.AspNetCore.Http.Abstractions.

When I want to use IComponentsApplicationBuilder I need to add an reference to Microsoft.AspNetCore.Blazor which not just contains the abstractions.

Having an abstraction package for Blazor like Microsoft.AspNetCore.Blazor.Abstractions would allow to just reference the abstractions instead of needing to add a reference to blazor itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor Componentsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssembly

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions