Skip to content

Commit ac44986

Browse files
committed
!fixup! correct namespaces of a few types in *.Manual.cs files
1 parent 05f9c8d commit ac44986

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

src/Components/Components/ref/Microsoft.AspNetCore.Components.Manual.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ public partial struct Enumerator
5959
public bool MoveNext() { throw null; }
6060
}
6161
}
62+
internal static partial class RouteTableFactory
63+
{
64+
public static readonly System.Collections.Generic.IComparer<Microsoft.AspNetCore.Components.Routing.RouteEntry> RoutePrecedence;
65+
internal static Microsoft.AspNetCore.Components.Routing.RouteTable Create(System.Collections.Generic.Dictionary<System.Type, string[]> templatesByHandler) { throw null; }
66+
public static Microsoft.AspNetCore.Components.Routing.RouteTable Create(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies) { throw null; }
67+
internal static Microsoft.AspNetCore.Components.Routing.RouteTable Create(System.Collections.Generic.IEnumerable<System.Type> componentTypes) { throw null; }
68+
internal static int RouteComparison(Microsoft.AspNetCore.Components.Routing.RouteEntry x, Microsoft.AspNetCore.Components.Routing.RouteEntry y) { throw null; }
69+
}
6270
internal partial interface IEventCallback
6371
{
6472
bool HasDelegate { get; }
@@ -328,14 +336,6 @@ public RouteTable(Microsoft.AspNetCore.Components.Routing.RouteEntry[] routes) {
328336
public Microsoft.AspNetCore.Components.Routing.RouteEntry[] Routes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
329337
internal void Route(Microsoft.AspNetCore.Components.Routing.RouteContext routeContext) { }
330338
}
331-
internal static partial class RouteTableFactory
332-
{
333-
public static readonly System.Collections.Generic.IComparer<Microsoft.AspNetCore.Components.Routing.RouteEntry> RoutePrecedence;
334-
internal static Microsoft.AspNetCore.Components.Routing.RouteTable Create(System.Collections.Generic.Dictionary<System.Type, string[]> templatesByHandler) { throw null; }
335-
public static Microsoft.AspNetCore.Components.Routing.RouteTable Create(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies) { throw null; }
336-
internal static Microsoft.AspNetCore.Components.Routing.RouteTable Create(System.Collections.Generic.IEnumerable<System.Type> componentTypes) { throw null; }
337-
internal static int RouteComparison(Microsoft.AspNetCore.Components.Routing.RouteEntry x, Microsoft.AspNetCore.Components.Routing.RouteEntry y) { throw null; }
338-
}
339339
internal abstract partial class RouteConstraint
340340
{
341341
protected RouteConstraint() { }
@@ -357,4 +357,4 @@ public RouteTemplate(string templateText, Microsoft.AspNetCore.Components.Routin
357357
public Microsoft.AspNetCore.Components.Routing.TemplateSegment[] Segments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
358358
public string TemplateText { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
359359
}
360-
}
360+
}

src/Mvc/Mvc.Razor/ref/Microsoft.AspNetCore.Mvc.Razor.Manual.cs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,19 @@ internal static partial class Resources
125125
internal static string FormatViewLocationFormatsIsRequired(object p0) { throw null; }
126126
internal static string GetResourceString(string resourceKey, string defaultValue = null) { throw null; }
127127
}
128+
public partial class RazorViewEngine : Microsoft.AspNetCore.Mvc.Razor.IRazorViewEngine
129+
{
130+
internal System.Collections.Generic.IEnumerable<string> GetViewLocationFormats(Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context) { throw null; }
131+
}
132+
}
133+
134+
namespace Microsoft.AspNetCore.Mvc.Razor.Compilation
135+
{
128136
internal partial class DefaultRazorPageFactoryProvider : Microsoft.AspNetCore.Mvc.Razor.IRazorPageFactoryProvider
129137
{
130138
public DefaultRazorPageFactoryProvider(Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompilerProvider viewCompilerProvider) { }
131139
public Microsoft.AspNetCore.Mvc.Razor.RazorPageFactoryResult CreateFactory(string relativePath) { throw null; }
132140
}
133-
public partial class RazorViewEngine : Microsoft.AspNetCore.Mvc.Razor.IRazorViewEngine
134-
{
135-
internal System.Collections.Generic.IEnumerable<string> GetViewLocationFormats(Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context) { throw null; }
136-
}
137141
}
138142

139143
namespace Microsoft.AspNetCore.Mvc.Razor.Infrastructure

src/Mvc/Mvc.ViewFeatures/ref/Microsoft.AspNetCore.Mvc.ViewFeatures.Manual.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ public ControllerSaveTempDataPropertyFilter(Microsoft.AspNetCore.Mvc.ViewFeature
207207
public void OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext context) { }
208208
public void OnActionExecuting(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext context) { }
209209
}
210+
internal partial class TempDataApplicationModelProvider
211+
{
212+
public TempDataApplicationModelProvider(Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.TempDataSerializer tempDataSerializer) { }
213+
public int Order { get { throw null; } }
214+
public void OnProvidersExecuted(Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContext context) { }
215+
public void OnProvidersExecuting(Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContext context) { }
216+
}
210217
internal partial class ValidateAntiforgeryTokenAuthorizationFilter : Microsoft.AspNetCore.Mvc.Filters.IAsyncAuthorizationFilter, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
211218
{
212219
public ValidateAntiforgeryTokenAuthorizationFilter(Microsoft.AspNetCore.Antiforgery.IAntiforgery antiforgery, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) { }
@@ -475,13 +482,6 @@ public ServerComponentSerializer(Microsoft.AspNetCore.DataProtection.IDataProtec
475482
internal System.Collections.Generic.IEnumerable<string> GetPreamble(Microsoft.AspNetCore.Components.ServerComponentMarker record) { throw null; }
476483
public Microsoft.AspNetCore.Components.ServerComponentMarker SerializeInvocation(Microsoft.AspNetCore.Mvc.ViewFeatures.ServerComponentInvocationSequence invocationId, System.Type type, bool prerendered) { throw null; }
477484
}
478-
internal partial class TempDataApplicationModelProvider
479-
{
480-
public TempDataApplicationModelProvider(Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.TempDataSerializer tempDataSerializer) { }
481-
public int Order { get { throw null; } }
482-
public void OnProvidersExecuted(Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContext context) { }
483-
public void OnProvidersExecuting(Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContext context) { }
484-
}
485485
internal partial class NullView : Microsoft.AspNetCore.Mvc.ViewEngines.IView
486486
{
487487
public static readonly Microsoft.AspNetCore.Mvc.ViewFeatures.NullView Instance;

0 commit comments

Comments
 (0)