@tsonic/aspnetcore 0.1.2 → 0.1.3

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.
Files changed (110) hide show
  1. package/Microsoft.AspNetCore.Authentication/bindings.json +4 -4
  2. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +4 -4
  3. package/Microsoft.AspNetCore.Authentication/internal/metadata.json +2 -2
  4. package/Microsoft.AspNetCore.Builder/bindings.json +20 -20
  5. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +9 -9
  6. package/Microsoft.AspNetCore.Builder/internal/metadata.json +10 -10
  7. package/Microsoft.AspNetCore.Components/bindings.json +6 -6
  8. package/Microsoft.AspNetCore.Components/internal/index.d.ts +4 -4
  9. package/Microsoft.AspNetCore.Components/internal/metadata.json +3 -3
  10. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +2 -2
  11. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +2 -2
  12. package/Microsoft.AspNetCore.Components.Authorization/internal/metadata.json +1 -1
  13. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +4 -4
  14. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +2 -2
  15. package/Microsoft.AspNetCore.Components.Endpoints/internal/metadata.json +2 -2
  16. package/Microsoft.AspNetCore.Components.Forms/bindings.json +4 -4
  17. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +3 -3
  18. package/Microsoft.AspNetCore.Components.Forms/internal/metadata.json +2 -2
  19. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +2 -2
  20. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +1 -1
  21. package/Microsoft.AspNetCore.Components.RenderTree/internal/metadata.json +1 -1
  22. package/Microsoft.AspNetCore.Components.Web/bindings.json +19 -19
  23. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +8 -8
  24. package/Microsoft.AspNetCore.Components.Web/internal/metadata.json +8 -8
  25. package/Microsoft.AspNetCore.Http/bindings.json +19 -19
  26. package/Microsoft.AspNetCore.Http/internal/index.d.ts +25 -25
  27. package/Microsoft.AspNetCore.Http/internal/metadata.json +9 -9
  28. package/Microsoft.AspNetCore.Http.Features/bindings.json +12 -12
  29. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +6 -6
  30. package/Microsoft.AspNetCore.Http.Features/internal/metadata.json +6 -6
  31. package/Microsoft.AspNetCore.Http.Headers/bindings.json +8 -8
  32. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +4 -4
  33. package/Microsoft.AspNetCore.Http.Headers/internal/metadata.json +4 -4
  34. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +2 -2
  35. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +2 -2
  36. package/Microsoft.AspNetCore.Http.Metadata/internal/metadata.json +1 -1
  37. package/Microsoft.AspNetCore.Identity/bindings.json +2 -2
  38. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -3
  39. package/Microsoft.AspNetCore.Identity/internal/metadata.json +1 -1
  40. package/Microsoft.AspNetCore.Mvc/bindings.json +23 -23
  41. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +20 -20
  42. package/Microsoft.AspNetCore.Mvc/internal/metadata.json +10 -10
  43. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +12 -12
  44. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +6 -6
  45. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/metadata.json +6 -6
  46. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +5 -5
  47. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +4 -4
  48. package/Microsoft.AspNetCore.Mvc.Formatters/internal/metadata.json +2 -2
  49. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +4 -4
  50. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +6 -6
  51. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +9 -9
  52. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/metadata.json +3 -3
  53. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -1
  54. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +6 -6
  55. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +7 -7
  56. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/metadata.json +3 -3
  57. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +1 -1
  58. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +2 -2
  59. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/metadata.json +1 -1
  61. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +4 -4
  62. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +2 -2
  63. package/Microsoft.AspNetCore.Mvc.Rendering/internal/metadata.json +2 -2
  64. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +14 -14
  65. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +13 -13
  66. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/metadata.json +7 -7
  67. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +1 -1
  68. package/Microsoft.AspNetCore.OutputCaching/bindings.json +4 -4
  69. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
  70. package/Microsoft.AspNetCore.OutputCaching/internal/metadata.json +2 -2
  71. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +4 -4
  72. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -3
  73. package/Microsoft.AspNetCore.Razor.Hosting/internal/metadata.json +2 -2
  74. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +2 -2
  75. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +1 -1
  76. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/metadata.json +1 -1
  77. package/Microsoft.AspNetCore.Routing/bindings.json +2 -2
  78. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +2 -2
  79. package/Microsoft.AspNetCore.Routing/internal/metadata.json +1 -1
  80. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +2 -2
  81. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Routing.Matching/internal/metadata.json +1 -1
  83. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +2 -2
  84. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +1 -1
  85. package/Microsoft.AspNetCore.Routing.Patterns/internal/metadata.json +1 -1
  86. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +8 -8
  87. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +4 -4
  88. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/metadata.json +4 -4
  89. package/Microsoft.AspNetCore.Session/bindings.json +2 -2
  90. package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
  91. package/Microsoft.AspNetCore.Session/internal/metadata.json +1 -1
  92. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +2 -2
  93. package/Microsoft.AspNetCore.StaticAssets/bindings.json +2 -2
  94. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
  95. package/Microsoft.AspNetCore.StaticAssets/internal/metadata.json +1 -1
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +1 -1
  97. package/Microsoft.JSInterop/bindings.json +2 -2
  98. package/Microsoft.JSInterop/internal/index.d.ts +1 -1
  99. package/Microsoft.JSInterop/internal/metadata.json +1 -1
  100. package/Microsoft.Net.Http.Headers/bindings.json +14 -14
  101. package/Microsoft.Net.Http.Headers/internal/index.d.ts +11 -11
  102. package/Microsoft.Net.Http.Headers/internal/metadata.json +7 -7
  103. package/System.Formats.Cbor/bindings.json +10 -10
  104. package/System.Formats.Cbor/internal/index.d.ts +5 -5
  105. package/System.Formats.Cbor/internal/metadata.json +5 -5
  106. package/System.Threading.RateLimiting/bindings.json +2 -2
  107. package/System.Threading.RateLimiting/internal/index.d.ts +1 -1
  108. package/System.Threading.RateLimiting/internal/metadata.json +1 -1
  109. package/__internal/extensions/index.d.ts +8 -8
  110. package/package.json +1 -1
