@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
|
@@ -408,15 +408,13 @@ export interface __StreamOutputFormatter$views {
|
|
|
408
408
|
export type StreamOutputFormatter = StreamOutputFormatter$instance & __StreamOutputFormatter$views;
|
|
409
409
|
|
|
410
410
|
|
|
411
|
-
export interface StringOutputFormatter$instance extends TextOutputFormatter$instance {
|
|
411
|
+
export interface StringOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
412
412
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_StringOutputFormatter: never;
|
|
413
413
|
|
|
414
414
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
415
415
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
|
|
416
416
|
|
|
417
417
|
CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
|
|
418
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
419
|
-
WriteAsync(context: OutputFormatterWriteContext): Task;
|
|
420
418
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext, encoding: Encoding): Task;
|
|
421
419
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
422
420
|
}
|
|
@@ -435,7 +433,7 @@ export interface __StringOutputFormatter$views {
|
|
|
435
433
|
export type StringOutputFormatter = StringOutputFormatter$instance & __StringOutputFormatter$views;
|
|
436
434
|
|
|
437
435
|
|
|
438
|
-
export interface SystemTextJsonInputFormatter$instance extends TextInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
|
|
436
|
+
export interface SystemTextJsonInputFormatter$instance extends TextInputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance, IInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
|
|
439
437
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_SystemTextJsonInputFormatter: never;
|
|
440
438
|
|
|
441
439
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
|
|
@@ -443,9 +441,6 @@ export interface SystemTextJsonInputFormatter$instance extends TextInputFormatte
|
|
|
443
441
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatterExceptionPolicy: never;
|
|
444
442
|
|
|
445
443
|
readonly SerializerOptions: JsonSerializerOptions;
|
|
446
|
-
CanRead(context: InputFormatterContext): boolean;
|
|
447
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
448
|
-
ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
449
444
|
ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task_1<InputFormatterResult>;
|
|
450
445
|
ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
451
446
|
}
|
|
@@ -465,16 +460,13 @@ export interface __SystemTextJsonInputFormatter$views {
|
|
|
465
460
|
export type SystemTextJsonInputFormatter = SystemTextJsonInputFormatter$instance & __SystemTextJsonInputFormatter$views;
|
|
466
461
|
|
|
467
462
|
|
|
468
|
-
export interface SystemTextJsonOutputFormatter$instance extends TextOutputFormatter$instance {
|
|
463
|
+
export interface SystemTextJsonOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
469
464
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_SystemTextJsonOutputFormatter: never;
|
|
470
465
|
|
|
471
466
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
472
467
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
|
|
473
468
|
|
|
474
469
|
readonly SerializerOptions: JsonSerializerOptions;
|
|
475
|
-
CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
|
|
476
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
477
|
-
WriteAsync(context: OutputFormatterWriteContext): Task;
|
|
478
470
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
|
|
479
471
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
480
472
|
}
|
|
@@ -493,18 +485,15 @@ export interface __SystemTextJsonOutputFormatter$views {
|
|
|
493
485
|
export type SystemTextJsonOutputFormatter = SystemTextJsonOutputFormatter$instance & __SystemTextJsonOutputFormatter$views;
|
|
494
486
|
|
|
495
487
|
|
|
496
|
-
export interface TextInputFormatter$instance extends InputFormatter$instance {
|
|
488
|
+
export interface TextInputFormatter$instance extends InputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance, IInputFormatter$instance {
|
|
497
489
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_TextInputFormatter: never;
|
|
498
490
|
|
|
499
491
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
|
|
500
492
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatter: never;
|
|
501
493
|
|
|
502
494
|
readonly SupportedEncodings: IList_1<Encoding>;
|
|
503
|
-
CanRead(context: InputFormatterContext): boolean;
|
|
504
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
505
|
-
ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
506
|
-
ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
507
495
|
ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
496
|
+
ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task_1<InputFormatterResult>;
|
|
508
497
|
}
|
|
509
498
|
|
|
510
499
|
|
|
@@ -522,18 +511,17 @@ export interface __TextInputFormatter$views {
|
|
|
522
511
|
export type TextInputFormatter = TextInputFormatter$instance & __TextInputFormatter$views;
|
|
523
512
|
|
|
524
513
|
|
|
525
|
-
export interface TextOutputFormatter$instance extends OutputFormatter$instance {
|
|
514
|
+
export interface TextOutputFormatter$instance extends OutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
526
515
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_TextOutputFormatter: never;
|
|
527
516
|
|
|
528
517
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
529
518
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
|
|
530
519
|
|
|
531
520
|
readonly SupportedEncodings: IList_1<Encoding>;
|
|
532
|
-
CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
|
|
533
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
534
521
|
SelectCharacterEncoding(context: OutputFormatterWriteContext): Encoding;
|
|
535
522
|
WriteAsync(context: OutputFormatterWriteContext): Task;
|
|
536
523
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
524
|
+
WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
|
|
537
525
|
}
|
|
538
526
|
|
|
539
527
|
|
|
@@ -549,7 +537,7 @@ export interface __TextOutputFormatter$views {
|
|
|
549
537
|
export type TextOutputFormatter = TextOutputFormatter$instance & __TextOutputFormatter$views;
|
|
550
538
|
|
|
551
539
|
|
|
552
|
-
export interface XmlDataContractSerializerInputFormatter$instance extends TextInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
|
|
540
|
+
export interface XmlDataContractSerializerInputFormatter$instance extends TextInputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance, IInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
|
|
553
541
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlDataContractSerializerInputFormatter: never;
|
|
554
542
|
|
|
555
543
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
|
|
@@ -561,14 +549,11 @@ export interface XmlDataContractSerializerInputFormatter$instance extends TextIn
|
|
|
561
549
|
SerializerSettings: DataContractSerializerSettings;
|
|
562
550
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
563
551
|
readonly XmlDictionaryReaderQuotas: XmlDictionaryReaderQuotas;
|
|
564
|
-
CanRead(context: InputFormatterContext): boolean;
|
|
565
552
|
CanReadType(type: Type): boolean;
|
|
566
553
|
CreateSerializer(type: Type): DataContractSerializer | undefined;
|
|
567
554
|
CreateXmlReader(readStream: Stream, encoding: Encoding): XmlReader;
|
|
568
555
|
GetCachedSerializer(type: Type): DataContractSerializer;
|
|
569
556
|
GetSerializableType(declaredType: Type): Type;
|
|
570
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
571
|
-
ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
572
557
|
ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task_1<InputFormatterResult>;
|
|
573
558
|
ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
574
559
|
}
|
|
@@ -588,7 +573,7 @@ export interface __XmlDataContractSerializerInputFormatter$views {
|
|
|
588
573
|
export type XmlDataContractSerializerInputFormatter = XmlDataContractSerializerInputFormatter$instance & __XmlDataContractSerializerInputFormatter$views;
|
|
589
574
|
|
|
590
575
|
|
|
591
|
-
export interface XmlDataContractSerializerOutputFormatter$instance extends TextOutputFormatter$instance {
|
|
576
|
+
export interface XmlDataContractSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
592
577
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlDataContractSerializerOutputFormatter: never;
|
|
593
578
|
|
|
594
579
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -597,15 +582,12 @@ export interface XmlDataContractSerializerOutputFormatter$instance extends TextO
|
|
|
597
582
|
SerializerSettings: DataContractSerializerSettings;
|
|
598
583
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
599
584
|
readonly WriterSettings: XmlWriterSettings;
|
|
600
|
-
CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
|
|
601
585
|
CanWriteType(type: Type): boolean;
|
|
602
586
|
CreateSerializer(type: Type): DataContractSerializer | undefined;
|
|
603
587
|
CreateXmlWriter(writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
604
588
|
CreateXmlWriter(context: OutputFormatterWriteContext, writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
605
589
|
GetCachedSerializer(type: Type): DataContractSerializer;
|
|
606
590
|
GetSerializableType(type: Type): Type;
|
|
607
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
608
|
-
WriteAsync(context: OutputFormatterWriteContext): Task;
|
|
609
591
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
|
|
610
592
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
611
593
|
}
|
|
@@ -627,7 +609,7 @@ export interface __XmlDataContractSerializerOutputFormatter$views {
|
|
|
627
609
|
export type XmlDataContractSerializerOutputFormatter = XmlDataContractSerializerOutputFormatter$instance & __XmlDataContractSerializerOutputFormatter$views;
|
|
628
610
|
|
|
629
611
|
|
|
630
|
-
export interface XmlSerializerInputFormatter$instance extends TextInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
|
|
612
|
+
export interface XmlSerializerInputFormatter$instance extends TextInputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance, IInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
|
|
631
613
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlSerializerInputFormatter: never;
|
|
632
614
|
|
|
633
615
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
|
|
@@ -638,15 +620,12 @@ export interface XmlSerializerInputFormatter$instance extends TextInputFormatter
|
|
|
638
620
|
MaxDepth: int;
|
|
639
621
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
640
622
|
readonly XmlDictionaryReaderQuotas: XmlDictionaryReaderQuotas;
|
|
641
|
-
CanRead(context: InputFormatterContext): boolean;
|
|
642
623
|
CanReadType(type: Type): boolean;
|
|
643
624
|
CreateSerializer(type: Type): XmlSerializer | undefined;
|
|
644
625
|
CreateXmlReader(readStream: Stream, encoding: Encoding, type: Type): XmlReader;
|
|
645
626
|
CreateXmlReader(readStream: Stream, encoding: Encoding): XmlReader;
|
|
646
627
|
GetCachedSerializer(type: Type): XmlSerializer;
|
|
647
628
|
GetSerializableType(declaredType: Type): Type;
|
|
648
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
649
|
-
ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
650
629
|
ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task_1<InputFormatterResult>;
|
|
651
630
|
ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
652
631
|
}
|
|
@@ -666,7 +645,7 @@ export interface __XmlSerializerInputFormatter$views {
|
|
|
666
645
|
export type XmlSerializerInputFormatter = XmlSerializerInputFormatter$instance & __XmlSerializerInputFormatter$views;
|
|
667
646
|
|
|
668
647
|
|
|
669
|
-
export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatter$instance {
|
|
648
|
+
export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
670
649
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlSerializerOutputFormatter: never;
|
|
671
650
|
|
|
672
651
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -674,16 +653,13 @@ export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatt
|
|
|
674
653
|
|
|
675
654
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
676
655
|
readonly WriterSettings: XmlWriterSettings;
|
|
677
|
-
CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
|
|
678
656
|
CanWriteType(type: Type): boolean;
|
|
679
657
|
CreateSerializer(type: Type): XmlSerializer | undefined;
|
|
680
658
|
CreateXmlWriter(writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
681
659
|
CreateXmlWriter(context: OutputFormatterWriteContext, writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
682
660
|
GetCachedSerializer(type: Type): XmlSerializer;
|
|
683
661
|
GetSerializableType(type: Type): Type;
|
|
684
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
685
662
|
Serialize(xmlSerializer: XmlSerializer, xmlWriter: XmlWriter, value: unknown): void;
|
|
686
|
-
WriteAsync(context: OutputFormatterWriteContext): Task;
|
|
687
663
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
|
|
688
664
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
689
665
|
}
|
|
@@ -1256,26 +1256,6 @@
|
|
|
1256
1256
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
1257
1257
|
"isExtensionMethod": false,
|
|
1258
1258
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.Xml.IUnwrappable"
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.Xml.ValidationProblemDetailsWrapper::Unwrap(System.Type):System.Object",
|
|
1262
|
-
"clrName": "Unwrap",
|
|
1263
|
-
"metadataToken": 0,
|
|
1264
|
-
"canonicalSignature": "(System.Type):System.Object",
|
|
1265
|
-
"normalizedSignature": "Unwrap|(System.Type):System.Object|static=false",
|
|
1266
|
-
"emitScope": "ClassSurface",
|
|
1267
|
-
"provenance": "BaseOverload",
|
|
1268
|
-
"arity": 0,
|
|
1269
|
-
"parameterCount": 1,
|
|
1270
|
-
"isStatic": false,
|
|
1271
|
-
"isAbstract": false,
|
|
1272
|
-
"isVirtual": true,
|
|
1273
|
-
"isOverride": false,
|
|
1274
|
-
"isSealed": false,
|
|
1275
|
-
"visibility": "Public",
|
|
1276
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.Xml.ValidationProblemDetailsWrapper",
|
|
1277
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
|
1278
|
-
"isExtensionMethod": false
|
|
1279
1259
|
}
|
|
1280
1260
|
],
|
|
1281
1261
|
"properties": [],
|
|
@@ -251,7 +251,6 @@ export interface ValidationProblemDetailsWrapper$instance extends ProblemDetails
|
|
|
251
251
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
252
252
|
|
|
253
253
|
ReadValue(reader: XmlReader, name: string): void;
|
|
254
|
-
Unwrap(declaredType: Type): unknown;
|
|
255
254
|
WriteXml(writer: XmlWriter): void;
|
|
256
255
|
}
|
|
257
256
|
|
|
@@ -1529,26 +1529,6 @@
|
|
|
1529
1529
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector",
|
|
1530
1530
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1531
1531
|
"isExtensionMethod": false
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector::SelectFormatter(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext,System.Collections.Generic.IList_1,Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection):Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
|
|
1535
|
-
"clrName": "SelectFormatter",
|
|
1536
|
-
"metadataToken": 0,
|
|
1537
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext,System.Collections.Generic.IList_1,Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection):Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
|
|
1538
|
-
"normalizedSignature": "SelectFormatter|(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext,System.Collections.Generic.IList_1,Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection):Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter|static=false",
|
|
1539
|
-
"emitScope": "ClassSurface",
|
|
1540
|
-
"provenance": "BaseOverload",
|
|
1541
|
-
"arity": 0,
|
|
1542
|
-
"parameterCount": 3,
|
|
1543
|
-
"isStatic": false,
|
|
1544
|
-
"isAbstract": true,
|
|
1545
|
-
"isVirtual": true,
|
|
1546
|
-
"isOverride": false,
|
|
1547
|
-
"isSealed": false,
|
|
1548
|
-
"visibility": "Public",
|
|
1549
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector",
|
|
1550
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1551
|
-
"isExtensionMethod": false
|
|
1552
1532
|
}
|
|
1553
1533
|
],
|
|
1554
1534
|
"properties": [],
|
|
@@ -1623,46 +1603,6 @@
|
|
|
1623
1603
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1624
1604
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1625
1605
|
"isExtensionMethod": false
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory::CreateProblemDetails(Microsoft.AspNetCore.Http.HttpContext,System.Nullable_1,System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ProblemDetails",
|
|
1629
|
-
"clrName": "CreateProblemDetails",
|
|
1630
|
-
"metadataToken": 0,
|
|
1631
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Http.HttpContext,System.Nullable_1,System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ProblemDetails",
|
|
1632
|
-
"normalizedSignature": "CreateProblemDetails|(Microsoft.AspNetCore.Http.HttpContext,System.Nullable_1,System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ProblemDetails|static=false",
|
|
1633
|
-
"emitScope": "ClassSurface",
|
|
1634
|
-
"provenance": "BaseOverload",
|
|
1635
|
-
"arity": 0,
|
|
1636
|
-
"parameterCount": 6,
|
|
1637
|
-
"isStatic": false,
|
|
1638
|
-
"isAbstract": true,
|
|
1639
|
-
"isVirtual": true,
|
|
1640
|
-
"isOverride": false,
|
|
1641
|
-
"isSealed": false,
|
|
1642
|
-
"visibility": "Public",
|
|
1643
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1644
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1645
|
-
"isExtensionMethod": false
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory::CreateValidationProblemDetails(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Nullable_1,System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ValidationProblemDetails",
|
|
1649
|
-
"clrName": "CreateValidationProblemDetails",
|
|
1650
|
-
"metadataToken": 0,
|
|
1651
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Nullable_1,System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ValidationProblemDetails",
|
|
1652
|
-
"normalizedSignature": "CreateValidationProblemDetails|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Nullable_1,System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ValidationProblemDetails|static=false",
|
|
1653
|
-
"emitScope": "ClassSurface",
|
|
1654
|
-
"provenance": "BaseOverload",
|
|
1655
|
-
"arity": 0,
|
|
1656
|
-
"parameterCount": 7,
|
|
1657
|
-
"isStatic": false,
|
|
1658
|
-
"isAbstract": true,
|
|
1659
|
-
"isVirtual": true,
|
|
1660
|
-
"isOverride": false,
|
|
1661
|
-
"isSealed": false,
|
|
1662
|
-
"visibility": "Public",
|
|
1663
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1664
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1665
|
-
"isExtensionMethod": false
|
|
1666
1606
|
}
|
|
1667
1607
|
],
|
|
1668
1608
|
"properties": [],
|
|
@@ -4177,46 +4177,6 @@
|
|
|
4177
4177
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
4178
4178
|
"isExtensionMethod": false,
|
|
4179
4179
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
|
|
4180
|
-
},
|
|
4181
|
-
{
|
|
4182
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyModelMetadataProvider::GetMetadataForProperties(System.Type):System.Collections.Generic.IEnumerable_1",
|
|
4183
|
-
"clrName": "GetMetadataForProperties",
|
|
4184
|
-
"metadataToken": 0,
|
|
4185
|
-
"canonicalSignature": "(System.Type):System.Collections.Generic.IEnumerable_1",
|
|
4186
|
-
"normalizedSignature": "GetMetadataForProperties|(System.Type):System.Collections.Generic.IEnumerable_1|static=false",
|
|
4187
|
-
"emitScope": "ClassSurface",
|
|
4188
|
-
"provenance": "BaseOverload",
|
|
4189
|
-
"arity": 0,
|
|
4190
|
-
"parameterCount": 1,
|
|
4191
|
-
"isStatic": false,
|
|
4192
|
-
"isAbstract": false,
|
|
4193
|
-
"isVirtual": true,
|
|
4194
|
-
"isOverride": false,
|
|
4195
|
-
"isSealed": false,
|
|
4196
|
-
"visibility": "Public",
|
|
4197
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.EmptyModelMetadataProvider",
|
|
4198
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
4199
|
-
"isExtensionMethod": false
|
|
4200
|
-
},
|
|
4201
|
-
{
|
|
4202
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyModelMetadataProvider::GetMetadataForType(System.Type):Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
|
|
4203
|
-
"clrName": "GetMetadataForType",
|
|
4204
|
-
"metadataToken": 0,
|
|
4205
|
-
"canonicalSignature": "(System.Type):Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
|
|
4206
|
-
"normalizedSignature": "GetMetadataForType|(System.Type):Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata|static=false",
|
|
4207
|
-
"emitScope": "ClassSurface",
|
|
4208
|
-
"provenance": "BaseOverload",
|
|
4209
|
-
"arity": 0,
|
|
4210
|
-
"parameterCount": 1,
|
|
4211
|
-
"isStatic": false,
|
|
4212
|
-
"isAbstract": false,
|
|
4213
|
-
"isVirtual": true,
|
|
4214
|
-
"isOverride": false,
|
|
4215
|
-
"isSealed": false,
|
|
4216
|
-
"visibility": "Public",
|
|
4217
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.EmptyModelMetadataProvider",
|
|
4218
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
4219
|
-
"isExtensionMethod": false
|
|
4220
4180
|
}
|
|
4221
4181
|
],
|
|
4222
4182
|
"properties": [],
|
|
@@ -4612,26 +4572,6 @@
|
|
|
4612
4572
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
4613
4573
|
"isExtensionMethod": false,
|
|
4614
4574
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider"
|
|
4615
|
-
},
|
|
4616
|
-
{
|
|
4617
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.FormValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
4618
|
-
"clrName": "Filter",
|
|
4619
|
-
"metadataToken": 0,
|
|
4620
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
4621
|
-
"normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
|
|
4622
|
-
"emitScope": "ClassSurface",
|
|
4623
|
-
"provenance": "BaseOverload",
|
|
4624
|
-
"arity": 0,
|
|
4625
|
-
"parameterCount": 1,
|
|
4626
|
-
"isStatic": false,
|
|
4627
|
-
"isAbstract": false,
|
|
4628
|
-
"isVirtual": true,
|
|
4629
|
-
"isOverride": false,
|
|
4630
|
-
"isSealed": false,
|
|
4631
|
-
"visibility": "Public",
|
|
4632
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.FormValueProvider",
|
|
4633
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
4634
|
-
"isExtensionMethod": false
|
|
4635
4575
|
}
|
|
4636
4576
|
],
|
|
4637
4577
|
"properties": [
|
|
@@ -4929,86 +4869,6 @@
|
|
|
4929
4869
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
4930
4870
|
"isExtensionMethod": false,
|
|
4931
4871
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
|
|
4932
|
-
},
|
|
4933
|
-
{
|
|
4934
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider::ContainsPrefix(System.String):System.Boolean",
|
|
4935
|
-
"clrName": "ContainsPrefix",
|
|
4936
|
-
"metadataToken": 0,
|
|
4937
|
-
"canonicalSignature": "(System.String):System.Boolean",
|
|
4938
|
-
"normalizedSignature": "ContainsPrefix|(System.String):System.Boolean|static=false",
|
|
4939
|
-
"emitScope": "ClassSurface",
|
|
4940
|
-
"provenance": "BaseOverload",
|
|
4941
|
-
"arity": 0,
|
|
4942
|
-
"parameterCount": 1,
|
|
4943
|
-
"isStatic": false,
|
|
4944
|
-
"isAbstract": false,
|
|
4945
|
-
"isVirtual": true,
|
|
4946
|
-
"isOverride": false,
|
|
4947
|
-
"isSealed": false,
|
|
4948
|
-
"visibility": "Public",
|
|
4949
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider",
|
|
4950
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
4951
|
-
"isExtensionMethod": false
|
|
4952
|
-
},
|
|
4953
|
-
{
|
|
4954
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider::Filter():Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
4955
|
-
"clrName": "Filter",
|
|
4956
|
-
"metadataToken": 0,
|
|
4957
|
-
"canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
4958
|
-
"normalizedSignature": "Filter|():Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
|
|
4959
|
-
"emitScope": "ClassSurface",
|
|
4960
|
-
"provenance": "BaseOverload",
|
|
4961
|
-
"arity": 0,
|
|
4962
|
-
"parameterCount": 0,
|
|
4963
|
-
"isStatic": false,
|
|
4964
|
-
"isAbstract": false,
|
|
4965
|
-
"isVirtual": true,
|
|
4966
|
-
"isOverride": false,
|
|
4967
|
-
"isSealed": false,
|
|
4968
|
-
"visibility": "Public",
|
|
4969
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider",
|
|
4970
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
4971
|
-
"isExtensionMethod": false
|
|
4972
|
-
},
|
|
4973
|
-
{
|
|
4974
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
4975
|
-
"clrName": "Filter",
|
|
4976
|
-
"metadataToken": 0,
|
|
4977
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
4978
|
-
"normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
|
|
4979
|
-
"emitScope": "ClassSurface",
|
|
4980
|
-
"provenance": "BaseOverload",
|
|
4981
|
-
"arity": 0,
|
|
4982
|
-
"parameterCount": 1,
|
|
4983
|
-
"isStatic": false,
|
|
4984
|
-
"isAbstract": false,
|
|
4985
|
-
"isVirtual": true,
|
|
4986
|
-
"isOverride": false,
|
|
4987
|
-
"isSealed": false,
|
|
4988
|
-
"visibility": "Public",
|
|
4989
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider",
|
|
4990
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
4991
|
-
"isExtensionMethod": false
|
|
4992
|
-
},
|
|
4993
|
-
{
|
|
4994
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider::GetKeysFromPrefix(System.String):System.Collections.Generic.IDictionary_2",
|
|
4995
|
-
"clrName": "GetKeysFromPrefix",
|
|
4996
|
-
"metadataToken": 0,
|
|
4997
|
-
"canonicalSignature": "(System.String):System.Collections.Generic.IDictionary_2",
|
|
4998
|
-
"normalizedSignature": "GetKeysFromPrefix|(System.String):System.Collections.Generic.IDictionary_2|static=false",
|
|
4999
|
-
"emitScope": "ClassSurface",
|
|
5000
|
-
"provenance": "BaseOverload",
|
|
5001
|
-
"arity": 0,
|
|
5002
|
-
"parameterCount": 1,
|
|
5003
|
-
"isStatic": false,
|
|
5004
|
-
"isAbstract": false,
|
|
5005
|
-
"isVirtual": true,
|
|
5006
|
-
"isOverride": false,
|
|
5007
|
-
"isSealed": false,
|
|
5008
|
-
"visibility": "Public",
|
|
5009
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider",
|
|
5010
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
5011
|
-
"isExtensionMethod": false
|
|
5012
4872
|
}
|
|
5013
4873
|
],
|
|
5014
4874
|
"properties": [],
|
|
@@ -5247,106 +5107,6 @@
|
|
|
5247
5107
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
5248
5108
|
"isExtensionMethod": false,
|
|
5249
5109
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IKeyRewriterValueProvider"
|
|
5250
|
-
},
|
|
5251
|
-
{
|
|
5252
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider::ContainsPrefix(System.String):System.Boolean",
|
|
5253
|
-
"clrName": "ContainsPrefix",
|
|
5254
|
-
"metadataToken": 0,
|
|
5255
|
-
"canonicalSignature": "(System.String):System.Boolean",
|
|
5256
|
-
"normalizedSignature": "ContainsPrefix|(System.String):System.Boolean|static=false",
|
|
5257
|
-
"emitScope": "ClassSurface",
|
|
5258
|
-
"provenance": "BaseOverload",
|
|
5259
|
-
"arity": 0,
|
|
5260
|
-
"parameterCount": 1,
|
|
5261
|
-
"isStatic": false,
|
|
5262
|
-
"isAbstract": false,
|
|
5263
|
-
"isVirtual": true,
|
|
5264
|
-
"isOverride": false,
|
|
5265
|
-
"isSealed": false,
|
|
5266
|
-
"visibility": "Public",
|
|
5267
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider",
|
|
5268
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
5269
|
-
"isExtensionMethod": false
|
|
5270
|
-
},
|
|
5271
|
-
{
|
|
5272
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider::Filter():Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
5273
|
-
"clrName": "Filter",
|
|
5274
|
-
"metadataToken": 0,
|
|
5275
|
-
"canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
5276
|
-
"normalizedSignature": "Filter|():Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
|
|
5277
|
-
"emitScope": "ClassSurface",
|
|
5278
|
-
"provenance": "BaseOverload",
|
|
5279
|
-
"arity": 0,
|
|
5280
|
-
"parameterCount": 0,
|
|
5281
|
-
"isStatic": false,
|
|
5282
|
-
"isAbstract": false,
|
|
5283
|
-
"isVirtual": true,
|
|
5284
|
-
"isOverride": false,
|
|
5285
|
-
"isSealed": false,
|
|
5286
|
-
"visibility": "Public",
|
|
5287
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider",
|
|
5288
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
5289
|
-
"isExtensionMethod": false
|
|
5290
|
-
},
|
|
5291
|
-
{
|
|
5292
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
5293
|
-
"clrName": "Filter",
|
|
5294
|
-
"metadataToken": 0,
|
|
5295
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
5296
|
-
"normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
|
|
5297
|
-
"emitScope": "ClassSurface",
|
|
5298
|
-
"provenance": "BaseOverload",
|
|
5299
|
-
"arity": 0,
|
|
5300
|
-
"parameterCount": 1,
|
|
5301
|
-
"isStatic": false,
|
|
5302
|
-
"isAbstract": false,
|
|
5303
|
-
"isVirtual": true,
|
|
5304
|
-
"isOverride": false,
|
|
5305
|
-
"isSealed": false,
|
|
5306
|
-
"visibility": "Public",
|
|
5307
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider",
|
|
5308
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
5309
|
-
"isExtensionMethod": false
|
|
5310
|
-
},
|
|
5311
|
-
{
|
|
5312
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider::GetKeysFromPrefix(System.String):System.Collections.Generic.IDictionary_2",
|
|
5313
|
-
"clrName": "GetKeysFromPrefix",
|
|
5314
|
-
"metadataToken": 0,
|
|
5315
|
-
"canonicalSignature": "(System.String):System.Collections.Generic.IDictionary_2",
|
|
5316
|
-
"normalizedSignature": "GetKeysFromPrefix|(System.String):System.Collections.Generic.IDictionary_2|static=false",
|
|
5317
|
-
"emitScope": "ClassSurface",
|
|
5318
|
-
"provenance": "BaseOverload",
|
|
5319
|
-
"arity": 0,
|
|
5320
|
-
"parameterCount": 1,
|
|
5321
|
-
"isStatic": false,
|
|
5322
|
-
"isAbstract": false,
|
|
5323
|
-
"isVirtual": true,
|
|
5324
|
-
"isOverride": false,
|
|
5325
|
-
"isSealed": false,
|
|
5326
|
-
"visibility": "Public",
|
|
5327
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider",
|
|
5328
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
5329
|
-
"isExtensionMethod": false
|
|
5330
|
-
},
|
|
5331
|
-
{
|
|
5332
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider::GetValue(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
|
|
5333
|
-
"clrName": "GetValue",
|
|
5334
|
-
"metadataToken": 0,
|
|
5335
|
-
"canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
|
|
5336
|
-
"normalizedSignature": "GetValue|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult|static=false",
|
|
5337
|
-
"emitScope": "ClassSurface",
|
|
5338
|
-
"provenance": "BaseOverload",
|
|
5339
|
-
"arity": 0,
|
|
5340
|
-
"parameterCount": 1,
|
|
5341
|
-
"isStatic": false,
|
|
5342
|
-
"isAbstract": false,
|
|
5343
|
-
"isVirtual": true,
|
|
5344
|
-
"isOverride": false,
|
|
5345
|
-
"isSealed": false,
|
|
5346
|
-
"visibility": "Public",
|
|
5347
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryQueryStringValueProvider",
|
|
5348
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
5349
|
-
"isExtensionMethod": false
|
|
5350
5110
|
}
|
|
5351
5111
|
],
|
|
5352
5112
|
"properties": [],
|
|
@@ -9823,26 +9583,6 @@
|
|
|
9823
9583
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
9824
9584
|
"isExtensionMethod": false,
|
|
9825
9585
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider"
|
|
9826
|
-
},
|
|
9827
|
-
{
|
|
9828
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.QueryStringValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
9829
|
-
"clrName": "Filter",
|
|
9830
|
-
"metadataToken": 0,
|
|
9831
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
9832
|
-
"normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
|
|
9833
|
-
"emitScope": "ClassSurface",
|
|
9834
|
-
"provenance": "BaseOverload",
|
|
9835
|
-
"arity": 0,
|
|
9836
|
-
"parameterCount": 1,
|
|
9837
|
-
"isStatic": false,
|
|
9838
|
-
"isAbstract": false,
|
|
9839
|
-
"isVirtual": true,
|
|
9840
|
-
"isOverride": false,
|
|
9841
|
-
"isSealed": false,
|
|
9842
|
-
"visibility": "Public",
|
|
9843
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.QueryStringValueProvider",
|
|
9844
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
9845
|
-
"isExtensionMethod": false
|
|
9846
9586
|
}
|
|
9847
9587
|
],
|
|
9848
9588
|
"properties": [
|
|
@@ -10110,26 +9850,6 @@
|
|
|
10110
9850
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
10111
9851
|
"isExtensionMethod": false,
|
|
10112
9852
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
|
|
10113
|
-
},
|
|
10114
|
-
{
|
|
10115
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.RouteValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
10116
|
-
"clrName": "Filter",
|
|
10117
|
-
"metadataToken": 0,
|
|
10118
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
|
|
10119
|
-
"normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
|
|
10120
|
-
"emitScope": "ClassSurface",
|
|
10121
|
-
"provenance": "BaseOverload",
|
|
10122
|
-
"arity": 0,
|
|
10123
|
-
"parameterCount": 1,
|
|
10124
|
-
"isStatic": false,
|
|
10125
|
-
"isAbstract": false,
|
|
10126
|
-
"isVirtual": true,
|
|
10127
|
-
"isOverride": false,
|
|
10128
|
-
"isSealed": false,
|
|
10129
|
-
"visibility": "Public",
|
|
10130
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.RouteValueProvider",
|
|
10131
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
10132
|
-
"isExtensionMethod": false
|
|
10133
9853
|
}
|
|
10134
9854
|
],
|
|
10135
9855
|
"properties": [
|