Skip to content

Commit fc01201

Browse files
committed
Update API baselines
1 parent c494fac commit fc01201

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

src/Components/Components/src/PublicAPI.Unshipped.txt

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
*REMOVED*static Microsoft.AspNetCore.Components.ParameterView.FromDictionary(System.Collections.Generic.IDictionary<string!, object!>! parameters) -> Microsoft.AspNetCore.Components.ParameterView
33
*REMOVED*virtual Microsoft.AspNetCore.Components.RenderTree.Renderer.DispatchEventAsync(ulong eventHandlerId, Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo! fieldInfo, System.EventArgs! eventArgs) -> System.Threading.Tasks.Task!
44
*REMOVED*readonly Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit.RemovedAttributeName -> string!
5-
Microsoft.AspNetCore.Components.ComponentApplicationState
6-
Microsoft.AspNetCore.Components.ComponentApplicationState.OnPersisting -> Microsoft.AspNetCore.Components.ComponentApplicationState.OnPersistingCallback!
7-
Microsoft.AspNetCore.Components.ComponentApplicationState.OnPersistingCallback
8-
Microsoft.AspNetCore.Components.ComponentApplicationState.PersistAsJson<TValue>(string! key, TValue instance) -> void
9-
Microsoft.AspNetCore.Components.ComponentApplicationState.PersistState(string! key, byte[]! value) -> void
10-
Microsoft.AspNetCore.Components.ComponentApplicationState.TryTakeAsJson<TValue>(string! key, out TValue? instance) -> bool
11-
Microsoft.AspNetCore.Components.ComponentApplicationState.TryTakePersistedState(string! key, out byte[]? value) -> bool
125
Microsoft.AspNetCore.Components.ErrorBoundaryBase
136
Microsoft.AspNetCore.Components.ErrorBoundaryBase.ChildContent.get -> Microsoft.AspNetCore.Components.RenderFragment?
147
Microsoft.AspNetCore.Components.ErrorBoundaryBase.ChildContent.set -> void
@@ -19,14 +12,22 @@ Microsoft.AspNetCore.Components.ErrorBoundaryBase.ErrorContent.set -> void
1912
Microsoft.AspNetCore.Components.ErrorBoundaryBase.MaximumErrorCount.get -> int
2013
Microsoft.AspNetCore.Components.ErrorBoundaryBase.MaximumErrorCount.set -> void
2114
Microsoft.AspNetCore.Components.ErrorBoundaryBase.Recover() -> void
22-
Microsoft.AspNetCore.Components.Lifetime.ComponentApplicationLifetime
23-
Microsoft.AspNetCore.Components.Lifetime.ComponentApplicationLifetime.ComponentApplicationLifetime(Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Components.Lifetime.ComponentApplicationLifetime!>! logger) -> void
24-
Microsoft.AspNetCore.Components.Lifetime.ComponentApplicationLifetime.PersistStateAsync(Microsoft.AspNetCore.Components.Lifetime.IComponentApplicationStateStore! store, Microsoft.AspNetCore.Components.RenderTree.Renderer! renderer) -> System.Threading.Tasks.Task!
25-
Microsoft.AspNetCore.Components.Lifetime.ComponentApplicationLifetime.RestoreStateAsync(Microsoft.AspNetCore.Components.Lifetime.IComponentApplicationStateStore! store) -> System.Threading.Tasks.Task!
26-
Microsoft.AspNetCore.Components.Lifetime.ComponentApplicationLifetime.State.get -> Microsoft.AspNetCore.Components.ComponentApplicationState!
27-
Microsoft.AspNetCore.Components.Lifetime.IComponentApplicationStateStore
28-
Microsoft.AspNetCore.Components.Lifetime.IComponentApplicationStateStore.GetPersistedStateAsync() -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string!, byte[]!>!>!
29-
Microsoft.AspNetCore.Components.Lifetime.IComponentApplicationStateStore.PersistStateAsync(System.Collections.Generic.IReadOnlyDictionary<string!, byte[]!>! state) -> System.Threading.Tasks.Task!
15+
Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager
16+
Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager.ComponentStatePersistenceManager(Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager!>! logger) -> void
17+
Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager.PersistStateAsync(Microsoft.AspNetCore.Components.Lifetime.IPersistentComponentStateStore! store, Microsoft.AspNetCore.Components.RenderTree.Renderer! renderer) -> System.Threading.Tasks.Task!
18+
Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager.RestoreStateAsync(Microsoft.AspNetCore.Components.Lifetime.IPersistentComponentStateStore! store) -> System.Threading.Tasks.Task!
19+
Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager.State.get -> Microsoft.AspNetCore.Components.PersistentComponentState!
20+
Microsoft.AspNetCore.Components.Lifetime.IPersistentComponentStateStore
21+
Microsoft.AspNetCore.Components.Lifetime.IPersistentComponentStateStore.GetPersistedStateAsync() -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string!, System.Buffers.ReadOnlySequence<byte>>!>!
22+
Microsoft.AspNetCore.Components.Lifetime.IPersistentComponentStateStore.PersistStateAsync(System.Collections.Generic.IReadOnlyDictionary<string!, System.Buffers.ReadOnlySequence<byte>>! state) -> System.Threading.Tasks.Task!
23+
Microsoft.AspNetCore.Components.PersistentComponentState
24+
Microsoft.AspNetCore.Components.PersistentComponentState.Persist(string! key, System.Action<System.Buffers.IBufferWriter<byte>!>! valueWriter) -> void
25+
Microsoft.AspNetCore.Components.PersistentComponentState.PersistAsJson<TValue>(string! key, TValue instance) -> void
26+
Microsoft.AspNetCore.Components.PersistentComponentState.RegisterOnPersisting(System.Func<System.Threading.Tasks.Task!>! callback) -> Microsoft.AspNetCore.Components.PersistingComponentStateSubscription
27+
Microsoft.AspNetCore.Components.PersistentComponentState.TryTake(string! key, out System.Buffers.ReadOnlySequence<byte> value) -> bool
28+
Microsoft.AspNetCore.Components.PersistentComponentState.TryTakeFromJson<TValue>(string! key, out TValue? instance) -> bool
29+
Microsoft.AspNetCore.Components.PersistingComponentStateSubscription
30+
Microsoft.AspNetCore.Components.PersistingComponentStateSubscription.Dispose() -> void
3031
Microsoft.AspNetCore.Components.RenderHandle.IsHotReloading.get -> bool
3132
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.Dispose() -> void
3233
Microsoft.AspNetCore.Components.Routing.Router.PreferExactMatches.get -> bool

0 commit comments

Comments
 (0)