@@ -31,7 +31,7 @@
31
31
  {
32
32
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior::AnyMicrosoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior",
33
33
  "clrName": "Any",
34
- "tsEmitName": "any_",
34
+ "tsEmitName": "any",
35
35
  "normalizedSignature": "Any|Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior|static=true|const=true",
36
36
  "isStatic": true,
37
37
  "isReadOnly": false,
@@ -93,7 +93,7 @@
93
93
  {
94
94
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior::AnyMicrosoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior",
95
95
  "clrName": "Any",
96
- "tsEmitName": "any_",
96
+ "tsEmitName": "any",
97
97
  "normalizedSignature": "Any|Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior|static=true|const=true",
98
98
  "isStatic": true,
99
99
  "isReadOnly": false,
@@ -144,7 +144,7 @@
144
144
  {
145
145
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
146
146
  "clrName": "Type",
147
- "tsEmitName": "type_",
147
+ "tsEmitName": "type",
148
148
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
149
149
  "provenance": "Original",
150
150
  "emitScope": "ClassSurface",
@@ -434,7 +434,7 @@
434
434
  {
435
435
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
436
436
  "clrName": "Type",
437
- "tsEmitName": "type_",
437
+ "tsEmitName": "type",
438
438
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
439
439
  "provenance": "Original",
440
440
  "emitScope": "ClassSurface",
@@ -1074,7 +1074,7 @@
1074
1074
  {
1075
1075
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription::Type:System.Type",
1076
1076
  "clrName": "Type",
1077
- "tsEmitName": "type_",
1077
+ "tsEmitName": "type",
1078
1078
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
1079
1079
  "provenance": "Original",
1080
1080
  "emitScope": "ClassSurface",
@@ -1361,7 +1361,7 @@
1361
1361
  {
1362
1362
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseType::Type:System.Type",
1363
1363
  "clrName": "Type",
1364
- "tsEmitName": "type_",
1364
+ "tsEmitName": "type",
1365
1365
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
1366
1366
  "provenance": "Original",
1367
1367
  "emitScope": "ClassSurface",
@@ -368,7 +368,7 @@
368
368
  {
369
369
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.MediaType::Type:Microsoft.Extensions.Primitives.StringSegment",
370
370
  "clrName": "Type",
371
- "tsEmitName": "type_",
371
+ "tsEmitName": "type",
372
372
  "metadataToken": 385876729,
373
373
  "canonicalSignature": ":Microsoft.Extensions.Primitives.StringSegment",
374
374
  "normalizedSignature": "Type|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
@@ -624,7 +624,7 @@
624
624
  ],
625
625
  "exposedProperties": [
626
626
  {
627
- "tsName": "type_",
627
+ "tsName": "type",
628
628
  "isStatic": false,
629
629
  "tsSignatureId": "Type|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
630
630
  "target": {
@@ -2652,7 +2652,7 @@
2652
2652
  {
2653
2653
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext::Object:System.Object",
2654
2654
  "clrName": "Object",
2655
- "tsEmitName": "object_",
2655
+ "tsEmitName": "object",
2656
2656
  "metadataToken": 385876200,
2657
2657
  "canonicalSignature": ":System.Object",
2658
2658
  "normalizedSignature": "Object|:System.Object|static=false|accessor=get",
@@ -2713,7 +2713,7 @@
2713
2713
  }
2714
2714
  },
2715
2715
  {
2716
- "tsName": "object_",
2716
+ "tsName": "object",
2717
2717
  "isStatic": false,
2718
2718
  "tsSignatureId": "Object|:System.Object|static=false|accessor=get",
2719
2719
  "target": {
@@ -2813,7 +2813,7 @@
2813
2813
  }
2814
2814
  },
2815
2815
  {
2816
- "tsName": "object_",
2816
+ "tsName": "object",
2817
2817
  "isStatic": false,
2818
2818
  "tsSignatureId": "Object|:System.Object|static=false|accessor=get",
2819
2819
  "target": {
@@ -73,10 +73,10 @@ export interface MediaType$instance {
73
73
  readonly subType: StringSegment;
74
74
  readonly subTypeSuffix: StringSegment;
75
75
  readonly subTypeWithoutSuffix: StringSegment;
76
- readonly type_: StringSegment;
76
+ readonly type: StringSegment;
77
77
  getParameter(parameterName: string): StringSegment;
78
78
  getParameter(parameterName: StringSegment): StringSegment;
79
- isSubsetOf(set_: MediaType): boolean;
79
+ isSubsetOf(set: MediaType): boolean;
80
80
  }
81
81
 
82
82
 
@@ -299,7 +299,7 @@ export interface OutputFormatterCanWriteContext$instance {
299
299
  contentType: StringSegment;
300
300
  contentTypeIsServerDefined: boolean;
301
301
  readonly httpContext: HttpContext;
302
- readonly object_: unknown | undefined;
302
+ readonly object: unknown | undefined;
303
303
  readonly objectType: Type | undefined;
304
304
  }
305
305
 
@@ -316,7 +316,7 @@ export interface OutputFormatterWriteContext$instance extends OutputFormatterCan
316
316
 
317
317
 
318
318
  export const OutputFormatterWriteContext: {
319
- new(httpContext: HttpContext, writerFactory: Func<Stream, Encoding, TextWriter>, objectType: Type, object_: unknown): OutputFormatterWriteContext;
319
+ new(httpContext: HttpContext, writerFactory: Func<Stream, Encoding, TextWriter>, objectType: Type, object: unknown): OutputFormatterWriteContext;
320
320
  };
321
321
 
322
322
 
@@ -324,7 +324,7 @@
324
324
  {
325
325
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.MediaType::Type:Microsoft.Extensions.Primitives.StringSegment",
326
326
  "clrName": "Type",
327
- "tsEmitName": "type_",
327
+ "tsEmitName": "type",
328
328
  "normalizedSignature": "Type|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
329
329
  "provenance": "Original",
330
330
  "emitScope": "ClassSurface",
@@ -1752,7 +1752,7 @@
1752
1752
  {
1753
1753
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext::Object:System.Object",
1754
1754
  "clrName": "Object",
1755
- "tsEmitName": "object_",
1755
+ "tsEmitName": "object",
1756
1756
  "normalizedSignature": "Object|:System.Object|static=false|accessor=get",
1757
1757
  "provenance": "Original",
1758
1758
  "emitScope": "ClassSurface",
@@ -306,8 +306,8 @@ export const DefaultOutputFormatterSelector: {
306
306
  export type DefaultOutputFormatterSelector = DefaultOutputFormatterSelector$instance;
307
307
 
308
308
  export interface DefaultProblemDetailsFactory$instance extends ProblemDetailsFactory {
309
- createProblemDetails(httpContext: HttpContext, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, detail?: string, instance?: string): ProblemDetails;
310
- createValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, detail?: string, instance?: string): ValidationProblemDetails;
309
+ createProblemDetails(httpContext: HttpContext, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ProblemDetails;
310
+ createValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ValidationProblemDetails;
311
311
  }
312
312
 
313
313
 
@@ -483,8 +483,8 @@ export type PhysicalFileResultExecutor = PhysicalFileResultExecutor$instance & _
483
483
 
484
484
 
485
485
  export interface ProblemDetailsFactory$instance {
486
- createProblemDetails(httpContext: HttpContext, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, detail?: string, instance?: string): ProblemDetails;
487
- createValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, detail?: string, instance?: string): ValidationProblemDetails;
486
+ createProblemDetails(httpContext: HttpContext, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ProblemDetails;
487
+ createValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ValidationProblemDetails;
488
488
  }
489
489
 
490
490
 
@@ -35,7 +35,7 @@
35
35
  {
36
36
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior::NeverMicrosoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
37
37
  "clrName": "Never",
38
- "tsEmitName": "never_",
38
+ "tsEmitName": "never",
39
39
  "metadataToken": 67109358,
40
40
  "normalizedSignature": "Never|Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior|static=true|const=true",
41
41
  "isStatic": true,
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  {
82
- "tsName": "never_",
82
+ "tsName": "never",
83
83
  "isStatic": true,
84
84
  "tsSignatureId": "Never|Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior|static=true|const=true",
85
85
  "target": {
@@ -123,7 +123,7 @@
123
123
  {
124
124
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior::DefaultMicrosoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior",
125
125
  "clrName": "Default",
126
- "tsEmitName": "default_",
126
+ "tsEmitName": "default",
127
127
  "metadataToken": 67108926,
128
128
  "normalizedSignature": "Default|Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior|static=true|const=true",
129
129
  "isStatic": true,
@@ -168,7 +168,7 @@
168
168
  }
169
169
  },
170
170
  {
171
- "tsName": "default_",
171
+ "tsName": "default",
172
172
  "isStatic": true,
173
173
  "tsSignatureId": "Default|Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior|static=true|const=true",
174
174
  "target": {
@@ -11431,7 +11431,7 @@
11431
11431
  {
11432
11432
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.SuppressChildValidationMetadataProvider::Type:System.Type",
11433
11433
  "clrName": "Type",
11434
- "tsEmitName": "type_",
11434
+ "tsEmitName": "type",
11435
11435
  "metadataToken": 385876369,
11436
11436
  "canonicalSignature": ":System.Type",
11437
11437
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -11505,7 +11505,7 @@
11505
11505
  ],
11506
11506
  "exposedProperties": [
11507
11507
  {
11508
- "tsName": "type_",
11508
+ "tsName": "type",
11509
11509
  "isStatic": false,
11510
11510
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
11511
11511
  "target": {
@@ -39,13 +39,13 @@ import type { StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extens
39
39
 
40
40
  export enum BindingBehavior {
41
41
  optional = 0,
42
- never_ = 1,
42
+ never = 1,
43
43
  required = 2
44
44
  }
45
45
 
46
46
 
47
47
  export enum EmptyBodyBehavior {
48
- default_ = 0,
48
+ default = 0,
49
49
  allow = 1,
50
50
  disallow = 2
51
51
  }
@@ -760,8 +760,8 @@ export const ModelAttributes: {
760
760
  getAttributesForParameter(parameterInfo: ParameterInfo, modelType: Type): ModelAttributes;
761
761
  getAttributesForParameter(parameterInfo: ParameterInfo): ModelAttributes;
762
762
  getAttributesForProperty(containerType: Type, property: PropertyInfo, modelType: Type): ModelAttributes;
763
- getAttributesForProperty(type_: Type, property: PropertyInfo): ModelAttributes;
764
- getAttributesForType(type_: Type): ModelAttributes;
763
+ getAttributesForProperty(type: Type, property: PropertyInfo): ModelAttributes;
764
+ getAttributesForType(type: Type): ModelAttributes;
765
765
  };
766
766
 
767
767
 
@@ -955,7 +955,7 @@ export type ModelMetadata = ModelMetadata$instance & __ModelMetadata$views;
955
955
 
956
956
 
957
957
  export interface ModelMetadataProvider$instance {
958
- getMetadataForConstructor(constructor_: ConstructorInfo, modelType: Type): ModelMetadata;
958
+ getMetadataForConstructor(constructor: ConstructorInfo, modelType: Type): ModelMetadata;
959
959
  getMetadataForParameter(parameter: ParameterInfo): ModelMetadata;
960
960
  getMetadataForParameter(parameter: ParameterInfo, modelType: Type): ModelMetadata;
961
961
  getMetadataForProperties(modelType: Type): IEnumerable__System_Collections_Generic<ModelMetadata>;
@@ -1184,13 +1184,13 @@ export type RouteValueProviderFactory = RouteValueProviderFactory$instance & __R
1184
1184
 
1185
1185
  export interface SuppressChildValidationMetadataProvider$instance extends IMetadataDetailsProvider {
1186
1186
  readonly fullTypeName: string | undefined;
1187
- readonly type_: Type;
1187
+ readonly type: Type;
1188
1188
  createValidationMetadata(context: ValidationMetadataProviderContext): void;
1189
1189
  }
1190
1190
 
1191
1191
 
1192
1192
  export const SuppressChildValidationMetadataProvider: {
1193
- new(type_: Type): SuppressChildValidationMetadataProvider;
1193
+ new(type: Type): SuppressChildValidationMetadataProvider;
1194
1194
  new(fullTypeName: string): SuppressChildValidationMetadataProvider;
1195
1195
  };
1196
1196
 
@@ -1274,7 +1274,7 @@ export const ValueProviderFactoryContext: {
1274
1274
  export type ValueProviderFactoryContext = ValueProviderFactoryContext$instance;
1275
1275
 
1276
1276
  export abstract class ModelBinderProviderExtensions$instance {
1277
- static removeType(list: IList__System_Collections_Generic<IModelBinderProvider>, type_: Type): void;
1277
+ static removeType(list: IList__System_Collections_Generic<IModelBinderProvider>, type: Type): void;
1278
1278
  static removeType<TModelBinderProvider extends IModelBinderProvider>(list: IList__System_Collections_Generic<IModelBinderProvider>): void;
1279
1279
  }
1280
1280
 
@@ -1309,7 +1309,7 @@ export abstract class ModelStateDictionaryExtensions$instance {
1309
1309
  export type ModelStateDictionaryExtensions = ModelStateDictionaryExtensions$instance;
1310
1310
 
1311
1311
  export abstract class ValueProviderFactoryExtensions$instance {
1312
- static removeType(list: IList__System_Collections_Generic<IValueProviderFactory>, type_: Type): void;
1312
+ static removeType(list: IList__System_Collections_Generic<IValueProviderFactory>, type: Type): void;
1313
1313
  static removeType<TValueProviderFactory extends IValueProviderFactory>(list: IList__System_Collections_Generic<IValueProviderFactory>): void;
1314
1314
  }
1315
1315
 
@@ -40,7 +40,7 @@
40
40
  {
41
41
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior::NeverMicrosoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
42
42
  "clrName": "Never",
43
- "tsEmitName": "never_",
43
+ "tsEmitName": "never",
44
44
  "normalizedSignature": "Never|Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior|static=true|const=true",
45
45
  "isStatic": true,
46
46
  "isReadOnly": false,
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior::DefaultMicrosoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior",
86
86
  "clrName": "Default",
87
- "tsEmitName": "default_",
87
+ "tsEmitName": "default",
88
88
  "normalizedSignature": "Default|Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior|static=true|const=true",
89
89
  "isStatic": true,
90
90
  "isReadOnly": false,
@@ -7334,7 +7334,7 @@
7334
7334
  {
7335
7335
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.SuppressChildValidationMetadataProvider::Type:System.Type",
7336
7336
  "clrName": "Type",
7337
- "tsEmitName": "type_",
7337
+ "tsEmitName": "type",
7338
7338
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
7339
7339
  "provenance": "Original",
7340
7340
  "emitScope": "ClassSurface",
@@ -719,7 +719,7 @@ export interface SimpleTypeModelBinder$instance {
719
719
 
720
720
 
721
721
  export const SimpleTypeModelBinder: {
722
- new(type_: Type, loggerFactory: ILoggerFactory): SimpleTypeModelBinder;
722
+ new(type: Type, loggerFactory: ILoggerFactory): SimpleTypeModelBinder;
723
723
  };
724
724
 
725
725
 
@@ -24,7 +24,7 @@
24
24
  {
25
25
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind::TypeMicrosoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind",
26
26
  "clrName": "Type",
27
- "tsEmitName": "type_",
27
+ "tsEmitName": "type",
28
28
  "metadataToken": 67109032,
29
29
  "normalizedSignature": "Type|Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind|static=true|const=true",
30
30
  "isStatic": true,
@@ -57,7 +57,7 @@
57
57
  {
58
58
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind::ConstructorMicrosoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind",
59
59
  "clrName": "Constructor",
60
- "tsEmitName": "constructor_",
60
+ "tsEmitName": "constructor",
61
61
  "metadataToken": 67109035,
62
62
  "normalizedSignature": "Constructor|Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind|static=true|const=true",
63
63
  "isStatic": true,
@@ -80,7 +80,7 @@
80
80
  }
81
81
  },
82
82
  {
83
- "tsName": "type_",
83
+ "tsName": "type",
84
84
  "isStatic": true,
85
85
  "tsSignatureId": "Type|Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind|static=true|const=true",
86
86
  "target": {
@@ -110,7 +110,7 @@
110
110
  }
111
111
  },
112
112
  {
113
- "tsName": "constructor_",
113
+ "tsName": "constructor",
114
114
  "isStatic": true,
115
115
  "tsSignatureId": "Constructor|Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind|static=true|const=true",
116
116
  "target": {
@@ -1213,7 +1213,7 @@
1213
1213
  {
1214
1214
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingSourceMetadataProvider::Type:System.Type",
1215
1215
  "clrName": "Type",
1216
- "tsEmitName": "type_",
1216
+ "tsEmitName": "type",
1217
1217
  "metadataToken": 385876407,
1218
1218
  "canonicalSignature": ":System.Type",
1219
1219
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -1277,7 +1277,7 @@
1277
1277
  ],
1278
1278
  "exposedProperties": [
1279
1279
  {
1280
- "tsName": "type_",
1280
+ "tsName": "type",
1281
1281
  "isStatic": false,
1282
1282
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
1283
1283
  "target": {
@@ -18,10 +18,10 @@ import type { JsonNamingPolicy } from "@tsonic/dotnet/System.Text.Json.js";
18
18
  import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
19
19
 
20
20
  export enum ModelMetadataKind {
21
- type_ = 0,
21
+ type = 0,
22
22
  property = 1,
23
23
  parameter = 2,
24
- constructor_ = 3
24
+ constructor = 3
25
25
  }
26
26
 
27
27
 
@@ -85,7 +85,7 @@ export interface ModelMetadataIdentity$instance {
85
85
 
86
86
  export const ModelMetadataIdentity: {
87
87
  new(): ModelMetadataIdentity;
88
- forConstructor(constructor_: ConstructorInfo, modelType: Type): ModelMetadataIdentity;
88
+ forConstructor(constructor: ConstructorInfo, modelType: Type): ModelMetadataIdentity;
89
89
  forParameter(parameter: ParameterInfo, modelType: Type): ModelMetadataIdentity;
90
90
  forParameter(parameter: ParameterInfo): ModelMetadataIdentity;
91
91
  forProperty(propertyInfo: PropertyInfo, modelType: Type, containerType: Type): ModelMetadataIdentity;
@@ -140,13 +140,13 @@ export type BindingMetadataProviderContext = BindingMetadataProviderContext$inst
140
140
 
141
141
  export interface BindingSourceMetadataProvider$instance extends IMetadataDetailsProvider {
142
142
  readonly bindingSource: BindingSource | undefined;
143
- readonly type_: Type;
143
+ readonly type: Type;
144
144
  createBindingMetadata(context: BindingMetadataProviderContext): void;
145
145
  }
146
146
 
147
147
 
148
148
  export const BindingSourceMetadataProvider: {
149
- new(type_: Type, bindingSource: BindingSource): BindingSourceMetadataProvider;
149
+ new(type: Type, bindingSource: BindingSource): BindingSourceMetadataProvider;
150
150
  };
151
151
 
152
152
 
@@ -394,7 +394,7 @@ export interface ExcludeBindingMetadataProvider$instance extends IMetadataDetail
394
394
 
395
395
 
396
396
  export const ExcludeBindingMetadataProvider: {
397
- new(type_: Type): ExcludeBindingMetadataProvider;
397
+ new(type: Type): ExcludeBindingMetadataProvider;
398
398
  };
399
399
 
400
400
 
@@ -487,7 +487,7 @@ export const ValidationMetadataProviderContext: {
487
487
  export type ValidationMetadataProviderContext = ValidationMetadataProviderContext$instance;
488
488
 
489
489
  export abstract class MetadataDetailsProviderExtensions$instance {
490
- static removeType(list: IList<IMetadataDetailsProvider>, type_: Type): void;
490
+ static removeType(list: IList<IMetadataDetailsProvider>, type: Type): void;
491
491
  static removeType<TMetadataDetailsProvider extends IMetadataDetailsProvider>(list: IList<IMetadataDetailsProvider>): void;
492
492
  }
493
493
 
@@ -31,7 +31,7 @@
31
31
  {
32
32
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind::TypeMicrosoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind",
33
33
  "clrName": "Type",
34
- "tsEmitName": "type_",
34
+ "tsEmitName": "type",
35
35
  "normalizedSignature": "Type|Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind|static=true|const=true",
36
36
  "isStatic": true,
37
37
  "isReadOnly": false,
@@ -58,7 +58,7 @@
58
58
  {
59
59
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind::ConstructorMicrosoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind",
60
60
  "clrName": "Constructor",
61
- "tsEmitName": "constructor_",
61
+ "tsEmitName": "constructor",
62
62
  "normalizedSignature": "Constructor|Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind|static=true|const=true",
63
63
  "isStatic": true,
64
64
  "isReadOnly": false,
@@ -835,7 +835,7 @@
835
835
  {
836
836
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingSourceMetadataProvider::Type:System.Type",
837
837
  "clrName": "Type",
838
- "tsEmitName": "type_",
838
+ "tsEmitName": "type",
839
839
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
840
840
  "provenance": "Original",
841
841
  "emitScope": "ClassSurface",
@@ -345,7 +345,7 @@ export const ValidatorItem: {
345
345
  export type ValidatorItem = ValidatorItem$instance;
346
346
 
347
347
  export abstract class ModelValidatorProviderExtensions$instance {
348
- static removeType(list: IList<IModelValidatorProvider>, type_: Type): void;
348
+ static removeType(list: IList<IModelValidatorProvider>, type: Type): void;
349
349
  static removeType<TModelValidatorProvider extends IModelValidatorProvider>(list: IList<IModelValidatorProvider>): void;
350
350
  }
351
351
 
@@ -146,7 +146,7 @@
146
146
  {
147
147
  "stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor::Type:System.Type",
148
148
  "clrName": "Type",
149
- "tsEmitName": "type_",
149
+ "tsEmitName": "type",
150
150
  "metadataToken": 385876091,
151
151
  "canonicalSignature": ":System.Type",
152
152
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -234,7 +234,7 @@
234
234
  }
235
235
  },
236
236
  {
237
- "tsName": "type_",
237
+ "tsName": "type",
238
238
  "isStatic": false,
239
239
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
240
240
  "target": {
@@ -33,7 +33,7 @@ export interface CompiledViewDescriptor$instance {
33
33
  get item(): RazorCompiledItem | undefined;
34
34
  set item(value: RazorCompiledItem);
35
35
  relativePath: string;
36
- readonly type_: Type;
36
+ readonly type: Type;
37
37
  get viewAttribute(): RazorViewAttribute | undefined;
38
38
  set viewAttribute(value: RazorViewAttribute);
39
39
  }
@@ -145,7 +145,7 @@
145
145
  {
146
146
  "stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor::Type:System.Type",
147
147
  "clrName": "Type",
148
- "tsEmitName": "type_",
148
+ "tsEmitName": "type",
149
149
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
150
150
  "provenance": "Original",
151
151
  "emitScope": "ClassSurface",
@@ -201,7 +201,7 @@
201
201
  {
202
202
  "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.Rendering.FormMethod::GetMicrosoft.AspNetCore.Mvc.Rendering.FormMethod",
203
203
  "clrName": "Get",
204
- "tsEmitName": "get_",
204
+ "tsEmitName": "get",
205
205
  "metadataToken": 67108985,
206
206
  "normalizedSignature": "Get|Microsoft.AspNetCore.Mvc.Rendering.FormMethod|static=true|const=true",
207
207
  "isStatic": true,
@@ -246,7 +246,7 @@
246
246
  }
247
247
  },
248
248
  {
249
- "tsName": "get_",
249
+ "tsName": "get",
250
250
  "isStatic": true,
251
251
  "tsSignatureId": "Get|Microsoft.AspNetCore.Mvc.Rendering.FormMethod|static=true|const=true",
252
252
  "target": {
@@ -378,7 +378,7 @@
378
378
  {
379
379
  "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.Rendering.RenderMode::StaticMicrosoft.AspNetCore.Mvc.Rendering.RenderMode",
380
380
  "clrName": "Static",
381
- "tsEmitName": "static_",
381
+ "tsEmitName": "static",
382
382
  "metadataToken": 67109034,
383
383
  "normalizedSignature": "Static|Microsoft.AspNetCore.Mvc.Rendering.RenderMode|static=true|const=true",
384
384
  "isStatic": true,
@@ -445,7 +445,7 @@
445
445
  }
446
446
  },
447
447
  {
448
- "tsName": "static_",
448
+ "tsName": "static",
449
449
  "isStatic": true,
450
450
  "tsSignatureId": "Static|Microsoft.AspNetCore.Mvc.Rendering.RenderMode|static=true|const=true",
451
451
  "target": {
@@ -42,7 +42,7 @@ export enum FormInputRenderMode {
42
42
 
43
43
 
44
44
  export enum FormMethod {
45
- get_ = 0,
45
+ get = 0,
46
46
  post = 1,
47
47
  dialog = 2
48
48
  }
@@ -55,7 +55,7 @@ export enum Html5DateRenderingMode {
55
55
 
56
56
 
57
57
  export enum RenderMode {
58
- static_ = 1,
58
+ static = 1,
59
59
  server = 2,
60
60
  serverPrerendered = 3,
61
61
  webAssembly = 4,
@@ -127,7 +127,7 @@
127
127
  {
128
128
  "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.Rendering.FormMethod::GetMicrosoft.AspNetCore.Mvc.Rendering.FormMethod",
129
129
  "clrName": "Get",
130
- "tsEmitName": "get_",
130
+ "tsEmitName": "get",
131
131
  "normalizedSignature": "Get|Microsoft.AspNetCore.Mvc.Rendering.FormMethod|static=true|const=true",
132
132
  "isStatic": true,
133
133
  "isReadOnly": false,
@@ -224,7 +224,7 @@
224
224
  {
225
225
  "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.Rendering.RenderMode::StaticMicrosoft.AspNetCore.Mvc.Rendering.RenderMode",
226
226
  "clrName": "Static",
227
- "tsEmitName": "static_",
227
+ "tsEmitName": "static",
228
228
  "normalizedSignature": "Static|Microsoft.AspNetCore.Mvc.Rendering.RenderMode|static=true|const=true",
229
229
  "isStatic": true,
230
230
  "isReadOnly": false,