@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
@@ -14,25 +14,27 @@ import type { ConnectionContext, ConnectionHandler, IConnectionBuilder } from ".
14
14
  import type { IFeatureCollection } from "../../Microsoft.AspNetCore.Http.Features/internal/index.js";
15
15
  import type { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
16
16
  import type { CompletionMessage, HubMessage, IHubProtocol } from "../../Microsoft.AspNetCore.SignalR.Protocol/internal/index.js";
17
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
18
- import type { IDictionary, IEnumerable, IEnumerator as IEnumerator__System_Collections_Generic, IList, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
19
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
20
- import type { IEnumerator } from "@tsonic/dotnet/System.Collections.js";
21
- import * as System_Internal from "@tsonic/dotnet/System.js";
22
- import type { Attribute, Boolean as ClrBoolean, Byte, Exception, Func, IDisposable, Int32, Int64, IServiceProvider, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, TimeSpan, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
23
- import type { MethodInfo } from "@tsonic/dotnet/System.Reflection.js";
24
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
25
- import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
26
- import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
27
- import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
28
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
29
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
30
- import type { IServiceCollection, IServiceScopeFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
31
- import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
32
- import * as Microsoft_Extensions_Options_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
33
- import type { IConfigureOptions, IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
17
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
18
+ import type { IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
19
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
20
+ import type { IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
21
+ import type { MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
22
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
23
+ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
24
+ import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
25
+ import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
26
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
27
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
28
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
29
+ import type { Attribute, Boolean as ClrBoolean, Byte, Exception, Func_2, Func_3, IDisposable, Int32, Int64, IServiceProvider, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
30
+ import type { IServiceCollection, IServiceScopeFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
31
+ import type { ILogger_1, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
32
+ import * as Microsoft_Extensions_Options_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
33
+ import type { IConfigureOptions_1, IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
34
34
 
35
35
  export interface IClientProxy$instance {
36
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IClientProxy: never;
37
+
36
38
  SendCoreAsync(method: string, args: unknown[], cancellationToken?: CancellationToken): Task;
37
39
  }
38
40
 
@@ -40,6 +42,8 @@ export interface IClientProxy$instance {
40
42
  export type IClientProxy = IClientProxy$instance;
41
43
 
42
44
  export interface IGroupManager$instance {
45
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IGroupManager: never;
46
+
43
47
  AddToGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
44
48
  }
45
49
 
@@ -47,6 +51,8 @@ export interface IGroupManager$instance {
47
51
  export type IGroupManager = IGroupManager$instance;
48
52
 
49
53
  export interface IHubActivator_1$instance<THub extends Hub> {
54
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubActivator_1: never;
55
+
50
56
  Create(): THub;
51
57
  Release(hub: THub): void;
52
58
  }
@@ -55,13 +61,15 @@ export interface IHubActivator_1$instance<THub extends Hub> {
55
61
  export type IHubActivator_1<THub extends Hub> = IHubActivator_1$instance<THub>;
56
62
 
57
63
  export interface IHubCallerClients$instance extends IHubCallerClients_1<IClientProxy>, IHubClients_1<IClientProxy> {
64
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubCallerClients: never;
65
+
58
66
  readonly Caller: ISingleClientProxy;
59
67
  readonly Others: IClientProxy;
60
68
  readonly All: IClientProxy;
61
- AllExcept(excludedConnectionIds: IReadOnlyList<System_Internal.String>): IClientProxy;
69
+ AllExcept(excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): IClientProxy;
62
70
  Client(connectionId: string): ISingleClientProxy;
63
71
  Client(connectionId: string): IClientProxy;
64
- GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList<System_Internal.String>): IClientProxy;
72
+ GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): IClientProxy;
65
73
  OthersInGroup(groupName: string): IClientProxy;
66
74
  }
67
75
 
@@ -69,12 +77,14 @@ export interface IHubCallerClients$instance extends IHubCallerClients_1<IClientP
69
77
  export type IHubCallerClients = IHubCallerClients$instance;
70
78
 
71
79
  export interface IHubCallerClients_1$instance<T> extends IHubClients_1<T> {
80
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubCallerClients_1: never;
81
+
72
82
  readonly Caller: T;
73
83
  readonly Others: T;
74
84
  readonly All: T;
75
- AllExcept(excludedConnectionIds: IReadOnlyList<System_Internal.String>): T;
85
+ AllExcept(excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): T;
76
86
  Client(connectionId: string): T;
77
- GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList<System_Internal.String>): T;
87
+ GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): T;
78
88
  OthersInGroup(groupName: string): T;
79
89
  }
80
90
 
@@ -84,27 +94,33 @@ export interface IHubCallerClients_1$instance<T> extends IHubClients_1$instance<
84
94
  export type IHubCallerClients_1<T> = IHubCallerClients_1$instance<T>;
85
95
 
86
96
  export interface IHubClients$instance extends IHubClients_1<IClientProxy> {
97
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubClients: never;
98
+
87
99
  readonly All: IClientProxy;
88
- AllExcept(excludedConnectionIds: IReadOnlyList<System_Internal.String>): IClientProxy;
100
+ AllExcept(excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): IClientProxy;
89
101
  Client(connectionId: string): ISingleClientProxy;
90
102
  Client(connectionId: string): IClientProxy;
91
- GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList<System_Internal.String>): IClientProxy;
103
+ GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): IClientProxy;
92
104
  }
93
105
 
94
106
 
95
107
  export type IHubClients = IHubClients$instance;
96
108
 
97
109
  export interface IHubClients_1$instance<T> {
110
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubClients_1: never;
111
+
98
112
  readonly All: T;
99
- AllExcept(excludedConnectionIds: IReadOnlyList<System_Internal.String>): T;
113
+ AllExcept(excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): T;
100
114
  Client(connectionId: string): T;
101
- GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList<System_Internal.String>): T;
115
+ GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): T;
102
116
  }
103
117
 
104
118
 
105
119
  export type IHubClients_1<T> = IHubClients_1$instance<T>;
106
120
 
107
121
  export interface IHubContext$instance {
122
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubContext: never;
123
+
108
124
  readonly Clients: IHubClients;
109
125
  readonly Groups: IGroupManager;
110
126
  }
@@ -113,6 +129,8 @@ export interface IHubContext$instance {
113
129
  export type IHubContext = IHubContext$instance;
114
130
 
115
131
  export interface IHubContext_1$instance<THub extends Hub> {
132
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubContext_1: never;
133
+
116
134
  readonly Clients: IHubClients;
117
135
  readonly Groups: IGroupManager;
118
136
  }
@@ -121,6 +139,8 @@ export interface IHubContext_1$instance<THub extends Hub> {
121
139
  export type IHubContext_1<THub extends Hub> = IHubContext_1$instance<THub>;
122
140
 
123
141
  export interface IHubContext_2$instance<THub extends Hub_1<T>, T> {
142
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubContext_2: never;
143
+
124
144
  readonly Clients: IHubClients_1<T>;
125
145
  readonly Groups: IGroupManager;
126
146
  }
@@ -129,32 +149,40 @@ export interface IHubContext_2$instance<THub extends Hub_1<T>, T> {
129
149
  export type IHubContext_2<THub extends Hub_1<T>, T> = IHubContext_2$instance<THub, T>;
130
150
 
131
151
  export interface IHubFilter$instance {
132
- InvokeMethodAsync(invocationContext: HubInvocationContext, next: Func<HubInvocationContext, ValueTask<unknown>>): ValueTask<unknown>;
133
- OnConnectedAsync(context: HubLifetimeContext, next: Func<HubLifetimeContext, Task>): Task;
134
- OnDisconnectedAsync(context: HubLifetimeContext, exception: Exception, next: Func<HubLifetimeContext, Exception, Task>): Task;
152
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubFilter: never;
153
+
154
+ InvokeMethodAsync(invocationContext: HubInvocationContext, next: Func_2<HubInvocationContext, ValueTask_1<unknown>>): ValueTask_1<unknown>;
155
+ OnConnectedAsync(context: HubLifetimeContext, next: Func_2<HubLifetimeContext, Task>): Task;
156
+ OnDisconnectedAsync(context: HubLifetimeContext, exception: Exception, next: Func_3<HubLifetimeContext, Exception, Task>): Task;
135
157
  }
136
158
 
137
159
 
138
160
  export type IHubFilter = IHubFilter$instance;
139
161
 
140
162
  export interface IHubProtocolResolver$instance {
141
- readonly AllProtocols: IReadOnlyList<IHubProtocol>;
142
- GetProtocol(protocolName: string, supportedProtocols: IReadOnlyList<System_Internal.String>): IHubProtocol | undefined;
163
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubProtocolResolver: never;
164
+
165
+ readonly AllProtocols: IReadOnlyList_1<IHubProtocol>;
166
+ GetProtocol(protocolName: string, supportedProtocols: IReadOnlyList_1<System_Internal.String>): IHubProtocol | undefined;
143
167
  }
144
168
 
145
169
 
146
170
  export type IHubProtocolResolver = IHubProtocolResolver$instance;
147
171
 
148
172
  export interface IInvocationBinder$instance {
149
- GetParameterTypes(methodName: string): IReadOnlyList<Type>;
173
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IInvocationBinder: never;
174
+
175
+ GetParameterTypes(methodName: string): IReadOnlyList_1<Type>;
150
176
  GetReturnType(invocationId: string): Type;
151
- GetTarget(utf8Bytes: ReadOnlySpan<System_Internal.Byte>): string | undefined;
177
+ GetTarget(utf8Bytes: ReadOnlySpan_1<System_Internal.Byte>): string | undefined;
152
178
  }
153
179
 
154
180
 
155
181
  export type IInvocationBinder = IInvocationBinder$instance;
156
182
 
157
183
  export interface ISignalRBuilder$instance {
184
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_ISignalRBuilder: never;
185
+
158
186
  readonly Services: IServiceCollection;
159
187
  }
160
188
 
@@ -162,6 +190,8 @@ export interface ISignalRBuilder$instance {
162
190
  export type ISignalRBuilder = ISignalRBuilder$instance;
163
191
 
164
192
  export interface ISignalRServerBuilder$instance extends ISignalRBuilder {
193
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_ISignalRServerBuilder: never;
194
+
165
195
  readonly Services: IServiceCollection;
166
196
  }
167
197
 
@@ -171,7 +201,9 @@ export interface ISignalRServerBuilder$instance extends ISignalRBuilder$instance
171
201
  export type ISignalRServerBuilder = ISignalRServerBuilder$instance;
172
202
 
173
203
  export interface ISingleClientProxy$instance extends IClientProxy {
174
- InvokeCoreAsync<T>(method: string, args: unknown[], cancellationToken: CancellationToken): Task<T>;
204
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_ISingleClientProxy: never;
205
+
206
+ InvokeCoreAsync<T>(method: string, args: unknown[], cancellationToken: CancellationToken): Task_1<T>;
175
207
  SendCoreAsync(method: string, args: unknown[], cancellationToken?: CancellationToken): Task;
176
208
  }
177
209
 
@@ -181,6 +213,8 @@ export interface ISingleClientProxy$instance extends IClientProxy$instance {}
181
213
  export type ISingleClientProxy = ISingleClientProxy$instance;
182
214
 
183
215
  export interface IUserIdProvider$instance {
216
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IUserIdProvider: never;
217
+
184
218
  GetUserId(connection: HubConnectionContext): string | undefined;
185
219
  }
186
220
 
@@ -188,6 +222,12 @@ export interface IUserIdProvider$instance {
188
222
  export type IUserIdProvider = IUserIdProvider$instance;
189
223
 
190
224
  export interface HubConnectionStore_Enumerator$instance {
225
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionStore_Enumerator: never;
226
+
227
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
228
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
229
+ readonly __tsonic_iface_System_IDisposable: never;
230
+
191
231
  readonly Current: HubConnectionContext;
192
232
  Dispose(): void;
193
233
  MoveNext(): boolean;
@@ -203,47 +243,55 @@ export const HubConnectionStore_Enumerator: {
203
243
  export type HubConnectionStore_Enumerator = HubConnectionStore_Enumerator$instance;
204
244
 
205
245
  export interface SerializedMessage$instance {
246
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_SerializedMessage: never;
247
+
206
248
  readonly ProtocolName: string;
207
- readonly Serialized: ReadOnlyMemory<System_Internal.Byte>;
249
+ readonly Serialized: ReadOnlyMemory_1<System_Internal.Byte>;
208
250
  }
209
251
 
210
252
 
211
253
  export const SerializedMessage: {
212
- new(protocolName: string, serialized: ReadOnlyMemory<System_Internal.Byte>): SerializedMessage;
254
+ new(protocolName: string, serialized: ReadOnlyMemory_1<System_Internal.Byte>): SerializedMessage;
213
255
  };
214
256
 
215
257
 
216
258
  export type SerializedMessage = SerializedMessage$instance;
217
259
 
218
260
  export interface DefaultHubLifetimeManager_1$instance<THub extends Hub> extends HubLifetimeManager_1<THub> {
261
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_DefaultHubLifetimeManager_1: never;
262
+
219
263
  AddToGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
220
- InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: unknown[], cancellationToken: CancellationToken): Task<T>;
221
- InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: unknown[], cancellationToken: CancellationToken): Task<T>;
264
+ InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: unknown[], cancellationToken: CancellationToken): Task_1<T>;
265
+ InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: unknown[], cancellationToken: CancellationToken): Task_1<T>;
222
266
  OnConnectedAsync(connection: HubConnectionContext): Task;
223
267
  OnDisconnectedAsync(connection: HubConnectionContext): Task;
224
268
  RemoveFromGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
225
269
  SendAllAsync(methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
226
- SendAllExceptAsync(methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList<System_Internal.String>, cancellationToken?: CancellationToken): Task;
270
+ SendAllExceptAsync(methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
227
271
  SendConnectionAsync(connectionId: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
228
- SendConnectionsAsync(connectionIds: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
272
+ SendConnectionsAsync(connectionIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
229
273
  SendGroupAsync(groupName: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
230
- SendGroupExceptAsync(groupName: string, methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList<System_Internal.String>, cancellationToken?: CancellationToken): Task;
231
- SendGroupsAsync(groupNames: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
274
+ SendGroupExceptAsync(groupName: string, methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
275
+ SendGroupsAsync(groupNames: IReadOnlyList_1<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
232
276
  SendUserAsync(userId: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
233
- SendUsersAsync(userIds: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
277
+ SendUsersAsync(userIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
234
278
  SetConnectionResultAsync(connectionId: string, result: CompletionMessage): Task;
235
279
  TryGetReturnType(invocationId: string, type: Type): boolean;
236
280
  }
237
281
 
238
282
 
239
283
  export const DefaultHubLifetimeManager_1: {
240
- new<THub extends Hub>(logger: ILogger<DefaultHubLifetimeManager_1<THub>>): DefaultHubLifetimeManager_1<THub>;
284
+ new<THub extends Hub>(logger: ILogger_1<DefaultHubLifetimeManager_1<THub>>): DefaultHubLifetimeManager_1<THub>;
241
285
  };
242
286
 
243
287
 
244
288
  export type DefaultHubLifetimeManager_1<THub extends Hub> = DefaultHubLifetimeManager_1$instance<THub>;
245
289
 
246
- export interface DefaultUserIdProvider$instance {
290
+ export interface DefaultUserIdProvider$instance extends IUserIdProvider$instance {
291
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_DefaultUserIdProvider: never;
292
+
293
+ readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IUserIdProvider: never;
294
+
247
295
  GetUserId(connection: HubConnectionContext): string | undefined;
248
296
  }
249
297
 
@@ -257,12 +305,14 @@ export interface __DefaultUserIdProvider$views {
257
305
  As_IUserIdProvider(): IUserIdProvider$instance;
258
306
  }
259
307
 
260
- export interface DefaultUserIdProvider$instance extends IUserIdProvider$instance {}
261
-
262
308
  export type DefaultUserIdProvider = DefaultUserIdProvider$instance & __DefaultUserIdProvider$views;
263
309
 
264
310
 
265
311
  export interface DynamicHub$instance extends Hub {
312
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_DynamicHub: never;
313
+
314
+ readonly __tsonic_iface_System_IDisposable: never;
315
+
266
316
  Clients: DynamicHubClients | IHubCallerClients;
267
317
  }
268
318
 
@@ -274,18 +324,20 @@ export const DynamicHub: (abstract new() => DynamicHub) & {
274
324
  export type DynamicHub = DynamicHub$instance;
275
325
 
276
326
  export interface DynamicHubClients$instance {
327
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_DynamicHubClients: never;
328
+
277
329
  readonly All: unknown;
278
330
  readonly Caller: unknown;
279
331
  readonly Others: unknown;
280
- AllExcept(excludedConnectionIds: IReadOnlyList<System_Internal.String>): unknown;
332
+ AllExcept(excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): unknown;
281
333
  Client(connectionId: string): unknown;
282
- Clients(connectionIds: IReadOnlyList<System_Internal.String>): unknown;
334
+ Clients(connectionIds: IReadOnlyList_1<System_Internal.String>): unknown;
283
335
  Group(groupName: string): unknown;
284
- GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList<System_Internal.String>): unknown;
285
- Groups(groupNames: IReadOnlyList<System_Internal.String>): unknown;
336
+ GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): unknown;
337
+ Groups(groupNames: IReadOnlyList_1<System_Internal.String>): unknown;
286
338
  OthersInGroup(groupName: string): unknown;
287
339
  User(userId: string): unknown;
288
- Users(userIds: IReadOnlyList<System_Internal.String>): unknown;
340
+ Users(userIds: IReadOnlyList_1<System_Internal.String>): unknown;
289
341
  }
290
342
 
291
343
 
@@ -297,6 +349,10 @@ export const DynamicHubClients: {
297
349
  export type DynamicHubClients = DynamicHubClients$instance;
298
350
 
299
351
  export interface Hub$instance {
352
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Hub: never;
353
+
354
+ readonly __tsonic_iface_System_IDisposable: never;
355
+
300
356
  Clients: DynamicHubClients | IHubCallerClients;
301
357
  Context: HubCallerContext;
302
358
  Groups: IGroupManager;
@@ -314,6 +370,10 @@ export const Hub: (abstract new() => Hub) & {
314
370
  export type Hub = Hub$instance;
315
371
 
316
372
  export interface Hub_1$instance<T> extends Hub {
373
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Hub_1: never;
374
+
375
+ readonly __tsonic_iface_System_IDisposable: never;
376
+
317
377
  Clients: IHubCallerClients_1<T>;
318
378
  }
319
379
 
@@ -325,10 +385,12 @@ export const Hub_1: (abstract new<T>() => Hub_1<T>) & {
325
385
  export type Hub_1<T> = Hub_1$instance<T>;
326
386
 
327
387
  export interface HubCallerContext$instance {
388
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubCallerContext: never;
389
+
328
390
  readonly ConnectionAborted: CancellationToken;
329
391
  readonly ConnectionId: string;
330
392
  readonly Features: IFeatureCollection;
331
- readonly Items: IDictionary<unknown, unknown | undefined>;
393
+ readonly Items: IDictionary_2<unknown, unknown | undefined>;
332
394
  readonly User: ClaimsPrincipal | undefined;
333
395
  readonly UserIdentifier: string | undefined;
334
396
  Abort(): void;
@@ -342,10 +404,12 @@ export const HubCallerContext: (abstract new() => HubCallerContext) & {
342
404
  export type HubCallerContext = HubCallerContext$instance;
343
405
 
344
406
  export interface HubConnectionContext$instance {
407
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionContext: never;
408
+
345
409
  readonly ConnectionAborted: CancellationToken;
346
410
  readonly ConnectionId: string;
347
411
  readonly Features: IFeatureCollection;
348
- readonly Items: IDictionary<unknown, unknown | undefined>;
412
+ readonly Items: IDictionary_2<unknown, unknown | undefined>;
349
413
  Protocol: IHubProtocol;
350
414
  readonly User: ClaimsPrincipal;
351
415
  get UserIdentifier(): string | undefined;
@@ -364,10 +428,12 @@ export const HubConnectionContext: {
364
428
  export type HubConnectionContext = HubConnectionContext$instance;
365
429
 
366
430
  export interface HubConnectionContextOptions$instance {
431
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionContextOptions: never;
432
+
367
433
  ClientTimeoutInterval: TimeSpan;
368
434
  KeepAliveInterval: TimeSpan;
369
435
  MaximumParallelInvocations: int;
370
- MaximumReceiveMessageSize: Nullable<System_Internal.Int64>;
436
+ MaximumReceiveMessageSize: Nullable_1<System_Internal.Int64>;
371
437
  StreamBufferCapacity: int;
372
438
  }
373
439
 
@@ -380,18 +446,22 @@ export const HubConnectionContextOptions: {
380
446
  export type HubConnectionContextOptions = HubConnectionContextOptions$instance;
381
447
 
382
448
  export interface HubConnectionHandler_1$instance<THub extends Hub> extends ConnectionHandler {
449
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionHandler_1: never;
450
+
383
451
  OnConnectedAsync(connection: ConnectionContext): Task;
384
452
  }
385
453
 
386
454
 
387
455
  export const HubConnectionHandler_1: {
388
- new<THub extends Hub>(lifetimeManager: HubLifetimeManager_1<THub>, protocolResolver: IHubProtocolResolver, globalHubOptions: IOptions<HubOptions>, hubOptions: IOptions<HubOptions_1<THub>>, loggerFactory: ILoggerFactory, userIdProvider: IUserIdProvider, serviceScopeFactory: IServiceScopeFactory): HubConnectionHandler_1<THub>;
456
+ new<THub extends Hub>(lifetimeManager: HubLifetimeManager_1<THub>, protocolResolver: IHubProtocolResolver, globalHubOptions: IOptions_1<HubOptions>, hubOptions: IOptions_1<HubOptions_1<THub>>, loggerFactory: ILoggerFactory, userIdProvider: IUserIdProvider, serviceScopeFactory: IServiceScopeFactory): HubConnectionHandler_1<THub>;
389
457
  };
390
458
 
391
459
 
392
460
  export type HubConnectionHandler_1<THub extends Hub> = HubConnectionHandler_1$instance<THub>;
393
461
 
394
462
  export interface HubConnectionStore$instance {
463
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionStore: never;
464
+
395
465
  readonly Count: int;
396
466
  readonly [connectionId: string]: HubConnectionContext | undefined;
397
467
  Add(connection: HubConnectionContext): void;
@@ -408,6 +478,10 @@ export const HubConnectionStore: {
408
478
  export type HubConnectionStore = HubConnectionStore$instance;
409
479
 
410
480
  export interface HubException$instance extends Exception {
481
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubException: never;
482
+
483
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
484
+
411
485
  }
412
486
 
413
487
 
@@ -422,23 +496,27 @@ export const HubException: {
422
496
  export type HubException = HubException$instance;
423
497
 
424
498
  export interface HubInvocationContext$instance {
499
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubInvocationContext: never;
500
+
425
501
  readonly Context: HubCallerContext;
426
502
  readonly Hub: Hub;
427
503
  readonly HubMethod: MethodInfo;
428
- readonly HubMethodArguments: IReadOnlyList<unknown | undefined>;
504
+ readonly HubMethodArguments: IReadOnlyList_1<unknown | undefined>;
429
505
  readonly HubMethodName: string;
430
506
  readonly ServiceProvider: IServiceProvider;
431
507
  }
432
508
 
433
509
 
434
510
  export const HubInvocationContext: {
435
- new(context: HubCallerContext, serviceProvider: IServiceProvider, hub: Hub, hubMethod: MethodInfo, hubMethodArguments: IReadOnlyList<unknown>): HubInvocationContext;
511
+ new(context: HubCallerContext, serviceProvider: IServiceProvider, hub: Hub, hubMethod: MethodInfo, hubMethodArguments: IReadOnlyList_1<unknown>): HubInvocationContext;
436
512
  };
437
513
 
438
514
 
439
515
  export type HubInvocationContext = HubInvocationContext$instance;
440
516
 
441
517
  export interface HubLifetimeContext$instance {
518
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubLifetimeContext: never;
519
+
442
520
  readonly Context: HubCallerContext;
443
521
  readonly Hub: Hub;
444
522
  readonly ServiceProvider: IServiceProvider;
@@ -453,20 +531,22 @@ export const HubLifetimeContext: {
453
531
  export type HubLifetimeContext = HubLifetimeContext$instance;
454
532
 
455
533
  export interface HubLifetimeManager_1$instance<THub extends Hub> {
534
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubLifetimeManager_1: never;
535
+
456
536
  AddToGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
457
- InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: unknown[], cancellationToken: CancellationToken): Task<T>;
537
+ InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: unknown[], cancellationToken: CancellationToken): Task_1<T>;
458
538
  OnConnectedAsync(connection: HubConnectionContext): Task;
459
539
  OnDisconnectedAsync(connection: HubConnectionContext): Task;
460
540
  RemoveFromGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
461
541
  SendAllAsync(methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
462
- SendAllExceptAsync(methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList<System_Internal.String>, cancellationToken?: CancellationToken): Task;
542
+ SendAllExceptAsync(methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
463
543
  SendConnectionAsync(connectionId: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
464
- SendConnectionsAsync(connectionIds: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
544
+ SendConnectionsAsync(connectionIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
465
545
  SendGroupAsync(groupName: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
466
- SendGroupExceptAsync(groupName: string, methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList<System_Internal.String>, cancellationToken?: CancellationToken): Task;
467
- SendGroupsAsync(groupNames: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
546
+ SendGroupExceptAsync(groupName: string, methodName: string, args: unknown[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
547
+ SendGroupsAsync(groupNames: IReadOnlyList_1<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
468
548
  SendUserAsync(userId: string, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
469
- SendUsersAsync(userIds: IReadOnlyList<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
549
+ SendUsersAsync(userIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: unknown[], cancellationToken?: CancellationToken): Task;
470
550
  SetConnectionResultAsync(connectionId: string, result: CompletionMessage): Task;
471
551
  TryGetReturnType(invocationId: string, type: Type): boolean;
472
552
  }
@@ -479,6 +559,8 @@ export const HubLifetimeManager_1: (abstract new<THub extends Hub>() => HubLifet
479
559
  export type HubLifetimeManager_1<THub extends Hub> = HubLifetimeManager_1$instance<THub>;
480
560
 
481
561
  export interface HubMetadata$instance {
562
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubMetadata: never;
563
+
482
564
  readonly HubType: Type;
483
565
  }
484
566
 
@@ -491,6 +573,8 @@ export const HubMetadata: {
491
573
  export type HubMetadata = HubMetadata$instance;
492
574
 
493
575
  export interface HubMethodNameAttribute$instance extends Attribute {
576
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubMethodNameAttribute: never;
577
+
494
578
  readonly Name: string;
495
579
  }
496
580
 
@@ -503,17 +587,19 @@ export const HubMethodNameAttribute: {
503
587
  export type HubMethodNameAttribute = HubMethodNameAttribute$instance;
504
588
 
505
589
  export interface HubOptions$instance {
506
- ClientTimeoutInterval: Nullable<TimeSpan>;
590
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubOptions: never;
591
+
592
+ ClientTimeoutInterval: Nullable_1<TimeSpan>;
507
593
  DisableImplicitFromServicesParameters: boolean;
508
- EnableDetailedErrors: Nullable<System_Internal.Boolean>;
509
- HandshakeTimeout: Nullable<TimeSpan>;
510
- KeepAliveInterval: Nullable<TimeSpan>;
594
+ EnableDetailedErrors: Nullable_1<System_Internal.Boolean>;
595
+ HandshakeTimeout: Nullable_1<TimeSpan>;
596
+ KeepAliveInterval: Nullable_1<TimeSpan>;
511
597
  MaximumParallelInvocationsPerClient: int;
512
- MaximumReceiveMessageSize: Nullable<System_Internal.Int64>;
598
+ MaximumReceiveMessageSize: Nullable_1<System_Internal.Int64>;
513
599
  StatefulReconnectBufferSize: long;
514
- StreamBufferCapacity: Nullable<System_Internal.Int32>;
515
- get SupportedProtocols(): IList<System_Internal.String> | undefined;
516
- set SupportedProtocols(value: IList<System_Internal.String> | undefined);
600
+ StreamBufferCapacity: Nullable_1<System_Internal.Int32>;
601
+ get SupportedProtocols(): IList_1<System_Internal.String> | undefined;
602
+ set SupportedProtocols(value: IList_1<System_Internal.String> | undefined);
517
603
  }
518
604
 
519
605
 
@@ -525,6 +611,8 @@ export const HubOptions: {
525
611
  export type HubOptions = HubOptions$instance;
526
612
 
527
613
  export interface HubOptions_1$instance<THub extends Hub> extends HubOptions {
614
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubOptions_1: never;
615
+
528
616
  }
529
617
 
530
618
 
@@ -536,30 +624,40 @@ export const HubOptions_1: {
536
624
  export type HubOptions_1<THub extends Hub> = HubOptions_1$instance<THub>;
537
625
 
538
626
  export interface HubOptionsSetup$instance {
627
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubOptionsSetup: never;
628
+
629
+ readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
630
+
539
631
  Configure(options: HubOptions): void;
540
632
  }
541
633
 
542
634
 
543
635
  export const HubOptionsSetup: {
544
- new(protocols: IEnumerable<IHubProtocol>): HubOptionsSetup;
636
+ new(protocols: IEnumerable_1<IHubProtocol>): HubOptionsSetup;
545
637
  };
546
638
 
547
639
 
548
640
  export type HubOptionsSetup = HubOptionsSetup$instance;
549
641
 
550
642
  export interface HubOptionsSetup_1$instance<THub extends Hub> {
643
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubOptionsSetup_1: never;
644
+
645
+ readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
646
+
551
647
  Configure(options: HubOptions_1<THub>): void;
552
648
  }
553
649
 
554
650
 
555
651
  export const HubOptionsSetup_1: {
556
- new<THub extends Hub>(options: IOptions<HubOptions>): HubOptionsSetup_1<THub>;
652
+ new<THub extends Hub>(options: IOptions_1<HubOptions>): HubOptionsSetup_1<THub>;
557
653
  };
558
654
 
559
655
 
560
656
  export type HubOptionsSetup_1<THub extends Hub> = HubOptionsSetup_1$instance<THub>;
561
657
 
562
658
  export interface JsonHubProtocolOptions$instance {
659
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_JsonHubProtocolOptions: never;
660
+
563
661
  PayloadSerializerOptions: JsonSerializerOptions;
564
662
  }
565
663
 
@@ -572,13 +670,15 @@ export const JsonHubProtocolOptions: {
572
670
  export type JsonHubProtocolOptions = JsonHubProtocolOptions$instance;
573
671
 
574
672
  export interface SerializedHubMessage$instance {
673
+ readonly __tsonic_type_Microsoft_AspNetCore_SignalR_SerializedHubMessage: never;
674
+
575
675
  readonly Message: HubMessage | undefined;
576
- GetSerializedMessage(protocol: IHubProtocol): ReadOnlyMemory<System_Internal.Byte>;
676
+ GetSerializedMessage(protocol: IHubProtocol): ReadOnlyMemory_1<System_Internal.Byte>;
577
677
  }
578
678
 
579
679
 
580
680
  export const SerializedHubMessage: {
581
- new(messages: IReadOnlyList<SerializedMessage>): SerializedHubMessage;
681
+ new(messages: IReadOnlyList_1<SerializedMessage>): SerializedHubMessage;
582
682
  new(message: HubMessage): SerializedHubMessage;
583
683
  };
584
684
 
@@ -586,17 +686,17 @@ export const SerializedHubMessage: {
586
686
  export type SerializedHubMessage = SerializedHubMessage$instance;
587
687
 
588
688
  export abstract class ClientProxyExtensions$instance {
589
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, cancellationToken: CancellationToken): Task<T>;
590
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken: CancellationToken): Task<T>;
591
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken: CancellationToken): Task<T>;
592
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken: CancellationToken): Task<T>;
593
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken: CancellationToken): Task<T>;
594
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken: CancellationToken): Task<T>;
595
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken: CancellationToken): Task<T>;
596
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken: CancellationToken): Task<T>;
597
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, cancellationToken: CancellationToken): Task<T>;
598
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, cancellationToken: CancellationToken): Task<T>;
599
- static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, cancellationToken: CancellationToken): Task<T>;
689
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, cancellationToken: CancellationToken): Task_1<T>;
690
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken: CancellationToken): Task_1<T>;
691
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken: CancellationToken): Task_1<T>;
692
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken: CancellationToken): Task_1<T>;
693
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken: CancellationToken): Task_1<T>;
694
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken: CancellationToken): Task_1<T>;
695
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken: CancellationToken): Task_1<T>;
696
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken: CancellationToken): Task_1<T>;
697
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, cancellationToken: CancellationToken): Task_1<T>;
698
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1: unknown, cancellationToken: CancellationToken): Task_1<T>;
699
+ static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, cancellationToken: CancellationToken): Task_1<T>;
600
700
  static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, cancellationToken?: CancellationToken): Task;
601
701
  static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken?: CancellationToken): Task;
602
702
  static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken?: CancellationToken): Task;
@@ -622,7 +722,7 @@ export abstract class GetHttpContextExtensions$instance {
622
722
  export type GetHttpContextExtensions = GetHttpContextExtensions$instance;
623
723
 
624
724
  export abstract class HubClientsExtensions$instance {
625
- static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionIds: IEnumerable<System_Internal.String>): T;
725
+ static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionIds: IEnumerable_1<System_Internal.String>): T;
626
726
  static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): T;
627
727
  static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): T;
628
728
  static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): T;
@@ -631,7 +731,7 @@ export abstract class HubClientsExtensions$instance {
631
731
  static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): T;
632
732
  static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string): T;
633
733
  static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string): T;
634
- static Clients<T>(hubClients: IHubClients_1<T>, connectionIds: IEnumerable<System_Internal.String>): T;
734
+ static Clients<T>(hubClients: IHubClients_1<T>, connectionIds: IEnumerable_1<System_Internal.String>): T;
635
735
  static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): T;
636
736
  static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): T;
637
737
  static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): T;
@@ -640,7 +740,7 @@ export abstract class HubClientsExtensions$instance {
640
740
  static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string): T;
641
741
  static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string): T;
642
742
  static Clients<T>(hubClients: IHubClients_1<T>, connection1: string): T;
643
- static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionIds: IEnumerable<System_Internal.String>): T;
743
+ static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionIds: IEnumerable_1<System_Internal.String>): T;
644
744
  static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): T;
645
745
  static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): T;
646
746
  static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): T;
@@ -649,7 +749,7 @@ export abstract class HubClientsExtensions$instance {
649
749
  static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): T;
650
750
  static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): T;
651
751
  static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string): T;
652
- static Groups<T>(hubClients: IHubClients_1<T>, groupNames: IEnumerable<System_Internal.String>): T;
752
+ static Groups<T>(hubClients: IHubClients_1<T>, groupNames: IEnumerable_1<System_Internal.String>): T;
653
753
  static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): T;
654
754
  static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): T;
655
755
  static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): T;
@@ -658,7 +758,7 @@ export abstract class HubClientsExtensions$instance {
658
758
  static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string): T;
659
759
  static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string): T;
660
760
  static Groups<T>(hubClients: IHubClients_1<T>, group1: string): T;
661
- static Users<T>(hubClients: IHubClients_1<T>, userIds: IEnumerable<System_Internal.String>): T;
761
+ static Users<T>(hubClients: IHubClients_1<T>, userIds: IEnumerable_1<System_Internal.String>): T;
662
762
  static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): T;
663
763
  static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): T;
664
764
  static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): T;