@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
@@ -24,7 +24,7 @@
24
24
  {
25
25
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod::GetMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod",
26
26
  "clrName": "Get",
27
- "tsEmitName": "get_",
27
+ "tsEmitName": "get",
28
28
  "metadataToken": 67110621,
29
29
  "normalizedSignature": "Get|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod|static=true|const=true",
30
30
  "isStatic": true,
@@ -46,7 +46,7 @@
46
46
  {
47
47
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod::DeleteMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod",
48
48
  "clrName": "Delete",
49
- "tsEmitName": "delete_",
49
+ "tsEmitName": "delete",
50
50
  "metadataToken": 67110623,
51
51
  "normalizedSignature": "Delete|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod|static=true|const=true",
52
52
  "isStatic": true,
@@ -157,7 +157,7 @@
157
157
  }
158
158
  },
159
159
  {
160
- "tsName": "get_",
160
+ "tsName": "get",
161
161
  "isStatic": true,
162
162
  "tsSignatureId": "Get|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod|static=true|const=true",
163
163
  "target": {
@@ -177,7 +177,7 @@
177
177
  }
178
178
  },
179
179
  {
180
- "tsName": "delete_",
180
+ "tsName": "delete",
181
181
  "isStatic": true,
182
182
  "tsSignatureId": "Delete|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod|static=true|const=true",
183
183
  "target": {
@@ -291,7 +291,7 @@
291
291
  {
292
292
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpScheme::UnknownMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpScheme",
293
293
  "clrName": "Unknown",
294
- "tsEmitName": "unknown_",
294
+ "tsEmitName": "unknown",
295
295
  "metadataToken": 67110767,
296
296
  "normalizedSignature": "Unknown|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpScheme|static=true|const=true",
297
297
  "isStatic": true,
@@ -336,7 +336,7 @@
336
336
  }
337
337
  },
338
338
  {
339
- "tsName": "unknown_",
339
+ "tsName": "unknown",
340
340
  "isStatic": true,
341
341
  "tsSignatureId": "Unknown|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpScheme|static=true|const=true",
342
342
  "target": {
@@ -390,7 +390,7 @@
390
390
  {
391
391
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpVersion::UnknownMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpVersion",
392
392
  "clrName": "Unknown",
393
- "tsEmitName": "unknown_",
393
+ "tsEmitName": "unknown",
394
394
  "metadataToken": 67110777,
395
395
  "normalizedSignature": "Unknown|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpVersion|static=true|const=true",
396
396
  "isStatic": true,
@@ -457,7 +457,7 @@
457
457
  }
458
458
  },
459
459
  {
460
- "tsName": "unknown_",
460
+ "tsName": "unknown",
461
461
  "isStatic": true,
462
462
  "tsSignatureId": "Unknown|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpVersion|static=true|const=true",
463
463
  "target": {
@@ -14,9 +14,9 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
14
14
  import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, ReadOnlySpan, SByte, Span, ValueType, Void } from "@tsonic/dotnet/System.js";
15
15
 
16
16
  export enum HttpMethod {
17
- get_ = 0,
17
+ get = 0,
18
18
  put = 1,
19
- delete_ = 2,
19
+ delete = 2,
20
20
  post = 3,
21
21
  head = 4,
22
22
  trace = 5,
@@ -29,14 +29,14 @@ export enum HttpMethod {
29
29
 
30
30
 
31
31
  export enum HttpScheme {
32
- unknown_ = -1,
32
+ unknown = -1,
33
33
  http = 0,
34
34
  https = 1
35
35
  }
36
36
 
37
37
 
38
38
  export enum HttpVersion {
39
- unknown_ = -1,
39
+ unknown = -1,
40
40
  http10 = 0,
41
41
  http11 = 1,
42
42
  http2 = 2,
@@ -29,7 +29,7 @@
29
29
  {
30
30
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod::GetMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod",
31
31
  "clrName": "Get",
32
- "tsEmitName": "get_",
32
+ "tsEmitName": "get",
33
33
  "normalizedSignature": "Get|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod|static=true|const=true",
34
34
  "isStatic": true,
35
35
  "isReadOnly": false,
@@ -47,7 +47,7 @@
47
47
  {
48
48
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod::DeleteMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod",
49
49
  "clrName": "Delete",
50
- "tsEmitName": "delete_",
50
+ "tsEmitName": "delete",
51
51
  "normalizedSignature": "Delete|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpMethod|static=true|const=true",
52
52
  "isStatic": true,
53
53
  "isReadOnly": false,
@@ -154,7 +154,7 @@
154
154
  {
155
155
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpScheme::UnknownMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpScheme",
156
156
  "clrName": "Unknown",
157
- "tsEmitName": "unknown_",
157
+ "tsEmitName": "unknown",
158
158
  "normalizedSignature": "Unknown|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpScheme|static=true|const=true",
159
159
  "isStatic": true,
160
160
  "isReadOnly": false,
@@ -207,7 +207,7 @@
207
207
  {
208
208
  "stableId": "Microsoft.AspNetCore.Server.Kestrel.Core:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpVersion::UnknownMicrosoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpVersion",
209
209
  "clrName": "Unknown",
210
- "tsEmitName": "unknown_",
210
+ "tsEmitName": "unknown",
211
211
  "normalizedSignature": "Unknown|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpVersion|static=true|const=true",
212
212
  "isStatic": true,
213
213
  "isReadOnly": false,
@@ -70,7 +70,7 @@
70
70
  {
71
71
  "stableId": "Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session.DistributedSession::Set(System.String,System.Byte[]):System.Void",
72
72
  "clrName": "Set",
73
- "tsEmitName": "set_",
73
+ "tsEmitName": "set",
74
74
  "metadataToken": 100663340,
75
75
  "canonicalSignature": "(System.String,System.Byte[]):System.Void",
76
76
  "normalizedSignature": "Set|(System.String,System.Byte[]):System.Void|static=false",
@@ -326,7 +326,7 @@
326
326
  }
327
327
  },
328
328
  {
329
- "tsName": "set_",
329
+ "tsName": "set",
330
330
  "isStatic": false,
331
331
  "tsSignatureId": "Set|(System.String,System.Byte[]):System.Void|static=false",
332
332
  "target": {
@@ -39,7 +39,7 @@ export interface DistributedSession$instance {
39
39
  commitAsync(cancellationToken?: CancellationToken): Task;
40
40
  loadAsync(cancellationToken?: CancellationToken): Task;
41
41
  remove(key: string): void;
42
- set_(key: string, value: byte[]): void;
42
+ set(key: string, value: byte[]): void;
43
43
  tryGetValue(key: string, value: byte[]): boolean;
44
44
  }
45
45
 
@@ -73,7 +73,7 @@
73
73
  {
74
74
  "stableId": "Microsoft.AspNetCore.Session:Microsoft.AspNetCore.Session.DistributedSession::Set(System.String,System.Byte[]):System.Void",
75
75
  "clrName": "Set",
76
- "tsEmitName": "set_",
76
+ "tsEmitName": "set",
77
77
  "normalizedSignature": "Set|(System.String,System.Byte[]):System.Void|static=false",
78
78
  "provenance": "Original",
79
79
  "emitScope": "ClassSurface",
@@ -232,7 +232,7 @@ export interface DefaultHubLifetimeManager_1$instance<THub extends Hub> extends
232
232
  sendUserAsync(userId: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
233
233
  sendUsersAsync(userIds: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
234
234
  setConnectionResultAsync(connectionId: string, result: CompletionMessage): Task;
235
- tryGetReturnType(invocationId: string, type_: Type): boolean;
235
+ tryGetReturnType(invocationId: string, type: Type): boolean;
236
236
  }
237
237
 
238
238
 
@@ -467,7 +467,7 @@ export interface HubLifetimeManager_1$instance<THub extends Hub> {
467
467
  sendUserAsync(userId: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
468
468
  sendUsersAsync(userIds: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
469
469
  setConnectionResultAsync(connectionId: string, result: CompletionMessage): Task;
470
- tryGetReturnType(invocationId: string, type_: Type): boolean;
470
+ tryGetReturnType(invocationId: string, type: Type): boolean;
471
471
  }
472
472
 
473
473
 
@@ -461,7 +461,7 @@
461
461
  {
462
462
  "stableId": "Microsoft.AspNetCore.StaticAssets:Microsoft.AspNetCore.StaticAssets.StaticAssetsEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
463
463
  "clrName": "Finally",
464
- "tsEmitName": "finally_",
464
+ "tsEmitName": "finally",
465
465
  "metadataToken": 100663382,
466
466
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
467
467
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -503,7 +503,7 @@
503
503
  }
504
504
  },
505
505
  {
506
- "tsName": "finally_",
506
+ "tsName": "finally",
507
507
  "isStatic": false,
508
508
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
509
509
  "target": {
@@ -70,7 +70,7 @@ export type StaticAssetSelector = StaticAssetSelector$instance;
70
70
 
71
71
  export interface StaticAssetsEndpointConventionBuilder$instance {
72
72
  add(convention: Action<EndpointBuilder>): void;
73
- finally_(convention: Action<EndpointBuilder>): void;
73
+ finally(convention: Action<EndpointBuilder>): void;
74
74
  }
75
75
 
76
76
 
@@ -306,7 +306,7 @@
306
306
  {
307
307
  "stableId": "Microsoft.AspNetCore.StaticAssets:Microsoft.AspNetCore.StaticAssets.StaticAssetsEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
308
308
  "clrName": "Finally",
309
- "tsEmitName": "finally_",
309
+ "tsEmitName": "finally",
310
310
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
311
311
  "provenance": "Original",
312
312
  "emitScope": "ClassSurface",
@@ -109,7 +109,7 @@ export abstract class ApplicationModelConventionExtensions$instance {
109
109
  static add(conventions: IList<IApplicationModelConvention>, controllerModelConvention: IControllerModelConvention): void;
110
110
  static add(conventions: IList<IApplicationModelConvention>, parameterModelConvention: IParameterModelBaseConvention): void;
111
111
  static add(conventions: IList<IApplicationModelConvention>, parameterModelConvention: IParameterModelConvention): void;
112
- static removeType(list: IList<IApplicationModelConvention>, type_: Type): void;
112
+ static removeType(list: IList<IApplicationModelConvention>, type: Type): void;
113
113
  static removeType<TApplicationModelConvention extends IApplicationModelConvention>(list: IList<IApplicationModelConvention>): void;
114
114
  }
115
115
 
@@ -24,7 +24,7 @@
24
24
  {
25
25
  "stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSCallResultType::DefaultMicrosoft.JSInterop.JSCallResultType",
26
26
  "clrName": "Default",
27
- "tsEmitName": "default_",
27
+ "tsEmitName": "default",
28
28
  "metadataToken": 67108875,
29
29
  "normalizedSignature": "Default|Microsoft.JSInterop.JSCallResultType|static=true|const=true",
30
30
  "isStatic": true,
@@ -80,7 +80,7 @@
80
80
  }
81
81
  },
82
82
  {
83
- "tsName": "default_",
83
+ "tsName": "default",
84
84
  "isStatic": true,
85
85
  "tsSignatureId": "Default|Microsoft.JSInterop.JSCallResultType|static=true|const=true",
86
86
  "target": {
@@ -15,7 +15,7 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
15
15
  import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
16
16
 
17
17
  export enum JSCallResultType {
18
- default_ = 0,
18
+ default = 0,
19
19
  jsObjectReference = 1,
20
20
  jsStreamReference = 2,
21
21
  jsVoidResult = 3
@@ -29,7 +29,7 @@
29
29
  {
30
30
  "stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSCallResultType::DefaultMicrosoft.JSInterop.JSCallResultType",
31
31
  "clrName": "Default",
32
- "tsEmitName": "default_",
32
+ "tsEmitName": "default",
33
33
  "normalizedSignature": "Default|Microsoft.JSInterop.JSCallResultType|static=true|const=true",
34
34
  "isStatic": true,
35
35
  "isReadOnly": false,
@@ -349,7 +349,7 @@
349
349
  {
350
350
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.CacheControlHeaderValue::Public:System.Boolean",
351
351
  "clrName": "Public",
352
- "tsEmitName": "public_",
352
+ "tsEmitName": "public",
353
353
  "metadataToken": 385875979,
354
354
  "canonicalSignature": ":System.Boolean",
355
355
  "normalizedSignature": "Public|:System.Boolean|static=false|accessor=getset",
@@ -363,7 +363,7 @@
363
363
  {
364
364
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.CacheControlHeaderValue::Private:System.Boolean",
365
365
  "clrName": "Private",
366
- "tsEmitName": "private_",
366
+ "tsEmitName": "private",
367
367
  "metadataToken": 385875980,
368
368
  "canonicalSignature": ":System.Boolean",
369
369
  "normalizedSignature": "Private|:System.Boolean|static=false|accessor=getset",
@@ -732,7 +732,7 @@
732
732
  }
733
733
  },
734
734
  {
735
- "tsName": "public_",
735
+ "tsName": "public",
736
736
  "isStatic": false,
737
737
  "tsSignatureId": "Public|:System.Boolean|static=false|accessor=getset",
738
738
  "target": {
@@ -742,7 +742,7 @@
742
742
  }
743
743
  },
744
744
  {
745
- "tsName": "private_",
745
+ "tsName": "private",
746
746
  "isStatic": false,
747
747
  "tsSignatureId": "Private|:System.Boolean|static=false|accessor=getset",
748
748
  "target": {
@@ -1458,7 +1458,7 @@
1458
1458
  {
1459
1459
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.ContentRangeHeaderValue::From:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1460
1460
  "clrName": "From",
1461
- "tsEmitName": "from_",
1461
+ "tsEmitName": "from",
1462
1462
  "metadataToken": 385875997,
1463
1463
  "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1464
1464
  "normalizedSignature": "From|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
@@ -1624,7 +1624,7 @@
1624
1624
  }
1625
1625
  },
1626
1626
  {
1627
- "tsName": "from_",
1627
+ "tsName": "from",
1628
1628
  "isStatic": false,
1629
1629
  "tsSignatureId": "From|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1630
1630
  "target": {
@@ -2215,7 +2215,7 @@
2215
2215
  {
2216
2216
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.EntityTagHeaderValue::Any:Microsoft.Net.Http.Headers.EntityTagHeaderValue",
2217
2217
  "clrName": "Any",
2218
- "tsEmitName": "any_",
2218
+ "tsEmitName": "any",
2219
2219
  "metadataToken": 385876004,
2220
2220
  "canonicalSignature": ":Microsoft.Net.Http.Headers.EntityTagHeaderValue",
2221
2221
  "normalizedSignature": "Any|:Microsoft.Net.Http.Headers.EntityTagHeaderValue|static=true|accessor=get",
@@ -2383,7 +2383,7 @@
2383
2383
  ],
2384
2384
  "exposedProperties": [
2385
2385
  {
2386
- "tsName": "any_",
2386
+ "tsName": "any",
2387
2387
  "isStatic": true,
2388
2388
  "tsSignatureId": "Any|:Microsoft.Net.Http.Headers.EntityTagHeaderValue|static=true|accessor=get",
2389
2389
  "target": {
@@ -2730,7 +2730,7 @@
2730
2730
  {
2731
2731
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.MediaTypeHeaderValue::Type:Microsoft.Extensions.Primitives.StringSegment",
2732
2732
  "clrName": "Type",
2733
- "tsEmitName": "type_",
2733
+ "tsEmitName": "type",
2734
2734
  "metadataToken": 385876014,
2735
2735
  "canonicalSignature": ":Microsoft.Extensions.Primitives.StringSegment",
2736
2736
  "normalizedSignature": "Type|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
@@ -3072,7 +3072,7 @@
3072
3072
  }
3073
3073
  },
3074
3074
  {
3075
- "tsName": "type_",
3075
+ "tsName": "type",
3076
3076
  "isStatic": false,
3077
3077
  "tsSignatureId": "Type|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
3078
3078
  "target": {
@@ -4273,7 +4273,7 @@
4273
4273
  {
4274
4274
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.RangeItemHeaderValue::From:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4275
4275
  "clrName": "From",
4276
- "tsEmitName": "from_",
4276
+ "tsEmitName": "from",
4277
4277
  "metadataToken": 385876032,
4278
4278
  "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4279
4279
  "normalizedSignature": "From|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
@@ -4347,7 +4347,7 @@
4347
4347
  ],
4348
4348
  "exposedProperties": [
4349
4349
  {
4350
- "tsName": "from_",
4350
+ "tsName": "from",
4351
4351
  "isStatic": false,
4352
4352
  "tsSignatureId": "From|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
4353
4353
  "target": {
@@ -5836,7 +5836,7 @@
5836
5836
  {
5837
5837
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.HeaderNames::FromSystem.String",
5838
5838
  "clrName": "From",
5839
- "tsEmitName": "from_",
5839
+ "tsEmitName": "from",
5840
5840
  "metadataToken": 67108965,
5841
5841
  "normalizedSignature": "From|System.String|static=true|const=false",
5842
5842
  "isStatic": true,
@@ -6856,7 +6856,7 @@
6856
6856
  }
6857
6857
  },
6858
6858
  {
6859
- "tsName": "from_",
6859
+ "tsName": "from",
6860
6860
  "isStatic": true,
6861
6861
  "tsSignatureId": "From|System.String|static=true|const=false",
6862
6862
  "target": {
@@ -36,10 +36,10 @@ export interface CacheControlHeaderValue$instance {
36
36
  noStore: boolean;
37
37
  noTransform: boolean;
38
38
  onlyIfCached: boolean;
39
- private_: boolean;
39
+ private: boolean;
40
40
  readonly privateHeaders: ICollection<StringSegment>;
41
41
  proxyRevalidate: boolean;
42
- public_: boolean;
42
+ public: boolean;
43
43
  sharedMaxAge: Nullable<TimeSpan>;
44
44
  equals(obj: unknown): boolean;
45
45
  getHashCode(): int;
@@ -96,7 +96,7 @@ export const ContentDispositionHeaderValue: {
96
96
  export type ContentDispositionHeaderValue = ContentDispositionHeaderValue$instance;
97
97
 
98
98
  export interface ContentRangeHeaderValue$instance {
99
- readonly from_: Nullable<System_Internal.Int64>;
99
+ readonly from: Nullable<System_Internal.Int64>;
100
100
  readonly hasLength: boolean;
101
101
  readonly hasRange: boolean;
102
102
  readonly length: Nullable<System_Internal.Int64>;
@@ -109,9 +109,9 @@ export interface ContentRangeHeaderValue$instance {
109
109
 
110
110
 
111
111
  export const ContentRangeHeaderValue: {
112
- new(from_: long, to: long, length: long): ContentRangeHeaderValue;
112
+ new(from: long, to: long, length: long): ContentRangeHeaderValue;
113
113
  new(length: long): ContentRangeHeaderValue;
114
- new(from_: long, to: long): ContentRangeHeaderValue;
114
+ new(from: long, to: long): ContentRangeHeaderValue;
115
115
  parse(input: StringSegment): ContentRangeHeaderValue;
116
116
  tryParse(input: StringSegment, parsedValue: ContentRangeHeaderValue): boolean;
117
117
  };
@@ -155,7 +155,7 @@ export interface EntityTagHeaderValue$instance {
155
155
  export const EntityTagHeaderValue: {
156
156
  new(tag: StringSegment): EntityTagHeaderValue;
157
157
  new(tag: StringSegment, isWeak: boolean): EntityTagHeaderValue;
158
- readonly any_: EntityTagHeaderValue;
158
+ readonly any: EntityTagHeaderValue;
159
159
  parse(input: StringSegment): EntityTagHeaderValue;
160
160
  parseList(inputs: IList<System_Internal.String>): IList<EntityTagHeaderValue>;
161
161
  parseStrictList(inputs: IList<System_Internal.String>): IList<EntityTagHeaderValue>;
@@ -183,7 +183,7 @@ export interface MediaTypeHeaderValue$instance {
183
183
  readonly subType: StringSegment;
184
184
  readonly subTypeWithoutSuffix: StringSegment;
185
185
  readonly suffix: StringSegment;
186
- readonly type_: StringSegment;
186
+ readonly type: StringSegment;
187
187
  copy(): MediaTypeHeaderValue;
188
188
  copyAsReadOnly(): MediaTypeHeaderValue;
189
189
  equals(obj: unknown): boolean;
@@ -281,7 +281,7 @@ export interface RangeHeaderValue$instance {
281
281
 
282
282
  export const RangeHeaderValue: {
283
283
  new(): RangeHeaderValue;
284
- new(from_: Nullable<System_Internal.Int64>, to: Nullable<System_Internal.Int64>): RangeHeaderValue;
284
+ new(from: Nullable<System_Internal.Int64>, to: Nullable<System_Internal.Int64>): RangeHeaderValue;
285
285
  parse(input: StringSegment): RangeHeaderValue;
286
286
  tryParse(input: StringSegment, parsedValue: RangeHeaderValue): boolean;
287
287
  };
@@ -290,7 +290,7 @@ export const RangeHeaderValue: {
290
290
  export type RangeHeaderValue = RangeHeaderValue$instance;
291
291
 
292
292
  export interface RangeItemHeaderValue$instance {
293
- readonly from_: Nullable<System_Internal.Int64>;
293
+ readonly from: Nullable<System_Internal.Int64>;
294
294
  readonly to: Nullable<System_Internal.Int64>;
295
295
  equals(obj: unknown): boolean;
296
296
  getHashCode(): int;
@@ -299,7 +299,7 @@ export interface RangeItemHeaderValue$instance {
299
299
 
300
300
 
301
301
  export const RangeItemHeaderValue: {
302
- new(from_: Nullable<System_Internal.Int64>, to: Nullable<System_Internal.Int64>): RangeItemHeaderValue;
302
+ new(from: Nullable<System_Internal.Int64>, to: Nullable<System_Internal.Int64>): RangeItemHeaderValue;
303
303
  };
304
304
 
305
305
 
@@ -420,7 +420,7 @@ export abstract class HeaderNames$instance {
420
420
  static readonly eTag: string;
421
421
  static readonly expires: string;
422
422
  static readonly expect: string;
423
- static readonly from_: string;
423
+ static readonly from: string;
424
424
  static readonly grpcAcceptEncoding: string;
425
425
  static readonly grpcEncoding: string;
426
426
  static readonly grpcMessage: string;
@@ -318,7 +318,7 @@
318
318
  {
319
319
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.CacheControlHeaderValue::Public:System.Boolean",
320
320
  "clrName": "Public",
321
- "tsEmitName": "public_",
321
+ "tsEmitName": "public",
322
322
  "normalizedSignature": "Public|:System.Boolean|static=false|accessor=getset",
323
323
  "provenance": "Original",
324
324
  "emitScope": "ClassSurface",
@@ -333,7 +333,7 @@
333
333
  {
334
334
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.CacheControlHeaderValue::Private:System.Boolean",
335
335
  "clrName": "Private",
336
- "tsEmitName": "private_",
336
+ "tsEmitName": "private",
337
337
  "normalizedSignature": "Private|:System.Boolean|static=false|accessor=getset",
338
338
  "provenance": "Original",
339
339
  "emitScope": "ClassSurface",
@@ -919,7 +919,7 @@
919
919
  {
920
920
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.ContentRangeHeaderValue::From:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
921
921
  "clrName": "From",
922
- "tsEmitName": "from_",
922
+ "tsEmitName": "from",
923
923
  "normalizedSignature": "From|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
924
924
  "provenance": "Original",
925
925
  "emitScope": "ClassSurface",
@@ -1427,7 +1427,7 @@
1427
1427
  {
1428
1428
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.EntityTagHeaderValue::Any:Microsoft.Net.Http.Headers.EntityTagHeaderValue",
1429
1429
  "clrName": "Any",
1430
- "tsEmitName": "any_",
1430
+ "tsEmitName": "any",
1431
1431
  "normalizedSignature": "Any|:Microsoft.Net.Http.Headers.EntityTagHeaderValue|static=true|accessor=get",
1432
1432
  "provenance": "Original",
1433
1433
  "emitScope": "ClassSurface",
@@ -1817,7 +1817,7 @@
1817
1817
  {
1818
1818
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.MediaTypeHeaderValue::Type:Microsoft.Extensions.Primitives.StringSegment",
1819
1819
  "clrName": "Type",
1820
- "tsEmitName": "type_",
1820
+ "tsEmitName": "type",
1821
1821
  "normalizedSignature": "Type|:Microsoft.Extensions.Primitives.StringSegment|static=false|accessor=get",
1822
1822
  "provenance": "Original",
1823
1823
  "emitScope": "ClassSurface",
@@ -2689,7 +2689,7 @@
2689
2689
  {
2690
2690
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.RangeItemHeaderValue::From:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2691
2691
  "clrName": "From",
2692
- "tsEmitName": "from_",
2692
+ "tsEmitName": "from",
2693
2693
  "normalizedSignature": "From|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2694
2694
  "provenance": "Original",
2695
2695
  "emitScope": "ClassSurface",
@@ -3761,7 +3761,7 @@
3761
3761
  {
3762
3762
  "stableId": "Microsoft.Net.Http.Headers:Microsoft.Net.Http.Headers.HeaderNames::FromSystem.String",
3763
3763
  "clrName": "From",
3764
- "tsEmitName": "from_",
3764
+ "tsEmitName": "from",
3765
3765
  "normalizedSignature": "From|System.String|static=true|const=false",
3766
3766
  "isStatic": true,
3767
3767
  "isReadOnly": true,
@@ -342,7 +342,7 @@
342
342
  {
343
343
  "stableId": "System.Formats.Cbor:System.Formats.Cbor.CborReaderState::NullSystem.Formats.Cbor.CborReaderState",
344
344
  "clrName": "Null",
345
- "tsEmitName": "null_",
345
+ "tsEmitName": "null",
346
346
  "metadataToken": 67109010,
347
347
  "normalizedSignature": "Null|System.Formats.Cbor.CborReaderState|static=true|const=true",
348
348
  "isStatic": true,
@@ -353,7 +353,7 @@
353
353
  {
354
354
  "stableId": "System.Formats.Cbor:System.Formats.Cbor.CborReaderState::BooleanSystem.Formats.Cbor.CborReaderState",
355
355
  "clrName": "Boolean",
356
- "tsEmitName": "boolean_",
356
+ "tsEmitName": "boolean",
357
357
  "metadataToken": 67109011,
358
358
  "normalizedSignature": "Boolean|System.Formats.Cbor.CborReaderState|static=true|const=true",
359
359
  "isStatic": true,
@@ -567,7 +567,7 @@
567
567
  }
568
568
  },
569
569
  {
570
- "tsName": "null_",
570
+ "tsName": "null",
571
571
  "isStatic": true,
572
572
  "tsSignatureId": "Null|System.Formats.Cbor.CborReaderState|static=true|const=true",
573
573
  "target": {
@@ -577,7 +577,7 @@
577
577
  }
578
578
  },
579
579
  {
580
- "tsName": "boolean_",
580
+ "tsName": "boolean",
581
581
  "isStatic": true,
582
582
  "tsSignatureId": "Boolean|System.Formats.Cbor.CborReaderState|static=true|const=true",
583
583
  "target": {
@@ -621,7 +621,7 @@
621
621
  {
622
622
  "stableId": "System.Formats.Cbor:System.Formats.Cbor.CborSimpleValue::FalseSystem.Formats.Cbor.CborSimpleValue",
623
623
  "clrName": "False",
624
- "tsEmitName": "false_",
624
+ "tsEmitName": "false",
625
625
  "metadataToken": 67109098,
626
626
  "normalizedSignature": "False|System.Formats.Cbor.CborSimpleValue|static=true|const=true",
627
627
  "isStatic": true,
@@ -632,7 +632,7 @@
632
632
  {
633
633
  "stableId": "System.Formats.Cbor:System.Formats.Cbor.CborSimpleValue::TrueSystem.Formats.Cbor.CborSimpleValue",
634
634
  "clrName": "True",
635
- "tsEmitName": "true_",
635
+ "tsEmitName": "true",
636
636
  "metadataToken": 67109099,
637
637
  "normalizedSignature": "True|System.Formats.Cbor.CborSimpleValue|static=true|const=true",
638
638
  "isStatic": true,
@@ -643,7 +643,7 @@
643
643
  {
644
644
  "stableId": "System.Formats.Cbor:System.Formats.Cbor.CborSimpleValue::NullSystem.Formats.Cbor.CborSimpleValue",
645
645
  "clrName": "Null",
646
- "tsEmitName": "null_",
646
+ "tsEmitName": "null",
647
647
  "metadataToken": 67109100,
648
648
  "normalizedSignature": "Null|System.Formats.Cbor.CborSimpleValue|static=true|const=true",
649
649
  "isStatic": true,
@@ -677,7 +677,7 @@
677
677
  }
678
678
  },
679
679
  {
680
- "tsName": "false_",
680
+ "tsName": "false",
681
681
  "isStatic": true,
682
682
  "tsSignatureId": "False|System.Formats.Cbor.CborSimpleValue|static=true|const=true",
683
683
  "target": {
@@ -687,7 +687,7 @@
687
687
  }
688
688
  },
689
689
  {
690
- "tsName": "true_",
690
+ "tsName": "true",
691
691
  "isStatic": true,
692
692
  "tsSignatureId": "True|System.Formats.Cbor.CborSimpleValue|static=true|const=true",
693
693
  "target": {
@@ -697,7 +697,7 @@
697
697
  }
698
698
  },
699
699
  {
700
- "tsName": "null_",
700
+ "tsName": "null",
701
701
  "isStatic": true,
702
702
  "tsSignatureId": "Null|System.Formats.Cbor.CborSimpleValue|static=true|const=true",
703
703
  "target": {