aspnetcore/eng/GenAPI.exclusions.txt

57 lines
4.0 KiB
Plaintext

# Manually implemented - https://github.com/dotnet/arcade/pull/2033
T:Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame
# Manually implemented - https://github.com/dotnet/arcade/issues/2066
T:Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel
T:Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel
# Manually implemented - Need to include internal setter
T:Microsoft.AspNetCore.Mvc.Razor.Infrastructure.TagHelperMemoryCacheProvider
F:Microsoft.AspNetCore.Mvc.Razor.Infrastructure.TagHelperMemoryCacheProvider.{Cache}k__BackingField
M:Microsoft.AspNetCore.Mvc.Razor.Infrastructure.TagHelperMemoryCacheProvider.#ctor
P:Microsoft.AspNetCore.Mvc.Razor.Infrastructure.TagHelperMemoryCacheProvider.Cache
M:Microsoft.AspNetCore.Mvc.Razor.Infrastructure.TagHelperMemoryCacheProvider.get_Cache
M:Microsoft.AspNetCore.Mvc.Razor.Infrastructure.TagHelperMemoryCacheProvider.set_Cache(Microsoft.Extensions.Caching.Memory.IMemoryCache)
# Manually implemented - Need to include internal setter
P:Microsoft.AspNetCore.Routing.Matching.CandidateState.Values
# Manually implemented - Need to include internal setter
P:Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.KestrelServerOptions
# Manually implemented - Need to include private fields in struct with sequential layout
T:Microsoft.AspNetCore.Components.RenderHandle
P:Microsoft.AspNetCore.Components.RenderHandle.Dispatcher
P:Microsoft.AspNetCore.Components.RenderHandle.IsInitialized
M:Microsoft.AspNetCore.Components.RenderHandle.get_Dispatcher
M:Microsoft.AspNetCore.Components.RenderHandle.get_IsInitialized
M:Microsoft.AspNetCore.Components.RenderHandle.Render(Microsoft.AspNetCore.Components.RenderFragment)
T:Microsoft.AspNetCore.Components.ParameterView
P:Microsoft.AspNetCore.Components.ParameterView.Empty
M:Microsoft.AspNetCore.Components.ParameterView.FromDictionary(System.Collections.Generic.IDictionary{System.String,System.Object})
M:Microsoft.AspNetCore.Components.ParameterView.GetEnumerator
M:Microsoft.AspNetCore.Components.ParameterView.GetValueOrDefault``1(System.String)
M:Microsoft.AspNetCore.Components.ParameterView.GetValueOrDefault``1(System.String,``0)
M:Microsoft.AspNetCore.Components.ParameterView.get_Empty
M:Microsoft.AspNetCore.Components.ParameterView.SetParameterProperties(System.Object)
M:Microsoft.AspNetCore.Components.ParameterView.ToDictionary
M:Microsoft.AspNetCore.Components.ParameterView.TryGetValue``1(System.String,``0@)
T:Microsoft.AspNetCore.Components.ParameterView.Enumerator
P:Microsoft.AspNetCore.Components.ParameterView.Enumerator.Current
M:Microsoft.AspNetCore.Components.ParameterView.Enumerator.get_Current
M:Microsoft.AspNetCore.Components.ParameterView.Enumerator.MoveNext
T:Microsoft.AspNetCore.Components.EventCallback
F:Microsoft.AspNetCore.Components.EventCallback.Empty
F:Microsoft.AspNetCore.Components.EventCallback.Factory
M:Microsoft.AspNetCore.Components.EventCallback.#ctor(Microsoft.AspNetCore.Components.IHandleEvent,System.MulticastDelegate)
P:Microsoft.AspNetCore.Components.EventCallback.HasDelegate
M:Microsoft.AspNetCore.Components.EventCallback.get_HasDelegate
M:Microsoft.AspNetCore.Components.EventCallback.InvokeAsync(System.Object)
T:Microsoft.AspNetCore.Components.EventCallback`1
F:Microsoft.AspNetCore.Components.EventCallback`1.Empty
M:Microsoft.AspNetCore.Components.EventCallback`1.#ctor(Microsoft.AspNetCore.Components.IHandleEvent,System.MulticastDelegate)
P:Microsoft.AspNetCore.Components.EventCallback`1.HasDelegate
M:Microsoft.AspNetCore.Components.EventCallback`1.get_HasDelegate
M:Microsoft.AspNetCore.Components.EventCallback`1.InvokeAsync(`0)
# Manually implemented - Need to include internal setter
P:Microsoft.AspNetCore.Mvc.RazorPages.RazorPagesOptions.Conventions
# Break GenAPI - https://github.com/dotnet/arcade/issues/4488
T:Microsoft.AspNetCore.Mvc.ApplicationModels.ActionAttributeRouteModel.<GetAttributeRoutes>d__3
T:Microsoft.AspNetCore.Components.Rendering.HtmlRenderer.<CreateInitialRenderAsync>d__17
T:Microsoft.AspNetCore.Components.Rendering.HtmlRenderer.<RenderComponentAsync>d__8