@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
@@ -12,12 +12,14 @@ 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
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_ICacheableKeyRingProvider: never;
22
+
21
23
  GetCacheableKeyRing(now: DateTimeOffset): CacheableKeyRing;
22
24
  }
23
25
 
@@ -25,13 +27,17 @@ export interface ICacheableKeyRingProvider$instance {
25
27
  export type ICacheableKeyRingProvider = ICacheableKeyRingProvider$instance;
26
28
 
27
29
  export interface IDefaultKeyResolver$instance {
28
- ResolveDefaultKeyPolicy(now: DateTimeOffset, allKeys: IEnumerable<IKey>): DefaultKeyResolution;
30
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_IDefaultKeyResolver: never;
31
+
32
+ ResolveDefaultKeyPolicy(now: DateTimeOffset, allKeys: IEnumerable_1<IKey>): DefaultKeyResolution;
29
33
  }
30
34
 
31
35
 
32
36
  export type IDefaultKeyResolver = IDefaultKeyResolver$instance;
33
37
 
34
38
  export interface IInternalXmlKeyManager$instance {
39
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_IInternalXmlKeyManager: never;
40
+
35
41
  CreateNewKey(keyId: Guid, creationDate: DateTimeOffset, activationDate: DateTimeOffset, expirationDate: DateTimeOffset): IKey;
36
42
  DeserializeDescriptorFromKeyElement(keyElement: XElement): IAuthenticatedEncryptorDescriptor;
37
43
  RevokeSingleKey(keyId: Guid, revocationDate: DateTimeOffset, reason: string): void;
@@ -41,6 +47,8 @@ export interface IInternalXmlKeyManager$instance {
41
47
  export type IInternalXmlKeyManager = IInternalXmlKeyManager$instance;
42
48
 
43
49
  export interface IKeyRing$instance {
50
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_IKeyRing: never;
51
+
44
52
  readonly DefaultAuthenticatedEncryptor: IAuthenticatedEncryptor | undefined;
45
53
  readonly DefaultKeyId: Guid;
46
54
  GetAuthenticatedEncryptorByKeyId(keyId: Guid, isRevoked: boolean): IAuthenticatedEncryptor | undefined;
@@ -50,6 +58,8 @@ export interface IKeyRing$instance {
50
58
  export type IKeyRing = IKeyRing$instance;
51
59
 
52
60
  export interface IKeyRingProvider$instance {
61
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_IKeyRingProvider: never;
62
+
53
63
  GetCurrentKeyRing(): IKeyRing;
54
64
  }
55
65
 
@@ -57,6 +67,8 @@ export interface IKeyRingProvider$instance {
57
67
  export type IKeyRingProvider = IKeyRingProvider$instance;
58
68
 
59
69
  export interface DefaultKeyResolution$instance {
70
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_DefaultKeyResolution: never;
71
+
60
72
  DefaultKey: IKey | undefined;
61
73
  FallbackKey: IKey | undefined;
62
74
  ShouldGenerateNewKey: boolean;
@@ -71,6 +83,8 @@ export const DefaultKeyResolution: {
71
83
  export type DefaultKeyResolution = DefaultKeyResolution$instance;
72
84
 
73
85
  export interface CacheableKeyRing$instance {
86
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_CacheableKeyRing: never;
87
+
74
88
  }
75
89
 
76
90
 
@@ -6,25 +6,29 @@
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
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableElement: never;
19
+
18
20
  readonly Element: XElement;
19
- DeletionOrder: Nullable<System_Internal.Int32>;
21
+ DeletionOrder: Nullable_1<System_Internal.Int32>;
20
22
  }
21
23
 
22
24
 
23
25
  export type IDeletableElement = IDeletableElement$instance;
24
26
 
25
27
  export interface IDeletableXmlRepository$instance extends IXmlRepository {
26
- DeleteElements(chooseElements: Action<IReadOnlyCollection<IDeletableElement>>): boolean;
27
- GetAllElements(): IReadOnlyCollection<XElement>;
28
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableXmlRepository: never;
29
+
30
+ DeleteElements(chooseElements: Action_1<IReadOnlyCollection_1<IDeletableElement>>): boolean;
31
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
28
32
  StoreElement(element: XElement, friendlyName: string): void;
29
33
  }
30
34
 
@@ -34,7 +38,9 @@ export interface IDeletableXmlRepository$instance extends IXmlRepository$instanc
34
38
  export type IDeletableXmlRepository = IDeletableXmlRepository$instance;
35
39
 
36
40
  export interface IXmlRepository$instance {
37
- GetAllElements(): IReadOnlyCollection<XElement>;
41
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IXmlRepository: never;
42
+
43
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
38
44
  StoreElement(element: XElement, friendlyName: string): void;
39
45
  }
40
46
 
@@ -42,9 +48,14 @@ export interface IXmlRepository$instance {
42
48
  export type IXmlRepository = IXmlRepository$instance;
43
49
 
44
50
  export interface FileSystemXmlRepository$instance {
51
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_Repositories_FileSystemXmlRepository: never;
52
+
53
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableXmlRepository: never;
54
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IXmlRepository: never;
55
+
45
56
  readonly Directory: DirectoryInfo;
46
- DeleteElements(chooseElements: Action<IReadOnlyCollection<IDeletableElement>>): boolean;
47
- GetAllElements(): IReadOnlyCollection<XElement>;
57
+ DeleteElements(chooseElements: Action_1<IReadOnlyCollection_1<IDeletableElement>>): boolean;
58
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
48
59
  StoreElement(element: XElement, friendlyName: string): void;
49
60
  }
50
61
 
@@ -64,9 +75,14 @@ export type FileSystemXmlRepository = FileSystemXmlRepository$instance & __FileS
64
75
 
65
76
 
66
77
  export interface RegistryXmlRepository$instance {
78
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_Repositories_RegistryXmlRepository: never;
79
+
80
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IDeletableXmlRepository: never;
81
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Repositories_IXmlRepository: never;
82
+
67
83
  readonly RegistryKey: RegistryKey;
68
- DeleteElements(chooseElements: Action<IReadOnlyCollection<IDeletableElement>>): boolean;
69
- GetAllElements(): IReadOnlyCollection<XElement>;
84
+ DeleteElements(chooseElements: Action_1<IReadOnlyCollection_1<IDeletableElement>>): boolean;
85
+ GetAllElements(): IReadOnlyCollection_1<XElement>;
70
86
  StoreElement(element: XElement, friendlyName: string): void;
71
87
  }
72
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,
@@ -20,6 +20,8 @@ export enum DpapiNGProtectionDescriptorFlags {
20
20
 
21
21
 
22
22
  export interface ICertificateResolver$instance {
23
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_ICertificateResolver: never;
24
+
23
25
  ResolveCertificate(thumbprint: string): X509Certificate2 | undefined;
24
26
  }
25
27
 
@@ -27,6 +29,8 @@ export interface ICertificateResolver$instance {
27
29
  export type ICertificateResolver = ICertificateResolver$instance;
28
30
 
29
31
  export interface IXmlDecryptor$instance {
32
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
33
+
30
34
  Decrypt(encryptedElement: XElement): XElement;
31
35
  }
32
36
 
@@ -34,13 +38,19 @@ export interface IXmlDecryptor$instance {
34
38
  export type IXmlDecryptor = IXmlDecryptor$instance;
35
39
 
36
40
  export interface IXmlEncryptor$instance {
41
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
42
+
37
43
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
38
44
  }
39
45
 
40
46
 
41
47
  export type IXmlEncryptor = IXmlEncryptor$instance;
42
48
 
43
- export interface CertificateResolver$instance {
49
+ export interface CertificateResolver$instance extends ICertificateResolver$instance {
50
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_CertificateResolver: never;
51
+
52
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_ICertificateResolver: never;
53
+
44
54
  ResolveCertificate(thumbprint: string): X509Certificate2 | undefined;
45
55
  }
46
56
 
@@ -54,12 +64,14 @@ export interface __CertificateResolver$views {
54
64
  As_ICertificateResolver(): ICertificateResolver$instance;
55
65
  }
56
66
 
57
- export interface CertificateResolver$instance extends ICertificateResolver$instance {}
58
-
59
67
  export type CertificateResolver = CertificateResolver$instance & __CertificateResolver$views;
60
68
 
61
69
 
62
- export interface CertificateXmlEncryptor$instance {
70
+ export interface CertificateXmlEncryptor$instance extends IXmlEncryptor$instance {
71
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_CertificateXmlEncryptor: never;
72
+
73
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
74
+
63
75
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
64
76
  }
65
77
 
@@ -74,12 +86,14 @@ export interface __CertificateXmlEncryptor$views {
74
86
  As_IXmlEncryptor(): IXmlEncryptor$instance;
75
87
  }
76
88
 
77
- export interface CertificateXmlEncryptor$instance extends IXmlEncryptor$instance {}
78
-
79
89
  export type CertificateXmlEncryptor = CertificateXmlEncryptor$instance & __CertificateXmlEncryptor$views;
80
90
 
81
91
 
82
- export interface DpapiNGXmlDecryptor$instance {
92
+ export interface DpapiNGXmlDecryptor$instance extends IXmlDecryptor$instance {
93
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiNGXmlDecryptor: never;
94
+
95
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
96
+
83
97
  Decrypt(encryptedElement: XElement): XElement;
84
98
  }
85
99
 
@@ -94,12 +108,14 @@ export interface __DpapiNGXmlDecryptor$views {
94
108
  As_IXmlDecryptor(): IXmlDecryptor$instance;
95
109
  }
96
110
 
97
- export interface DpapiNGXmlDecryptor$instance extends IXmlDecryptor$instance {}
98
-
99
111
  export type DpapiNGXmlDecryptor = DpapiNGXmlDecryptor$instance & __DpapiNGXmlDecryptor$views;
100
112
 
101
113
 
102
- export interface DpapiNGXmlEncryptor$instance {
114
+ export interface DpapiNGXmlEncryptor$instance extends IXmlEncryptor$instance {
115
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiNGXmlEncryptor: never;
116
+
117
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
118
+
103
119
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
104
120
  }
105
121
 
@@ -113,12 +129,14 @@ export interface __DpapiNGXmlEncryptor$views {
113
129
  As_IXmlEncryptor(): IXmlEncryptor$instance;
114
130
  }
115
131
 
116
- export interface DpapiNGXmlEncryptor$instance extends IXmlEncryptor$instance {}
117
-
118
132
  export type DpapiNGXmlEncryptor = DpapiNGXmlEncryptor$instance & __DpapiNGXmlEncryptor$views;
119
133
 
120
134
 
121
- export interface DpapiXmlDecryptor$instance {
135
+ export interface DpapiXmlDecryptor$instance extends IXmlDecryptor$instance {
136
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiXmlDecryptor: never;
137
+
138
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
139
+
122
140
  Decrypt(encryptedElement: XElement): XElement;
123
141
  }
124
142
 
@@ -133,12 +151,14 @@ export interface __DpapiXmlDecryptor$views {
133
151
  As_IXmlDecryptor(): IXmlDecryptor$instance;
134
152
  }
135
153
 
136
- export interface DpapiXmlDecryptor$instance extends IXmlDecryptor$instance {}
137
-
138
154
  export type DpapiXmlDecryptor = DpapiXmlDecryptor$instance & __DpapiXmlDecryptor$views;
139
155
 
140
156
 
141
- export interface DpapiXmlEncryptor$instance {
157
+ export interface DpapiXmlEncryptor$instance extends IXmlEncryptor$instance {
158
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_DpapiXmlEncryptor: never;
159
+
160
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
161
+
142
162
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
143
163
  }
144
164
 
@@ -152,12 +172,14 @@ export interface __DpapiXmlEncryptor$views {
152
172
  As_IXmlEncryptor(): IXmlEncryptor$instance;
153
173
  }
154
174
 
155
- export interface DpapiXmlEncryptor$instance extends IXmlEncryptor$instance {}
156
-
157
175
  export type DpapiXmlEncryptor = DpapiXmlEncryptor$instance & __DpapiXmlEncryptor$views;
158
176
 
159
177
 
160
- export interface EncryptedXmlDecryptor$instance {
178
+ export interface EncryptedXmlDecryptor$instance extends IXmlDecryptor$instance {
179
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_EncryptedXmlDecryptor: never;
180
+
181
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
182
+
161
183
  Decrypt(encryptedElement: XElement): XElement;
162
184
  }
163
185
 
@@ -172,12 +194,12 @@ export interface __EncryptedXmlDecryptor$views {
172
194
  As_IXmlDecryptor(): IXmlDecryptor$instance;
173
195
  }
174
196
 
175
- export interface EncryptedXmlDecryptor$instance extends IXmlDecryptor$instance {}
176
-
177
197
  export type EncryptedXmlDecryptor = EncryptedXmlDecryptor$instance & __EncryptedXmlDecryptor$views;
178
198
 
179
199
 
180
200
  export interface EncryptedXmlInfo$instance {
201
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_EncryptedXmlInfo: never;
202
+
181
203
  readonly DecryptorType: Type;
182
204
  readonly EncryptedElement: XElement;
183
205
  }
@@ -190,7 +212,11 @@ export const EncryptedXmlInfo: {
190
212
 
191
213
  export type EncryptedXmlInfo = EncryptedXmlInfo$instance;
192
214
 
193
- export interface NullXmlDecryptor$instance {
215
+ export interface NullXmlDecryptor$instance extends IXmlDecryptor$instance {
216
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_NullXmlDecryptor: never;
217
+
218
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlDecryptor: never;
219
+
194
220
  Decrypt(encryptedElement: XElement): XElement;
195
221
  }
196
222
 
@@ -204,12 +230,14 @@ export interface __NullXmlDecryptor$views {
204
230
  As_IXmlDecryptor(): IXmlDecryptor$instance;
205
231
  }
206
232
 
207
- export interface NullXmlDecryptor$instance extends IXmlDecryptor$instance {}
208
-
209
233
  export type NullXmlDecryptor = NullXmlDecryptor$instance & __NullXmlDecryptor$views;
210
234
 
211
235
 
212
- export interface NullXmlEncryptor$instance {
236
+ export interface NullXmlEncryptor$instance extends IXmlEncryptor$instance {
237
+ readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_XmlEncryption_NullXmlEncryptor: never;
238
+
239
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_XmlEncryption_IXmlEncryptor: never;
240
+
213
241
  Encrypt(plaintextElement: XElement): EncryptedXmlInfo;
214
242
  }
215
243
 
@@ -224,8 +252,6 @@ export interface __NullXmlEncryptor$views {
224
252
  As_IXmlEncryptor(): IXmlEncryptor$instance;
225
253
  }
226
254
 
227
- export interface NullXmlEncryptor$instance extends IXmlEncryptor$instance {}
228
-
229
255
  export type NullXmlEncryptor = NullXmlEncryptor$instance & __NullXmlEncryptor$views;
230
256
 
231
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,
@@ -29,27 +29,35 @@ export enum ExceptionHandledType {
29
29
 
30
30
 
31
31
  export interface ICompilationException$instance {
32
- readonly CompilationFailures: IEnumerable<CompilationFailure | undefined> | undefined;
32
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_ICompilationException: never;
33
+
34
+ readonly CompilationFailures: IEnumerable_1<CompilationFailure | undefined> | undefined;
33
35
  }
34
36
 
35
37
 
36
38
  export type ICompilationException = ICompilationException$instance;
37
39
 
38
40
  export interface IDeveloperPageExceptionFilter$instance {
39
- HandleExceptionAsync(errorContext: ErrorContext, next: Func<ErrorContext, Task>): Task;
41
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IDeveloperPageExceptionFilter: never;
42
+
43
+ HandleExceptionAsync(errorContext: ErrorContext, next: Func_2<ErrorContext, Task>): Task;
40
44
  }
41
45
 
42
46
 
43
47
  export type IDeveloperPageExceptionFilter = IDeveloperPageExceptionFilter$instance;
44
48
 
45
49
  export interface IExceptionHandler$instance {
46
- TryHandleAsync(httpContext: HttpContext, exception: Exception, cancellationToken: CancellationToken): ValueTask<System_Internal.Boolean>;
50
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandler: never;
51
+
52
+ TryHandleAsync(httpContext: HttpContext, exception: Exception, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Boolean>;
47
53
  }
48
54
 
49
55
 
50
56
  export type IExceptionHandler = IExceptionHandler$instance;
51
57
 
52
58
  export interface IExceptionHandlerFeature$instance {
59
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandlerFeature: never;
60
+
53
61
  readonly Error: Exception;
54
62
  readonly Path: string;
55
63
  readonly Endpoint: Endpoint | undefined;
@@ -60,6 +68,8 @@ export interface IExceptionHandlerFeature$instance {
60
68
  export type IExceptionHandlerFeature = IExceptionHandlerFeature$instance;
61
69
 
62
70
  export interface IExceptionHandlerPathFeature$instance extends IExceptionHandlerFeature {
71
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandlerPathFeature: never;
72
+
63
73
  readonly Path: string;
64
74
  readonly Error: Exception;
65
75
  readonly Endpoint: Endpoint | undefined;
@@ -72,6 +82,8 @@ export interface IExceptionHandlerPathFeature$instance extends IExceptionHandler
72
82
  export type IExceptionHandlerPathFeature = IExceptionHandlerPathFeature$instance;
73
83
 
74
84
  export interface IStatusCodePagesFeature$instance {
85
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IStatusCodePagesFeature: never;
86
+
75
87
  Enabled: boolean;
76
88
  }
77
89
 
@@ -79,6 +91,8 @@ export interface IStatusCodePagesFeature$instance {
79
91
  export type IStatusCodePagesFeature = IStatusCodePagesFeature$instance;
80
92
 
81
93
  export interface IStatusCodeReExecuteFeature$instance {
94
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IStatusCodeReExecuteFeature: never;
95
+
82
96
  OriginalPathBase: string;
83
97
  OriginalPath: string;
84
98
  get OriginalQueryString(): string | undefined;
@@ -92,35 +106,41 @@ export interface IStatusCodeReExecuteFeature$instance {
92
106
  export type IStatusCodeReExecuteFeature = IStatusCodeReExecuteFeature$instance;
93
107
 
94
108
  export interface CompilationFailure$instance {
109
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_CompilationFailure: never;
110
+
95
111
  readonly CompiledContent: string | undefined;
96
112
  readonly FailureSummary: string | undefined;
97
- readonly Messages: IEnumerable<DiagnosticMessage | undefined> | undefined;
113
+ readonly Messages: IEnumerable_1<DiagnosticMessage | undefined> | undefined;
98
114
  readonly SourceFileContent: string | undefined;
99
115
  readonly SourceFilePath: string | undefined;
100
116
  }
101
117
 
102
118
 
103
119
  export const CompilationFailure: {
104
- new(sourceFilePath: string, sourceFileContent: string, compiledContent: string, messages: IEnumerable<DiagnosticMessage>): CompilationFailure;
105
- 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;
106
122
  };
107
123
 
108
124
 
109
125
  export type CompilationFailure = CompilationFailure$instance;
110
126
 
111
127
  export interface DeveloperExceptionPageMiddleware$instance {
128
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_DeveloperExceptionPageMiddleware: never;
129
+
112
130
  Invoke(context: HttpContext): Task;
113
131
  }
114
132
 
115
133
 
116
134
  export const DeveloperExceptionPageMiddleware: {
117
- 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;
118
136
  };
119
137
 
120
138
 
121
139
  export type DeveloperExceptionPageMiddleware = DeveloperExceptionPageMiddleware$instance;
122
140
 
123
141
  export interface DiagnosticMessage$instance {
142
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_DiagnosticMessage: never;
143
+
124
144
  readonly EndColumn: int;
125
145
  readonly EndLine: int;
126
146
  readonly FormattedMessage: string | undefined;
@@ -139,6 +159,8 @@ export const DiagnosticMessage: {
139
159
  export type DiagnosticMessage = DiagnosticMessage$instance;
140
160
 
141
161
  export interface ErrorContext$instance {
162
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ErrorContext: never;
163
+
142
164
  readonly Exception: Exception;
143
165
  readonly HttpContext: HttpContext;
144
166
  }
@@ -152,6 +174,11 @@ export const ErrorContext: {
152
174
  export type ErrorContext = ErrorContext$instance;
153
175
 
154
176
  export interface ExceptionHandlerFeature$instance extends IExceptionHandlerPathFeature {
177
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ExceptionHandlerFeature: never;
178
+
179
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandlerFeature: never;
180
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IExceptionHandlerPathFeature: never;
181
+
155
182
  get Endpoint(): Endpoint | undefined;
156
183
  set Endpoint(value: Endpoint | undefined);
157
184
  Error: Exception;
@@ -174,18 +201,22 @@ export type ExceptionHandlerFeature = ExceptionHandlerFeature$instance & __Excep
174
201
 
175
202
 
176
203
  export interface ExceptionHandlerMiddleware$instance {
204
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ExceptionHandlerMiddleware: never;
205
+
177
206
  Invoke(context: HttpContext): Task;
178
207
  }
179
208
 
180
209
 
181
210
  export const ExceptionHandlerMiddleware: {
182
- new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions<ExceptionHandlerOptions>, diagnosticListener: DiagnosticListener): ExceptionHandlerMiddleware;
211
+ new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions_1<ExceptionHandlerOptions>, diagnosticListener: DiagnosticListener): ExceptionHandlerMiddleware;
183
212
  };
184
213
 
185
214
 
186
215
  export type ExceptionHandlerMiddleware = ExceptionHandlerMiddleware$instance;
187
216
 
188
217
  export interface ExceptionHandlerSuppressDiagnosticsContext$instance {
218
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_ExceptionHandlerSuppressDiagnosticsContext: never;
219
+
189
220
  Exception: Exception;
190
221
  ExceptionHandledBy: ExceptionHandledType;
191
222
  HttpContext: HttpContext;
@@ -200,6 +231,8 @@ export const ExceptionHandlerSuppressDiagnosticsContext: {
200
231
  export type ExceptionHandlerSuppressDiagnosticsContext = ExceptionHandlerSuppressDiagnosticsContext$instance;
201
232
 
202
233
  export interface StatusCodeContext$instance {
234
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodeContext: never;
235
+
203
236
  HttpContext: HttpContext;
204
237
  Next: RequestDelegate;
205
238
  Options: StatusCodePagesOptions;
@@ -213,7 +246,11 @@ export const StatusCodeContext: {
213
246
 
214
247
  export type StatusCodeContext = StatusCodeContext$instance;
215
248
 
216
- export interface StatusCodePagesFeature$instance {
249
+ export interface StatusCodePagesFeature$instance extends IStatusCodePagesFeature$instance {
250
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodePagesFeature: never;
251
+
252
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IStatusCodePagesFeature: never;
253
+
217
254
  Enabled: boolean;
218
255
  }
219
256
 
@@ -227,24 +264,28 @@ export interface __StatusCodePagesFeature$views {
227
264
  As_IStatusCodePagesFeature(): IStatusCodePagesFeature$instance;
228
265
  }
229
266
 
230
- export interface StatusCodePagesFeature$instance extends IStatusCodePagesFeature$instance {}
231
-
232
267
  export type StatusCodePagesFeature = StatusCodePagesFeature$instance & __StatusCodePagesFeature$views;
233
268
 
234
269
 
235
270
  export interface StatusCodePagesMiddleware$instance {
271
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodePagesMiddleware: never;
272
+
236
273
  Invoke(context: HttpContext): Task;
237
274
  }
238
275
 
239
276
 
240
277
  export const StatusCodePagesMiddleware: {
241
- new(next: RequestDelegate, options: IOptions<StatusCodePagesOptions>): StatusCodePagesMiddleware;
278
+ new(next: RequestDelegate, options: IOptions_1<StatusCodePagesOptions>): StatusCodePagesMiddleware;
242
279
  };
243
280
 
244
281
 
245
282
  export type StatusCodePagesMiddleware = StatusCodePagesMiddleware$instance;
246
283
 
247
284
  export interface StatusCodeReExecuteFeature$instance {
285
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_StatusCodeReExecuteFeature: never;
286
+
287
+ readonly __tsonic_iface_Microsoft_AspNetCore_Diagnostics_IStatusCodeReExecuteFeature: never;
288
+
248
289
  get Endpoint(): Endpoint | undefined;
249
290
  set Endpoint(value: Endpoint | undefined);
250
291
  OriginalPath: string;
@@ -270,12 +311,14 @@ export type StatusCodeReExecuteFeature = StatusCodeReExecuteFeature$instance & _
270
311
 
271
312
 
272
313
  export interface WelcomePageMiddleware$instance {
314
+ readonly __tsonic_type_Microsoft_AspNetCore_Diagnostics_WelcomePageMiddleware: never;
315
+
273
316
  Invoke(context: HttpContext): Task;
274
317
  }
275
318
 
276
319
 
277
320
  export const WelcomePageMiddleware: {
278
- new(next: RequestDelegate, options: IOptions<WelcomePageOptions>): WelcomePageMiddleware;
321
+ new(next: RequestDelegate, options: IOptions_1<WelcomePageOptions>): WelcomePageMiddleware;
279
322
  };
280
323
 
281
324