Open
Description
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.