Skip to content

Commit 9d44980

Browse files
committed
Remove public API
1 parent e561ffe commit 9d44980

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Components/WebAssembly/Server/src/ComponentsWebAssemblyStaticAssetsEndpointConventionBuilderExtensions.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
namespace Microsoft.AspNetCore.Components.WebAssembly.Server;
1111

12-
/// <summary>
13-
/// Extension methods for <see cref="StaticAssetsEndpointConventionBuilder"/>.
14-
/// </summary>
15-
public static class ComponentsWebAssemblyStaticAssetsEndpointConventionBuilderExtensions
12+
internal static class ComponentsWebAssemblyStaticAssetsEndpointConventionBuilderExtensions
1613
{
1714
private static readonly string? s_dotnetModifiableAssemblies = GetNonEmptyEnvironmentVariableValue("DOTNET_MODIFIABLE_ASSEMBLIES");
1815
private static readonly string? s_aspnetcoreBrowserTools = GetNonEmptyEnvironmentVariableValue("__ASPNETCORE_BROWSER_TOOLS");

src/Components/WebAssembly/Server/src/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#nullable enable
2-
Microsoft.AspNetCore.Components.WebAssembly.Server.ComponentsWebAssemblyStaticAssetsEndpointConventionBuilderExtensions
32
Microsoft.AspNetCore.Components.WebAssembly.Server.WebAssemblyComponentsEndpointOptions.AssetsManifestPath.get -> string?
43
Microsoft.AspNetCore.Components.WebAssembly.Server.WebAssemblyComponentsEndpointOptions.AssetsManifestPath.set -> void
54
Microsoft.AspNetCore.Components.WebAssembly.Server.WebAssemblyComponentsEndpointOptions.ServeMultithreadingHeaders.get -> bool

0 commit comments

Comments
 (0)