Skip to content

[Blazor] API review feedback for pause and resume and declarative persistence component model #62548

Open
@javiercn

Description

@javiercn

We want to rename:

interface Blazor {
    pause()
    resume()
}
interface Blazor {
+    pauseCircuit()
+    resumeCircuit()
}

We want to rename SupplyParameterFromPersistentComponentStateAttribute to PersistentState attribute.

RegisterPersistentComponentStateServiceCollectionExtensions should be moved to the Microsoft.AspNetCore.Components.Infrastructure namespace.

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions