@tsonic/aspnetcore 10.0.5 → 10.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
  20. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
  21. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  22. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
  23. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
  24. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
  25. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
  26. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
  27. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  28. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  29. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
  30. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  31. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  32. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  33. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
  34. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
  35. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
  36. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
  37. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  38. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
  39. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
  40. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
  42. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
  43. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
  44. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  45. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
  46. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
  47. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
  48. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
  49. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
  50. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
  51. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  52. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  53. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
  54. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
  55. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
  56. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
  57. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
  58. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  59. package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
  60. package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
  61. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
  62. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
  63. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
  64. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
  65. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  66. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
  67. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  68. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
  69. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
  70. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
  71. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  72. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  73. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
  74. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  75. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
  76. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
  77. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
  78. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
  79. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
  80. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
  81. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
  82. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
  83. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
  84. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
  85. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
  86. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
  88. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
  89. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
  90. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
  91. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
  92. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
  93. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
  94. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
  95. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
  96. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
  97. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
  98. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
  99. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
  100. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
  101. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  102. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  103. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
  104. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
  105. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
  106. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
  107. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
  108. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
  109. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
  110. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
  111. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
  112. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
  113. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
  114. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  115. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
  116. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
  117. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
  118. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  119. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
  120. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
  121. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
  122. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
  123. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
  124. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
  125. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
  126. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  127. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
  128. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
  129. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  130. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
  131. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
  132. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
  133. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
  134. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  135. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
  136. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
  137. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
  138. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  139. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  140. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  141. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
  142. package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
  143. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
  144. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
  145. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
  146. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  147. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
  148. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  149. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  150. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
  151. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
  152. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  153. package/Microsoft.JSInterop/internal/index.d.ts +65 -53
  154. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
  155. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
  156. package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
  157. package/System.Formats.Cbor/internal/index.d.ts +27 -21
  158. package/System.Security.Claims/internal/index.d.ts +3 -3
  159. package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
  160. package/__internal/extensions/index.d.ts +1648 -1351
  161. package/package.json +4 -4
@@ -11,21 +11,21 @@ import type { IAuthenticatedEncryptor, IAuthenticatedEncryptorFactory } from "..
11
11
  import type { IActivator } from "../../Microsoft.AspNetCore.DataProtection.Internal/internal/index.js";
12
12
  import type { IXmlRepository } from "../../Microsoft.AspNetCore.DataProtection.Repositories/internal/index.js";
13
13
  import type { IXmlEncryptor } from "../../Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.js";
