@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
@@ -172,7 +172,7 @@ export interface IHeaderDictionary$instance extends IDictionary<System_Internal.
172
172
  eTag: StringValues;
173
173
  expires: StringValues;
174
174
  expect: StringValues;
175
- from_: StringValues;
175
+ from: StringValues;
176
176
  grpcAcceptEncoding: StringValues;
177
177
  grpcEncoding: StringValues;
178
178
  grpcMessage: StringValues;
@@ -310,8 +310,8 @@ export interface IResponseCookies$instance {
310
310
  append(keyValuePairs: ReadOnlySpan<KeyValuePair<System_Internal.String, System_Internal.String>>, options: CookieOptions): void;
311
311
  append(key: string, value: string, options: CookieOptions): void;
312
312
  append(key: string, value: string): void;
313
- delete_(key: string, options: CookieOptions): void;
314
- delete_(key: string): void;
313
+ delete(key: string, options: CookieOptions): void;
314
+ delete(key: string): void;
315
315
  }
316
316
 
317
317
 
@@ -337,7 +337,7 @@ export interface ISession$instance {
337
337
  clear(): void;
338
338
  loadAsync(cancellationToken?: CancellationToken): Task;
339
339
  remove(key: string): void;
340
- set_(key: string, value: byte[]): void;
340
+ set(key: string, value: byte[]): void;
341
341
  tryGetValue(key: string, value: byte[]): boolean;
342
342
  }
343
343
 
@@ -1113,13 +1113,13 @@ export interface ProducesResponseTypeMetadata$instance {
1113
1113
  readonly contentTypes: IEnumerable__System_Collections_Generic<System_Internal.String>;
1114
1114
  description: string;
1115
1115
  readonly statusCode: int;
1116
- readonly type_: Type;
1116
+ readonly type: Type;
1117
1117
  toString(): string;
1118
1118
  }
1119
1119
 
1120
1120
 
1121
1121
  export const ProducesResponseTypeMetadata: {
1122
- new(statusCode: int, type_: Type, contentTypes: string[]): ProducesResponseTypeMetadata;
1122
+ new(statusCode: int, type: Type, contentTypes: string[]): ProducesResponseTypeMetadata;
1123
1123
  };
1124
1124
 
1125
1125
 
@@ -1327,8 +1327,8 @@ export type HttpContextServerVariableExtensions = HttpContextServerVariableExten
1327
1327
 
