@tsonic/aspnetcore 10.0.2 → 10.0.6

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 (172) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +27 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +250 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +64 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +47 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +28 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +137 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +53 -32
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +21 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +221 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +358 -187
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +46 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +15 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +220 -89
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +15 -9
  20. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  21. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +10 -5
  22. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  23. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +44 -13
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +16 -8
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +55 -22
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +15 -9
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +33 -20
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +105 -37
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -1
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +27 -15
  36. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +130 -49
  37. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +6 -4
  38. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +64 -20
  39. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  40. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +19 -8
  41. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +55 -29
  42. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  43. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +43 -20
  44. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +28 -16
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +59 -27
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +3 -1
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -1
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +32 -19
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +19 -5
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +31 -15
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +58 -32
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +64 -21
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +89 -47
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +9 -5
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +10 -6
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +16 -4
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +12 -8
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +31 -13
  64. package/Microsoft.AspNetCore.Http/internal/index.d.ts +408 -199
  65. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +34 -16
  66. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +4 -0
  67. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +21 -16
  68. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +208 -88
  69. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +10 -6
  70. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  71. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +378 -171
  72. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  73. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +74 -26
  74. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +18 -8
  75. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +23 -11
  76. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  77. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  78. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +725 -456
  79. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  80. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +10 -6
  81. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +57 -27
  82. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +7 -3
  83. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +724 -205
  84. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +27 -13
  85. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +37 -13
  86. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +76 -30
  87. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +244 -125
  88. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +59 -25
  89. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +21 -10
  90. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +51 -24
  91. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -1
  92. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +12 -7
  93. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +43 -18
  94. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +431 -68
  95. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +140 -44
  96. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +192 -89
  97. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +77 -36
  98. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +3 -0
  99. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +162 -66
  100. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +48 -25
  101. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +379 -133
  102. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +217 -128
  103. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +156 -102
  104. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  105. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +100 -43
  106. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +3 -0
  107. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +105 -56
  108. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +19 -9
  109. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  110. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  111. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +43 -18
  112. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +81 -42
  113. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +70 -37
  114. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +123 -95
  115. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +57 -25
  116. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +151 -72
  117. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +41 -23
  118. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +94 -48
  119. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +24 -11
  120. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +266 -144
  121. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +7 -3
  122. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  123. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +44 -26
  124. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +22 -12
  125. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +28 -10
  126. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  127. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +100 -31
  128. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +11 -5
  129. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +18 -10
  130. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +64 -29
  131. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +20 -12
  132. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +291 -131
  133. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +191 -79
  134. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  135. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +61 -25
  136. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +40 -20
  137. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  138. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +29 -13
  139. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +50 -18
  140. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +12 -4
  141. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +17 -11
  142. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  143. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +56 -36
  144. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +17 -3
  145. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +20 -8
  146. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  147. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  148. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  149. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +29 -18
  150. package/Microsoft.AspNetCore.Session/internal/index.d.ts +32 -22
  151. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +191 -91
  152. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +63 -25
  153. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +21 -11
  154. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  155. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +38 -22
  156. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  157. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  158. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  159. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +119 -73
  160. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +135 -123
  161. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  162. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  163. package/Microsoft.JSInterop/internal/index.d.ts +95 -52
  164. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +40 -26
  165. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +10 -2
  166. package/Microsoft.Net.Http.Headers/internal/index.d.ts +92 -60
  167. package/System.Formats.Cbor/internal/index.d.ts +29 -21
  168. package/System.Security.Claims/internal/index.d.ts +3 -3
  169. package/System.Security.Claims.d.ts +3 -0
  170. package/System.Threading.RateLimiting/internal/index.d.ts +84 -29
  171. package/__internal/extensions/index.d.ts +1776 -1190
  172. package/package.json +4 -4
@@ -11,27 +11,31 @@ import type { ptr } from "@tsonic/core/types.js";
11
11
  // Import types from other namespaces
12
12
  import type { TransferFormat } from "../../Microsoft.AspNetCore.Connections/internal/index.js";
13
13
  import type { IInvocationBinder, JsonHubProtocolOptions } from "../../Microsoft.AspNetCore.SignalR/internal/index.js";