14
- import type { IList, IReadOnlyCollection } from "@tsonic/dotnet/System.Collections.Generic.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Boolean as ClrBoolean, DateTimeOffset, Func, Guid, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System.js";
17
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
18
- import type { XElement } from "@tsonic/dotnet/System.Xml.Linq.js";
19
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
20
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
14
+ import type { IList_1, IReadOnlyCollection_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
15
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
16
+ import type { XElement } from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
17
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { Boolean as ClrBoolean, DateTimeOffset, Func_2, Guid, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
19
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
20
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
21
21
 
22
22
  export interface IDeletableKeyManager$instance extends IKeyManager {
23
23
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IDeletableKeyManager: never;
24
24
 
25
25
  readonly CanDeleteKeys: boolean;
26
26
  CreateNewKey(activationDate: DateTimeOffset, expirationDate: DateTimeOffset): IKey;
27
- DeleteKeys(shouldDelete: Func<IKey, System_Internal.Boolean>): boolean;
28
- GetAllKeys(): IReadOnlyCollection<IKey>;
27
+ DeleteKeys(shouldDelete: Func_2<IKey, System_Internal.Boolean>): boolean;
28
+ GetAllKeys(): IReadOnlyCollection_1<IKey>;
29
29
  GetCacheExpirationToken(): CancellationToken;
30
30
  RevokeAllKeys(revocationDate: DateTimeOffset, reason?: string): void;
31
31
  RevokeKey(keyId: Guid, reason?: string): void;
@@ -64,7 +64,7 @@ export interface IKeyManager$instance {
64
64
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IKeyManager: never;
65
65
 
66
66
  CreateNewKey(activationDate: DateTimeOffset, expirationDate: DateTimeOffset): IKey;
67
- GetAllKeys(): IReadOnlyCollection<IKey>;
67
+ GetAllKeys(): IReadOnlyCollection_1<IKey>;
68
68
  GetCacheExpirationToken(): CancellationToken;
69
69
  RevokeAllKeys(revocationDate: DateTimeOffset, reason?: string): void;
70
70
  RevokeKey(keyId: Guid, reason?: string): void;
@@ -74,11 +74,13 @@ export interface IKeyManager$instance {
74
74
  export type IKeyManager = IKeyManager$instance;
75
75
 
76
76
  export interface KeyManagementOptions$instance {
77
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_KeyManagement_KeyManagementOptions: never;
78
+
77
79
  get AuthenticatedEncryptorConfiguration(): AlgorithmConfiguration | undefined;
78
80
  set AuthenticatedEncryptorConfiguration(value: AlgorithmConfiguration | undefined);
79
- readonly AuthenticatedEncryptorFactories: IList<IAuthenticatedEncryptorFactory>;
81
+ readonly AuthenticatedEncryptorFactories: IList_1<IAuthenticatedEncryptorFactory>;
80
82
  AutoGenerateKeys: boolean;
81
- readonly KeyEscrowSinks: IList<IKeyEscrowSink>;
83
+ readonly KeyEscrowSinks: IList_1<IKeyEscrowSink>;
82
84
  NewKeyLifetime: TimeSpan;
83
85
  get XmlEncryptor(): IXmlEncryptor | undefined;
84
86
  set XmlEncryptor(value: IXmlEncryptor | undefined);
@@ -94,14 +96,16 @@ export const KeyManagementOptions: {
94
96
 
95
97
  export type KeyManagementOptions = KeyManagementOptions$instance;
96
98
 
97
- export interface XmlKeyManager$instance {
99
+ export interface XmlKeyManager$instance extends IKeyManager$instance {
100
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_KeyManagement_XmlKeyManager: never;
101
+
98
102
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IKeyManager: never;
99
103
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_IInternalXmlKeyManager: never;
100
104
 
101
105
  readonly CanDeleteKeys: boolean;
102
106
  CreateNewKey(activationDate: DateTimeOffset, expirationDate: DateTimeOffset): IKey;
103
- DeleteKeys(shouldDelete: Func<IKey, System_Internal.Boolean>): boolean;
104
- GetAllKeys(): IReadOnlyCollection<IKey>;
107
+ DeleteKeys(shouldDelete: Func_2<IKey, System_Internal.Boolean>): boolean;
108
+ GetAllKeys(): IReadOnlyCollection_1<IKey>;
105
109
  GetCacheExpirationToken(): CancellationToken;
106
110
  RevokeAllKeys(revocationDate: DateTimeOffset, reason?: string): void;
107
111
  RevokeKey(keyId: Guid, reason?: string): void;
@@ -109,8 +113,8 @@ export interface XmlKeyManager$instance {
109
113
 
110
114
 
111
115
  export const XmlKeyManager: {
112
- new(keyManagementOptions: IOptions<KeyManagementOptions>, activator: IActivator): XmlKeyManager;
113
- new(keyManagementOptions: IOptions<KeyManagementOptions>, activator: IActivator, loggerFactory: ILoggerFactory): XmlKeyManager;
116
+ new(keyManagementOptions: IOptions_1<KeyManagementOptions>, activator: IActivator): XmlKeyManager;
117
+ new(keyManagementOptions: IOptions_1<KeyManagementOptions>, activator: IActivator, loggerFactory: ILoggerFactory): XmlKeyManager;
114
118
  };
115
119
 
116
120
 
@@ -119,8 +123,6 @@ export interface __XmlKeyManager$views {
119
123
  As_IInternalXmlKeyManager(): Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_Internal.IInternalXmlKeyManager$instance;
120
124
  }
121
125
 
122
- export interface XmlKeyManager$instance extends IKeyManager$instance {}
123
-
124
126
  export type XmlKeyManager = XmlKeyManager$instance & __XmlKeyManager$views;
125
127
 
126
128
 
@@ -12,10 +12,10 @@ import type { ptr } from "@tsonic/core/types.js";
12
12
  import type { IAuthenticatedEncryptorDescriptor } from "../../Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.js";
13
13
  import type { IAuthenticatedEncryptor } from "../../Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.js";
14
14
  import type { IKey } from "../../Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.js";
15
- import type { IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
16
- import * as System_Internal from "@tsonic/dotnet/System.js";
17
- import type { Boolean as ClrBoolean, DateTimeOffset, Guid, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
18
- import type { XElement } from "@tsonic/dotnet/System.Xml.Linq.js";
15
+ import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
16
+ import type { XElement } from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
17
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { Boolean as ClrBoolean, DateTimeOffset, Guid, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
19
19
 
20
20
  export interface ICacheableKeyRingProvider$instance {
21
21
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_ICacheableKeyRingProvider: never;
@@ -29,7 +29,7 @@ export type ICacheableKeyRingProvider = ICacheableKeyRingProvider$instance;
29
29
  export interface IDefaultKeyResolver$instance {
30
30
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_IDefaultKeyResolver: never;
31
31
 
32
- ResolveDefaultKeyPolicy(now: DateTimeOffset, allKeys: IEnumerable<IKey>): DefaultKeyResolution;
32
+ ResolveDefaultKeyPolicy(now: DateTimeOffset, allKeys: IEnumerable_1<IKey>): DefaultKeyResolution;
33
33
  }
34
34
 
35
35
 
@@ -67,6 +67,8 @@ export interface IKeyRingProvider$instance {
67
67
  export type IKeyRingProvider = IKeyRingProvider$instance;
68
68
 
69
69
  export interface DefaultKeyResolution$instance {
70
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_DefaultKeyResolution: never;
71
+
70
72
  DefaultKey: IKey | undefined;
71
73
  FallbackKey: IKey | undefined;
72
74
  ShouldGenerateNewKey: boolean;
@@ -81,6 +83,8 @@ export const DefaultKeyResolution: {
81
83
  export type DefaultKeyResolution = DefaultKeyResolution$instance;
82
84
 
83
85
  export interface CacheableKeyRing$instance {
86
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_CacheableKeyRing: never;
87
+
84
88
  }
85
89
 
86
90
 
@@ -6,19 +6,19 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import type { RegistryKey } from "@tsonic/dotnet/Microsoft.Win32.js";
10
- import type { IReadOnlyCollection } from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import type { DirectoryInfo } from "@tsonic/dotnet/System.IO.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, Void } from "@tsonic/dotnet/System.js";
14
- import type { XElement } from "@tsonic/dotnet/System.Xml.Linq.js";
15
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
9
+ import type { RegistryKey } from "@tsonic/dotnet/Microsoft.Win32/internal/index.js";
10
+ import type { IReadOnlyCollection_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
+ import type { DirectoryInfo } from "@tsonic/dotnet/System.IO/internal/index.js";
12
+ import type { XElement } from "@tsonic/dotnet/System.Xml.Linq/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, Void } from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
16
16
 
17
17
  export interface IDeletableElement$instance {
18
18
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableElement: never;
19
19
 
20
20
  readonly Element: XElement;
21
- DeletionOrder: Nullable<System_Internal.Int32>;
21
+ DeletionOrder: Nullable_1<System_Internal.Int32>;
22
22
  }
23
23
 
24
24
 
@@ -27,8 +27,8 @@ export type IDeletableElement = IDeletableElement$instance;
27
27
  export interface IDeletableXmlRepository$instance extends IXmlRepository {
28
28
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableXmlRepository: never;
29
29
 
30
- DeleteElements(chooseElements: Action<IReadOnlyCollection<IDeletableElement>>): boolean;
31
- GetAllElements(): IReadOnlyCollection<XElement>;
30
+ DeleteElements(chooseElements: Action_1<IReadOnlyCollection_1<IDeletableElement>>): boolean;
31
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
32
32
  StoreElement(element: XElement, friendlyName: string): void;
33
33
  }
34
34
 
@@ -40,7 +40,7 @@ export type IDeletableXmlRepository = IDeletableXmlRepository$instance;
40
40
  export interface IXmlRepository$instance {
41
41
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IXmlRepository: never;
42
42
 
43
- GetAllElements(): IReadOnlyCollection<XElement>;
43
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
44
44
  StoreElement(element: XElement, friendlyName: string): void;
45
45
  }
46
46
 
@@ -48,12 +48,14 @@ export interface IXmlRepository$instance {
48
48
  export type IXmlRepository = IXmlRepository$instance;
49
49
 
50
50
  export interface FileSystemXmlRepository$instance {
51
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_Repositories_FileSystemXmlRepository: never;
52
+
51
53
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableXmlRepository: never;
52
54
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IXmlRepository: never;
53
55
 
54
56
  readonly Directory: DirectoryInfo;
55
- DeleteElements(chooseElements: Action<IReadOnlyCollection<IDeletableElement>>): boolean;
56
- GetAllElements(): IReadOnlyCollection<XElement>;
57
+ DeleteElements(chooseElements: Action_1<IReadOnlyCollection_1<IDeletableElement>>): boolean;
58
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
57
59
  StoreElement(element: XElement, friendlyName: string): void;
58
60
  }
59
61
 
@@ -73,12 +75,14 @@ export type FileSystemXmlRepository = FileSystemXmlRepository$instance & __FileS
73
75
 
74
76
 
75
77
  export interface RegistryXmlRepository$instance {
78
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_Repositories_RegistryXmlRepository: never;
79
+
76
80
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableXmlRepository: never;
77
81
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IXmlRepository: never;
78
82
 
79
83
  readonly RegistryKey: RegistryKey;
80
- DeleteElements(chooseElements: Action<IReadOnlyCollection<IDeletableElement>>): boolean;
81
- GetAllElements(): IReadOnlyCollection<XElement>;
84
+ DeleteElements(chooseElements: Action_1<IReadOnlyCollection_1<IDeletableElement>>): boolean;
85
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
82
86
  StoreElement(element: XElement, friendlyName: string): void;
83
87
  }
84
88
 
@@ -6,11 +6,11 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, IServiceProvider, ISpanFormattable, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System.js";
11
- import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
12
- import type { XElement } from "@tsonic/dotnet/System.Xml.Linq.js";
13
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
9
+ import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
10
+ import type { XElement } from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, IServiceProvider, ISpanFormattable, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
13
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
14
14
 
15
15
  export enum DpapiNGProtectionDescriptorFlags {
16
16
  None = 0,
@@ -46,7 +46,9 @@ export interface IXmlEncryptor$instance {
46
46
 
47
47
  export type IXmlEncryptor = IXmlEncryptor$instance;
48
48
 
49
- export interface CertificateResolver$instance {
49
+ export interface CertificateResolver$instance extends ICertificateResolver$instance {
50
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_CertificateResolver: never;
51
+
50
52
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_ICertificateResolver: never;
51
53
 
52
54
  ResolveCertificate(thumbprint: string): X509Certificate2 | undefined;
@@ -62,12 +64,12 @@ export interface __CertificateResolver$views {
62
64
  As_ICertificateResolver(): ICertificateResolver$instance;
63
65
  }
64
66
 
65
- export interface CertificateResolver$instance extends ICertificateResolver$instance {}
66
-
67
67
  export type CertificateResolver = CertificateResolver$instance & __CertificateResolver$views;
68
68
 
69
69
 
70
- export interface CertificateXmlEncryptor$instance {
70
+ export interface CertificateXmlEncryptor$instance extends IXmlEncryptor$instance {
71
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_CertificateXmlEncryptor: never;
72
+
71
73
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
72
74
 
73
75
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
@@ -84,12 +86,12 @@ export interface __CertificateXmlEncryptor$views {
84
86
  As_IXmlEncryptor(): IXmlEncryptor$instance;
85
87
  }
86
88
 
87
- export interface CertificateXmlEncryptor$instance extends IXmlEncryptor$instance {}
88
-
89
89
  export type CertificateXmlEncryptor = CertificateXmlEncryptor$instance & __CertificateXmlEncryptor$views;
90
90
 
91
91
 
92
- export interface DpapiNGXmlDecryptor$instance {
92
+ export interface DpapiNGXmlDecryptor$instance extends IXmlDecryptor$instance {
93
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiNGXmlDecryptor: never;
94
+
93
95
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
94
96
 
95
97
  Decrypt(encryptedElement: XElement): XElement;
@@ -106,12 +108,12 @@ export interface __DpapiNGXmlDecryptor$views {
106
108
  As_IXmlDecryptor(): IXmlDecryptor$instance;
107
109
  }
108
110
 
109
- export interface DpapiNGXmlDecryptor$instance extends IXmlDecryptor$instance {}
110
-
111
111
  export type DpapiNGXmlDecryptor = DpapiNGXmlDecryptor$instance & __DpapiNGXmlDecryptor$views;
112
112
 
113
113
 
114
- export interface DpapiNGXmlEncryptor$instance {
114
+ export interface DpapiNGXmlEncryptor$instance extends IXmlEncryptor$instance {
115
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiNGXmlEncryptor: never;
116
+
115
117
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
116
118
 
117
119
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
@@ -127,12 +129,12 @@ export interface __DpapiNGXmlEncryptor$views {
127
129
  As_IXmlEncryptor(): IXmlEncryptor$instance;
128
130
  }
129
131
 
130
- export interface DpapiNGXmlEncryptor$instance extends IXmlEncryptor$instance {}
131
-
132
132
  export type DpapiNGXmlEncryptor = DpapiNGXmlEncryptor$instance & __DpapiNGXmlEncryptor$views;
133
133
 
134
134
 
135
- export interface DpapiXmlDecryptor$instance {
135
+ export interface DpapiXmlDecryptor$instance extends IXmlDecryptor$instance {
136
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiXmlDecryptor: never;
137
+
136
138
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
137
139
 
138
140
  Decrypt(encryptedElement: XElement): XElement;
@@ -149,12 +151,12 @@ export interface __DpapiXmlDecryptor$views {
149
151
  As_IXmlDecryptor(): IXmlDecryptor$instance;
150
152
  }
151
153
 
152
- export interface DpapiXmlDecryptor$instance extends IXmlDecryptor$instance {}
153
-
154
154
  export type DpapiXmlDecryptor = DpapiXmlDecryptor$instance & __DpapiXmlDecryptor$views;
155
155
 
156
156
 
157
- export interface DpapiXmlEncryptor$instance {
157
+ export interface DpapiXmlEncryptor$instance extends IXmlEncryptor$instance {
158
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiXmlEncryptor: never;
159
+
158
160
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
159
161
 
160
162
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
@@ -170,12 +172,12 @@ export interface __DpapiXmlEncryptor$views {
170
172
  As_IXmlEncryptor(): IXmlEncryptor$instance;
171
173
  }
172
174
 
173
- export interface DpapiXmlEncryptor$instance extends IXmlEncryptor$instance {}
174
-
175
175
  export type DpapiXmlEncryptor = DpapiXmlEncryptor$instance & __DpapiXmlEncryptor$views;
176
176
 
177
177
 
178
- export interface EncryptedXmlDecryptor$instance {
178
+ export interface EncryptedXmlDecryptor$instance extends IXmlDecryptor$instance {
179
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_EncryptedXmlDecryptor: never;
180
+
179
181
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
180
182
 
181
183
  Decrypt(encryptedElement: XElement): XElement;
@@ -192,12 +194,12 @@ export interface __EncryptedXmlDecryptor$views {
192
194
  As_IXmlDecryptor(): IXmlDecryptor$instance;
193
195
  }
194
196
 
195
- export interface EncryptedXmlDecryptor$instance extends IXmlDecryptor$instance {}
196
-
197
197
  export type EncryptedXmlDecryptor = EncryptedXmlDecryptor$instance & __EncryptedXmlDecryptor$views;
198
198
 
199
199
 
200
200
  export interface EncryptedXmlInfo$instance {
201
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_EncryptedXmlInfo: never;
202
+
201
203
  readonly DecryptorType: Type;
202
204
  readonly EncryptedElement: XElement;
203
205
  }
@@ -210,7 +212,9 @@ export const EncryptedXmlInfo: {
210
212
 
211
213
  export type EncryptedXmlInfo = EncryptedXmlInfo$instance;
212
214
 
213
- export interface NullXmlDecryptor$instance {
215
+ export interface NullXmlDecryptor$instance extends IXmlDecryptor$instance {
216
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_NullXmlDecryptor: never;
217
+
214
218
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
215
219
 
216
220
  Decrypt(encryptedElement: XElement): XElement;
@@ -226,12 +230,12 @@ export interface __NullXmlDecryptor$views {
226
230
  As_IXmlDecryptor(): IXmlDecryptor$instance;
227
231
  }
228
232
 
229
- export interface NullXmlDecryptor$instance extends IXmlDecryptor$instance {}
230
-
231
233
  export type NullXmlDecryptor = NullXmlDecryptor$instance & __NullXmlDecryptor$views;
232
234
 
233
235
 
234
- export interface NullXmlEncryptor$instance {
236
+ export interface NullXmlEncryptor$instance extends IXmlEncryptor$instance {
237
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_NullXmlEncryptor: never;
238
+
235
239
  readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
236
240
 
237
241
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
@@ -248,8 +252,6 @@ export interface __NullXmlEncryptor$views {
248
252
  As_IXmlEncryptor(): IXmlEncryptor$instance;
249
253
  }
250
254
 
251
- export interface NullXmlEncryptor$instance extends IXmlEncryptor$instance {}
252
-
253
255
  export type NullXmlEncryptor = NullXmlEncryptor$instance & __NullXmlEncryptor$views;
254
256
 
255
257
 
@@ -10,14 +10,14 @@ import type { DeveloperExceptionPageOptions, ExceptionHandlerOptions, StatusCode
10
10
  import type { IWebHostEnvironment } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
11
11
  import type { Endpoint, HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
12
12
  import type { RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
13
- import type { IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
14
- import type { DiagnosticListener, DiagnosticSource } from "@tsonic/dotnet/System.Diagnostics.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Boolean as ClrBoolean, Enum, Exception, Func, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
17
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
18
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
19
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
20
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
13
+ import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
14
+ import type { DiagnosticListener, DiagnosticSource } from "@tsonic/dotnet/System.Diagnostics/internal/index.js";
15
+ import type { Task, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
16
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
17
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { Boolean as ClrBoolean, Enum, Exception, Func_2, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
19
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
20
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
21
21
 
22
22
  export enum ExceptionHandledType {
23
23
  Unhandled = 0,
@@ -31,7 +31,7 @@ export enum ExceptionHandledType {
31
31
  export interface ICompilationException$instance {
32
32
  readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_ICompilationException: never;
33
33
 
34
- readonly CompilationFailures: IEnumerable<CompilationFailure | undefined> | undefined;
34
+ readonly CompilationFailures: IEnumerable_1<CompilationFailure | undefined> | undefined;
35
35
  }
36
36
 
37
37
 
@@ -40,7 +40,7 @@ export type ICompilationException = ICompilationException$instance;
40
40
  export interface IDeveloperPageExceptionFilter$instance {
41
41
  readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IDeveloperPageExceptionFilter: never;
42
42
 
43
- HandleExceptionAsync(errorContext: ErrorContext, next: Func<ErrorContext, Task>): Task;
43
+ HandleExceptionAsync(errorContext: ErrorContext, next: Func_2<ErrorContext, Task>): Task;
44
44
  }
45
45
 
46
46
 
@@ -49,7 +49,7 @@ export type IDeveloperPageExceptionFilter = IDeveloperPageExceptionFilter$instan
49
49
  export interface IExceptionHandler$instance {
50
50
  readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandler: never;
51
51
 
52
- TryHandleAsync(httpContext: HttpContext, exception: Exception, cancellationToken: CancellationToken): ValueTask<System_Internal.Boolean>;
52
+ TryHandleAsync(httpContext: HttpContext, exception: Exception, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Boolean>;
53
53
  }
54
54
 
55
55
 
@@ -106,35 +106,41 @@ export interface IStatusCodeReExecuteFeature$instance {
106
106
  export type IStatusCodeReExecuteFeature = IStatusCodeReExecuteFeature$instance;
107
107
 
108
108
  export interface CompilationFailure$instance {
109
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_CompilationFailure: never;
110
+
109
111
  readonly CompiledContent: string | undefined;
110
112
  readonly FailureSummary: string | undefined;
111
- readonly Messages: IEnumerable<DiagnosticMessage | undefined> | undefined;
113
+ readonly Messages: IEnumerable_1<DiagnosticMessage | undefined> | undefined;
112
114
  readonly SourceFileContent: string | undefined;
113
115
  readonly SourceFilePath: string | undefined;
114
116
  }
115
117
 
116
118
 
117
119
  export const CompilationFailure: {
118
- new(sourceFilePath: string, sourceFileContent: string, compiledContent: string, messages: IEnumerable<DiagnosticMessage>): CompilationFailure;
119
- new(sourceFilePath: string, sourceFileContent: string, compiledContent: string, messages: IEnumerable<DiagnosticMessage>, failureSummary: string): CompilationFailure;
120
+ new(sourceFilePath: string, sourceFileContent: string, compiledContent: string, messages: IEnumerable_1<DiagnosticMessage>): CompilationFailure;
121
+ new(sourceFilePath: string, sourceFileContent: string, compiledContent: string, messages: IEnumerable_1<DiagnosticMessage>, failureSummary: string): CompilationFailure;
120
122
  };
121
123
 
122
124
 
123
125
  export type CompilationFailure = CompilationFailure$instance;
124
126
 
125
127
  export interface DeveloperExceptionPageMiddleware$instance {
128
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_DeveloperExceptionPageMiddleware: never;
129
+
126
130
  Invoke(context: HttpContext): Task;
127
131
  }
128
132
 
129
133
 
130
134
  export const DeveloperExceptionPageMiddleware: {
131
- new(next: RequestDelegate, options: IOptions<DeveloperExceptionPageOptions>, loggerFactory: ILoggerFactory, hostingEnvironment: IWebHostEnvironment, diagnosticSource: DiagnosticSource, filters: IEnumerable<IDeveloperPageExceptionFilter>): DeveloperExceptionPageMiddleware;
135
+ new(next: RequestDelegate, options: IOptions_1<DeveloperExceptionPageOptions>, loggerFactory: ILoggerFactory, hostingEnvironment: IWebHostEnvironment, diagnosticSource: DiagnosticSource, filters: IEnumerable_1<IDeveloperPageExceptionFilter>): DeveloperExceptionPageMiddleware;
132
136
  };
133
137
 
134
138
 
135
139
  export type DeveloperExceptionPageMiddleware = DeveloperExceptionPageMiddleware$instance;
136
140
 
137
141
  export interface DiagnosticMessage$instance {
142
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_DiagnosticMessage: never;
143
+
138
144
  readonly EndColumn: int;
139
145
  readonly EndLine: int;
140
146
  readonly FormattedMessage: string | undefined;
@@ -153,6 +159,8 @@ export const DiagnosticMessage: {
153
159
  export type DiagnosticMessage = DiagnosticMessage$instance;
154
160
 
155
161
  export interface ErrorContext$instance {
162
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ErrorContext: never;
163
+
156
164
  readonly Exception: Exception;
157
165
  readonly HttpContext: HttpContext;
158
166
  }
@@ -166,6 +174,8 @@ export const ErrorContext: {
166
174
  export type ErrorContext = ErrorContext$instance;
167
175
 
168
176
  export interface ExceptionHandlerFeature$instance extends IExceptionHandlerPathFeature {
177
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ExceptionHandlerFeature: never;
178
+
169
179
  readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandlerFeature: never;
170
180
  readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandlerPathFeature: never;
171
181
 
@@ -191,18 +201,22 @@ export type ExceptionHandlerFeature = ExceptionHandlerFeature$instance & __Excep
191
201
 
192
202
 
193
203
  export interface ExceptionHandlerMiddleware$instance {
204
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ExceptionHandlerMiddleware: never;
205
+
194
206
  Invoke(context: HttpContext): Task;
195
207
  }
196
208
 
197
209
 
198
210
  export const ExceptionHandlerMiddleware: {
199
- new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions<ExceptionHandlerOptions>, diagnosticListener: DiagnosticListener): ExceptionHandlerMiddleware;
211
+ new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions_1<ExceptionHandlerOptions>, diagnosticListener: DiagnosticListener): ExceptionHandlerMiddleware;
200
212
  };
201
213
 
202
214
 
203
215
  export type ExceptionHandlerMiddleware = ExceptionHandlerMiddleware$instance;
204
216
 
205
217
  export interface ExceptionHandlerSuppressDiagnosticsContext$instance {
218
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ExceptionHandlerSuppressDiagnosticsContext: never;
219
+
206
220
  Exception: Exception;
207
221
  ExceptionHandledBy: ExceptionHandledType;
208
222
  HttpContext: HttpContext;
@@ -217,6 +231,8 @@ export const ExceptionHandlerSuppressDiagnosticsContext: {
217
231
  export type ExceptionHandlerSuppressDiagnosticsContext = ExceptionHandlerSuppressDiagnosticsContext$instance;
218
232
 
219
233
  export interface StatusCodeContext$instance {
234
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodeContext: never;
235
+
220
236
  HttpContext: HttpContext;
221
237
  Next: RequestDelegate;
222
238
  Options: StatusCodePagesOptions;
@@ -230,7 +246,9 @@ export const StatusCodeContext: {
230
246
 
231
247
  export type StatusCodeContext = StatusCodeContext$instance;
232
248
 
233
- export interface StatusCodePagesFeature$instance {
249
+ export interface StatusCodePagesFeature$instance extends IStatusCodePagesFeature$instance {
250
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodePagesFeature: never;
251
+
234
252
  readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IStatusCodePagesFeature: never;
235
253
 
236
254
  Enabled: boolean;
@@ -246,24 +264,26 @@ export interface __StatusCodePagesFeature$views {
246
264
  As_IStatusCodePagesFeature(): IStatusCodePagesFeature$instance;
247
265
  }
248
266
 
249
- export interface StatusCodePagesFeature$instance extends IStatusCodePagesFeature$instance {}
250
-
251
267
  export type StatusCodePagesFeature = StatusCodePagesFeature$instance & __StatusCodePagesFeature$views;
252
268
 
253
269
 
254
270
  export interface StatusCodePagesMiddleware$instance {
271
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodePagesMiddleware: never;
272
+
255
273
  Invoke(context: HttpContext): Task;
256
274
  }
257
275
 
258
276
 
259
277
  export const StatusCodePagesMiddleware: {
260
- new(next: RequestDelegate, options: IOptions<StatusCodePagesOptions>): StatusCodePagesMiddleware;
278
+ new(next: RequestDelegate, options: IOptions_1<StatusCodePagesOptions>): StatusCodePagesMiddleware;
261
279
  };
262
280
 
263
281
 
264
282
  export type StatusCodePagesMiddleware = StatusCodePagesMiddleware$instance;
265
283
 
266
284
  export interface StatusCodeReExecuteFeature$instance {
285
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodeReExecuteFeature: never;
286
+
267
287
  readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IStatusCodeReExecuteFeature: never;
268
288
 
269
289
  get Endpoint(): Endpoint | undefined;
@@ -291,12 +311,14 @@ export type StatusCodeReExecuteFeature = StatusCodeReExecuteFeature$instance & _
291
311
 
292
312
 
293
313
  export interface WelcomePageMiddleware$instance {
314
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_WelcomePageMiddleware: never;
315
+
294
316
  Invoke(context: HttpContext): Task;
295
317
  }
296
318
 
297
319
 
298
320
  export const WelcomePageMiddleware: {
299
- new(next: RequestDelegate, options: IOptions<WelcomePageOptions>): WelcomePageMiddleware;
321
+ new(next: RequestDelegate, options: IOptions_1<WelcomePageOptions>): WelcomePageMiddleware;
300
322
  };
301
323
 
302
324
 
@@ -7,31 +7,35 @@ 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 { HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
10
- import type { IDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Boolean as ClrBoolean, Func, Int32, Object as ClrObject } from "@tsonic/dotnet/System.js";
13
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
14
- import type { HealthCheckRegistration, HealthCheckService, HealthReport, HealthStatus } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Diagnostics.HealthChecks.js";
15
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
10
+ import type { IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
13
+ import type { Boolean as ClrBoolean, Func_2, Func_3, Int32, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { HealthCheckRegistration, HealthCheckService, HealthReport, HealthStatus } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.js";
15
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
16
16
 
17
17
  export interface HealthCheckMiddleware$instance {
18
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_HealthChecks_HealthCheckMiddleware: never;
19
+
18
20
  InvokeAsync(httpContext: HttpContext): Task;
19
21
  }
20
22
 
21
23
 
22
24
  export const HealthCheckMiddleware: {
23
- new(next: RequestDelegate, healthCheckOptions: IOptions<HealthCheckOptions>, healthCheckService: HealthCheckService): HealthCheckMiddleware;
25
+ new(next: RequestDelegate, healthCheckOptions: IOptions_1<HealthCheckOptions>, healthCheckService: HealthCheckService): HealthCheckMiddleware;
24
26
  };
25
27
 
26
28
 
27
29
  export type HealthCheckMiddleware = HealthCheckMiddleware$instance;
28
30
 
29
31
  export interface HealthCheckOptions$instance {
32
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_HealthChecks_HealthCheckOptions: never;
33
+
30
34
  AllowCachingResponses: boolean;
31
- get Predicate(): Func<HealthCheckRegistration, System_Internal.Boolean> | undefined;
32
- set Predicate(value: Func<HealthCheckRegistration, System_Internal.Boolean> | undefined);
33
- ResponseWriter: Func<HttpContext, HealthReport, Task>;
34
- ResultStatusCodes: IDictionary<HealthStatus, System_Internal.Int32>;
35
+ get Predicate(): Func_2<HealthCheckRegistration, System_Internal.Boolean> | undefined;
36
+ set Predicate(value: Func_2<HealthCheckRegistration, System_Internal.Boolean> | undefined);
37
+ ResponseWriter: Func_3<HttpContext, HealthReport, Task>;
38
+ ResultStatusCodes: IDictionary_2<HealthStatus, System_Internal.Int32>;
35
39
  }
36
40
 
37
41