|
1 |
| -# Manually implemented - https://github.com/dotnet/arcade/pull/2033 |
2 |
| -T:Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame |
3 |
| -# Manually implemented - https://github.com/dotnet/arcade/issues/2066 |
4 |
| -T:Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel |
5 |
| -T:Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel |
6 |
| -# Manually implemented - Need to include internal setter |
7 |
| -P:Microsoft.AspNetCore.Mvc.Razor.Infrastructure.TagHelperMemoryCacheProvider.Cache |
8 |
| -P:Microsoft.AspNetCore.Mvc.RazorPages.RazorPagesOptions.Conventions |
9 |
| -P:Microsoft.AspNetCore.Routing.Matching.CandidateState.Values |
10 |
| -P:Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.KestrelServerOptions |
11 |
| -# public structs with public fields that GenAPI doesn't handle |
12 |
| -T:Microsoft.AspNetCore.Components.EventCallback |
13 |
| -T:Microsoft.AspNetCore.Components.EventCallback`1 |
14 |
| -# Break GenAPI - https://github.com/dotnet/arcade/issues/4488 |
15 |
| -T:Microsoft.AspNetCore.Components.Rendering.HtmlRenderer.<CreateInitialRenderAsync>d__17 |
16 |
| -T:Microsoft.AspNetCore.Components.Rendering.HtmlRenderer.<RenderComponentAsync>d__8 |
17 |
| -T:Microsoft.AspNetCore.Mvc.ApplicationModels.ActionAttributeRouteModel.<>c |
18 |
| -T:Microsoft.AspNetCore.Mvc.ApplicationModels.ActionAttributeRouteModel.<GetAttributeRoutes>d__3 |
19 |
| -T:Microsoft.AspNetCore.Mvc.ControllerBase.<TryUpdateModelAsync>d__181`1 |
20 |
| -T:Microsoft.AspNetCore.Mvc.ControllerBase.<TryUpdateModelAsync>d__183`1 |
21 |
| -T:Microsoft.AspNetCore.Mvc.ControllerBase.<TryUpdateModelAsync>d__184`1 |
22 |
| -T:Microsoft.AspNetCore.Mvc.ControllerBase.<TryUpdateModelAsync>d__187 |
23 |
| -T:Microsoft.AspNetCore.Mvc.Controllers.ControllerBinderDelegateProvider.<>c__DisplayClass0_0 |
24 |
| -T:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeValueProvider.<TryCreateAsync>d__4 |
25 |
| -T:Microsoft.AspNetCore.Mvc.Routing.ConsumesMatcherPolicy.<>c |
| 1 | +# Excluded to avoid conflicts between System.Buffers.dll and MessagePack submodule |
| 2 | +T:System.Buffers.SequenceReaderExtensions |
| 3 | +T:System.Buffers.SequenceReader`1 |
| 4 | +# Manually implemented - https://github.com/dotnet/arcade/issues/4488 problem (5), #nullable not generated. |
| 5 | +T:Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker |
| 6 | +M:Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.ActionScope(Microsoft.Extensions.Logging.ILogger,Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor) |
| 7 | +M:Microsoft.AspNetCore.Mvc.ViewFeatures.MvcViewFeaturesLoggerExtensions.ViewComponentScope(Microsoft.Extensions.Logging.ILogger,Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext) |
| 8 | +# As above but relevant only when using GenAPI with --all because these methods are private. |
| 9 | +M:Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsyncCore(Microsoft.Extensions.Internal.ObjectMethodExecutor,Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext) |
| 10 | +M:Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeSyncCore(Microsoft.Extensions.Internal.ObjectMethodExecutor,Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext) |
| 11 | +# Manually implemented to avoid need to generate async keywords and await Task.Delay(...) statements everywhere. |
| 12 | +M:Microsoft.AspNetCore.SignalR.Internal.AsyncEnumerableAdapters.MakeAsyncEnumerableFromChannel``1(System.Threading.Channels.ChannelReader{``0},System.Threading.CancellationToken) |
0 commit comments