Skip to content

Commit 7d97608

Browse files
wtgodbedougbu
authored andcommitted
Fixup Mvc.Razorpages manual issues
1 parent 5f2919c commit 7d97608

File tree

4 files changed

+197
-20
lines changed

4 files changed

+197
-20
lines changed

eng/GenAPI.exclusions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ M:Microsoft.AspNetCore.Components.EventCallback`1.#ctor(Microsoft.AspNetCore.Com
4848
P:Microsoft.AspNetCore.Components.EventCallback`1.HasDelegate
4949
M:Microsoft.AspNetCore.Components.EventCallback`1.get_HasDelegate
5050
M:Microsoft.AspNetCore.Components.EventCallback`1.InvokeAsync(`0)
51+
# Manually implemented - Need to include internal setter
52+
P:Microsoft.AspNetCore.Mvc.RazorPages.RazorPagesOptions.Conventions

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,16 @@ internal static partial class ViewEnginePath
14261426
public static string ResolvePath(string path) { throw null; }
14271427
}
14281428
}
1429+
namespace Microsoft.AspNetCore.Routing
1430+
{
1431+
internal sealed partial class DataSourceDependentCache<T> : System.IDisposable where T : class
1432+
{
1433+
public DataSourceDependentCache(Microsoft.AspNetCore.Routing.EndpointDataSource dataSource, System.Func<System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>, T> initialize) { }
1434+
public T Value { get { throw null; } }
1435+
public void Dispose() { }
1436+
public T EnsureInitialized() { throw null; }
1437+
}
1438+
}
14291439
namespace Microsoft.Extensions.DependencyInjection
14301440
{
14311441
internal partial class ApiBehaviorOptionsSetup : Microsoft.Extensions.Options.IConfigureOptions<Microsoft.AspNetCore.Mvc.ApiBehaviorOptions>

0 commit comments

Comments
 (0)