14
- import type { IBufferWriter, ReadOnlySequence } from "@tsonic/dotnet/System.Buffers.js";
15
- import type { IDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
16
- import * as System_Internal from "@tsonic/dotnet/System.js";
17
- import type { Boolean as ClrBoolean, Byte, Int32, Int64, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, Void } from "@tsonic/dotnet/System.js";
18
- import type { ExceptionDispatchInfo } from "@tsonic/dotnet/System.Runtime.ExceptionServices.js";
19
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
14
+ import type { IBufferWriter_1, ReadOnlySequence_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
15
+ import type { IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
16
+ import type { ExceptionDispatchInfo } from "@tsonic/dotnet/System.Runtime.ExceptionServices/internal/index.js";
17
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { Boolean as ClrBoolean, Byte, Int32, Int64, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
19
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
20
20
 
21
21
  export interface IHubProtocol$instance {
22
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_Protocol_IHubProtocol: never;
23
+
22
24
  readonly Name: string;
23
25
  readonly Version: int;
24
26
  readonly TransferFormat: TransferFormat;
25
- GetMessageBytes(message: HubMessage): ReadOnlyMemory<System_Internal.Byte>;
27
+ GetMessageBytes(message: HubMessage): ReadOnlyMemory_1<System_Internal.Byte>;
26
28
  IsVersionSupported(version: int): boolean;
27
- TryParseMessage(input: ReadOnlySequence<System_Internal.Byte>, binder: IInvocationBinder, message: HubMessage): boolean;
28
- WriteMessage(message: HubMessage, output: IBufferWriter<System_Internal.Byte>): void;
29
+ TryParseMessage(input: ReadOnlySequence_1<System_Internal.Byte>, binder: IInvocationBinder, message: HubMessage): boolean;
30
+ WriteMessage(message: HubMessage, output: IBufferWriter_1<System_Internal.Byte>): void;
29
31
  }
30
32
 
31
33
 
32
34
  export type IHubProtocol = IHubProtocol$instance;
33
35
 
34
36
  export interface AckMessage$instance extends HubMessage {
37
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_AckMessage: never;
38
+
35
39
  SequenceId: long;
36
40
  }
37
41
 
@@ -44,6 +48,8 @@ export const AckMessage: {
44
48
  export type AckMessage = AckMessage$instance;
45
49
 
46
50
  export interface CancelInvocationMessage$instance extends HubInvocationMessage {
51
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_CancelInvocationMessage: never;
52
+
47
53
  }
48
54
 
49
55
 
@@ -55,6 +61,8 @@ export const CancelInvocationMessage: {
55
61
  export type CancelInvocationMessage = CancelInvocationMessage$instance;
56
62
 
57
63
  export interface CloseMessage$instance extends HubMessage {
64
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_CloseMessage: never;
65
+
58
66
  readonly AllowReconnect: boolean;
59
67
  readonly Error: string | undefined;
60
68
  }
@@ -70,6 +78,8 @@ export const CloseMessage: {
70
78
  export type CloseMessage = CloseMessage$instance;
71
79
 
72
80
  export interface CompletionMessage$instance extends HubInvocationMessage {
81
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_CompletionMessage: never;
82
+
73
83
  readonly Error: string | undefined;
74
84
  readonly HasResult: boolean;
75
85
  readonly Result: unknown | undefined;
@@ -88,6 +98,8 @@ export const CompletionMessage: {
88
98
  export type CompletionMessage = CompletionMessage$instance;
89
99
 
90
100
  export interface HandshakeRequestMessage$instance extends HubMessage {
101
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_HandshakeRequestMessage: never;
102
+
91
103
  readonly Protocol: string;
92
104
  readonly Version: int;
93
105
  }
@@ -101,6 +113,8 @@ export const HandshakeRequestMessage: {
101
113
  export type HandshakeRequestMessage = HandshakeRequestMessage$instance;
102
114
 
103
115
  export interface HandshakeResponseMessage$instance extends HubMessage {
116
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_HandshakeResponseMessage: never;
117
+
104
118
  readonly Error: string | undefined;
105
119
  }
106
120
 
@@ -114,8 +128,10 @@ export const HandshakeResponseMessage: {
114
128
  export type HandshakeResponseMessage = HandshakeResponseMessage$instance;
115
129
 
116
130
  export interface HubInvocationMessage$instance extends HubMessage {
117
- get Headers(): IDictionary<System_Internal.String, System_Internal.String> | undefined;
118
- set Headers(value: IDictionary<System_Internal.String, System_Internal.String> | undefined);
131
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_HubInvocationMessage: never;
132
+
133
+ get Headers(): IDictionary_2<System_Internal.String, System_Internal.String> | undefined;
134
+ set Headers(value: IDictionary_2<System_Internal.String, System_Internal.String> | undefined);
119
135
  readonly InvocationId: string | undefined;
120
136
  }
121
137
 
@@ -127,6 +143,8 @@ export const HubInvocationMessage: (abstract new(invocationId: string) => HubInv
127
143
  export type HubInvocationMessage = HubInvocationMessage$instance;
128
144
 
129
145
  export interface HubMessage$instance {
146
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_HubMessage: never;
147
+
130
148
  }
131
149
 
132
150
 
@@ -137,6 +155,8 @@ export const HubMessage: (abstract new() => HubMessage) & {
137
155
  export type HubMessage = HubMessage$instance;
138
156
 
139
157
  export interface HubMethodInvocationMessage$instance extends HubInvocationMessage {
158
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_HubMethodInvocationMessage: never;
159
+
140
160
  readonly Arguments: (unknown | undefined)[];
141
161
  readonly StreamIds: string[] | undefined;
142
162
  readonly Target: string;
@@ -150,6 +170,8 @@ export const HubMethodInvocationMessage: (abstract new(invocationId: string, tar
150
170
  export type HubMethodInvocationMessage = HubMethodInvocationMessage$instance;
151
171
 
152
172
  export interface InvocationBindingFailureMessage$instance extends HubInvocationMessage {
173
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_InvocationBindingFailureMessage: never;
174
+
153
175
  readonly BindingFailure: ExceptionDispatchInfo;
154
176
  readonly Target: string;
155
177
  }
@@ -163,6 +185,8 @@ export const InvocationBindingFailureMessage: {
163
185
  export type InvocationBindingFailureMessage = InvocationBindingFailureMessage$instance;
164
186
 
165
187
  export interface InvocationMessage$instance extends HubMethodInvocationMessage {
188
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_InvocationMessage: never;
189
+
166
190
  ToString(): string;
167
191
  }
168
192
 
@@ -176,20 +200,24 @@ export const InvocationMessage: {
176
200
 
177
201
  export type InvocationMessage = InvocationMessage$instance;
178
202
 
179
- export interface JsonHubProtocol$instance {
203
+ export interface JsonHubProtocol$instance extends IHubProtocol$instance {
204
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_JsonHubProtocol: never;
205
+
206
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_Protocol_IHubProtocol: never;
207
+
180
208
  readonly Name: string;
181
209
  readonly TransferFormat: TransferFormat;
182
210
  readonly Version: int;
183
- GetMessageBytes(message: HubMessage): ReadOnlyMemory<System_Internal.Byte>;
211
+ GetMessageBytes(message: HubMessage): ReadOnlyMemory_1<System_Internal.Byte>;
184
212
  IsVersionSupported(version: int): boolean;
185
- TryParseMessage(input: ReadOnlySequence<System_Internal.Byte>, binder: IInvocationBinder, message: HubMessage): boolean;
186
- WriteMessage(message: HubMessage, output: IBufferWriter<System_Internal.Byte>): void;
213
+ TryParseMessage(input: ReadOnlySequence_1<System_Internal.Byte>, binder: IInvocationBinder, message: HubMessage): boolean;
214
+ WriteMessage(message: HubMessage, output: IBufferWriter_1<System_Internal.Byte>): void;
187
215
  }
188
216
 
189
217
 
190
218
  export const JsonHubProtocol: {
191
219
  new(): JsonHubProtocol;
192
- new(options: IOptions<JsonHubProtocolOptions>): JsonHubProtocol;
220
+ new(options: IOptions_1<JsonHubProtocolOptions>): JsonHubProtocol;
193
221
  };
194
222
 
195
223
 
@@ -197,12 +225,12 @@ export interface __JsonHubProtocol$views {
197
225
  As_IHubProtocol(): IHubProtocol$instance;
198
226
  }
199
227
 
200
- export interface JsonHubProtocol$instance extends IHubProtocol$instance {}
201
-
202
228
  export type JsonHubProtocol = JsonHubProtocol$instance & __JsonHubProtocol$views;
203
229
 
204
230
 
205
231
  export interface PingMessage$instance extends HubMessage {
232
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_PingMessage: never;
233
+
206
234
  }
207
235
 
208
236
 
@@ -214,18 +242,22 @@ export const PingMessage: {
214
242
  export type PingMessage = PingMessage$instance;
215
243
 
216
244
  export interface RawResult$instance {
217
- RawSerializedData: ReadOnlySequence<System_Internal.Byte>;
245
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_RawResult: never;
246
+
247
+ RawSerializedData: ReadOnlySequence_1<System_Internal.Byte>;
218
248
  }
219
249
 
220
250
 
221
251
  export const RawResult: {
222
- new(rawBytes: ReadOnlySequence<System_Internal.Byte>): RawResult;
252
+ new(rawBytes: ReadOnlySequence_1<System_Internal.Byte>): RawResult;
223
253
  };
224
254
 
225
255
 
226
256
  export type RawResult = RawResult$instance;
227
257
 
228
258
  export interface SequenceMessage$instance extends HubMessage {
259
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_SequenceMessage: never;
260
+
229
261
  SequenceId: long;
230
262
  }
231
263
 
@@ -238,6 +270,8 @@ export const SequenceMessage: {
238
270
  export type SequenceMessage = SequenceMessage$instance;
239
271
 
240
272
  export interface StreamBindingFailureMessage$instance extends HubMessage {
273
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_StreamBindingFailureMessage: never;
274
+
241
275
  readonly BindingFailure: ExceptionDispatchInfo;
242
276
  readonly Id: string;
243
277
  }
@@ -251,6 +285,8 @@ export const StreamBindingFailureMessage: {
251
285
  export type StreamBindingFailureMessage = StreamBindingFailureMessage$instance;
252
286
 
253
287
  export interface StreamInvocationMessage$instance extends HubMethodInvocationMessage {
288
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_StreamInvocationMessage: never;
289
+
254
290
  ToString(): string;
255
291
  }
256
292
 
@@ -264,6 +300,8 @@ export const StreamInvocationMessage: {
264
300
  export type StreamInvocationMessage = StreamInvocationMessage$instance;
265
301
 
266
302
  export interface StreamItemMessage$instance extends HubInvocationMessage {
303
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Protocol_StreamItemMessage: never;
304
+
267
305
  get Item(): unknown | undefined;
268
306
  set Item(value: unknown | undefined);
269
307
  ToString(): string;
@@ -278,11 +316,11 @@ export const StreamItemMessage: {
278
316
  export type StreamItemMessage = StreamItemMessage$instance;
279
317
 
280
318
  export abstract class HandshakeProtocol$instance {
281
- static GetSuccessfulHandshake(protocol: IHubProtocol): ReadOnlySpan<System_Internal.Byte>;
282
- static TryParseRequestMessage(buffer: ReadOnlySequence<System_Internal.Byte>, requestMessage: HandshakeRequestMessage): boolean;
283
- static TryParseResponseMessage(buffer: ReadOnlySequence<System_Internal.Byte>, responseMessage: HandshakeResponseMessage): boolean;
284
- static WriteRequestMessage(requestMessage: HandshakeRequestMessage, output: IBufferWriter<System_Internal.Byte>): void;
285
- static WriteResponseMessage(responseMessage: HandshakeResponseMessage, output: IBufferWriter<System_Internal.Byte>): void;
319
+ static GetSuccessfulHandshake(protocol: IHubProtocol): ReadOnlySpan_1<System_Internal.Byte>;
320
+ static TryParseRequestMessage(buffer: ReadOnlySequence_1<System_Internal.Byte>, requestMessage: HandshakeRequestMessage): boolean;
321
+ static TryParseResponseMessage(buffer: ReadOnlySequence_1<System_Internal.Byte>, responseMessage: HandshakeResponseMessage): boolean;
322
+ static WriteRequestMessage(requestMessage: HandshakeRequestMessage, output: IBufferWriter_1<System_Internal.Byte>): void;
323
+ static WriteResponseMessage(responseMessage: HandshakeResponseMessage, output: IBufferWriter_1<System_Internal.Byte>): void;
286
324
  }
287
325
 
288
326
 
@@ -8,16 +8,18 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import * as Microsoft_AspNetCore_Builder_Internal from "../../Microsoft.AspNetCore.Builder/internal/index.js";
10
10
  import type { EndpointBuilder, IEndpointConventionBuilder } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
11
- import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Action, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
11
+ import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
13
+ import type { Action_1, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
14
14
 
15
15
  export interface StaticAssetDescriptor$instance {
16
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticAssets_StaticAssetDescriptor: never;
17
+
16
18
  AssetPath: string;
17
- Properties: IReadOnlyList<StaticAssetProperty>;
18
- ResponseHeaders: IReadOnlyList<StaticAssetResponseHeader>;
19
+ Properties: IReadOnlyList_1<StaticAssetProperty>;
20
+ ResponseHeaders: IReadOnlyList_1<StaticAssetResponseHeader>;
19
21
  Route: string;
20
- Selectors: IReadOnlyList<StaticAssetSelector>;
22
+ Selectors: IReadOnlyList_1<StaticAssetSelector>;
21
23
  }
22
24
 
23
25
 
@@ -29,6 +31,8 @@ export const StaticAssetDescriptor: {
29
31
  export type StaticAssetDescriptor = StaticAssetDescriptor$instance;
30
32
 
31
33
  export interface StaticAssetProperty$instance {
34
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticAssets_StaticAssetProperty: never;
35
+
32
36
  readonly Name: string;
33
37
  readonly Value: string;
34
38
  }
@@ -42,6 +46,8 @@ export const StaticAssetProperty: {
42
46
  export type StaticAssetProperty = StaticAssetProperty$instance;
43
47
 
44
48
  export interface StaticAssetResponseHeader$instance {
49
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticAssets_StaticAssetResponseHeader: never;
50
+
45
51
  readonly Name: string;
46
52
  readonly Value: string;
47
53
  }
@@ -55,6 +61,8 @@ export const StaticAssetResponseHeader: {
55
61
  export type StaticAssetResponseHeader = StaticAssetResponseHeader$instance;
56
62
 
57
63
  export interface StaticAssetSelector$instance {
64
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticAssets_StaticAssetSelector: never;
65
+
58
66
  readonly Name: string;
59
67
  readonly Quality: string;
60
68
  readonly Value: string;
@@ -68,9 +76,13 @@ export const StaticAssetSelector: {
68
76
 
69
77
  export type StaticAssetSelector = StaticAssetSelector$instance;
70
78
 
71
- export interface StaticAssetsEndpointConventionBuilder$instance {
72
- Add(convention: Action<EndpointBuilder>): void;
73
- Finally(convention: Action<EndpointBuilder>): void;
79
+ export interface StaticAssetsEndpointConventionBuilder$instance extends Microsoft_AspNetCore_Builder_Internal.IEndpointConventionBuilder$instance {
80
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticAssets_StaticAssetsEndpointConventionBuilder: never;
81
+
82
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
83
+
84
+ Add(convention: Action_1<EndpointBuilder>): void;
85
+ Finally(convention: Action_1<EndpointBuilder>): void;
74
86
  }
75
87
 
76
88
 
@@ -82,8 +94,6 @@ export interface __StaticAssetsEndpointConventionBuilder$views {
82
94
  As_IEndpointConventionBuilder(): Microsoft_AspNetCore_Builder_Internal.IEndpointConventionBuilder$instance;
83
95
  }
84
96
 
85
- export interface StaticAssetsEndpointConventionBuilder$instance extends Microsoft_AspNetCore_Builder_Internal.IEndpointConventionBuilder$instance {}
86
-
87
97
  export type StaticAssetsEndpointConventionBuilder = StaticAssetsEndpointConventionBuilder$instance & __StaticAssetsEndpointConventionBuilder$views;
88
98
 
89
99
 
@@ -8,13 +8,13 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import type { IEndpointRouteBuilder } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
10
10
  import type { StaticAssetDescriptor } from "../../Microsoft.AspNetCore.StaticAssets/internal/index.js";
11
- import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
11
+ import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
13
+ import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
14
14
 
15
15
  export abstract class StaticAssetsEndpointDataSourceHelper$instance {
16
16
  static HasStaticAssetsDataSource(builder: IEndpointRouteBuilder, staticAssetsManifestPath?: string): boolean;
17
- static ResolveStaticAssetDescriptors(endpointRouteBuilder: IEndpointRouteBuilder, manifestPath: string): IReadOnlyList<StaticAssetDescriptor>;
17
+ static ResolveStaticAssetDescriptors(endpointRouteBuilder: IEndpointRouteBuilder, manifestPath: string): IReadOnlyList_1<StaticAssetDescriptor>;
18
18
  }
19
19
 
20
20
 
@@ -12,16 +12,18 @@ import type { ptr } from "@tsonic/core/types.js";
12
12
  import type { DefaultFilesOptions, DirectoryBrowserOptions, StaticFileOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
13
13
  import type { IWebHostEnvironment } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
14
14
  import type { HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
15
- import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
16
- import * as System_Internal from "@tsonic/dotnet/System.js";
17
- import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
18
- import type { HtmlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web.js";
19
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
20
- import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
21
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
22
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
15
+ import type { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
16
+ import type { HtmlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
17
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
18
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
19
+ import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
20
+ import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
21
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
22
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
23
23
 
24
24
  export interface IContentTypeProvider$instance {
25
+ readonly __tsonic_iface_Microsoft_AspNetCore_StaticFiles_IContentTypeProvider: never;
26
+
25
27
  TryGetContentType(subpath: string, contentType: string): boolean;
26
28
  }
27
29
 
@@ -29,46 +31,56 @@ export interface IContentTypeProvider$instance {
29
31
  export type IContentTypeProvider = IContentTypeProvider$instance;
30
32
 
31
33
  export interface IDirectoryFormatter$instance {
32
- GenerateContentAsync(context: HttpContext, contents: IEnumerable<IFileInfo>): Task;
34
+ readonly __tsonic_iface_Microsoft_AspNetCore_StaticFiles_IDirectoryFormatter: never;
35
+
36
+ GenerateContentAsync(context: HttpContext, contents: IEnumerable_1<IFileInfo>): Task;
33
37
  }
34
38
 
35
39
 
36
40
  export type IDirectoryFormatter = IDirectoryFormatter$instance;
37
41
 
38
42
  export interface DefaultFilesMiddleware$instance {
43
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_DefaultFilesMiddleware: never;
44
+
39
45
  Invoke(context: HttpContext): Task;
40
46
  }
41
47
 
42
48
 
43
49
  export const DefaultFilesMiddleware: {
44
- new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, options: IOptions<DefaultFilesOptions>): DefaultFilesMiddleware;
50
+ new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, options: IOptions_1<DefaultFilesOptions>): DefaultFilesMiddleware;
45
51
  };
46
52
 
47
53
 
48
54
  export type DefaultFilesMiddleware = DefaultFilesMiddleware$instance;
49
55
 
50
56
  export interface DirectoryBrowserMiddleware$instance {
57
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_DirectoryBrowserMiddleware: never;
58
+
51
59
  Invoke(context: HttpContext): Task;
52
60
  }
53
61
 
54
62
 
55
63
  export const DirectoryBrowserMiddleware: {
56
- new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, options: IOptions<DirectoryBrowserOptions>): DirectoryBrowserMiddleware;
57
- new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, encoder: HtmlEncoder, options: IOptions<DirectoryBrowserOptions>): DirectoryBrowserMiddleware;
64
+ new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, options: IOptions_1<DirectoryBrowserOptions>): DirectoryBrowserMiddleware;
65
+ new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, encoder: HtmlEncoder, options: IOptions_1<DirectoryBrowserOptions>): DirectoryBrowserMiddleware;
58
66
  };
59
67
 
60
68
 
61
69
  export type DirectoryBrowserMiddleware = DirectoryBrowserMiddleware$instance;
62
70
 
63
- export interface FileExtensionContentTypeProvider$instance {
64
- Mappings: IDictionary<System_Internal.String, System_Internal.String>;
71
+ export interface FileExtensionContentTypeProvider$instance extends IContentTypeProvider$instance {
72
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_FileExtensionContentTypeProvider: never;
73
+
74
+ readonly __tsonic_iface_Microsoft_AspNetCore_StaticFiles_IContentTypeProvider: never;
75
+
76
+ Mappings: IDictionary_2<System_Internal.String, System_Internal.String>;
65
77
  TryGetContentType(subpath: string, contentType: string): boolean;
66
78
  }
67
79
 
68
80
 
69
81
  export const FileExtensionContentTypeProvider: {
70
82
  new(): FileExtensionContentTypeProvider;
71
- new(mapping: IDictionary<System_Internal.String, System_Internal.String>): FileExtensionContentTypeProvider;
83
+ new(mapping: IDictionary_2<System_Internal.String, System_Internal.String>): FileExtensionContentTypeProvider;
72
84
  };
73
85
 
74
86
 
@@ -76,13 +88,15 @@ export interface __FileExtensionContentTypeProvider$views {
76
88
  As_IContentTypeProvider(): IContentTypeProvider$instance;
77
89
  }
78
90
 
79
- export interface FileExtensionContentTypeProvider$instance extends IContentTypeProvider$instance {}
80
-
81
91
  export type FileExtensionContentTypeProvider = FileExtensionContentTypeProvider$instance & __FileExtensionContentTypeProvider$views;
82
92
 
83
93
 
84
- export interface HtmlDirectoryFormatter$instance {
85
- GenerateContentAsync(context: HttpContext, contents: IEnumerable<IFileInfo>): Task;
94
+ export interface HtmlDirectoryFormatter$instance extends IDirectoryFormatter$instance {
95
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_HtmlDirectoryFormatter: never;
96
+
97
+ readonly __tsonic_iface_Microsoft_AspNetCore_StaticFiles_IDirectoryFormatter: never;
98
+
99
+ GenerateContentAsync(context: HttpContext, contents: IEnumerable_1<IFileInfo>): Task;
86
100
  }
87
101
 
88
102
 
@@ -95,24 +109,26 @@ export interface __HtmlDirectoryFormatter$views {
95
109
  As_IDirectoryFormatter(): IDirectoryFormatter$instance;
96
110
  }
97
111
 
98
- export interface HtmlDirectoryFormatter$instance extends IDirectoryFormatter$instance {}
99
-
100
112
  export type HtmlDirectoryFormatter = HtmlDirectoryFormatter$instance & __HtmlDirectoryFormatter$views;
101
113
 
102
114
 
103
115
  export interface StaticFileMiddleware$instance {
116
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_StaticFileMiddleware: never;
117
+
104
118
  Invoke(context: HttpContext): Task;
105
119
  }
106
120
 
107
121
 
108
122
  export const StaticFileMiddleware: {
109
- new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, options: IOptions<StaticFileOptions>, loggerFactory: ILoggerFactory): StaticFileMiddleware;
123
+ new(next: RequestDelegate, hostingEnv: IWebHostEnvironment, options: IOptions_1<StaticFileOptions>, loggerFactory: ILoggerFactory): StaticFileMiddleware;
110
124
  };
111
125
 
112
126
 
113
127
  export type StaticFileMiddleware = StaticFileMiddleware$instance;
114
128
 
115
129
  export interface StaticFileResponseContext$instance {
130
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_StaticFileResponseContext: never;
131
+
116
132
  readonly Context: HttpContext;
117
133
  readonly File: IFileInfo;
118
134
  }
@@ -7,11 +7,13 @@ 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 { PathString } from "../../Microsoft.AspNetCore.Http/internal/index.js";
10
- import * as System_Internal from "@tsonic/dotnet/System.js";
11
- import type { Boolean as ClrBoolean, Object as ClrObject } from "@tsonic/dotnet/System.js";
12
- import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
11
+ import type { Boolean as ClrBoolean, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
13
13
 
14
14
  export interface SharedOptions$instance {
15
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_Infrastructure_SharedOptions: never;
16
+
15
17
  get FileProvider(): IFileProvider | undefined;
16
18
  set FileProvider(value: IFileProvider | undefined);
17
19
  RedirectToAppendTrailingSlash: boolean;
@@ -27,6 +29,8 @@ export const SharedOptions: {
27
29
  export type SharedOptions = SharedOptions$instance;
28
30
 
29
31
  export interface SharedOptionsBase$instance {
32
+ readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_Infrastructure_SharedOptionsBase: never;
33
+
30
34
  get FileProvider(): IFileProvider | undefined;
31
35
  set FileProvider(value: IFileProvider | undefined);
32
36
  RedirectToAppendTrailingSlash: boolean;
@@ -9,16 +9,18 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import type { WebSocketOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
10
10
  import * as Microsoft_AspNetCore_Http_Internal from "../../Microsoft.AspNetCore.Http/internal/index.js";
11
11
  import type { HttpContext, RequestDelegate, WebSocketAcceptContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Action, Boolean as ClrBoolean, Int32, Nullable, Object as ClrObject, String as ClrString, TimeSpan } from "@tsonic/dotnet/System.js";
14
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
15
- import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
16
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
17
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
12
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
13
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { Action_1, Boolean as ClrBoolean, Int32, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan } from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
16
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
17
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
18
18
 
19
19
  export interface ExtendedWebSocketAcceptContext$instance extends WebSocketAcceptContext {
20
- KeepAliveInterval: Nullable<TimeSpan>;
21
- ReceiveBufferSize: Nullable<System_Internal.Int32>;
20
+ readonly __tsonic_type_Microsoft_AspNetCore_WebSockets_ExtendedWebSocketAcceptContext: never;
21
+
22
+ KeepAliveInterval: Nullable_1<TimeSpan>;
23
+ ReceiveBufferSize: Nullable_1<System_Internal.Int32>;
22
24
  get SubProtocol(): string | undefined;
23
25
  set SubProtocol(value: string | undefined);
24
26
  }
@@ -32,19 +34,21 @@ export const ExtendedWebSocketAcceptContext: {
32
34
  export type ExtendedWebSocketAcceptContext = ExtendedWebSocketAcceptContext$instance;
33
35
 
34
36
  export interface WebSocketMiddleware$instance {
37
+ readonly __tsonic_type_Microsoft_AspNetCore_WebSockets_WebSocketMiddleware: never;
38
+
35
39
  Invoke(context: HttpContext): Task;
36
40
  }
37
41
 
38
42
 
39
43
  export const WebSocketMiddleware: {
40
- new(next: RequestDelegate, options: IOptions<WebSocketOptions>, loggerFactory: ILoggerFactory): WebSocketMiddleware;
44
+ new(next: RequestDelegate, options: IOptions_1<WebSocketOptions>, loggerFactory: ILoggerFactory): WebSocketMiddleware;
41
45
  };
42
46
 
43
47
 
44
48
  export type WebSocketMiddleware = WebSocketMiddleware$instance;
45
49
 
46
50
  export abstract class WebSocketsDependencyInjectionExtensions$instance {
47
- static AddWebSockets(services: IServiceCollection, configure: Action<WebSocketOptions>): IServiceCollection;
51
+ static AddWebSockets(services: IServiceCollection, configure: Action_1<WebSocketOptions>): IServiceCollection;
48
52
  }
49
53
 
50
54
 
@@ -18,3 +18,6 @@ import type { IOptions } from '@tsonic/microsoft-extensions/Microsoft.Extensions
18
18
  export { ExtendedWebSocketAcceptContext as ExtendedWebSocketAcceptContext } from './Microsoft.AspNetCore.WebSockets/internal/index.js';
19
19
  export { WebSocketMiddleware as WebSocketMiddleware } from './Microsoft.AspNetCore.WebSockets/internal/index.js';
20
20
  export { WebSocketsDependencyInjectionExtensions$instance as WebSocketsDependencyInjectionExtensions } from './Microsoft.AspNetCore.WebSockets/internal/index.js';
21
+ // Extension methods (C# using semantics)
22
+ export type { ExtensionMethods_Microsoft_AspNetCore_WebSockets as ExtensionMethods } from './__internal/extensions/index.js';
23
+