@tsonic/aspnetcore 10.0.5 → 10.0.7

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 (161) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
  20. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
  21. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  22. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
  23. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
  24. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
  25. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
  26. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
  27. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  28. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  29. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
  30. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  31. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  32. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  33. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
  34. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
  35. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
  36. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
  37. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  38. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
  39. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
  40. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
  42. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
  43. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
  44. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  45. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
  46. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
  47. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
  48. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
  49. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
  50. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
  51. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  52. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  53. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
  54. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
  55. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
  56. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
  57. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
  58. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  59. package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
  60. package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
  61. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
  62. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
  63. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
  64. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
  65. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  66. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
  67. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  68. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
  69. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
  70. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
  71. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  72. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  73. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
  74. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  75. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
  76. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
  77. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
  78. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
  79. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
  80. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
  81. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
  82. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
  83. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
  84. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
  85. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
  86. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
  88. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
  89. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
  90. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
  91. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
  92. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
  93. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
  94. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
  95. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
  96. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
  97. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
  98. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
  99. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
  100. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
  101. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  102. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  103. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
  104. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
  105. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
  106. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
  107. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
  108. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
  109. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
  110. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
  111. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
  112. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
  113. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
  114. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  115. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
  116. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
  117. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
  118. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  119. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
  120. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
  121. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
  122. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
  123. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
  124. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
  125. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
  126. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  127. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
  128. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
  129. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  130. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
  131. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
  132. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
  133. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
  134. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  135. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
  136. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
  137. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
  138. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  139. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  140. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  141. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
  142. package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
  143. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
  144. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
  145. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
  146. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  147. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
  148. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  149. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  150. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
  151. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
  152. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  153. package/Microsoft.JSInterop/internal/index.d.ts +65 -53
  154. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
  155. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
  156. package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
  157. package/System.Formats.Cbor/internal/index.d.ts +27 -21
  158. package/System.Security.Claims/internal/index.d.ts +3 -3
  159. package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
  160. package/__internal/extensions/index.d.ts +1648 -1351
  161. package/package.json +4 -4
@@ -15,25 +15,25 @@ import type { IWrapperProviderFactory } from "../../Microsoft.AspNetCore.Mvc.For
15
15
  import type { ModelMetadata, ModelStateDictionary } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
16
16
  import type { ActionContext, JsonOptions, MvcOptions } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
17
17
  import type { MediaTypeHeaderValue } from "../../Microsoft.Net.Http.Headers/internal/index.js";
