Skip to content

Commit

Permalink
changed namespace for RootComponentMetadata and ComponentTypeMetadata (
Browse files Browse the repository at this point in the history
  • Loading branch information
surayya-MS authored May 16, 2023
1 parent 4793dfe commit 2bb4f08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Microsoft.AspNetCore.Builder;
namespace Microsoft.AspNetCore.Components.Endpoints;

/// <summary>
/// Metadata that represents the component associated with an endpoint.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Microsoft.AspNetCore.Builder;
namespace Microsoft.AspNetCore.Components.Endpoints;

/// <summary>
/// Metadata that represents the root component associated with an endpoint.
Expand Down
12 changes: 6 additions & 6 deletions src/Components/Endpoints/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
Microsoft.AspNetCore.Builder.ComponentTypeMetadata
Microsoft.AspNetCore.Builder.ComponentTypeMetadata.ComponentTypeMetadata(System.Type! componentType) -> void
Microsoft.AspNetCore.Builder.ComponentTypeMetadata.Type.get -> System.Type!
Microsoft.AspNetCore.Builder.RazorComponentEndpointConventionBuilder
Microsoft.AspNetCore.Builder.RazorComponentEndpointConventionBuilder.Add(System.Action<Microsoft.AspNetCore.Builder.EndpointBuilder!>! convention) -> void
Microsoft.AspNetCore.Builder.RazorComponentEndpointConventionBuilder.Finally(System.Action<Microsoft.AspNetCore.Builder.EndpointBuilder!>! finallyConvention) -> void
Microsoft.AspNetCore.Builder.RazorComponentsEndpointRouteBuilderExtensions
Microsoft.AspNetCore.Builder.RootComponentMetadata
Microsoft.AspNetCore.Builder.RootComponentMetadata.RootComponentMetadata(System.Type! rootComponentType) -> void
Microsoft.AspNetCore.Builder.RootComponentMetadata.Type.get -> System.Type!
Microsoft.AspNetCore.Components.ComponentApplicationBuilder
Microsoft.AspNetCore.Components.ComponentApplicationBuilder.Build() -> Microsoft.AspNetCore.Components.RazorComponentApplication!
Microsoft.AspNetCore.Components.ComponentApplicationBuilder.ComponentApplicationBuilder() -> void
Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata
Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata.ComponentTypeMetadata(System.Type! componentType) -> void
Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata.Type.get -> System.Type!
Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer
Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer.Dispatcher.get -> Microsoft.AspNetCore.Components.Dispatcher!
Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer.PrerenderComponentAsync(Microsoft.AspNetCore.Http.HttpContext! httpContext, System.Type! componentType, Microsoft.AspNetCore.Components.RenderMode renderMode, Microsoft.AspNetCore.Components.ParameterView parameters) -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Html.IHtmlAsyncContent!>
Expand Down Expand Up @@ -38,6 +35,9 @@ Microsoft.AspNetCore.Components.Endpoints.RazorComponentResult<TComponent>.Razor
Microsoft.AspNetCore.Components.Endpoints.RazorComponentResult<TComponent>.RazorComponentResult(System.Collections.Generic.IReadOnlyDictionary<string!, object?>! parameters) -> void
Microsoft.AspNetCore.Components.Endpoints.RazorComponentResultExecutor
Microsoft.AspNetCore.Components.Endpoints.RazorComponentResultExecutor.RazorComponentResultExecutor() -> void
Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata
Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata.RootComponentMetadata(System.Type! rootComponentType) -> void
Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata.Type.get -> System.Type!
Microsoft.AspNetCore.Components.IRazorComponentApplication<TComponent>
Microsoft.AspNetCore.Components.IRazorComponentApplication<TComponent>.GetBuilder() -> Microsoft.AspNetCore.Components.ComponentApplicationBuilder!
Microsoft.AspNetCore.Components.PageDefinition
Expand Down

0 comments on commit 2bb4f08

Please sign in to comment.