1328
1328
  export abstract class HttpMethods$instance {
1329
1329
  static readonly connect: string;
1330
- static readonly delete_: string;
1331
- static readonly get_: string;
1330
+ static readonly delete: string;
1331
+ static readonly get: string;
1332
1332
  static readonly head: string;
1333
1333
  static readonly options: string;
1334
1334
  static readonly patch: string;
@@ -1376,9 +1376,9 @@ export abstract class HttpRequestJsonExtensions$instance {
1376
1376
  static readFromJsonAsync<TValue>(request: HttpRequest, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask<TValue>;
1377
1377
  static readFromJsonAsync(request: HttpRequest, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask<unknown>;
1378
1378
  static readFromJsonAsync<TValue>(request: HttpRequest, cancellationToken?: CancellationToken): ValueTask<TValue>;
1379
- static readFromJsonAsync(request: HttpRequest, type_: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask<unknown>;
1380
- static readFromJsonAsync(request: HttpRequest, type_: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask<unknown>;
1381
- static readFromJsonAsync(request: HttpRequest, type_: Type, cancellationToken?: CancellationToken): ValueTask<unknown>;
1379
+ static readFromJsonAsync(request: HttpRequest, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask<unknown>;
1380
+ static readFromJsonAsync(request: HttpRequest, type: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask<unknown>;
1381
+ static readFromJsonAsync(request: HttpRequest, type: Type, cancellationToken?: CancellationToken): ValueTask<unknown>;
1382
1382
  }
1383
1383
 
1384
1384
 
@@ -1396,10 +1396,10 @@ export type HttpRequestRewindExtensions = HttpRequestRewindExtensions$instance;
1396
1396
 
1397
1397
  export abstract class HttpResponseJsonExtensions$instance {
1398
1398
  static writeAsJsonAsync(response: HttpResponse, value: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, cancellationToken?: CancellationToken): Task;
1399
- static writeAsJsonAsync(response: HttpResponse, value: unknown, type_: Type, options: JsonSerializerOptions, contentType: string, cancellationToken?: CancellationToken): Task;
1400
- static writeAsJsonAsync(response: HttpResponse, value: unknown, type_: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
1401
- static writeAsJsonAsync(response: HttpResponse, value: unknown, type_: Type, context: JsonSerializerContext, contentType?: string, cancellationToken?: CancellationToken): Task;
1402
- static writeAsJsonAsync(response: HttpResponse, value: unknown, type_: Type, cancellationToken?: CancellationToken): Task;
1399
+ static writeAsJsonAsync(response: HttpResponse, value: unknown, type: Type, options: JsonSerializerOptions, contentType: string, cancellationToken?: CancellationToken): Task;
1400
+ static writeAsJsonAsync(response: HttpResponse, value: unknown, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
1401
+ static writeAsJsonAsync(response: HttpResponse, value: unknown, type: Type, context: JsonSerializerContext, contentType?: string, cancellationToken?: CancellationToken): Task;
1402
+ static writeAsJsonAsync(response: HttpResponse, value: unknown, type: Type, cancellationToken?: CancellationToken): Task;
1403
1403
  static writeAsJsonAsync<TValue>(response: HttpResponse, value: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, cancellationToken?: CancellationToken): Task;
1404
1404
  static writeAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, contentType: string, cancellationToken?: CancellationToken): Task;
1405
1405
  static writeAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
@@ -1520,7 +1520,7 @@ export abstract class Results$instance {
1520
1520
  static internalServerError<TValue>(error: TValue): IResult;
1521
1521
  static json(data: unknown, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1522
1522
  static json(data: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1523
- static json(data: unknown, type_: Type, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1523
+ static json(data: unknown, type: Type, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1524
1524
  static json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1525
1525
  static json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1526
1526
  static json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
@@ -1531,8 +1531,8 @@ export abstract class Results$instance {
1531
1531
  static ok(value?: unknown): IResult;
1532
1532
  static ok<TValue>(value: TValue): IResult;
1533
1533
  static problem(problemDetails: ProblemDetails): IResult;
1534
- static problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type_: string, extensions: IDictionary<System_Internal.String, unknown>): IResult;
1535
- static problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): IResult;
1534
+ static problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): IResult;
1535
+ static problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): IResult;
1536
1536
  static redirect(url: string, permanent?: boolean, preserveMethod?: boolean): IResult;
1537
1537
  static redirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
1538
1538
  static redirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
@@ -1551,8 +1551,8 @@ export abstract class Results$instance {
1551
1551
  static unauthorized(): IResult;
1552
1552
  static unprocessableEntity(error?: unknown): IResult;
1553
1553
  static unprocessableEntity<TValue>(error: TValue): IResult;
1554
- static validationProblem(errors: IDictionary<System_Internal.String, string[]>, detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type_: string, extensions: IDictionary<System_Internal.String, unknown>): IResult;
1555
- static validationProblem(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>, detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): IResult;
1554
+ static validationProblem(errors: IDictionary<System_Internal.String, string[]>, detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): IResult;
1555
+ static validationProblem(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>, detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): IResult;
1556
1556
  }
1557
1557
 
1558
1558
 
@@ -1576,7 +1576,7 @@ export abstract class SendFileResponseExtensions$instance {
1576
1576
  export type SendFileResponseExtensions = SendFileResponseExtensions$instance;
1577
1577
 
1578
1578
  export abstract class SessionExtensions$instance {
1579
- static get_(session: ISession, key: string): byte[] | undefined;
1579
+ static get(session: ISession, key: string): byte[] | undefined;
1580
1580
  static getInt32(session: ISession, key: string): Nullable<System_Internal.Int32>;
1581
1581
  static getString(session: ISession, key: string): string | undefined;
1582
1582
  static setInt32(session: ISession, key: string, value: int): void;
@@ -1704,8 +1704,8 @@ export abstract class TypedResults$instance {
1704
1704
  static ok<TValue>(value: TValue): Ok_1<TValue>;
1705
1705
  static physicalFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): PhysicalFileHttpResult;
1706
1706
  static problem(problemDetails: ProblemDetails): ProblemHttpResult;
1707
- static problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type_: string, extensions: IDictionary<System_Internal.String, unknown>): ProblemHttpResult;
1708
- static problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): ProblemHttpResult;
1707
+ static problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): ProblemHttpResult;
1708
+ static problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): ProblemHttpResult;
1709
1709
  static redirect(url: string, permanent?: boolean, preserveMethod?: boolean): RedirectHttpResult;
1710
1710
  static redirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
1711
1711
  static redirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
@@ -1724,8 +1724,8 @@ export abstract class TypedResults$instance {
1724
1724
  static unauthorized(): UnauthorizedHttpResult;
1725
1725
  static unprocessableEntity(): UnprocessableEntity;
1726
1726
  static unprocessableEntity<TValue>(error: TValue): UnprocessableEntity_1<TValue>;
1727
- static validationProblem(errors: IDictionary<System_Internal.String, string[]>, detail: string, instance: string, title: string, type_: string, extensions: IDictionary<System_Internal.String, unknown>): ValidationProblem;
1728
- static validationProblem(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>, detail?: string, instance?: string, title?: string, type_?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): ValidationProblem;
1727
+ static validationProblem(errors: IDictionary<System_Internal.String, string[]>, detail: string, instance: string, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): ValidationProblem;
1728
+ static validationProblem(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>, detail?: string, instance?: string, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): ValidationProblem;
1729
1729
  static virtualFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): VirtualFileHttpResult;
1730
1730
  }
1731
1731
 
@@ -1319,7 +1319,7 @@
1319
1319
  {
1320
1320
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IHeaderDictionary::From:Microsoft.Extensions.Primitives.StringValues",
1321
1321
  "clrName": "From",
1322
- "tsEmitName": "from_",
1322
+ "tsEmitName": "from",
1323
1323
  "normalizedSignature": "From|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=getset",
1324
1324
  "provenance": "Original",
1325
1325
  "emitScope": "ClassSurface",
@@ -2688,7 +2688,7 @@
2688
2688
  {
2689
2689
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IResponseCookies::Delete(System.String):System.Void",
2690
2690
  "clrName": "Delete",
2691
- "tsEmitName": "delete_",
2691
+ "tsEmitName": "delete",
2692
2692
  "normalizedSignature": "Delete|(System.String):System.Void|static=false",
2693
2693
  "provenance": "Original",
2694
2694
  "emitScope": "ClassSurface",
@@ -2704,7 +2704,7 @@
2704
2704
  {
2705
2705
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IResponseCookies::Delete(System.String,Microsoft.AspNetCore.Http.CookieOptions):System.Void",
2706
2706
  "clrName": "Delete",
2707
- "tsEmitName": "delete_",
2707
+ "tsEmitName": "delete",
2708
2708
  "normalizedSignature": "Delete|(System.String,Microsoft.AspNetCore.Http.CookieOptions):System.Void|static=false",
2709
2709
  "provenance": "Original",
2710
2710
  "emitScope": "ClassSurface",
@@ -2824,7 +2824,7 @@
2824
2824
  {
2825
2825
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.ISession::Set(System.String,System.Byte[]):System.Void",
2826
2826
  "clrName": "Set",
2827
- "tsEmitName": "set_",
2827
+ "tsEmitName": "set",
2828
2828
  "normalizedSignature": "Set|(System.String,System.Byte[]):System.Void|static=false",
2829
2829
  "provenance": "Original",
2830
2830
  "emitScope": "ClassSurface",
@@ -7777,7 +7777,7 @@
7777
7777
  {
7778
7778
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IHeaderDictionary::From:Microsoft.Extensions.Primitives.StringValues",
7779
7779
  "clrName": "From",
7780
- "tsEmitName": "from_",
7780
+ "tsEmitName": "from",
7781
7781
  "normalizedSignature": "From|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=getset",
7782
7782
  "provenance": "ExplicitView",
7783
7783
  "emitScope": "ViewOnly",
@@ -9834,7 +9834,7 @@
9834
9834
  {
9835
9835
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.ProducesResponseTypeMetadata::Type:System.Type",
9836
9836
  "clrName": "Type",
9837
- "tsEmitName": "type_",
9837
+ "tsEmitName": "type",
9838
9838
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
9839
9839
  "provenance": "Original",
9840
9840
  "emitScope": "ClassSurface",
@@ -11468,7 +11468,7 @@
11468
11468
  {
11469
11469
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.HttpMethods::DeleteSystem.String",
11470
11470
  "clrName": "Delete",
11471
- "tsEmitName": "delete_",
11471
+ "tsEmitName": "delete",
11472
11472
  "normalizedSignature": "Delete|System.String|static=true|const=false",
11473
11473
  "isStatic": true,
11474
11474
  "isReadOnly": true,
@@ -11477,7 +11477,7 @@
11477
11477
  {
11478
11478
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.HttpMethods::GetSystem.String",
11479
11479
  "clrName": "Get",
11480
- "tsEmitName": "get_",
11480
+ "tsEmitName": "get",
11481
11481
  "normalizedSignature": "Get|System.String|static=true|const=false",
11482
11482
  "isStatic": true,
11483
11483
  "isReadOnly": true,
@@ -14039,7 +14039,7 @@
14039
14039
  {
14040
14040
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.SessionExtensions::Get(Microsoft.AspNetCore.Http.ISession,System.String):System.Byte[]",
14041
14041
  "clrName": "Get",
14042
- "tsEmitName": "get_",
14042
+ "tsEmitName": "get",
14043
14043
  "normalizedSignature": "Get|(Microsoft.AspNetCore.Http.ISession,System.String):System.Byte[]|static=true",
14044
14044
  "provenance": "Original",
14045
14045
  "emitScope": "ClassSurface",
@@ -24,7 +24,7 @@
24
24
  {
25
25
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.HttpsCompressionMode::DefaultMicrosoft.AspNetCore.Http.Features.HttpsCompressionMode",
26
26
  "clrName": "Default",
27
- "tsEmitName": "default_",
27
+ "tsEmitName": "default",
28
28
  "metadataToken": 67108886,
29
29
  "normalizedSignature": "Default|Microsoft.AspNetCore.Http.Features.HttpsCompressionMode|static=true|const=true",
30
30
  "isStatic": true,
@@ -69,7 +69,7 @@
69
69
  }
70
70
  },
71
71
  {
72
- "tsName": "default_",
72
+ "tsName": "default",
73
73
  "isStatic": true,
74
74
  "tsSignatureId": "Default|Microsoft.AspNetCore.Http.Features.HttpsCompressionMode|static=true|const=true",
75
75
  "target": {
@@ -188,7 +188,7 @@
188
188
  {
189
189
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.IFeatureCollection::Get():TFeature",
190
190
  "clrName": "Get",
191
- "tsEmitName": "get_",
191
+ "tsEmitName": "get",
192
192
  "metadataToken": 100663346,
193
193
  "canonicalSignature": "():TFeature",
194
194
  "normalizedSignature": "Get|():TFeature|static=false",
@@ -202,7 +202,7 @@
202
202
  {
203
203
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.IFeatureCollection::Set(TFeature):System.Void",
204
204
  "clrName": "Set",
205
- "tsEmitName": "set_",
205
+ "tsEmitName": "set",
206
206
  "metadataToken": 100663347,
207
207
  "canonicalSignature": "(TFeature):System.Void",
208
208
  "normalizedSignature": "Set|(TFeature):System.Void|static=false",
@@ -263,7 +263,7 @@
263
263
  "constructors": [],
264
264
  "exposedMethods": [
265
265
  {
266
- "tsName": "get_",
266
+ "tsName": "get",
267
267
  "isStatic": false,
268
268
  "tsSignatureId": "Get|():TFeature|static=false",
269
269
  "target": {
@@ -273,7 +273,7 @@
273
273
  }
274
274
  },
275
275
  {
276
- "tsName": "set_",
276
+ "tsName": "set",
277
277
  "isStatic": false,
278
278
  "tsSignatureId": "Set|(TFeature):System.Void|static=false",
279
279
  "target": {
@@ -2661,7 +2661,7 @@
2661
2661
  {
2662
2662
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureReference\u00601::DefaultFeatureReference\u00601",
2663
2663
  "clrName": "Default",
2664
- "tsEmitName": "default_",
2664
+ "tsEmitName": "default",
2665
2665
  "metadataToken": 67108874,
2666
2666
  "normalizedSignature": "Default|FeatureReference\u00601|static=true|const=false",
2667
2667
  "isStatic": true,
@@ -2696,7 +2696,7 @@
2696
2696
  ],
2697
2697
  "exposedFields": [
2698
2698
  {
2699
- "tsName": "default_",
2699
+ "tsName": "default",
2700
2700
  "isStatic": true,
2701
2701
  "tsSignatureId": "Default|FeatureReference\u00601|static=true|const=false",
2702
2702
  "target": {
@@ -3036,7 +3036,7 @@
3036
3036
  {
3037
3037
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureCollection::Get():TFeature",
3038
3038
  "clrName": "Get",
3039
- "tsEmitName": "get_",
3039
+ "tsEmitName": "get",
3040
3040
  "metadataToken": 100663320,
3041
3041
  "canonicalSignature": "():TFeature",
3042
3042
  "normalizedSignature": "Get|():TFeature|static=false",
@@ -3050,7 +3050,7 @@
3050
3050
  {
3051
3051
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureCollection::Set(TFeature):System.Void",
3052
3052
  "clrName": "Set",
3053
- "tsEmitName": "set_",
3053
+ "tsEmitName": "set",
3054
3054
  "metadataToken": 100663321,
3055
3055
  "canonicalSignature": "(TFeature):System.Void",
3056
3056
  "normalizedSignature": "Set|(TFeature):System.Void|static=false",
@@ -3208,7 +3208,7 @@
3208
3208
  }
3209
3209
  },
3210
3210
  {
3211
- "tsName": "get_",
3211
+ "tsName": "get",
3212
3212
  "isStatic": false,
3213
3213
  "tsSignatureId": "Get|():TFeature|static=false",
3214
3214
  "target": {
@@ -3218,7 +3218,7 @@
3218
3218
  }
3219
3219
  },
3220
3220
  {
3221
- "tsName": "set_",
3221
+ "tsName": "set",
3222
3222
  "isStatic": false,
3223
3223
  "tsSignatureId": "Set|(TFeature):System.Void|static=false",
3224
3224
  "target": {
@@ -31,7 +31,7 @@ import type { IServiceScopeFactory } from "@tsonic/microsoft-extensions/Microsof
31
31
  import type { ObjectPool } from "@tsonic/microsoft-extensions/Microsoft.Extensions.ObjectPool.js";
32
32
 
33
33
  export enum HttpsCompressionMode {
34
- default_ = 0,
34
+ default = 0,
35
35
  doNotCompress = 1,
36
36
  compress = 2
37
37
  }
@@ -57,8 +57,8 @@ export interface IFeatureCollection$instance extends IEnumerable__System_Collect
57
57
  readonly revision: int;
58
58
  get item(): unknown | undefined;
59
59
  set item(value: unknown);
60
- get_<TFeature>(): TFeature | undefined;
61
- set_<TFeature>(instance: TFeature): void;
60
+ get<TFeature>(): TFeature | undefined;
61
+ set<TFeature>(instance: TFeature): void;
62
62
  }
63
63
 
64
64
 
@@ -349,7 +349,7 @@ export interface FeatureReference_1$instance<T> {
349
349
 
350
350
  export const FeatureReference_1: {
351
351
  new<T>(): FeatureReference_1<T>;
352
- readonly default_: unknown;
352
+ readonly default: unknown;
353
353
  };
354
354
 
355
355
 
@@ -397,9 +397,9 @@ export interface FeatureCollection$instance {
397
397
  get item(): unknown | undefined;
398
398
  set item(value: unknown);
399
399
  readonly revision: int;
400
- get_<TFeature>(): TFeature | undefined;
400
+ get<TFeature>(): TFeature | undefined;
401
401
  getEnumerator(): IEnumerator<KeyValuePair<Type, unknown>>;
402
- set_<TFeature>(instance: TFeature): void;
402
+ set<TFeature>(instance: TFeature): void;
403
403
  }
404
404
 
405
405
 
@@ -32,7 +32,7 @@
32
32
  {
33
33
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.HttpsCompressionMode::DefaultMicrosoft.AspNetCore.Http.Features.HttpsCompressionMode",
34
34
  "clrName": "Default",
35
- "tsEmitName": "default_",
35
+ "tsEmitName": "default",
36
36
  "normalizedSignature": "Default|Microsoft.AspNetCore.Http.Features.HttpsCompressionMode|static=true|const=true",
37
37
  "isStatic": true,
38
38
  "isReadOnly": false,
@@ -138,7 +138,7 @@
138
138
  {
139
139
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.IFeatureCollection::Get():TFeature",
140
140
  "clrName": "Get",
141
- "tsEmitName": "get_",
141
+ "tsEmitName": "get",
142
142
  "normalizedSignature": "Get|():TFeature|static=false",
143
143
  "provenance": "Original",
144
144
  "emitScope": "ClassSurface",
@@ -154,7 +154,7 @@
154
154
  {
155
155
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.IFeatureCollection::Set(TFeature):System.Void",
156
156
  "clrName": "Set",
157
- "tsEmitName": "set_",
157
+ "tsEmitName": "set",
158
158
  "normalizedSignature": "Set|(TFeature):System.Void|static=false",
159
159
  "provenance": "Original",
160
160
  "emitScope": "ClassSurface",
@@ -1969,7 +1969,7 @@
1969
1969
  {
1970
1970
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureReference\u00601::DefaultFeatureReference\u00601",
1971
1971
  "clrName": "Default",
1972
- "tsEmitName": "default_",
1972
+ "tsEmitName": "default",
1973
1973
  "normalizedSignature": "Default|FeatureReference\u00601|static=true|const=false",
1974
1974
  "isStatic": true,
1975
1975
  "isReadOnly": true,
@@ -2203,7 +2203,7 @@
2203
2203
  {
2204
2204
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureCollection::Get():TFeature",
2205
2205
  "clrName": "Get",
2206
- "tsEmitName": "get_",
2206
+ "tsEmitName": "get",
2207
2207
  "normalizedSignature": "Get|():TFeature|static=false",
2208
2208
  "provenance": "Original",
2209
2209
  "emitScope": "ClassSurface",
@@ -2219,7 +2219,7 @@
2219
2219
  {
2220
2220
  "stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureCollection::Set(TFeature):System.Void",
2221
2221
  "clrName": "Set",
2222
- "tsEmitName": "set_",
2222
+ "tsEmitName": "set",
2223
2223
  "normalizedSignature": "Set|(TFeature):System.Void|static=false",
2224
2224
  "provenance": "Original",
2225
2225
  "emitScope": "ClassSurface",
@@ -11,7 +11,7 @@
11
11
  {
12
12
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.RequestHeaders::Get(System.String):T",
13
13
  "clrName": "Get",
14
- "tsEmitName": "get_",
14
+ "tsEmitName": "get",
15
15
  "metadataToken": 100664112,
16
16
  "canonicalSignature": "(System.String):T",
17
17
  "normalizedSignature": "Get|(System.String):T|static=false",
@@ -39,7 +39,7 @@
39
39
  {
40
40
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.RequestHeaders::Set(System.String,System.Object):System.Void",
41
41
  "clrName": "Set",
42
- "tsEmitName": "set_",
42
+ "tsEmitName": "set",
43
43
  "metadataToken": 100664114,
44
44
  "canonicalSignature": "(System.String,System.Object):System.Void",
45
45
  "normalizedSignature": "Set|(System.String,System.Object):System.Void|static=false",
@@ -419,7 +419,7 @@
419
419
  ],
420
420
  "exposedMethods": [
421
421
  {
422
- "tsName": "get_",
422
+ "tsName": "get",
423
423
  "isStatic": false,
424
424
  "tsSignatureId": "Get|(System.String):T|static=false",
425
425
  "target": {
@@ -439,7 +439,7 @@
439
439
  }
440
440
  },
441
441
  {
442
- "tsName": "set_",
442
+ "tsName": "set",
443
443
  "isStatic": false,
444
444
  "tsSignatureId": "Set|(System.String,System.Object):System.Void|static=false",
445
445
  "target": {
@@ -723,7 +723,7 @@
723
723
  {
724
724
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.ResponseHeaders::Get(System.String):T",
725
725
  "clrName": "Get",
726
- "tsEmitName": "get_",
726
+ "tsEmitName": "get",
727
727
  "metadataToken": 100664142,
728
728
  "canonicalSignature": "(System.String):T",
729
729
  "normalizedSignature": "Get|(System.String):T|static=false",
@@ -751,7 +751,7 @@
751
751
  {
752
752
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.ResponseHeaders::Set(System.String,System.Object):System.Void",
753
753
  "clrName": "Set",
754
- "tsEmitName": "set_",
754
+ "tsEmitName": "set",
755
755
  "metadataToken": 100664144,
756
756
  "canonicalSignature": "(System.String,System.Object):System.Void",
757
757
  "normalizedSignature": "Set|(System.String,System.Object):System.Void|static=false",
@@ -991,7 +991,7 @@
991
991
  ],
992
992
  "exposedMethods": [
993
993
  {
994
- "tsName": "get_",
994
+ "tsName": "get",
995
995
  "isStatic": false,
996
996
  "tsSignatureId": "Get|(System.String):T|static=false",
997
997
  "target": {
@@ -1011,7 +1011,7 @@
1011
1011
  }
1012
1012
  },
1013
1013
  {
1014
- "tsName": "set_",
1014
+ "tsName": "set",
1015
1015
  "isStatic": false,
1016
1016
  "tsSignatureId": "Set|(System.String,System.Object):System.Void|static=false",
1017
1017
  "target": {
@@ -42,9 +42,9 @@ export interface RequestHeaders$instance {
42
42
  set referer(value: Uri);
43
43
  append(name: string, value: unknown): void;
44
44
  appendList<T>(name: string, values: IList<T>): void;
45
- get_<T>(name: string): T | undefined;
45
+ get<T>(name: string): T | undefined;
46
46
  getList<T>(name: string): IList<T>;
47
- set_(name: string, value: unknown): void;
47
+ set(name: string, value: unknown): void;
48
48
  setList<T>(name: string, values: IList<T>): void;
49
49
  }
50
50
 
@@ -75,9 +75,9 @@ export interface ResponseHeaders$instance {
75
75
  setCookie: IList<SetCookieHeaderValue>;
76
76
  append(name: string, value: unknown): void;
77
77
  appendList<T>(name: string, values: IList<T>): void;
78
- get_<T>(name: string): T | undefined;
78
+ get<T>(name: string): T | undefined;
79
79
  getList<T>(name: string): IList<T>;
80
- set_(name: string, value: unknown): void;
80
+ set(name: string, value: unknown): void;
81
81
  setList<T>(name: string, values: IList<T>): void;
82
82
  }
83
83
 
@@ -18,7 +18,7 @@
18
18
  {
19
19
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.RequestHeaders::Get(System.String):T",
20
20
  "clrName": "Get",
21
- "tsEmitName": "get_",
21
+ "tsEmitName": "get",
22
22
  "normalizedSignature": "Get|(System.String):T|static=false",
23
23
  "provenance": "Original",
24
24
  "emitScope": "ClassSurface",
@@ -50,7 +50,7 @@
50
50
  {
51
51
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.RequestHeaders::Set(System.String,System.Object):System.Void",
52
52
  "clrName": "Set",
53
- "tsEmitName": "set_",
53
+ "tsEmitName": "set",
54
54
  "normalizedSignature": "Set|(System.String,System.Object):System.Void|static=false",
55
55
  "provenance": "Original",
56
56
  "emitScope": "ClassSurface",
@@ -468,7 +468,7 @@
468
468
  {
469
469
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.ResponseHeaders::Get(System.String):T",
470
470
  "clrName": "Get",
471
- "tsEmitName": "get_",
471
+ "tsEmitName": "get",
472
472
  "normalizedSignature": "Get|(System.String):T|static=false",
473
473
  "provenance": "Original",
474
474
  "emitScope": "ClassSurface",
@@ -500,7 +500,7 @@
500
500
  {
501
501
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.Headers.ResponseHeaders::Set(System.String,System.Object):System.Void",
502
502
  "clrName": "Set",
503
- "tsEmitName": "set_",
503
+ "tsEmitName": "set",
504
504
  "normalizedSignature": "Set|(System.String,System.Object):System.Void|static=false",
505
505
  "provenance": "Original",
506
506
  "emitScope": "ClassSurface",
@@ -900,7 +900,7 @@
900
900
  {
901
901
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Metadata.IProducesResponseTypeMetadata::Type:System.Type",
902
902
  "clrName": "Type",
903
- "tsEmitName": "type_",
903
+ "tsEmitName": "type",
904
904
  "metadataToken": 385876270,
905
905
  "canonicalSignature": ":System.Type",
906
906
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -959,7 +959,7 @@
959
959
  "constructors": [],
960
960
  "exposedProperties": [
961
961
  {
962
- "tsName": "type_",
962
+ "tsName": "type",
963
963
  "isStatic": false,
964
964
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
965
965
  "target": {
@@ -140,7 +140,7 @@ export interface IParameterBindingMetadata$instance {
140
140
  export type IParameterBindingMetadata = IParameterBindingMetadata$instance;
141
141
 
142
142
  export interface IProducesResponseTypeMetadata$instance {
143
- readonly type_: Type;
143
+ readonly type: Type;
144
144
  readonly statusCode: int;
145
145
  readonly description: string;
146
146
  readonly contentTypes: IEnumerable<System_Internal.String>;
@@ -185,7 +185,7 @@ export interface AcceptsMetadata$instance {
185
185
 
186
186
 
187
187
  export const AcceptsMetadata: {
188
- new(contentTypes: string[], type_: Type, isOptional: boolean): AcceptsMetadata;
188
+ new(contentTypes: string[], type: Type, isOptional: boolean): AcceptsMetadata;
189
189
  };
190
190
 
191
191
 
@@ -710,7 +710,7 @@
710
710
  {
711
711
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Metadata.IProducesResponseTypeMetadata::Type:System.Type",
712
712
  "clrName": "Type",
713
- "tsEmitName": "type_",
713
+ "tsEmitName": "type",
714
714
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
715
715
  "provenance": "Original",
716
716
  "emitScope": "ClassSurface",
@@ -24802,7 +24802,7 @@
24802
24802
  {
24803
24803
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IdentitySchemaVersions::DefaultSystem.Version",
24804
24804
  "clrName": "Default",
24805
- "tsEmitName": "default_",
24805
+ "tsEmitName": "default",
24806
24806
  "metadataToken": 67108911,
24807
24807
  "normalizedSignature": "Default|System.Version|static=true|const=false",
24808
24808
  "isStatic": true,
@@ -24848,7 +24848,7 @@
24848
24848
  "constructors": [],
24849
24849
  "exposedFields": [
24850
24850
  {
24851
- "tsName": "default_",
24851
+ "tsName": "default",
24852
24852
  "isStatic": true,
24853
24853
  "tsSignatureId": "Default|System.Version|static=true|const=false",
24854
24854
  "target": {