18
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
19
- import type { ICollection as ICollection__System_Collections_Generic, IEnumerable as IEnumerable__System_Collections_Generic, IList as IList__System_Collections_Generic, IReadOnlyCollection, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
20
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
21
- import type { ICollection, IEnumerable, IList } from "@tsonic/dotnet/System.Collections.js";
22
- import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel.js";
23
- import type { Collection } from "@tsonic/dotnet/System.Collections.ObjectModel.js";
24
- import type { Stream, TextReader, TextWriter } from "@tsonic/dotnet/System.IO.js";
25
- import * as System_Internal from "@tsonic/dotnet/System.js";
26
- import type { Boolean as ClrBoolean, Double, Enum, Exception, Func, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
27
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
28
- import type { DataContractSerializer, DataContractSerializerSettings, ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
29
- import type { Encoding } from "@tsonic/dotnet/System.Text.js";
30
- import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
31
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
32
- import type { XmlDictionaryReaderQuotas, XmlReader, XmlWriter, XmlWriterSettings } from "@tsonic/dotnet/System.Xml.js";
33
- import type { XmlSerializer } from "@tsonic/dotnet/System.Xml.Serialization.js";
34
- import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
35
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
36
- import type { StringSegment } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
18
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
19
+ import type { ICollection_1, IEnumerable_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
20
+ import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
21
+ import type { Collection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
22
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
23
+ import type { ICollection, IEnumerable, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
24
+ import type { Stream, TextReader, TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
25
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
26
+ import type { DataContractSerializer, DataContractSerializerSettings, ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
27
+ import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
28
+ import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
29
+ import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
30
+ import type { XmlSerializer } from "@tsonic/dotnet/System.Xml.Serialization/internal/index.js";
31
+ import type { XmlDictionaryReaderQuotas, XmlReader, XmlWriter, XmlWriterSettings } from "@tsonic/dotnet/System.Xml/internal/index.js";
32
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
33
+ import type { Boolean as ClrBoolean, Double, Enum, Exception, Func_3, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
34
+ import type { ILogger_1, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
35
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
36
+ import type { StringSegment } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
37
37
 
38
38
  export enum InputFormatterExceptionPolicy {
39
39
  AllExceptions = 0,
@@ -45,7 +45,7 @@ export interface IInputFormatter$instance {
45
45
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatter: never;
46
46
 
47
47
  CanRead(context: InputFormatterContext): boolean;
48
- ReadAsync(context: InputFormatterContext): Task<InputFormatterResult>;
48
+ ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
49
49
  }
50
50
 
51
51
 
@@ -71,6 +71,8 @@ export interface IOutputFormatter$instance {
71
71
  export type IOutputFormatter = IOutputFormatter$instance;
72
72
 
73
73
  export interface MediaType$instance {
74
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_MediaType: never;
75
+
74
76
  readonly Charset: StringSegment;
75
77
  readonly Encoding: Encoding | undefined;
76
78
  readonly HasWildcard: boolean;
@@ -90,7 +92,7 @@ export interface MediaType$instance {
90
92
  export const MediaType: {
91
93
  new(mediaType: string): MediaType;
92
94
  new(mediaType: StringSegment): MediaType;
93
- new(mediaType: string, offset: int, length: Nullable<System_Internal.Int32>): MediaType;
95
+ new(mediaType: string, offset: int, length: Nullable_1<System_Internal.Int32>): MediaType;
94
96
  CreateMediaTypeSegmentWithQuality(mediaType: string, start: int): MediaTypeSegmentWithQuality;
95
97
  GetEncoding(mediaType: StringSegment): Encoding | undefined;
96
98
  GetEncoding(mediaType: string): Encoding | undefined;
@@ -102,6 +104,8 @@ export const MediaType: {
102
104
  export type MediaType = MediaType$instance;
103
105
 
104
106
  export interface MediaTypeSegmentWithQuality$instance {
107
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_MediaTypeSegmentWithQuality: never;
108
+
105
109
  readonly MediaType: StringSegment;
106
110
  readonly Quality: double;
107
111
  ToString(): string;
@@ -115,7 +119,9 @@ export const MediaTypeSegmentWithQuality: {
115
119
 
116
120
  export type MediaTypeSegmentWithQuality = MediaTypeSegmentWithQuality$instance;
117
121
 
118
- export interface FormatFilter$instance extends IFilterMetadata {
122
+ export interface FormatFilter$instance extends IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
123
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatFilter: never;
124
+
119
125
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
120
126
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IResourceFilter: never;
121
127
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IResultFilter: never;
@@ -130,7 +136,7 @@ export interface FormatFilter$instance extends IFilterMetadata {
130
136
 
131
137
 
132
138
  export const FormatFilter: {
133
- new(options: IOptions<MvcOptions>, loggerFactory: ILoggerFactory): FormatFilter;
139
+ new(options: IOptions_1<MvcOptions>, loggerFactory: ILoggerFactory): FormatFilter;
134
140
  };
135
141
 
136
142
 
@@ -139,12 +145,12 @@ export interface __FormatFilter$views {
139
145
  As_IResultFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance;
140
146
  }
141
147
 
142
- export interface FormatFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {}
143
-
144
148
  export type FormatFilter = FormatFilter$instance & __FormatFilter$views;
145
149
 
146
150
 
147
- export interface FormatterCollection_1$instance<TFormatter> extends Collection<TFormatter> {
151
+ export interface FormatterCollection_1$instance<TFormatter> extends Collection_1<TFormatter> {
152
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatterCollection_1: never;
153
+
148
154
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
149
155
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
150
156
  readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
@@ -161,13 +167,15 @@ export interface FormatterCollection_1$instance<TFormatter> extends Collection<T
161
167
 
162
168
  export const FormatterCollection_1: {
163
169
  new<TFormatter>(): FormatterCollection_1<TFormatter>;
164
- new<TFormatter>(list: IList__System_Collections_Generic<TFormatter>): FormatterCollection_1<TFormatter>;
170
+ new<TFormatter>(list: IList_1<TFormatter>): FormatterCollection_1<TFormatter>;
165
171
  };
166
172
 
167
173
 
168
174
  export type FormatterCollection_1<TFormatter> = FormatterCollection_1$instance<TFormatter>;
169
175
 
170
176
  export interface FormatterMappings$instance {
177
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatterMappings: never;
178
+
171
179
  ClearMediaTypeMappingForFormat(format: string): boolean;
172
180
  GetMediaTypeMappingForFormat(format: string): string | undefined;
173
181
  SetMediaTypeMappingForFormat(format: string, contentType: string): void;
@@ -182,7 +190,9 @@ export const FormatterMappings: {
182
190
 
183
191
  export type FormatterMappings = FormatterMappings$instance;
184
192
 
185
- export interface HttpNoContentOutputFormatter$instance {
193
+ export interface HttpNoContentOutputFormatter$instance extends IOutputFormatter$instance {
194
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_HttpNoContentOutputFormatter: never;
195
+
186
196
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
187
197
 
188
198
  TreatNullValueAsNoContent: boolean;
@@ -200,12 +210,12 @@ export interface __HttpNoContentOutputFormatter$views {
200
210
  As_IOutputFormatter(): IOutputFormatter$instance;
201
211
  }
202
212
 
203
- export interface HttpNoContentOutputFormatter$instance extends IOutputFormatter$instance {}
204
-
205
213
  export type HttpNoContentOutputFormatter = HttpNoContentOutputFormatter$instance & __HttpNoContentOutputFormatter$views;
206
214
 
207
215
 
208
- export interface InputFormatter$instance {
216
+ export interface InputFormatter$instance extends Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance, IInputFormatter$instance {
217
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_InputFormatter: never;
218
+
209
219
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
210
220
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatter: never;
211
221
 
@@ -213,9 +223,9 @@ export interface InputFormatter$instance {
213
223
  CanRead(context: InputFormatterContext): boolean;
214
224
  CanReadType(type: Type): boolean;
215
225
  GetDefaultValueForType(modelType: Type): unknown | undefined;
216
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
217
- ReadAsync(context: InputFormatterContext): Task<InputFormatterResult>;
218
- ReadRequestBodyAsync(context: InputFormatterContext): Task<InputFormatterResult>;
226
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
227
+ ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
228
+ ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
219
229
  }
220
230
 
221
231
 
@@ -228,31 +238,33 @@ export interface __InputFormatter$views {
228
238
  As_IApiRequestFormatMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance;
229
239
  }
230
240
 
231
- export interface InputFormatter$instance extends Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance, IInputFormatter$instance {}
232
-
233
241
  export type InputFormatter = InputFormatter$instance & __InputFormatter$views;
234
242
 
235
243
 
236
244
  export interface InputFormatterContext$instance {
245
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_InputFormatterContext: never;
246
+
237
247
  readonly HttpContext: HttpContext;
238
248
  readonly Metadata: ModelMetadata;
239
249
  readonly ModelName: string;
240
250
  readonly ModelState: ModelStateDictionary;
241
251
  readonly ModelType: Type;
242
- readonly ReaderFactory: Func<Stream, Encoding, TextReader>;
252
+ readonly ReaderFactory: Func_3<Stream, Encoding, TextReader>;
243
253
  readonly TreatEmptyInputAsDefaultValue: boolean;
244
254
  }
245
255
 
246
256
 
247
257
  export const InputFormatterContext: {
248
- new(httpContext: HttpContext, modelName: string, modelState: ModelStateDictionary, metadata: ModelMetadata, readerFactory: Func<Stream, Encoding, TextReader>): InputFormatterContext;
249
- new(httpContext: HttpContext, modelName: string, modelState: ModelStateDictionary, metadata: ModelMetadata, readerFactory: Func<Stream, Encoding, TextReader>, treatEmptyInputAsDefaultValue: boolean): InputFormatterContext;
258
+ new(httpContext: HttpContext, modelName: string, modelState: ModelStateDictionary, metadata: ModelMetadata, readerFactory: Func_3<Stream, Encoding, TextReader>): InputFormatterContext;
259
+ new(httpContext: HttpContext, modelName: string, modelState: ModelStateDictionary, metadata: ModelMetadata, readerFactory: Func_3<Stream, Encoding, TextReader>, treatEmptyInputAsDefaultValue: boolean): InputFormatterContext;
250
260
  };
251
261
 
252
262
 
253
263
  export type InputFormatterContext = InputFormatterContext$instance;
254
264
 
255
265
  export interface InputFormatterException$instance extends Exception {
266
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_InputFormatterException: never;
267
+
256
268
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
257
269
 
258
270
  }
@@ -268,6 +280,8 @@ export const InputFormatterException: {
268
280
  export type InputFormatterException = InputFormatterException$instance;
269
281
 
270
282
  export interface InputFormatterResult$instance {
283
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_InputFormatterResult: never;
284
+
271
285
  readonly HasError: boolean;
272
286
  readonly IsModelSet: boolean;
273
287
  readonly Model: unknown | undefined;
@@ -276,17 +290,19 @@ export interface InputFormatterResult$instance {
276
290
 
277
291
  export const InputFormatterResult: {
278
292
  Failure(): InputFormatterResult;
279
- FailureAsync(): Task<InputFormatterResult>;
293
+ FailureAsync(): Task_1<InputFormatterResult>;
280
294
  NoValue(): InputFormatterResult;
281
- NoValueAsync(): Task<InputFormatterResult>;
295
+ NoValueAsync(): Task_1<InputFormatterResult>;
282
296
  Success(model: unknown): InputFormatterResult;
283
- SuccessAsync(model: unknown): Task<InputFormatterResult>;
297
+ SuccessAsync(model: unknown): Task_1<InputFormatterResult>;
284
298
  };
285
299
 
286
300
 
287
301
  export type InputFormatterResult = InputFormatterResult$instance;
288
302
 
289
- export interface MediaTypeCollection$instance extends Collection<System_Internal.String> {
303
+ export interface MediaTypeCollection$instance extends Collection_1<System_Internal.String> {
304
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_MediaTypeCollection: never;
305
+
290
306
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
291
307
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
292
308
  readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
@@ -309,14 +325,16 @@ export const MediaTypeCollection: {
309
325
 
310
326
  export type MediaTypeCollection = MediaTypeCollection$instance;
311
327
 
312
- export interface OutputFormatter$instance {
328
+ export interface OutputFormatter$instance extends Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
329
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_OutputFormatter: never;
330
+
313
331
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
314
332
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
315
333
 
316
334
  readonly SupportedMediaTypes: MediaTypeCollection;
317
335
  CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
318
336
  CanWriteType(type: Type): boolean;
319
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
337
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
320
338
  WriteAsync(context: OutputFormatterWriteContext): Task;
321
339
  WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
322
340
  WriteResponseHeaders(context: OutputFormatterWriteContext): void;
@@ -332,12 +350,12 @@ export interface __OutputFormatter$views {
332
350
  As_IApiResponseTypeMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance;
333
351
  }
334
352
 
335
- export interface OutputFormatter$instance extends Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {}
336
-
337
353
  export type OutputFormatter = OutputFormatter$instance & __OutputFormatter$views;
338
354
 
339
355
 
340
356
  export interface OutputFormatterCanWriteContext$instance {
357
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_OutputFormatterCanWriteContext: never;
358
+
341
359
  ContentType: StringSegment;
342
360
  ContentTypeIsServerDefined: boolean;
343
361
  HttpContext: HttpContext;
@@ -355,18 +373,22 @@ export const OutputFormatterCanWriteContext: (abstract new(httpContext: HttpCont
355
373
  export type OutputFormatterCanWriteContext = OutputFormatterCanWriteContext$instance;
356
374
 
357
375
  export interface OutputFormatterWriteContext$instance extends OutputFormatterCanWriteContext {
358
- WriterFactory: Func<Stream, Encoding, TextWriter>;
376
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_OutputFormatterWriteContext: never;
377
+
378
+ WriterFactory: Func_3<Stream, Encoding, TextWriter>;
359
379
  }
360
380
 
361
381
 
362
382
  export const OutputFormatterWriteContext: {
363
- new(httpContext: HttpContext, writerFactory: Func<Stream, Encoding, TextWriter>, objectType: Type, object: unknown): OutputFormatterWriteContext;
383
+ new(httpContext: HttpContext, writerFactory: Func_3<Stream, Encoding, TextWriter>, objectType: Type, object: unknown): OutputFormatterWriteContext;
364
384
  };
365
385
 
366
386
 
367
387
  export type OutputFormatterWriteContext = OutputFormatterWriteContext$instance;
368
388
 
369
- export interface StreamOutputFormatter$instance {
389
+ export interface StreamOutputFormatter$instance extends IOutputFormatter$instance {
390
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_StreamOutputFormatter: never;
391
+
370
392
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
371
393
 
372
394
  CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
@@ -383,17 +405,17 @@ export interface __StreamOutputFormatter$views {
383
405
  As_IOutputFormatter(): IOutputFormatter$instance;
384
406
  }
385
407
 
386
- export interface StreamOutputFormatter$instance extends IOutputFormatter$instance {}
387
-
388
408
  export type StreamOutputFormatter = StreamOutputFormatter$instance & __StreamOutputFormatter$views;
389
409
 
390
410
 
391
411
  export interface StringOutputFormatter$instance extends TextOutputFormatter$instance {
412
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_StringOutputFormatter: never;
413
+
392
414
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
393
415
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
394
416
 
395
417
  CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
396
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
418
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
397
419
  WriteAsync(context: OutputFormatterWriteContext): Task;
398
420
  WriteResponseBodyAsync(context: OutputFormatterWriteContext, encoding: Encoding): Task;
399
421
  WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
@@ -413,22 +435,24 @@ export interface __StringOutputFormatter$views {
413
435
  export type StringOutputFormatter = StringOutputFormatter$instance & __StringOutputFormatter$views;
414
436
 
415
437
 
416
- export interface SystemTextJsonInputFormatter$instance extends TextInputFormatter$instance {
438
+ export interface SystemTextJsonInputFormatter$instance extends TextInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
439
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_SystemTextJsonInputFormatter: never;
440
+
417
441
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
418
442
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatter: never;
419
443
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatterExceptionPolicy: never;
420
444
 
421
445
  readonly SerializerOptions: JsonSerializerOptions;
422
446
  CanRead(context: InputFormatterContext): boolean;
423
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
424
- ReadAsync(context: InputFormatterContext): Task<InputFormatterResult>;
425
- ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task<InputFormatterResult>;
426
- ReadRequestBodyAsync(context: InputFormatterContext): Task<InputFormatterResult>;
447
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
448
+ ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
449
+ ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task_1<InputFormatterResult>;
450
+ ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
427
451
  }
428
452
 
429
453
 
430
454
  export const SystemTextJsonInputFormatter: {
431
- new(options: JsonOptions, logger: ILogger<SystemTextJsonInputFormatter>): SystemTextJsonInputFormatter;
455
+ new(options: JsonOptions, logger: ILogger_1<SystemTextJsonInputFormatter>): SystemTextJsonInputFormatter;
432
456
  };
433
457
 
434
458
 
@@ -438,18 +462,18 @@ export interface __SystemTextJsonInputFormatter$views {
438
462
  As_IApiRequestFormatMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance;
439
463
  }
440
464
 
441
- export interface SystemTextJsonInputFormatter$instance extends IInputFormatterExceptionPolicy$instance {}
442
-
443
465
  export type SystemTextJsonInputFormatter = SystemTextJsonInputFormatter$instance & __SystemTextJsonInputFormatter$views;
444
466
 
445
467
 
446
468
  export interface SystemTextJsonOutputFormatter$instance extends TextOutputFormatter$instance {
469
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_SystemTextJsonOutputFormatter: never;
470
+
447
471
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
448
472
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
449
473
 
450
474
  readonly SerializerOptions: JsonSerializerOptions;
451
475
  CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
452
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
476
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
453
477
  WriteAsync(context: OutputFormatterWriteContext): Task;
454
478
  WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
455
479
  WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
@@ -470,15 +494,17 @@ export type SystemTextJsonOutputFormatter = SystemTextJsonOutputFormatter$instan
470
494
 
471
495
 
472
496
  export interface TextInputFormatter$instance extends InputFormatter$instance {
497
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_TextInputFormatter: never;
498
+
473
499
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
474
500
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatter: never;
475
501
 
476
- readonly SupportedEncodings: IList__System_Collections_Generic<Encoding>;
502
+ readonly SupportedEncodings: IList_1<Encoding>;
477
503
  CanRead(context: InputFormatterContext): boolean;
478
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
479
- ReadAsync(context: InputFormatterContext): Task<InputFormatterResult>;
480
- ReadRequestBodyAsync(context: InputFormatterContext): Task<InputFormatterResult>;
481
- ReadRequestBodyAsync(context: InputFormatterContext): Task<InputFormatterResult>;
504
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
505
+ ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
506
+ ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
507
+ ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
482
508
  }
483
509
 
484
510
 
@@ -497,12 +523,14 @@ export type TextInputFormatter = TextInputFormatter$instance & __TextInputFormat
497
523
 
498
524
 
499
525
  export interface TextOutputFormatter$instance extends OutputFormatter$instance {
526
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_TextOutputFormatter: never;
527
+
500
528
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
501
529
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
502
530
 
503
- readonly SupportedEncodings: IList__System_Collections_Generic<Encoding>;
531
+ readonly SupportedEncodings: IList_1<Encoding>;
504
532
  CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
505
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
533
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
506
534
  SelectCharacterEncoding(context: OutputFormatterWriteContext): Encoding;
507
535
  WriteAsync(context: OutputFormatterWriteContext): Task;
508
536
  WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
@@ -521,7 +549,9 @@ export interface __TextOutputFormatter$views {
521
549
  export type TextOutputFormatter = TextOutputFormatter$instance & __TextOutputFormatter$views;
522
550
 
523
551
 
524
- export interface XmlDataContractSerializerInputFormatter$instance extends TextInputFormatter$instance {
552
+ export interface XmlDataContractSerializerInputFormatter$instance extends TextInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
553
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlDataContractSerializerInputFormatter: never;
554
+
525
555
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
526
556
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatter: never;
527
557
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatterExceptionPolicy: never;
@@ -529,7 +559,7 @@ export interface XmlDataContractSerializerInputFormatter$instance extends TextIn
529
559
  readonly ExceptionPolicy: InputFormatterExceptionPolicy;
530
560
  MaxDepth: int;
531
561
  SerializerSettings: DataContractSerializerSettings;
532
- readonly WrapperProviderFactories: IList__System_Collections_Generic<IWrapperProviderFactory>;
562
+ readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
533
563
  readonly XmlDictionaryReaderQuotas: XmlDictionaryReaderQuotas;
534
564
  CanRead(context: InputFormatterContext): boolean;
535
565
  CanReadType(type: Type): boolean;
@@ -537,10 +567,10 @@ export interface XmlDataContractSerializerInputFormatter$instance extends TextIn
537
567
  CreateXmlReader(readStream: Stream, encoding: Encoding): XmlReader;
538
568
  GetCachedSerializer(type: Type): DataContractSerializer;
539
569
  GetSerializableType(declaredType: Type): Type;
540
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
541
- ReadAsync(context: InputFormatterContext): Task<InputFormatterResult>;
542
- ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task<InputFormatterResult>;
543
- ReadRequestBodyAsync(context: InputFormatterContext): Task<InputFormatterResult>;
570
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
571
+ ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
572
+ ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task_1<InputFormatterResult>;
573
+ ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
544
574
  }
545
575
 
546
576
 
@@ -555,17 +585,17 @@ export interface __XmlDataContractSerializerInputFormatter$views {
555
585
  As_IApiRequestFormatMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance;
556
586
  }
557
587
 
558
- export interface XmlDataContractSerializerInputFormatter$instance extends IInputFormatterExceptionPolicy$instance {}
559
-
560
588
  export type XmlDataContractSerializerInputFormatter = XmlDataContractSerializerInputFormatter$instance & __XmlDataContractSerializerInputFormatter$views;
561
589
 
562
590
 
563
591
  export interface XmlDataContractSerializerOutputFormatter$instance extends TextOutputFormatter$instance {
592
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlDataContractSerializerOutputFormatter: never;
593
+
564
594
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
565
595
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
566
596
 
567
597
  SerializerSettings: DataContractSerializerSettings;
568
- readonly WrapperProviderFactories: IList__System_Collections_Generic<IWrapperProviderFactory>;
598
+ readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
569
599
  readonly WriterSettings: XmlWriterSettings;
570
600
  CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
571
601
  CanWriteType(type: Type): boolean;
@@ -574,7 +604,7 @@ export interface XmlDataContractSerializerOutputFormatter$instance extends TextO
574
604
  CreateXmlWriter(context: OutputFormatterWriteContext, writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
575
605
  GetCachedSerializer(type: Type): DataContractSerializer;
576
606
  GetSerializableType(type: Type): Type;
577
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
607
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
578
608
  WriteAsync(context: OutputFormatterWriteContext): Task;
579
609
  WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
580
610
  WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
@@ -597,14 +627,16 @@ export interface __XmlDataContractSerializerOutputFormatter$views {
597
627
  export type XmlDataContractSerializerOutputFormatter = XmlDataContractSerializerOutputFormatter$instance & __XmlDataContractSerializerOutputFormatter$views;
598
628
 
599
629
 
600
- export interface XmlSerializerInputFormatter$instance extends TextInputFormatter$instance {
630
+ export interface XmlSerializerInputFormatter$instance extends TextInputFormatter$instance, IInputFormatterExceptionPolicy$instance {
631
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlSerializerInputFormatter: never;
632
+
601
633
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
602
634
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatter: never;
603
635
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IInputFormatterExceptionPolicy: never;
604
636
 
605
637
  readonly ExceptionPolicy: InputFormatterExceptionPolicy;
606
638
  MaxDepth: int;
607
- readonly WrapperProviderFactories: IList__System_Collections_Generic<IWrapperProviderFactory>;
639
+ readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
608
640
  readonly XmlDictionaryReaderQuotas: XmlDictionaryReaderQuotas;
609
641
  CanRead(context: InputFormatterContext): boolean;
610
642
  CanReadType(type: Type): boolean;
@@ -613,10 +645,10 @@ export interface XmlSerializerInputFormatter$instance extends TextInputFormatter
613
645
  CreateXmlReader(readStream: Stream, encoding: Encoding): XmlReader;
614
646
  GetCachedSerializer(type: Type): XmlSerializer;
615
647
  GetSerializableType(declaredType: Type): Type;
616
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
617
- ReadAsync(context: InputFormatterContext): Task<InputFormatterResult>;
618
- ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task<InputFormatterResult>;
619
- ReadRequestBodyAsync(context: InputFormatterContext): Task<InputFormatterResult>;
648
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
649
+ ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
650
+ ReadRequestBodyAsync(context: InputFormatterContext, encoding: Encoding): Task_1<InputFormatterResult>;
651
+ ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
620
652
  }
621
653
 
622
654
 
@@ -631,16 +663,16 @@ export interface __XmlSerializerInputFormatter$views {
631
663
  As_IApiRequestFormatMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestFormatMetadataProvider$instance;
632
664
  }
633
665
 
634
- export interface XmlSerializerInputFormatter$instance extends IInputFormatterExceptionPolicy$instance {}
635
-
636
666
  export type XmlSerializerInputFormatter = XmlSerializerInputFormatter$instance & __XmlSerializerInputFormatter$views;
637
667
 
638
668
 
639
669
  export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatter$instance {
670
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlSerializerOutputFormatter: never;
671
+
640
672
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
641
673
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IOutputFormatter: never;
642
674
 
643
- readonly WrapperProviderFactories: IList__System_Collections_Generic<IWrapperProviderFactory>;
675
+ readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
644
676
  readonly WriterSettings: XmlWriterSettings;
645
677
  CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
646
678
  CanWriteType(type: Type): boolean;
@@ -649,7 +681,7 @@ export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatt
649
681
  CreateXmlWriter(context: OutputFormatterWriteContext, writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
650
682
  GetCachedSerializer(type: Type): XmlSerializer;
651
683
  GetSerializableType(type: Type): Type;
652
- GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList<System_Internal.String> | undefined;
684
+ GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
653
685
  Serialize(xmlSerializer: XmlSerializer, xmlWriter: XmlWriter, value: unknown): void;
654
686
  WriteAsync(context: OutputFormatterWriteContext): Task;
655
687
  WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;