@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
@@ -7,24 +7,26 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { ContentDispositionHeaderValue } from "../../Microsoft.Net.Http.Headers/internal/index.js";
10
- import type { ArrayPool } from "@tsonic/dotnet/System.Buffers.js";
11
- import type { Dictionary, IDictionary, IEnumerable, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import * as System_IO_Internal from "@tsonic/dotnet/System.IO.js";
13
- import type { SeekOrigin, Stream, TextReader, TextWriter } from "@tsonic/dotnet/System.IO.js";
14
- import type { PipeReader, PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { ArraySegment, Boolean as ClrBoolean, Byte, Char, Func, IAsyncDisposable, IDisposable, Int32, Int64, Memory, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, Span, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
17
- import type { Encoding } from "@tsonic/dotnet/System.Text.js";
18
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
19
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
20
- import type { StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
10
+ import type { ArrayPool_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
11
+ import type { Dictionary_2, IDictionary_2, IEnumerable_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import type { PipeReader, PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines/internal/index.js";
13
+ import * as System_IO_Internal from "@tsonic/dotnet/System.IO/internal/index.js";
14
+ import type { SeekOrigin, Stream, TextReader, TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
15
+ import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
16
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
17
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
18
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
19
+ import type { ArraySegment_1, Boolean as ClrBoolean, Byte, Char, Func_1, IAsyncDisposable, IDisposable, Int32, Int64, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
20
+ import type { StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
21
21
 
22
22
  export interface KeyValueAccumulator$instance {
23
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_KeyValueAccumulator: never;
24
+
23
25
  readonly HasValues: boolean;
24
26
  readonly KeyCount: int;
25
27
  ValueCount: int;
26
28
  Append(key: string, value: string): void;
27
- GetResults(): Dictionary<System_Internal.String, StringValues>;
29
+ GetResults(): Dictionary_2<System_Internal.String, StringValues>;
28
30
  }
29
31
 
30
32
 
@@ -36,23 +38,27 @@ export const KeyValueAccumulator: {
36
38
  export type KeyValueAccumulator = KeyValueAccumulator$instance;
37
39
 
38
40
  export interface QueryStringEnumerable$instance {
41
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_QueryStringEnumerable: never;
42
+
39
43
  GetEnumerator(): QueryStringEnumerable_Enumerator;
40
44
  }
41
45
 
42
46
 
43
47
  export const QueryStringEnumerable: {
44
48
  new(queryString: string): QueryStringEnumerable;
45
- new(queryString: ReadOnlyMemory<System_Internal.Char>): QueryStringEnumerable;
49
+ new(queryString: ReadOnlyMemory_1<System_Internal.Char>): QueryStringEnumerable;
46
50
  };
47
51
 
48
52
 
49
53
  export type QueryStringEnumerable = QueryStringEnumerable$instance;
50
54
 
51
55
  export interface QueryStringEnumerable_EncodedNameValuePair$instance {
52
- readonly EncodedName: ReadOnlyMemory<System_Internal.Char>;
53
- readonly EncodedValue: ReadOnlyMemory<System_Internal.Char>;
54
- DecodeName(): ReadOnlyMemory<System_Internal.Char>;
55
- DecodeValue(): ReadOnlyMemory<System_Internal.Char>;
56
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_QueryStringEnumerable_EncodedNameValuePair: never;
57
+
58
+ readonly EncodedName: ReadOnlyMemory_1<System_Internal.Char>;
59
+ readonly EncodedValue: ReadOnlyMemory_1<System_Internal.Char>;
60
+ DecodeName(): ReadOnlyMemory_1<System_Internal.Char>;
61
+ DecodeValue(): ReadOnlyMemory_1<System_Internal.Char>;
56
62
  }
57
63
 
58
64
 
@@ -64,6 +70,8 @@ export const QueryStringEnumerable_EncodedNameValuePair: {
64
70
  export type QueryStringEnumerable_EncodedNameValuePair = QueryStringEnumerable_EncodedNameValuePair$instance;
65
71
 
66
72
  export interface QueryStringEnumerable_Enumerator$instance {
73
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_QueryStringEnumerable_Enumerator: never;
74
+
67
75
  Current: QueryStringEnumerable_EncodedNameValuePair;
68
76
  MoveNext(): boolean;
69
77
  }
@@ -77,10 +85,12 @@ export const QueryStringEnumerable_Enumerator: {
77
85
  export type QueryStringEnumerable_Enumerator = QueryStringEnumerable_Enumerator$instance;
78
86
 
79
87
  export interface BufferedReadStream$instance extends Stream {
88
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_BufferedReadStream: never;
89
+
80
90
  readonly __tsonic_iface_System_IAsyncDisposable: never;
81
91
  readonly __tsonic_iface_System_IDisposable: never;
82
92
 
83
- readonly BufferedData: ArraySegment<System_Internal.Byte>;
93
+ readonly BufferedData: ArraySegment_1<System_Internal.Byte>;
84
94
  readonly CanRead: boolean;
85
95
  readonly CanSeek: boolean;
86
96
  readonly CanTimeout: boolean;
@@ -90,32 +100,34 @@ export interface BufferedReadStream$instance extends Stream {
90
100
  Dispose(disposing: boolean): void;
91
101
  EnsureBuffered(): boolean;
92
102
  EnsureBuffered(minCount: int): boolean;
93
- EnsureBufferedAsync(cancellationToken: CancellationToken): Task<System_Internal.Boolean>;
94
- EnsureBufferedAsync(minCount: int, cancellationToken: CancellationToken): Task<System_Internal.Boolean>;
103
+ EnsureBufferedAsync(cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
104
+ EnsureBufferedAsync(minCount: int, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
95
105
  Flush(): void;
96
106
  FlushAsync(cancellationToken: CancellationToken): Task;
97
107
  Read(buffer: byte[], offset: int, count: int): int;
98
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task<System_Internal.Int32>;
99
- ReadAsync(buffer: Memory<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask<System_Internal.Int32>;
108
+ ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
109
+ ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Int32>;
100
110
  ReadLine(lengthLimit: int): string;
101
- ReadLineAsync(lengthLimit: int, cancellationToken: CancellationToken): Task<System_Internal.String>;
111
+ ReadLineAsync(lengthLimit: int, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
102
112
  Seek(offset: long, origin: SeekOrigin): long;
103
113
  SetLength(value: long): void;
104
114
  Write(buffer: byte[], offset: int, count: int): void;
105
- WriteAsync(buffer: ReadOnlyMemory<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask;
115
+ WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask;
106
116
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
107
117
  }
108
118
 
109
119
 
110
120
  export const BufferedReadStream: {
111
121
  new(inner: Stream, bufferSize: int): BufferedReadStream;
112
- new(inner: Stream, bufferSize: int, bytePool: ArrayPool<System_Internal.Byte>): BufferedReadStream;
122
+ new(inner: Stream, bufferSize: int, bytePool: ArrayPool_1<System_Internal.Byte>): BufferedReadStream;
113
123
  };
114
124
 
115
125
 
116
126
  export type BufferedReadStream = BufferedReadStream$instance;
117
127
 
118
128
  export interface FileBufferingReadStream$instance extends Stream {
129
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_FileBufferingReadStream: never;
130
+
119
131
  readonly __tsonic_iface_System_IAsyncDisposable: never;
120
132
  readonly __tsonic_iface_System_IDisposable: never;
121
133
 
@@ -131,30 +143,32 @@ export interface FileBufferingReadStream$instance extends Stream {
131
143
  Dispose(disposing: boolean): void;
132
144
  DisposeAsync(): ValueTask;
133
145
  Flush(): void;
134
- Read(buffer: Span<System_Internal.Byte>): int;
146
+ Read(buffer: Span_1<System_Internal.Byte>): int;
135
147
  Read(buffer: byte[], offset: int, count: int): int;
136
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task<System_Internal.Int32>;
137
- ReadAsync(buffer: Memory<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask<System_Internal.Int32>;
148
+ ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
149
+ ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
138
150
  Seek(offset: long, origin: SeekOrigin): long;
139
151
  SetLength(value: long): void;
140
152
  Write(buffer: byte[], offset: int, count: int): void;
141
- WriteAsync(buffer: ReadOnlyMemory<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask;
153
+ WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask;
142
154
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
143
155
  }
144
156
 
145
157
 
146
158
  export const FileBufferingReadStream: {
147
159
  new(inner: Stream, memoryThreshold: int): FileBufferingReadStream;
148
- new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable<System_Internal.Int64>, tempFileDirectoryAccessor: Func<System_Internal.String>): FileBufferingReadStream;
149
- new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable<System_Internal.Int64>, tempFileDirectoryAccessor: Func<System_Internal.String>, bytePool: ArrayPool<System_Internal.Byte>): FileBufferingReadStream;
150
- new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable<System_Internal.Int64>, tempFileDirectory: string): FileBufferingReadStream;
151
- new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable<System_Internal.Int64>, tempFileDirectory: string, bytePool: ArrayPool<System_Internal.Byte>): FileBufferingReadStream;
160
+ new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable_1<System_Internal.Int64>, tempFileDirectoryAccessor: Func_1<System_Internal.String>): FileBufferingReadStream;
161
+ new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable_1<System_Internal.Int64>, tempFileDirectoryAccessor: Func_1<System_Internal.String>, bytePool: ArrayPool_1<System_Internal.Byte>): FileBufferingReadStream;
162
+ new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable_1<System_Internal.Int64>, tempFileDirectory: string): FileBufferingReadStream;
163
+ new(inner: Stream, memoryThreshold: int, bufferLimit: Nullable_1<System_Internal.Int64>, tempFileDirectory: string, bytePool: ArrayPool_1<System_Internal.Byte>): FileBufferingReadStream;
152
164
  };
153
165
 
154
166
 
155
167
  export type FileBufferingReadStream = FileBufferingReadStream$instance;
156
168
 
157
169
  export interface FileBufferingWriteStream$instance extends Stream {
170
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_FileBufferingWriteStream: never;
171
+
158
172
  readonly __tsonic_iface_System_IAsyncDisposable: never;
159
173
  readonly __tsonic_iface_System_IDisposable: never;
160
174
 
@@ -171,24 +185,26 @@ export interface FileBufferingWriteStream$instance extends Stream {
171
185
  Flush(): void;
172
186
  FlushAsync(cancellationToken: CancellationToken): Task;
173
187
  Read(buffer: byte[], offset: int, count: int): int;
174
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task<System_Internal.Int32>;
175
- ReadAsync(buffer: Memory<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask<System_Internal.Int32>;
188
+ ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
189
+ ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Int32>;
176
190
  Seek(offset: long, origin: SeekOrigin): long;
177
191
  SetLength(value: long): void;
178
192
  Write(buffer: byte[], offset: int, count: int): void;
179
193
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
180
- WriteAsync(buffer: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
194
+ WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
181
195
  }
182
196
 
183
197
 
184
198
  export const FileBufferingWriteStream: {
185
- new(memoryThreshold: int, bufferLimit: Nullable<System_Internal.Int64>, tempFileDirectoryAccessor: Func<System_Internal.String>): FileBufferingWriteStream;
199
+ new(memoryThreshold: int, bufferLimit: Nullable_1<System_Internal.Int64>, tempFileDirectoryAccessor: Func_1<System_Internal.String>): FileBufferingWriteStream;
186
200
  };
187
201
 
188
202
 
189
203
  export type FileBufferingWriteStream = FileBufferingWriteStream$instance;
190
204
 
191
205
  export interface FileMultipartSection$instance {
206
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_FileMultipartSection: never;
207
+
192
208
  readonly FileName: string;
193
209
  readonly FileStream: Stream | undefined;
194
210
  readonly Name: string;
@@ -205,10 +221,12 @@ export const FileMultipartSection: {
205
221
  export type FileMultipartSection = FileMultipartSection$instance;
206
222
 
207
223
  export interface FormMultipartSection$instance {
224
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_FormMultipartSection: never;
225
+
208
226
  readonly Name: string;
209
227
  readonly Section: MultipartSection;
210
- GetValueAsync(): Task<System_Internal.String>;
211
- GetValueAsync(cancellationToken: CancellationToken): ValueTask<System_Internal.String>;
228
+ GetValueAsync(): Task_1<System_Internal.String>;
229
+ GetValueAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
212
230
  }
213
231
 
214
232
 
@@ -221,10 +239,12 @@ export const FormMultipartSection: {
221
239
  export type FormMultipartSection = FormMultipartSection$instance;
222
240
 
223
241
  export interface FormPipeReader$instance {
242
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_FormPipeReader: never;
243
+
224
244
  KeyLengthLimit: int;
225
245
  ValueCountLimit: int;
226
246
  ValueLengthLimit: int;
227
- ReadFormAsync(cancellationToken?: CancellationToken): Task<Dictionary<System_Internal.String, StringValues>>;
247
+ ReadFormAsync(cancellationToken?: CancellationToken): Task_1<Dictionary_2<System_Internal.String, StringValues>>;
228
248
  }
229
249
 
230
250
 
@@ -237,25 +257,27 @@ export const FormPipeReader: {
237
257
  export type FormPipeReader = FormPipeReader$instance;
238
258
 
239
259
  export interface FormReader$instance {
260
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_FormReader: never;
261
+
240
262
  readonly __tsonic_iface_System_IDisposable: never;
241
263
 
242
264
  KeyLengthLimit: int;
243
265
  ValueCountLimit: int;
244
266
  ValueLengthLimit: int;
245
267
  Dispose(): void;
246
- ReadForm(): Dictionary<System_Internal.String, StringValues>;
247
- ReadFormAsync(cancellationToken?: CancellationToken): Task<Dictionary<System_Internal.String, StringValues>>;
248
- ReadNextPair(): Nullable<KeyValuePair<System_Internal.String, System_Internal.String>>;
249
- ReadNextPairAsync(cancellationToken?: CancellationToken): Task<Nullable<KeyValuePair<System_Internal.String, System_Internal.String>>>;
268
+ ReadForm(): Dictionary_2<System_Internal.String, StringValues>;
269
+ ReadFormAsync(cancellationToken?: CancellationToken): Task_1<Dictionary_2<System_Internal.String, StringValues>>;
270
+ ReadNextPair(): Nullable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
271
+ ReadNextPairAsync(cancellationToken?: CancellationToken): Task_1<Nullable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>>;
250
272
  }
251
273
 
252
274
 
253
275
  export const FormReader: {
254
276
  new(data: string): FormReader;
255
- new(data: string, charPool: ArrayPool<System_Internal.Char>): FormReader;
277
+ new(data: string, charPool: ArrayPool_1<System_Internal.Char>): FormReader;
256
278
  new(stream: Stream): FormReader;
257
279
  new(stream: Stream, encoding: Encoding): FormReader;
258
- new(stream: Stream, encoding: Encoding, charPool: ArrayPool<System_Internal.Char>): FormReader;
280
+ new(stream: Stream, encoding: Encoding, charPool: ArrayPool_1<System_Internal.Char>): FormReader;
259
281
  readonly DefaultValueCountLimit: int;
260
282
  readonly DefaultKeyLengthLimit: int;
261
283
  readonly DefaultValueLengthLimit: int;
@@ -265,31 +287,35 @@ export const FormReader: {
265
287
  export type FormReader = FormReader$instance;
266
288
 
267
289
  export interface HttpRequestStreamReader$instance extends TextReader {
290
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_HttpRequestStreamReader: never;
291
+
268
292
  readonly __tsonic_iface_System_IDisposable: never;
269
293
 
270
294
  Dispose(disposing: boolean): void;
271
295
  Peek(): int;
272
296
  Read(): int;
273
297
  Read(buffer: char[], index: int, count: int): int;
274
- Read(buffer: Span<System_Internal.Char>): int;
275
- ReadAsync(buffer: char[], index: int, count: int): Task<System_Internal.Int32>;
276
- ReadAsync(buffer: Memory<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask<System_Internal.Int32>;
298
+ Read(buffer: Span_1<System_Internal.Char>): int;
299
+ ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
300
+ ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
277
301
  ReadLine(): string | undefined;
278
- ReadLineAsync(): Task<string | undefined>;
279
- ReadToEndAsync(): Task<System_Internal.String>;
302
+ ReadLineAsync(): Task_1<string | undefined>;
303
+ ReadToEndAsync(): Task_1<System_Internal.String>;
280
304
  }
281
305
 
282
306
 
283
307
  export const HttpRequestStreamReader: {
284
308
  new(stream: Stream, encoding: Encoding): HttpRequestStreamReader;
285
309
  new(stream: Stream, encoding: Encoding, bufferSize: int): HttpRequestStreamReader;
286
- new(stream: Stream, encoding: Encoding, bufferSize: int, bytePool: ArrayPool<System_Internal.Byte>, charPool: ArrayPool<System_Internal.Char>): HttpRequestStreamReader;
310
+ new(stream: Stream, encoding: Encoding, bufferSize: int, bytePool: ArrayPool_1<System_Internal.Byte>, charPool: ArrayPool_1<System_Internal.Char>): HttpRequestStreamReader;
287
311
  };
288
312
 
289
313
 
290
314
  export type HttpRequestStreamReader = HttpRequestStreamReader$instance;
291
315
 
292
316
  export interface HttpResponseStreamWriter$instance extends TextWriter {
317
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_HttpResponseStreamWriter: never;
318
+
293
319
  readonly __tsonic_iface_System_IAsyncDisposable: never;
294
320
  readonly __tsonic_iface_System_IDisposable: never;
295
321
 
@@ -300,14 +326,14 @@ export interface HttpResponseStreamWriter$instance extends TextWriter {
300
326
  FlushAsync(): Task;
301
327
  Write(value: char): void;
302
328
  Write(values: char[], index: int, count: int): void;
303
- Write(value: ReadOnlySpan<System_Internal.Char>): void;
329
+ Write(value: ReadOnlySpan_1<System_Internal.Char>): void;
304
330
  Write(value: string): void;
305
331
  WriteAsync(value: char): Task;
306
332
  WriteAsync(values: char[], index: int, count: int): Task;
307
333
  WriteAsync(value: string): Task;
308
- WriteAsync(value: ReadOnlyMemory<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
309
- WriteLine(value: ReadOnlySpan<System_Internal.Char>): void;
310
- WriteLineAsync(value: ReadOnlyMemory<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
334
+ WriteAsync(value: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
335
+ WriteLine(value: ReadOnlySpan_1<System_Internal.Char>): void;
336
+ WriteLineAsync(value: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
311
337
  WriteLineAsync(values: char[], index: int, count: int): Task;
312
338
  WriteLineAsync(value: char): Task;
313
339
  WriteLineAsync(value: string): Task;
@@ -317,17 +343,19 @@ export interface HttpResponseStreamWriter$instance extends TextWriter {
317
343
  export const HttpResponseStreamWriter: {
318
344
  new(stream: Stream, encoding: Encoding): HttpResponseStreamWriter;
319
345
  new(stream: Stream, encoding: Encoding, bufferSize: int): HttpResponseStreamWriter;
320
- new(stream: Stream, encoding: Encoding, bufferSize: int, bytePool: ArrayPool<System_Internal.Byte>, charPool: ArrayPool<System_Internal.Char>): HttpResponseStreamWriter;
346
+ new(stream: Stream, encoding: Encoding, bufferSize: int, bytePool: ArrayPool_1<System_Internal.Byte>, charPool: ArrayPool_1<System_Internal.Char>): HttpResponseStreamWriter;
321
347
  };
322
348
 
323
349
 
324
350
  export type HttpResponseStreamWriter = HttpResponseStreamWriter$instance;
325
351
 
326
352
  export interface MultipartReader$instance {
327
- BodyLengthLimit: Nullable<System_Internal.Int64>;
353
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_MultipartReader: never;
354
+
355
+ BodyLengthLimit: Nullable_1<System_Internal.Int64>;
328
356
  HeadersCountLimit: int;
329
357
  HeadersLengthLimit: int;
330
- ReadNextSectionAsync(cancellationToken?: CancellationToken): Task<MultipartSection | undefined>;
358
+ ReadNextSectionAsync(cancellationToken?: CancellationToken): Task_1<MultipartSection | undefined>;
331
359
  }
332
360
 
333
361
 
@@ -342,12 +370,14 @@ export const MultipartReader: {
342
370
  export type MultipartReader = MultipartReader$instance;
343
371
 
344
372
  export interface MultipartSection$instance {
345
- BaseStreamOffset: Nullable<System_Internal.Int64>;
373
+ readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_MultipartSection: never;
374
+
375
+ BaseStreamOffset: Nullable_1<System_Internal.Int64>;
346
376
  Body: Stream;
347
377
  readonly ContentDisposition: string | undefined;
348
378
  readonly ContentType: string | undefined;
349
- get Headers(): Dictionary<System_Internal.String, StringValues> | undefined;
350
- set Headers(value: Dictionary<System_Internal.String, StringValues> | undefined);
379
+ get Headers(): Dictionary_2<System_Internal.String, StringValues> | undefined;
380
+ set Headers(value: Dictionary_2<System_Internal.String, StringValues> | undefined);
351
381
  }
352
382
 
353
383
 
@@ -376,20 +406,20 @@ export abstract class MultipartSectionConverterExtensions$instance {
376
406
  export type MultipartSectionConverterExtensions = MultipartSectionConverterExtensions$instance;
377
407
 
378
408
  export abstract class MultipartSectionStreamExtensions$instance {
379
- static ReadAsStringAsync(section: MultipartSection, cancellationToken: CancellationToken): ValueTask<System_Internal.String>;
380
- static ReadAsStringAsync(section: MultipartSection): Task<System_Internal.String>;
409
+ static ReadAsStringAsync(section: MultipartSection, cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
410
+ static ReadAsStringAsync(section: MultipartSection): Task_1<System_Internal.String>;
381
411
  }
382
412
 
383
413
 
384
414
  export type MultipartSectionStreamExtensions = MultipartSectionStreamExtensions$instance;
385
415
 
386
416
  export abstract class QueryHelpers$instance {
387
- static AddQueryString(uri: string, queryString: IDictionary<System_Internal.String, System_Internal.String>): string;
388
- static AddQueryString(uri: string, queryString: IEnumerable<KeyValuePair<System_Internal.String, StringValues>>): string;
389
- static AddQueryString(uri: string, queryString: IEnumerable<KeyValuePair<System_Internal.String, System_Internal.String>>): string;
417
+ static AddQueryString(uri: string, queryString: IDictionary_2<System_Internal.String, System_Internal.String>): string;
418
+ static AddQueryString(uri: string, queryString: IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>): string;
419
+ static AddQueryString(uri: string, queryString: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): string;
390
420
  static AddQueryString(uri: string, name: string, value: string): string;
391
- static ParseNullableQuery(queryString: string): Dictionary<System_Internal.String, StringValues> | undefined;
392
- static ParseQuery(queryString: string): Dictionary<System_Internal.String, StringValues>;
421
+ static ParseNullableQuery(queryString: string): Dictionary_2<System_Internal.String, StringValues> | undefined;
422
+ static ParseQuery(queryString: string): Dictionary_2<System_Internal.String, StringValues>;
393
423
  }
394
424
 
395
425
 
@@ -403,8 +433,8 @@ export abstract class ReasonPhrases$instance {
403
433
  export type ReasonPhrases = ReasonPhrases$instance;
404
434
 
405
435
  export abstract class StreamHelperExtensions$instance {
406
- static DrainAsync(stream: Stream, bytePool: ArrayPool<System_Internal.Byte>, limit: Nullable<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
407
- static DrainAsync(stream: Stream, limit: Nullable<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
436
+ static DrainAsync(stream: Stream, bytePool: ArrayPool_1<System_Internal.Byte>, limit: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
437
+ static DrainAsync(stream: Stream, limit: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
408
438
  static DrainAsync(stream: Stream, cancellationToken: CancellationToken): Task;
409
439
  }
410
440
 
@@ -418,8 +448,8 @@ export abstract class WebEncoders$instance {
418
448
  static Base64UrlEncode(input: byte[], offset: int, output: char[], outputOffset: int, count: int): int;
419
449
  static Base64UrlEncode(input: byte[], offset: int, count: int): string;
420
450
  static Base64UrlEncode(input: byte[]): string;
421
- static Base64UrlEncode(input: ReadOnlySpan<System_Internal.Byte>, output: Span<System_Internal.Char>): int;
422
- static Base64UrlEncode(input: ReadOnlySpan<System_Internal.Byte>): string;
451
+ static Base64UrlEncode(input: ReadOnlySpan_1<System_Internal.Byte>, output: Span_1<System_Internal.Char>): int;
452
+ static Base64UrlEncode(input: ReadOnlySpan_1<System_Internal.Byte>): string;
423
453
  static GetArraySizeRequiredToDecode(count: int): int;
424
454
  static GetArraySizeRequiredToEncode(count: int): int;
425
455
  }