@tsonic/aspnetcore 10.0.12 → 10.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore.Authentication/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +6 -31
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -2879,46 +2879,6 @@
|
|
|
2879
2879
|
"isExtensionMethod": false,
|
|
2880
2880
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
|
|
2881
2881
|
},
|
|
2882
|
-
{
|
|
2883
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
2884
|
-
"clrName": "GetSupportedContentTypes",
|
|
2885
|
-
"metadataToken": 0,
|
|
2886
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
2887
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
2888
|
-
"emitScope": "ClassSurface",
|
|
2889
|
-
"provenance": "BaseOverload",
|
|
2890
|
-
"arity": 0,
|
|
2891
|
-
"parameterCount": 2,
|
|
2892
|
-
"isStatic": false,
|
|
2893
|
-
"isAbstract": false,
|
|
2894
|
-
"isVirtual": true,
|
|
2895
|
-
"isOverride": false,
|
|
2896
|
-
"isSealed": false,
|
|
2897
|
-
"visibility": "Public",
|
|
2898
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
|
|
2899
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2900
|
-
"isExtensionMethod": false
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter::WriteAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
2904
|
-
"clrName": "WriteAsync",
|
|
2905
|
-
"metadataToken": 0,
|
|
2906
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
2907
|
-
"normalizedSignature": "WriteAsync|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task|static=false",
|
|
2908
|
-
"emitScope": "ClassSurface",
|
|
2909
|
-
"provenance": "BaseOverload",
|
|
2910
|
-
"arity": 0,
|
|
2911
|
-
"parameterCount": 1,
|
|
2912
|
-
"isStatic": false,
|
|
2913
|
-
"isAbstract": false,
|
|
2914
|
-
"isVirtual": true,
|
|
2915
|
-
"isOverride": false,
|
|
2916
|
-
"isSealed": false,
|
|
2917
|
-
"visibility": "Public",
|
|
2918
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
|
|
2919
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2920
|
-
"isExtensionMethod": false
|
|
2921
|
-
},
|
|
2922
2882
|
{
|
|
2923
2883
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter::WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
2924
2884
|
"clrName": "WriteResponseBodyAsync",
|
|
@@ -2933,7 +2893,7 @@
|
|
|
2933
2893
|
"isAbstract": false,
|
|
2934
2894
|
"isVirtual": true,
|
|
2935
2895
|
"isOverride": false,
|
|
2936
|
-
"isSealed":
|
|
2896
|
+
"isSealed": true,
|
|
2937
2897
|
"visibility": "Public",
|
|
2938
2898
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
|
|
2939
2899
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
@@ -3071,71 +3031,11 @@
|
|
|
3071
3031
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
|
|
3072
3032
|
},
|
|
3073
3033
|
{
|
|
3074
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter::
|
|
3075
|
-
"clrName": "CanRead",
|
|
3076
|
-
"metadataToken": 0,
|
|
3077
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
|
|
3078
|
-
"normalizedSignature": "CanRead|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean|static=false",
|
|
3079
|
-
"emitScope": "ClassSurface",
|
|
3080
|
-
"provenance": "BaseOverload",
|
|
3081
|
-
"arity": 0,
|
|
3082
|
-
"parameterCount": 1,
|
|
3083
|
-
"isStatic": false,
|
|
3084
|
-
"isAbstract": false,
|
|
3085
|
-
"isVirtual": true,
|
|
3086
|
-
"isOverride": false,
|
|
3087
|
-
"isSealed": false,
|
|
3088
|
-
"visibility": "Public",
|
|
3089
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
|
|
3090
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3091
|
-
"isExtensionMethod": false
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3095
|
-
"clrName": "GetSupportedContentTypes",
|
|
3096
|
-
"metadataToken": 0,
|
|
3097
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3098
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
3099
|
-
"emitScope": "ClassSurface",
|
|
3100
|
-
"provenance": "BaseOverload",
|
|
3101
|
-
"arity": 0,
|
|
3102
|
-
"parameterCount": 2,
|
|
3103
|
-
"isStatic": false,
|
|
3104
|
-
"isAbstract": false,
|
|
3105
|
-
"isVirtual": true,
|
|
3106
|
-
"isOverride": false,
|
|
3107
|
-
"isSealed": false,
|
|
3108
|
-
"visibility": "Public",
|
|
3109
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
|
|
3110
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3111
|
-
"isExtensionMethod": false
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter::ReadAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3115
|
-
"clrName": "ReadAsync",
|
|
3116
|
-
"metadataToken": 0,
|
|
3117
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3118
|
-
"normalizedSignature": "ReadAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
3119
|
-
"emitScope": "ClassSurface",
|
|
3120
|
-
"provenance": "BaseOverload",
|
|
3121
|
-
"arity": 0,
|
|
3122
|
-
"parameterCount": 1,
|
|
3123
|
-
"isStatic": false,
|
|
3124
|
-
"isAbstract": false,
|
|
3125
|
-
"isVirtual": true,
|
|
3126
|
-
"isOverride": false,
|
|
3127
|
-
"isSealed": false,
|
|
3128
|
-
"visibility": "Public",
|
|
3129
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
|
|
3130
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3131
|
-
"isExtensionMethod": false
|
|
3132
|
-
},
|
|
3133
|
-
{
|
|
3134
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3034
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E",
|
|
3135
3035
|
"clrName": "ReadRequestBodyAsync",
|
|
3136
3036
|
"metadataToken": 0,
|
|
3137
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3138
|
-
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
3037
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E",
|
|
3038
|
+
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E|static=false",
|
|
3139
3039
|
"emitScope": "ClassSurface",
|
|
3140
3040
|
"provenance": "BaseOverload",
|
|
3141
3041
|
"arity": 0,
|
|
@@ -3149,26 +3049,6 @@
|
|
|
3149
3049
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
|
|
3150
3050
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3151
3051
|
"isExtensionMethod": false
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1",
|
|
3155
|
-
"clrName": "ReadRequestBodyAsync",
|
|
3156
|
-
"metadataToken": 0,
|
|
3157
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1",
|
|
3158
|
-
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1|static=false",
|
|
3159
|
-
"emitScope": "ClassSurface",
|
|
3160
|
-
"provenance": "BaseOverload",
|
|
3161
|
-
"arity": 0,
|
|
3162
|
-
"parameterCount": 2,
|
|
3163
|
-
"isStatic": false,
|
|
3164
|
-
"isAbstract": true,
|
|
3165
|
-
"isVirtual": true,
|
|
3166
|
-
"isOverride": false,
|
|
3167
|
-
"isSealed": false,
|
|
3168
|
-
"visibility": "Public",
|
|
3169
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
|
|
3170
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3171
|
-
"isExtensionMethod": false
|
|
3172
3052
|
}
|
|
3173
3053
|
],
|
|
3174
3054
|
"properties": [
|
|
@@ -3337,66 +3217,6 @@
|
|
|
3337
3217
|
"isExtensionMethod": false,
|
|
3338
3218
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
|
|
3339
3219
|
},
|
|
3340
|
-
{
|
|
3341
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter::CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
3342
|
-
"clrName": "CanWriteResult",
|
|
3343
|
-
"metadataToken": 0,
|
|
3344
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
3345
|
-
"normalizedSignature": "CanWriteResult|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean|static=false",
|
|
3346
|
-
"emitScope": "ClassSurface",
|
|
3347
|
-
"provenance": "BaseOverload",
|
|
3348
|
-
"arity": 0,
|
|
3349
|
-
"parameterCount": 1,
|
|
3350
|
-
"isStatic": false,
|
|
3351
|
-
"isAbstract": false,
|
|
3352
|
-
"isVirtual": true,
|
|
3353
|
-
"isOverride": false,
|
|
3354
|
-
"isSealed": false,
|
|
3355
|
-
"visibility": "Public",
|
|
3356
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
|
|
3357
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3358
|
-
"isExtensionMethod": false
|
|
3359
|
-
},
|
|
3360
|
-
{
|
|
3361
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3362
|
-
"clrName": "GetSupportedContentTypes",
|
|
3363
|
-
"metadataToken": 0,
|
|
3364
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3365
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
3366
|
-
"emitScope": "ClassSurface",
|
|
3367
|
-
"provenance": "BaseOverload",
|
|
3368
|
-
"arity": 0,
|
|
3369
|
-
"parameterCount": 2,
|
|
3370
|
-
"isStatic": false,
|
|
3371
|
-
"isAbstract": false,
|
|
3372
|
-
"isVirtual": true,
|
|
3373
|
-
"isOverride": false,
|
|
3374
|
-
"isSealed": false,
|
|
3375
|
-
"visibility": "Public",
|
|
3376
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
|
|
3377
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3378
|
-
"isExtensionMethod": false
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
3381
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter::WriteAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
3382
|
-
"clrName": "WriteAsync",
|
|
3383
|
-
"metadataToken": 0,
|
|
3384
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
3385
|
-
"normalizedSignature": "WriteAsync|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task|static=false",
|
|
3386
|
-
"emitScope": "ClassSurface",
|
|
3387
|
-
"provenance": "BaseOverload",
|
|
3388
|
-
"arity": 0,
|
|
3389
|
-
"parameterCount": 1,
|
|
3390
|
-
"isStatic": false,
|
|
3391
|
-
"isAbstract": false,
|
|
3392
|
-
"isVirtual": true,
|
|
3393
|
-
"isOverride": false,
|
|
3394
|
-
"isSealed": false,
|
|
3395
|
-
"visibility": "Public",
|
|
3396
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
|
|
3397
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3398
|
-
"isExtensionMethod": false
|
|
3399
|
-
},
|
|
3400
3220
|
{
|
|
3401
3221
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter::WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
3402
3222
|
"clrName": "WriteResponseBodyAsync",
|
|
@@ -3411,7 +3231,7 @@
|
|
|
3411
3231
|
"isAbstract": false,
|
|
3412
3232
|
"isVirtual": true,
|
|
3413
3233
|
"isOverride": false,
|
|
3414
|
-
"isSealed":
|
|
3234
|
+
"isSealed": true,
|
|
3415
3235
|
"visibility": "Public",
|
|
3416
3236
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
|
|
3417
3237
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
@@ -3603,86 +3423,6 @@
|
|
|
3603
3423
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3604
3424
|
"isExtensionMethod": false,
|
|
3605
3425
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
|
|
3606
|
-
},
|
|
3607
|
-
{
|
|
3608
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::CanRead(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
|
|
3609
|
-
"clrName": "CanRead",
|
|
3610
|
-
"metadataToken": 0,
|
|
3611
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
|
|
3612
|
-
"normalizedSignature": "CanRead|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean|static=false",
|
|
3613
|
-
"emitScope": "ClassSurface",
|
|
3614
|
-
"provenance": "BaseOverload",
|
|
3615
|
-
"arity": 0,
|
|
3616
|
-
"parameterCount": 1,
|
|
3617
|
-
"isStatic": false,
|
|
3618
|
-
"isAbstract": false,
|
|
3619
|
-
"isVirtual": true,
|
|
3620
|
-
"isOverride": false,
|
|
3621
|
-
"isSealed": false,
|
|
3622
|
-
"visibility": "Public",
|
|
3623
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
|
|
3624
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3625
|
-
"isExtensionMethod": false
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3629
|
-
"clrName": "GetSupportedContentTypes",
|
|
3630
|
-
"metadataToken": 0,
|
|
3631
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3632
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
3633
|
-
"emitScope": "ClassSurface",
|
|
3634
|
-
"provenance": "BaseOverload",
|
|
3635
|
-
"arity": 0,
|
|
3636
|
-
"parameterCount": 2,
|
|
3637
|
-
"isStatic": false,
|
|
3638
|
-
"isAbstract": false,
|
|
3639
|
-
"isVirtual": true,
|
|
3640
|
-
"isOverride": false,
|
|
3641
|
-
"isSealed": false,
|
|
3642
|
-
"visibility": "Public",
|
|
3643
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
|
|
3644
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3645
|
-
"isExtensionMethod": false
|
|
3646
|
-
},
|
|
3647
|
-
{
|
|
3648
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::ReadAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3649
|
-
"clrName": "ReadAsync",
|
|
3650
|
-
"metadataToken": 0,
|
|
3651
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3652
|
-
"normalizedSignature": "ReadAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
3653
|
-
"emitScope": "ClassSurface",
|
|
3654
|
-
"provenance": "BaseOverload",
|
|
3655
|
-
"arity": 0,
|
|
3656
|
-
"parameterCount": 1,
|
|
3657
|
-
"isStatic": false,
|
|
3658
|
-
"isAbstract": false,
|
|
3659
|
-
"isVirtual": true,
|
|
3660
|
-
"isOverride": false,
|
|
3661
|
-
"isSealed": false,
|
|
3662
|
-
"visibility": "Public",
|
|
3663
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
|
|
3664
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3665
|
-
"isExtensionMethod": false
|
|
3666
|
-
},
|
|
3667
|
-
{
|
|
3668
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3669
|
-
"clrName": "ReadRequestBodyAsync",
|
|
3670
|
-
"metadataToken": 0,
|
|
3671
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3672
|
-
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
3673
|
-
"emitScope": "ClassSurface",
|
|
3674
|
-
"provenance": "BaseOverload",
|
|
3675
|
-
"arity": 0,
|
|
3676
|
-
"parameterCount": 1,
|
|
3677
|
-
"isStatic": false,
|
|
3678
|
-
"isAbstract": true,
|
|
3679
|
-
"isVirtual": true,
|
|
3680
|
-
"isOverride": false,
|
|
3681
|
-
"isSealed": false,
|
|
3682
|
-
"visibility": "Public",
|
|
3683
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
|
|
3684
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3685
|
-
"isExtensionMethod": false
|
|
3686
3426
|
}
|
|
3687
3427
|
],
|
|
3688
3428
|
"properties": [
|
|
@@ -3913,48 +3653,8 @@
|
|
|
3913
3653
|
"visibility": "Public",
|
|
3914
3654
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
|
|
3915
3655
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
3916
|
-
"isExtensionMethod": false,
|
|
3917
|
-
"sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
|
|
3918
|
-
},
|
|
3919
|
-
{
|
|
3920
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter::CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
3921
|
-
"clrName": "CanWriteResult",
|
|
3922
|
-
"metadataToken": 0,
|
|
3923
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
3924
|
-
"normalizedSignature": "CanWriteResult|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean|static=false",
|
|
3925
|
-
"emitScope": "ClassSurface",
|
|
3926
|
-
"provenance": "BaseOverload",
|
|
3927
|
-
"arity": 0,
|
|
3928
|
-
"parameterCount": 1,
|
|
3929
|
-
"isStatic": false,
|
|
3930
|
-
"isAbstract": false,
|
|
3931
|
-
"isVirtual": true,
|
|
3932
|
-
"isOverride": false,
|
|
3933
|
-
"isSealed": false,
|
|
3934
|
-
"visibility": "Public",
|
|
3935
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
|
|
3936
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3937
|
-
"isExtensionMethod": false
|
|
3938
|
-
},
|
|
3939
|
-
{
|
|
3940
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3941
|
-
"clrName": "GetSupportedContentTypes",
|
|
3942
|
-
"metadataToken": 0,
|
|
3943
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
3944
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
3945
|
-
"emitScope": "ClassSurface",
|
|
3946
|
-
"provenance": "BaseOverload",
|
|
3947
|
-
"arity": 0,
|
|
3948
|
-
"parameterCount": 2,
|
|
3949
|
-
"isStatic": false,
|
|
3950
|
-
"isAbstract": false,
|
|
3951
|
-
"isVirtual": true,
|
|
3952
|
-
"isOverride": false,
|
|
3953
|
-
"isSealed": false,
|
|
3954
|
-
"visibility": "Public",
|
|
3955
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
|
|
3956
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3957
|
-
"isExtensionMethod": false
|
|
3656
|
+
"isExtensionMethod": false,
|
|
3657
|
+
"sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
|
|
3958
3658
|
}
|
|
3959
3659
|
],
|
|
3960
3660
|
"properties": [
|
|
@@ -4208,71 +3908,11 @@
|
|
|
4208
3908
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
|
|
4209
3909
|
},
|
|
4210
3910
|
{
|
|
4211
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::
|
|
4212
|
-
"clrName": "CanRead",
|
|
4213
|
-
"metadataToken": 0,
|
|
4214
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
|
|
4215
|
-
"normalizedSignature": "CanRead|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean|static=false",
|
|
4216
|
-
"emitScope": "ClassSurface",
|
|
4217
|
-
"provenance": "BaseOverload",
|
|
4218
|
-
"arity": 0,
|
|
4219
|
-
"parameterCount": 1,
|
|
4220
|
-
"isStatic": false,
|
|
4221
|
-
"isAbstract": false,
|
|
4222
|
-
"isVirtual": true,
|
|
4223
|
-
"isOverride": false,
|
|
4224
|
-
"isSealed": false,
|
|
4225
|
-
"visibility": "Public",
|
|
4226
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
|
|
4227
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4228
|
-
"isExtensionMethod": false
|
|
4229
|
-
},
|
|
4230
|
-
{
|
|
4231
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
4232
|
-
"clrName": "GetSupportedContentTypes",
|
|
4233
|
-
"metadataToken": 0,
|
|
4234
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
4235
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
4236
|
-
"emitScope": "ClassSurface",
|
|
4237
|
-
"provenance": "BaseOverload",
|
|
4238
|
-
"arity": 0,
|
|
4239
|
-
"parameterCount": 2,
|
|
4240
|
-
"isStatic": false,
|
|
4241
|
-
"isAbstract": false,
|
|
4242
|
-
"isVirtual": true,
|
|
4243
|
-
"isOverride": false,
|
|
4244
|
-
"isSealed": false,
|
|
4245
|
-
"visibility": "Public",
|
|
4246
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
|
|
4247
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4248
|
-
"isExtensionMethod": false
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::ReadAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
4252
|
-
"clrName": "ReadAsync",
|
|
4253
|
-
"metadataToken": 0,
|
|
4254
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
4255
|
-
"normalizedSignature": "ReadAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
4256
|
-
"emitScope": "ClassSurface",
|
|
4257
|
-
"provenance": "BaseOverload",
|
|
4258
|
-
"arity": 0,
|
|
4259
|
-
"parameterCount": 1,
|
|
4260
|
-
"isStatic": false,
|
|
4261
|
-
"isAbstract": false,
|
|
4262
|
-
"isVirtual": true,
|
|
4263
|
-
"isOverride": false,
|
|
4264
|
-
"isSealed": false,
|
|
4265
|
-
"visibility": "Public",
|
|
4266
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
|
|
4267
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4268
|
-
"isExtensionMethod": false
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
3911
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E",
|
|
4272
3912
|
"clrName": "ReadRequestBodyAsync",
|
|
4273
3913
|
"metadataToken": 0,
|
|
4274
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
4275
|
-
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
3914
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E",
|
|
3915
|
+
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E|static=false",
|
|
4276
3916
|
"emitScope": "ClassSurface",
|
|
4277
3917
|
"provenance": "BaseOverload",
|
|
4278
3918
|
"arity": 0,
|
|
@@ -4286,26 +3926,6 @@
|
|
|
4286
3926
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
|
|
4287
3927
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4288
3928
|
"isExtensionMethod": false
|
|
4289
|
-
},
|
|
4290
|
-
{
|
|
4291
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1",
|
|
4292
|
-
"clrName": "ReadRequestBodyAsync",
|
|
4293
|
-
"metadataToken": 0,
|
|
4294
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1",
|
|
4295
|
-
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1|static=false",
|
|
4296
|
-
"emitScope": "ClassSurface",
|
|
4297
|
-
"provenance": "BaseOverload",
|
|
4298
|
-
"arity": 0,
|
|
4299
|
-
"parameterCount": 2,
|
|
4300
|
-
"isStatic": false,
|
|
4301
|
-
"isAbstract": true,
|
|
4302
|
-
"isVirtual": true,
|
|
4303
|
-
"isOverride": false,
|
|
4304
|
-
"isSealed": false,
|
|
4305
|
-
"visibility": "Public",
|
|
4306
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
|
|
4307
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4308
|
-
"isExtensionMethod": false
|
|
4309
3929
|
}
|
|
4310
3930
|
],
|
|
4311
3931
|
"properties": [
|
|
@@ -4670,66 +4290,6 @@
|
|
|
4670
4290
|
"isExtensionMethod": false,
|
|
4671
4291
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
|
|
4672
4292
|
},
|
|
4673
|
-
{
|
|
4674
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
4675
|
-
"clrName": "CanWriteResult",
|
|
4676
|
-
"metadataToken": 0,
|
|
4677
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
4678
|
-
"normalizedSignature": "CanWriteResult|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean|static=false",
|
|
4679
|
-
"emitScope": "ClassSurface",
|
|
4680
|
-
"provenance": "BaseOverload",
|
|
4681
|
-
"arity": 0,
|
|
4682
|
-
"parameterCount": 1,
|
|
4683
|
-
"isStatic": false,
|
|
4684
|
-
"isAbstract": false,
|
|
4685
|
-
"isVirtual": true,
|
|
4686
|
-
"isOverride": false,
|
|
4687
|
-
"isSealed": false,
|
|
4688
|
-
"visibility": "Public",
|
|
4689
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
|
|
4690
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4691
|
-
"isExtensionMethod": false
|
|
4692
|
-
},
|
|
4693
|
-
{
|
|
4694
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
4695
|
-
"clrName": "GetSupportedContentTypes",
|
|
4696
|
-
"metadataToken": 0,
|
|
4697
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
4698
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
4699
|
-
"emitScope": "ClassSurface",
|
|
4700
|
-
"provenance": "BaseOverload",
|
|
4701
|
-
"arity": 0,
|
|
4702
|
-
"parameterCount": 2,
|
|
4703
|
-
"isStatic": false,
|
|
4704
|
-
"isAbstract": false,
|
|
4705
|
-
"isVirtual": true,
|
|
4706
|
-
"isOverride": false,
|
|
4707
|
-
"isSealed": false,
|
|
4708
|
-
"visibility": "Public",
|
|
4709
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
|
|
4710
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4711
|
-
"isExtensionMethod": false
|
|
4712
|
-
},
|
|
4713
|
-
{
|
|
4714
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::WriteAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
4715
|
-
"clrName": "WriteAsync",
|
|
4716
|
-
"metadataToken": 0,
|
|
4717
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
4718
|
-
"normalizedSignature": "WriteAsync|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task|static=false",
|
|
4719
|
-
"emitScope": "ClassSurface",
|
|
4720
|
-
"provenance": "BaseOverload",
|
|
4721
|
-
"arity": 0,
|
|
4722
|
-
"parameterCount": 1,
|
|
4723
|
-
"isStatic": false,
|
|
4724
|
-
"isAbstract": false,
|
|
4725
|
-
"isVirtual": true,
|
|
4726
|
-
"isOverride": false,
|
|
4727
|
-
"isSealed": false,
|
|
4728
|
-
"visibility": "Public",
|
|
4729
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
|
|
4730
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
4731
|
-
"isExtensionMethod": false
|
|
4732
|
-
},
|
|
4733
4293
|
{
|
|
4734
4294
|
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
4735
4295
|
"clrName": "WriteResponseBodyAsync",
|
|
@@ -4744,7 +4304,7 @@
|
|
|
4744
4304
|
"isAbstract": false,
|
|
4745
4305
|
"isVirtual": true,
|
|
4746
4306
|
"isOverride": false,
|
|
4747
|
-
"isSealed":
|
|
4307
|
+
"isSealed": true,
|
|
4748
4308
|
"visibility": "Public",
|
|
4749
4309
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
|
|
4750
4310
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
@@ -5093,71 +4653,11 @@
|
|
|
5093
4653
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
|
|
5094
4654
|
},
|
|
5095
4655
|
{
|
|
5096
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::
|
|
5097
|
-
"clrName": "CanRead",
|
|
5098
|
-
"metadataToken": 0,
|
|
5099
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
|
|
5100
|
-
"normalizedSignature": "CanRead|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean|static=false",
|
|
5101
|
-
"emitScope": "ClassSurface",
|
|
5102
|
-
"provenance": "BaseOverload",
|
|
5103
|
-
"arity": 0,
|
|
5104
|
-
"parameterCount": 1,
|
|
5105
|
-
"isStatic": false,
|
|
5106
|
-
"isAbstract": false,
|
|
5107
|
-
"isVirtual": true,
|
|
5108
|
-
"isOverride": false,
|
|
5109
|
-
"isSealed": false,
|
|
5110
|
-
"visibility": "Public",
|
|
5111
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
|
|
5112
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5113
|
-
"isExtensionMethod": false
|
|
5114
|
-
},
|
|
5115
|
-
{
|
|
5116
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
5117
|
-
"clrName": "GetSupportedContentTypes",
|
|
5118
|
-
"metadataToken": 0,
|
|
5119
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
5120
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
5121
|
-
"emitScope": "ClassSurface",
|
|
5122
|
-
"provenance": "BaseOverload",
|
|
5123
|
-
"arity": 0,
|
|
5124
|
-
"parameterCount": 2,
|
|
5125
|
-
"isStatic": false,
|
|
5126
|
-
"isAbstract": false,
|
|
5127
|
-
"isVirtual": true,
|
|
5128
|
-
"isOverride": false,
|
|
5129
|
-
"isSealed": false,
|
|
5130
|
-
"visibility": "Public",
|
|
5131
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
|
|
5132
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5133
|
-
"isExtensionMethod": false
|
|
5134
|
-
},
|
|
5135
|
-
{
|
|
5136
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::ReadAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
5137
|
-
"clrName": "ReadAsync",
|
|
5138
|
-
"metadataToken": 0,
|
|
5139
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
5140
|
-
"normalizedSignature": "ReadAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
5141
|
-
"emitScope": "ClassSurface",
|
|
5142
|
-
"provenance": "BaseOverload",
|
|
5143
|
-
"arity": 0,
|
|
5144
|
-
"parameterCount": 1,
|
|
5145
|
-
"isStatic": false,
|
|
5146
|
-
"isAbstract": false,
|
|
5147
|
-
"isVirtual": true,
|
|
5148
|
-
"isOverride": false,
|
|
5149
|
-
"isSealed": false,
|
|
5150
|
-
"visibility": "Public",
|
|
5151
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
|
|
5152
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5153
|
-
"isExtensionMethod": false
|
|
5154
|
-
},
|
|
5155
|
-
{
|
|
5156
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
4656
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E",
|
|
5157
4657
|
"clrName": "ReadRequestBodyAsync",
|
|
5158
4658
|
"metadataToken": 0,
|
|
5159
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1",
|
|
5160
|
-
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1|static=false",
|
|
4659
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E",
|
|
4660
|
+
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1\u003CMicrosoft.AspNetCore.Mvc.Formatters.InputFormatterResult\u003E|static=false",
|
|
5161
4661
|
"emitScope": "ClassSurface",
|
|
5162
4662
|
"provenance": "BaseOverload",
|
|
5163
4663
|
"arity": 0,
|
|
@@ -5171,26 +4671,6 @@
|
|
|
5171
4671
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
|
|
5172
4672
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5173
4673
|
"isExtensionMethod": false
|
|
5174
|
-
},
|
|
5175
|
-
{
|
|
5176
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1",
|
|
5177
|
-
"clrName": "ReadRequestBodyAsync",
|
|
5178
|
-
"metadataToken": 0,
|
|
5179
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1",
|
|
5180
|
-
"normalizedSignature": "ReadRequestBodyAsync|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1|static=false",
|
|
5181
|
-
"emitScope": "ClassSurface",
|
|
5182
|
-
"provenance": "BaseOverload",
|
|
5183
|
-
"arity": 0,
|
|
5184
|
-
"parameterCount": 2,
|
|
5185
|
-
"isStatic": false,
|
|
5186
|
-
"isAbstract": true,
|
|
5187
|
-
"isVirtual": true,
|
|
5188
|
-
"isOverride": false,
|
|
5189
|
-
"isSealed": false,
|
|
5190
|
-
"visibility": "Public",
|
|
5191
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
|
|
5192
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5193
|
-
"isExtensionMethod": false
|
|
5194
4674
|
}
|
|
5195
4675
|
],
|
|
5196
4676
|
"properties": [
|
|
@@ -5556,66 +5036,6 @@
|
|
|
5556
5036
|
"isExtensionMethod": false,
|
|
5557
5037
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
|
|
5558
5038
|
},
|
|
5559
|
-
{
|
|
5560
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
5561
|
-
"clrName": "CanWriteResult",
|
|
5562
|
-
"metadataToken": 0,
|
|
5563
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
|
|
5564
|
-
"normalizedSignature": "CanWriteResult|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean|static=false",
|
|
5565
|
-
"emitScope": "ClassSurface",
|
|
5566
|
-
"provenance": "BaseOverload",
|
|
5567
|
-
"arity": 0,
|
|
5568
|
-
"parameterCount": 1,
|
|
5569
|
-
"isStatic": false,
|
|
5570
|
-
"isAbstract": false,
|
|
5571
|
-
"isVirtual": true,
|
|
5572
|
-
"isOverride": false,
|
|
5573
|
-
"isSealed": false,
|
|
5574
|
-
"visibility": "Public",
|
|
5575
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
|
|
5576
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5577
|
-
"isExtensionMethod": false
|
|
5578
|
-
},
|
|
5579
|
-
{
|
|
5580
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
5581
|
-
"clrName": "GetSupportedContentTypes",
|
|
5582
|
-
"metadataToken": 0,
|
|
5583
|
-
"canonicalSignature": "(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1",
|
|
5584
|
-
"normalizedSignature": "GetSupportedContentTypes|(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
5585
|
-
"emitScope": "ClassSurface",
|
|
5586
|
-
"provenance": "BaseOverload",
|
|
5587
|
-
"arity": 0,
|
|
5588
|
-
"parameterCount": 2,
|
|
5589
|
-
"isStatic": false,
|
|
5590
|
-
"isAbstract": false,
|
|
5591
|
-
"isVirtual": true,
|
|
5592
|
-
"isOverride": false,
|
|
5593
|
-
"isSealed": false,
|
|
5594
|
-
"visibility": "Public",
|
|
5595
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
|
|
5596
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5597
|
-
"isExtensionMethod": false
|
|
5598
|
-
},
|
|
5599
|
-
{
|
|
5600
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::WriteAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
5601
|
-
"clrName": "WriteAsync",
|
|
5602
|
-
"metadataToken": 0,
|
|
5603
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
5604
|
-
"normalizedSignature": "WriteAsync|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task|static=false",
|
|
5605
|
-
"emitScope": "ClassSurface",
|
|
5606
|
-
"provenance": "BaseOverload",
|
|
5607
|
-
"arity": 0,
|
|
5608
|
-
"parameterCount": 1,
|
|
5609
|
-
"isStatic": false,
|
|
5610
|
-
"isAbstract": false,
|
|
5611
|
-
"isVirtual": true,
|
|
5612
|
-
"isOverride": false,
|
|
5613
|
-
"isSealed": false,
|
|
5614
|
-
"visibility": "Public",
|
|
5615
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
|
|
5616
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
5617
|
-
"isExtensionMethod": false
|
|
5618
|
-
},
|
|
5619
5039
|
{
|
|
5620
5040
|
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Threading.Tasks.Task",
|
|
5621
5041
|
"clrName": "WriteResponseBodyAsync",
|
|
@@ -5630,7 +5050,7 @@
|
|
|
5630
5050
|
"isAbstract": false,
|
|
5631
5051
|
"isVirtual": true,
|
|
5632
5052
|
"isOverride": false,
|
|
5633
|
-
"isSealed":
|
|
5053
|
+
"isSealed": true,
|
|
5634
5054
|
"visibility": "Public",
|
|
5635
5055
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
|
|
5636
5056
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|