Skip to content

Commit 55fa34d

Browse files
committed
Fix build
1 parent c737189 commit 55fa34d

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

src/Components/Components/src/PersistentState/ComponentStatePersistenceManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Microsoft.AspNetCore.Components.RenderTree;
5-
using Microsoft.Extensions.DependencyInjection;
65
using Microsoft.Extensions.Logging;
76

87
namespace Microsoft.AspNetCore.Components.Infrastructure;

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#nullable enable
2-
Microsoft.AspNetCore.Components.IComponentRenderMode.Includes(Microsoft.AspNetCore.Components.IComponentRenderMode! other) -> bool
32
Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager.ComponentStatePersistenceManager(Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager!>! logger, System.IServiceProvider! serviceProvider) -> void
43
Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager.SetPlatformRenderMode(Microsoft.AspNetCore.Components.IComponentRenderMode! renderMode) -> void
5-
Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry
6-
Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry.PersistentServicesRegistry(System.IServiceProvider! serviceProvider) -> void
74
Microsoft.AspNetCore.Components.SupplyParameterFromPersistentComponentStateAttribute
85
Microsoft.AspNetCore.Components.SupplyParameterFromPersistentComponentStateAttribute.SupplyParameterFromPersistentComponentStateAttribute() -> void
96
Microsoft.AspNetCore.Components.SupplyParameterFromPersistentComponentStateProviderServiceCollectionExtensions

src/Components/Components/src/SupplyParameterFromPersistentComponentStateProviderServiceCollectionExtensions.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Diagnostics.CodeAnalysis;
5-
using static Microsoft.AspNetCore.Internal.LinkerFlags;
65
using Microsoft.Extensions.DependencyInjection;
76
using Microsoft.Extensions.DependencyInjection.Extensions;
8-
using System.Runtime.InteropServices;
9-
using Microsoft.AspNetCore.Components.Infrastructure;
7+
using static Microsoft.AspNetCore.Internal.LinkerFlags;
108

119
namespace Microsoft.AspNetCore.Components;
1210

0 commit comments

Comments
 (0)