@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
@@ -7,19 +7,23 @@ 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 { RazorCompiledItem } from "../../Microsoft.AspNetCore.Razor.Hosting/internal/index.js";
10
- import type { IEnumerable, IList, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Attribute, Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
13
- import type { Assembly, TypeInfo } from "@tsonic/dotnet/System.Reflection.js";
10
+ import type { IEnumerable_1, IList_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
+ import type { Assembly, TypeInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
13
+ import type { Attribute, Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
14
14
 
15
15
  export interface IApplicationFeatureProvider$instance {
16
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider: never;
17
+
16
18
  }
17
19
 
18
20
 
19
21
  export type IApplicationFeatureProvider = IApplicationFeatureProvider$instance;
20
22
 
21
23
  export interface IApplicationFeatureProvider_1$instance<TFeature> extends IApplicationFeatureProvider {
22
- PopulateFeature(parts: IEnumerable<ApplicationPart>, feature: TFeature): void;
24
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider_1: never;
25
+
26
+ PopulateFeature(parts: IEnumerable_1<ApplicationPart>, feature: TFeature): void;
23
27
  }
24
28
 
25
29
 
@@ -28,27 +32,35 @@ export interface IApplicationFeatureProvider_1$instance<TFeature> extends IAppli
28
32
  export type IApplicationFeatureProvider_1<TFeature> = IApplicationFeatureProvider_1$instance<TFeature>;
29
33
 
30
34
  export interface IApplicationPartTypeProvider$instance {
31
- readonly Types: IEnumerable<TypeInfo>;
35
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationPartTypeProvider: never;
36
+
37
+ readonly Types: IEnumerable_1<TypeInfo>;
32
38
  }
33
39
 
34
40
 
35
41
  export type IApplicationPartTypeProvider = IApplicationPartTypeProvider$instance;
36
42
 
37
43
  export interface ICompilationReferencesProvider$instance {
38
- GetReferencePaths(): IEnumerable<System_Internal.String>;
44
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_ICompilationReferencesProvider: never;
45
+
46
+ GetReferencePaths(): IEnumerable_1<System_Internal.String>;
39
47
  }
40
48
 
41
49
 
42
50
  export type ICompilationReferencesProvider = ICompilationReferencesProvider$instance;
43
51
 
44
52
  export interface IRazorCompiledItemProvider$instance {
45
- readonly CompiledItems: IEnumerable<RazorCompiledItem>;
53
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IRazorCompiledItemProvider: never;
54
+
55
+ readonly CompiledItems: IEnumerable_1<RazorCompiledItem>;
46
56
  }
47
57
 
48
58
 
49
59
  export type IRazorCompiledItemProvider = IRazorCompiledItemProvider$instance;
50
60
 
51
61
  export interface ApplicationPart$instance {
62
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPart: never;
63
+
52
64
  readonly Name: string;
53
65
  }
54
66
 
@@ -60,6 +72,8 @@ export const ApplicationPart: (abstract new() => ApplicationPart) & {
60
72
  export type ApplicationPart = ApplicationPart$instance;
61
73
 
62
74
  export interface ApplicationPartAttribute$instance extends Attribute {
75
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPartAttribute: never;
76
+
63
77
  readonly AssemblyName: string;
64
78
  }
65
79
 
@@ -72,7 +86,9 @@ export const ApplicationPartAttribute: {
72
86
  export type ApplicationPartAttribute = ApplicationPartAttribute$instance;
73
87
 
74
88
  export interface ApplicationPartFactory$instance {
75
- GetApplicationParts(assembly: Assembly): IEnumerable<ApplicationPart>;
89
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPartFactory: never;
90
+
91
+ GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
76
92
  }
77
93
 
78
94
 
@@ -84,8 +100,10 @@ export const ApplicationPartFactory: (abstract new() => ApplicationPartFactory)
84
100
  export type ApplicationPartFactory = ApplicationPartFactory$instance;
85
101
 
86
102
  export interface ApplicationPartManager$instance {
87
- readonly ApplicationParts: IList<ApplicationPart>;
88
- readonly FeatureProviders: IList<IApplicationFeatureProvider>;
103
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPartManager: never;
104
+
105
+ readonly ApplicationParts: IList_1<ApplicationPart>;
106
+ readonly FeatureProviders: IList_1<IApplicationFeatureProvider>;
89
107
  PopulateFeature<TFeature>(feature: TFeature): void;
90
108
  }
91
109
 
@@ -97,10 +115,14 @@ export const ApplicationPartManager: {
97
115
 
98
116
  export type ApplicationPartManager = ApplicationPartManager$instance;
99
117
 
100
- export interface AssemblyPart$instance extends ApplicationPart {
118
+ export interface AssemblyPart$instance extends ApplicationPart, IApplicationPartTypeProvider$instance {
119
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_AssemblyPart: never;
120
+
121
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationPartTypeProvider: never;
122
+
101
123
  readonly Assembly: Assembly;
102
124
  readonly Name: string;
103
- readonly Types: IEnumerable<TypeInfo>;
125
+ readonly Types: IEnumerable_1<TypeInfo>;
104
126
  }
105
127
 
106
128
 
@@ -113,25 +135,29 @@ export interface __AssemblyPart$views {
113
135
  As_IApplicationPartTypeProvider(): IApplicationPartTypeProvider$instance;
114
136
  }
115
137
 
116
- export interface AssemblyPart$instance extends IApplicationPartTypeProvider$instance {}
117
-
118
138
  export type AssemblyPart = AssemblyPart$instance & __AssemblyPart$views;
119
139
 
120
140
 
121
141
  export interface CompiledRazorAssemblyApplicationPartFactory$instance extends ApplicationPartFactory {
122
- GetApplicationParts(assembly: Assembly): IEnumerable<ApplicationPart>;
142
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_CompiledRazorAssemblyApplicationPartFactory: never;
143
+
144
+ GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
123
145
  }
124
146
 
125
147
 
126
148
  export const CompiledRazorAssemblyApplicationPartFactory: {
127
149
  new(): CompiledRazorAssemblyApplicationPartFactory;
128
- GetDefaultApplicationParts(assembly: Assembly): IEnumerable<ApplicationPart>;
150
+ GetDefaultApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
129
151
  };
130
152
 
131
153
 
132
154
  export type CompiledRazorAssemblyApplicationPartFactory = CompiledRazorAssemblyApplicationPartFactory$instance;
133
155
 
134
- export interface CompiledRazorAssemblyPart$instance extends ApplicationPart {
156
+ export interface CompiledRazorAssemblyPart$instance extends ApplicationPart, IRazorCompiledItemProvider$instance {
157
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_CompiledRazorAssemblyPart: never;
158
+
159
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IRazorCompiledItemProvider: never;
160
+
135
161
  readonly Assembly: Assembly;
136
162
  readonly Name: string;
137
163
  }
@@ -146,13 +172,13 @@ export interface __CompiledRazorAssemblyPart$views {
146
172
  As_IRazorCompiledItemProvider(): IRazorCompiledItemProvider$instance;
147
173
  }
148
174
 
149
- export interface CompiledRazorAssemblyPart$instance extends IRazorCompiledItemProvider$instance {}
150
-
151
175
  export type CompiledRazorAssemblyPart = CompiledRazorAssemblyPart$instance & __CompiledRazorAssemblyPart$views;
152
176
 
153
177
 
154
178
  export interface ConsolidatedAssemblyApplicationPartFactory$instance extends ApplicationPartFactory {
155
- GetApplicationParts(assembly: Assembly): IEnumerable<ApplicationPart>;
179
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ConsolidatedAssemblyApplicationPartFactory: never;
180
+
181
+ GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
156
182
  }
157
183
 
158
184
 
@@ -164,21 +190,25 @@ export const ConsolidatedAssemblyApplicationPartFactory: {
164
190
  export type ConsolidatedAssemblyApplicationPartFactory = ConsolidatedAssemblyApplicationPartFactory$instance;
165
191
 
166
192
  export interface DefaultApplicationPartFactory$instance extends ApplicationPartFactory {
167
- GetApplicationParts(assembly: Assembly): IEnumerable<ApplicationPart>;
193
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_DefaultApplicationPartFactory: never;
194
+
195
+ GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
168
196
  }
169
197
 
170
198
 
171
199
  export const DefaultApplicationPartFactory: {
172
200
  new(): DefaultApplicationPartFactory;
173
201
  readonly Instance: DefaultApplicationPartFactory;
174
- GetDefaultApplicationParts(assembly: Assembly): IEnumerable<ApplicationPart>;
202
+ GetDefaultApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
175
203
  };
176
204
 
177
205
 
178
206
  export type DefaultApplicationPartFactory = DefaultApplicationPartFactory$instance;
179
207
 
180
208
  export interface NullApplicationPartFactory$instance extends ApplicationPartFactory {
181
- GetApplicationParts(assembly: Assembly): IEnumerable<ApplicationPart>;
209
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_NullApplicationPartFactory: never;
210
+
211
+ GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
182
212
  }
183
213
 
184
214
 
@@ -190,6 +220,8 @@ export const NullApplicationPartFactory: {
190
220
  export type NullApplicationPartFactory = NullApplicationPartFactory$instance;
191
221
 
192
222
  export interface ProvideApplicationPartFactoryAttribute$instance extends Attribute {
223
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ProvideApplicationPartFactoryAttribute: never;
224
+
193
225
  GetFactoryType(): Type;
194
226
  }
195
227
 
@@ -203,13 +235,15 @@ export const ProvideApplicationPartFactoryAttribute: {
203
235
  export type ProvideApplicationPartFactoryAttribute = ProvideApplicationPartFactoryAttribute$instance;
204
236
 
205
237
  export interface RelatedAssemblyAttribute$instance extends Attribute {
238
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_RelatedAssemblyAttribute: never;
239
+
206
240
  readonly AssemblyFileName: string;
207
241
  }
208
242
 
209
243
 
210
244
  export const RelatedAssemblyAttribute: {
211
245
  new(assemblyFileName: string): RelatedAssemblyAttribute;
212
- GetRelatedAssemblies(assembly: Assembly, throwOnError: boolean): IReadOnlyList<Assembly>;
246
+ GetRelatedAssemblies(assembly: Assembly, throwOnError: boolean): IReadOnlyList_1<Assembly>;
213
247
  };
214
248
 
215
249
 
@@ -9,12 +9,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import type { AuthorizationPolicy, IAuthorizationPolicyProvider, IAuthorizeData } from "../../Microsoft.AspNetCore.Authorization/internal/index.js";
10
10
  import * as Microsoft_AspNetCore_Mvc_Filters_Internal from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
11
11
  import type { AuthorizationFilterContext, IAsyncAuthorizationFilter, IFilterFactory, IFilterMetadata } from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
12
- import type { IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
13
- import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { Boolean as ClrBoolean, IServiceProvider, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
15
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
12
+ import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
13
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
14
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { Boolean as ClrBoolean, IServiceProvider, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
16
16
 
17
17
  export interface IAllowAnonymousFilter$instance extends IFilterMetadata {
18
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Authorization_IAllowAnonymousFilter: never;
19
+
18
20
  }
19
21
 
20
22
 
@@ -23,6 +25,11 @@ export interface IAllowAnonymousFilter$instance extends Microsoft_AspNetCore_Mvc
23
25
  export type IAllowAnonymousFilter = IAllowAnonymousFilter$instance;
24
26
 
25
27
  export interface AllowAnonymousFilter$instance extends IAllowAnonymousFilter, IFilterMetadata {
28
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Authorization_AllowAnonymousFilter: never;
29
+
30
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Authorization_IAllowAnonymousFilter: never;
31
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
32
+
26
33
  }
27
34
 
28
35
 
@@ -33,8 +40,14 @@ export const AllowAnonymousFilter: {
33
40
 
34
41
  export type AllowAnonymousFilter = AllowAnonymousFilter$instance;
35
42
 
36
- export interface AuthorizeFilter$instance extends IFilterMetadata {
37
- readonly AuthorizeData: IEnumerable<IAuthorizeData> | undefined;
43
+ export interface AuthorizeFilter$instance extends IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
44
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Authorization_AuthorizeFilter: never;
45
+
46
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncAuthorizationFilter: never;
47
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
48
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
49
+
50
+ readonly AuthorizeData: IEnumerable_1<IAuthorizeData> | undefined;
38
51
  readonly Policy: AuthorizationPolicy | undefined;
39
52
  readonly PolicyProvider: IAuthorizationPolicyProvider | undefined;
40
53
  OnAuthorizationAsync(context: AuthorizationFilterContext): Task;
@@ -44,8 +57,8 @@ export interface AuthorizeFilter$instance extends IFilterMetadata {
44
57
  export const AuthorizeFilter: {
45
58
  new(): AuthorizeFilter;
46
59
  new(policy: AuthorizationPolicy): AuthorizeFilter;
47
- new(policyProvider: IAuthorizationPolicyProvider, authorizeData: IEnumerable<IAuthorizeData>): AuthorizeFilter;
48
- new(authorizeData: IEnumerable<IAuthorizeData>): AuthorizeFilter;
60
+ new(policyProvider: IAuthorizationPolicyProvider, authorizeData: IEnumerable_1<IAuthorizeData>): AuthorizeFilter;
61
+ new(authorizeData: IEnumerable_1<IAuthorizeData>): AuthorizeFilter;
49
62
  new(policy: string): AuthorizeFilter;
50
63
  };
51
64
 
@@ -55,8 +68,6 @@ export interface __AuthorizeFilter$views {
55
68
  As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
56
69
  }
57
70
 
58
- export interface AuthorizeFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
59
-
60
71
  export type AuthorizeFilter = AuthorizeFilter$instance & __AuthorizeFilter$views;
61
72
 
62
73
 
@@ -17,13 +17,15 @@ import type { IParameterInfoParameterDescriptor, IPropertyInfoParameterDescripto
17
17
  import type { BindingInfo } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
18
18
  import type { AttributeRouteInfo } from "../../Microsoft.AspNetCore.Mvc.Routing/internal/index.js";
19
19
  import type { ControllerContext } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
20
- import type { IDictionary, IEnumerable, IList } from "@tsonic/dotnet/System.Collections.Generic.js";
21
- import * as System_Internal from "@tsonic/dotnet/System.js";
22
- import type { Action, Boolean as ClrBoolean, Func, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
23
- import type { MethodInfo, ParameterInfo, PropertyInfo, TypeInfo } from "@tsonic/dotnet/System.Reflection.js";
24
- import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
20
+ import type { IDictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
21
+ import type { MethodInfo, ParameterInfo, PropertyInfo, TypeInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
22
+ import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
23
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
24
+ import type { Action_2, Boolean as ClrBoolean, Func_2, Func_3, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
25
25
 
26
26
  export interface IControllerActivator$instance {
27
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivator: never;
28
+
27
29
  Create(context: ControllerContext): unknown;
28
30
  Release(context: ControllerContext, controller: unknown): void;
29
31
  ReleaseAsync(context: ControllerContext, controller: unknown): ValueTask;
@@ -33,15 +35,19 @@ export interface IControllerActivator$instance {
33
35
  export type IControllerActivator = IControllerActivator$instance;
34
36
 
35
37
  export interface IControllerActivatorProvider$instance {
36
- CreateActivator(descriptor: ControllerActionDescriptor): Func<ControllerContext, unknown>;
37
- CreateAsyncReleaser(descriptor: ControllerActionDescriptor): Func<ControllerContext, unknown, ValueTask> | undefined;
38
- CreateReleaser(descriptor: ControllerActionDescriptor): Action<ControllerContext, unknown> | undefined;
38
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivatorProvider: never;
39
+
40
+ CreateActivator(descriptor: ControllerActionDescriptor): Func_2<ControllerContext, unknown>;
41
+ CreateAsyncReleaser(descriptor: ControllerActionDescriptor): Func_3<ControllerContext, unknown, ValueTask> | undefined;
42
+ CreateReleaser(descriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown> | undefined;
39
43
  }
40
44
 
41
45
 
42
46
  export type IControllerActivatorProvider = IControllerActivatorProvider$instance;
43
47
 
44
48
  export interface IControllerFactory$instance {
49
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerFactory: never;
50
+
45
51
  CreateController(context: ControllerContext): unknown;
46
52
  ReleaseController(context: ControllerContext, controller: unknown): void;
47
53
  ReleaseControllerAsync(context: ControllerContext, controller: unknown): ValueTask;
@@ -51,15 +57,19 @@ export interface IControllerFactory$instance {
51
57
  export type IControllerFactory = IControllerFactory$instance;
52
58
 
53
59
  export interface IControllerFactoryProvider$instance {
54
- CreateAsyncControllerReleaser(descriptor: ControllerActionDescriptor): Func<ControllerContext, unknown, ValueTask> | undefined;
55
- CreateControllerFactory(descriptor: ControllerActionDescriptor): Func<ControllerContext, unknown>;
56
- CreateControllerReleaser(descriptor: ControllerActionDescriptor): Action<ControllerContext, unknown> | undefined;
60
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerFactoryProvider: never;
61
+
62
+ CreateAsyncControllerReleaser(descriptor: ControllerActionDescriptor): Func_3<ControllerContext, unknown, ValueTask> | undefined;
63
+ CreateControllerFactory(descriptor: ControllerActionDescriptor): Func_2<ControllerContext, unknown>;
64
+ CreateControllerReleaser(descriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown> | undefined;
57
65
  }
58
66
 
59
67
 
60
68
  export type IControllerFactoryProvider = IControllerFactoryProvider$instance;
61
69
 
62
70
  export interface ControllerActionDescriptor$instance extends ActionDescriptor {
71
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerActionDescriptor: never;
72
+
63
73
  ActionName: string;
64
74
  ControllerName: string;
65
75
  ControllerTypeInfo: TypeInfo;
@@ -76,10 +86,14 @@ export const ControllerActionDescriptor: {
76
86
 
77
87
  export type ControllerActionDescriptor = ControllerActionDescriptor$instance;
78
88
 
79
- export interface ControllerActivatorProvider$instance {
80
- CreateActivator(descriptor: ControllerActionDescriptor): Func<ControllerContext, unknown>;
81
- CreateAsyncReleaser(descriptor: ControllerActionDescriptor): Func<ControllerContext, unknown, ValueTask> | undefined;
82
- CreateReleaser(descriptor: ControllerActionDescriptor): Action<ControllerContext, unknown> | undefined;
89
+ export interface ControllerActivatorProvider$instance extends IControllerActivatorProvider$instance {
90
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerActivatorProvider: never;
91
+
92
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivatorProvider: never;
93
+
94
+ CreateActivator(descriptor: ControllerActionDescriptor): Func_2<ControllerContext, unknown>;
95
+ CreateAsyncReleaser(descriptor: ControllerActionDescriptor): Func_3<ControllerContext, unknown, ValueTask> | undefined;
96
+ CreateReleaser(descriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown> | undefined;
83
97
  }
84
98
 
85
99
 
@@ -92,12 +106,14 @@ export interface __ControllerActivatorProvider$views {
92
106
  As_IControllerActivatorProvider(): IControllerActivatorProvider$instance;
93
107
  }
94
108
 
95
- export interface ControllerActivatorProvider$instance extends IControllerActivatorProvider$instance {}
96
-
97
109
  export type ControllerActivatorProvider = ControllerActivatorProvider$instance & __ControllerActivatorProvider$views;
98
110
 
99
111
 
100
112
  export interface ControllerBoundPropertyDescriptor$instance extends ParameterDescriptor {
113
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerBoundPropertyDescriptor: never;
114
+
115
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IPropertyInfoParameterDescriptor: never;
116
+
101
117
  PropertyInfo: PropertyInfo;
102
118
  }
103
119
 
@@ -115,7 +131,9 @@ export type ControllerBoundPropertyDescriptor = ControllerBoundPropertyDescripto
115
131
 
116
132
 
117
133
  export interface ControllerFeature$instance {
118
- readonly Controllers: IList<TypeInfo>;
134
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerFeature: never;
135
+
136
+ readonly Controllers: IList_1<TypeInfo>;
119
137
  }
120
138
 
121
139
 
@@ -127,8 +145,13 @@ export const ControllerFeature: {
127
145
  export type ControllerFeature = ControllerFeature$instance;
128
146
 
129
147
  export interface ControllerFeatureProvider$instance extends IApplicationFeatureProvider {
148
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerFeatureProvider: never;
149
+
150
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider: never;
151
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider_1: never;
152
+
130
153
  IsController(typeInfo: TypeInfo): boolean;
131
- PopulateFeature(parts: IEnumerable<ApplicationPart>, feature: ControllerFeature): void;
154
+ PopulateFeature(parts: IEnumerable_1<ApplicationPart>, feature: ControllerFeature): void;
132
155
  }
133
156
 
134
157
 
@@ -141,12 +164,14 @@ export interface __ControllerFeatureProvider$views {
141
164
  As_IApplicationFeatureProvider_1(): Microsoft_AspNetCore_Mvc_ApplicationParts_Internal.IApplicationFeatureProvider_1$instance<ControllerFeature>;
142
165
  }
143
166
 
144
- export interface ControllerFeatureProvider$instance extends Microsoft_AspNetCore_Mvc_ApplicationParts_Internal.IApplicationFeatureProvider_1$instance<ControllerFeature> {}
145
-
146
167
  export type ControllerFeatureProvider = ControllerFeatureProvider$instance & __ControllerFeatureProvider$views;
147
168
 
148
169
 
149
170
  export interface ControllerParameterDescriptor$instance extends ParameterDescriptor {
171
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerParameterDescriptor: never;
172
+
173
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IParameterInfoParameterDescriptor: never;
174
+
150
175
  ParameterInfo: ParameterInfo;
151
176
  }
152
177
 
@@ -163,7 +188,11 @@ export interface __ControllerParameterDescriptor$views {
163
188
  export type ControllerParameterDescriptor = ControllerParameterDescriptor$instance & __ControllerParameterDescriptor$views;
164
189
 
165
190
 
166
- export interface ServiceBasedControllerActivator$instance {
191
+ export interface ServiceBasedControllerActivator$instance extends IControllerActivator$instance {
192
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ServiceBasedControllerActivator: never;
193
+
194
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivator: never;
195
+
167
196
  Create(actionContext: ControllerContext): unknown;
168
197
  Release(context: ControllerContext, controller: unknown): void;
169
198
  }
@@ -178,8 +207,6 @@ export interface __ServiceBasedControllerActivator$views {
178
207
  As_IControllerActivator(): IControllerActivator$instance;
179
208
  }
180
209
 
181
- export interface ServiceBasedControllerActivator$instance extends IControllerActivator$instance {}
182
-
183
210
  export type ServiceBasedControllerActivator = ServiceBasedControllerActivator$instance & __ServiceBasedControllerActivator$views;
184
211
 
185
212
 
@@ -9,9 +9,11 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
10
  import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
11
11
  import type { ActionContext, IActionResult } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
12
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
12
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
13
13
 
14
14
  export interface IAntiforgeryValidationFailedResult$instance extends IActionResult {
15
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Core_Infrastructure_IAntiforgeryValidationFailedResult: never;
16
+
15
17
  ExecuteResultAsync(context: ActionContext): Task;
16
18
  }
17
19
 
@@ -9,12 +9,19 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import type { ICorsPolicyProvider, ICorsService } from "../../Microsoft.AspNetCore.Cors.Infrastructure/internal/index.js";
10
10
  import * as Microsoft_AspNetCore_Mvc_Filters_Internal from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
11
11
  import type { AuthorizationFilterContext, IAsyncAuthorizationFilter, IFilterMetadata, IOrderedFilter } from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
14
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
15
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
12
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
13
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
16
+
17
+ export interface CorsAuthorizationFilter$instance extends IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance {
18
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Cors_CorsAuthorizationFilter: never;
19
+
20
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Cors_ICorsAuthorizationFilter: never;
21
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncAuthorizationFilter: never;
22
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
23
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
16
24
 
17
- export interface CorsAuthorizationFilter$instance extends IFilterMetadata {
18
25
  readonly Order: int;
19
26
  get PolicyName(): string | undefined;
20
27
  set PolicyName(value: string | undefined);
@@ -33,8 +40,6 @@ export interface __CorsAuthorizationFilter$views {
33
40
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
34
41
  }
35
42
 
36
- export interface CorsAuthorizationFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance {}
37
-
38
43
  export type CorsAuthorizationFilter = CorsAuthorizationFilter$instance & __CorsAuthorizationFilter$views;
39
44
 
40
45
 
@@ -11,17 +11,19 @@ import type { ICompatibilitySwitch } from "../../Microsoft.AspNetCore.Mvc.Infras
11
11
  import * as Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal from "../../Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js";
12
12
  import type { ClientModelValidationContext, IClientModelValidator, ModelValidationContextBase } from "../../Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js";
13
13
  import type { ModelMetadata } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
14
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
15
- import type { IDictionary, IEnumerable as IEnumerable__System_Collections_Generic } from "@tsonic/dotnet/System.Collections.Generic.js";
16
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
17
- import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
18
- import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
19
- import type { RequiredAttribute, ValidationAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
20
- import * as System_Internal from "@tsonic/dotnet/System.js";
21
- import type { Attribute, Boolean as ClrBoolean, Func, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
22
- import type { IStringLocalizer, IStringLocalizerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Localization.js";
14
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
15
+ import type { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
16
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
17
+ import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
18
+ import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations/internal/index.js";
19
+ import type { RequiredAttribute, ValidationAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations/internal/index.js";
20
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
21
+ import type { Attribute, Boolean as ClrBoolean, Func_3, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
22
+ import type { IStringLocalizer, IStringLocalizerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Localization/internal/index.js";
23
23
 
24
24
  export interface IAttributeAdapter$instance extends IClientModelValidator {
25
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IAttributeAdapter: never;
26
+
25
27
  AddValidation(context: ClientModelValidationContext): void;
26
28
  GetErrorMessage(validationContext: ModelValidationContextBase): string;
27
29
  }
@@ -32,6 +34,8 @@ export interface IAttributeAdapter$instance extends Microsoft_AspNetCore_Mvc_Mod
32
34
  export type IAttributeAdapter = IAttributeAdapter$instance;
33
35
 
34
36
  export interface IValidationAttributeAdapterProvider$instance {
37
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IValidationAttributeAdapterProvider: never;
38
+
35
39
  GetAttributeAdapter(attribute: ValidationAttribute, stringLocalizer: IStringLocalizer): IAttributeAdapter | undefined;
36
40
  }
37
41
 
@@ -39,6 +43,11 @@ export interface IValidationAttributeAdapterProvider$instance {
39
43
  export type IValidationAttributeAdapterProvider = IValidationAttributeAdapterProvider$instance;
40
44
 
41
45
  export interface AttributeAdapterBase_1$instance<TAttribute extends ValidationAttribute> extends ValidationAttributeAdapter_1$instance<TAttribute> {
46
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_AttributeAdapterBase_1: never;
47
+
48
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IAttributeAdapter: never;
49
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
50
+
42
51
  AddValidation(context: ClientModelValidationContext): void;
43
52
  GetErrorMessage(modelMetadata: ModelMetadata, ...arguments: unknown[]): string;
44
53
  }
@@ -57,7 +66,12 @@ export type AttributeAdapterBase_1<TAttribute extends ValidationAttribute> = Att
57
66
 
58
67
 
59
68
  export interface MvcDataAnnotationsLocalizationOptions$instance {
60
- DataAnnotationLocalizerProvider: Func<Type, IStringLocalizerFactory, IStringLocalizer>;
69
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_MvcDataAnnotationsLocalizationOptions: never;
70
+
71
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
72
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
73
+
74
+ DataAnnotationLocalizerProvider: Func_3<Type, IStringLocalizerFactory, IStringLocalizer>;
61
75
  }
62
76
 
63
77
 
@@ -69,6 +83,11 @@ export const MvcDataAnnotationsLocalizationOptions: {
69
83
  export type MvcDataAnnotationsLocalizationOptions = MvcDataAnnotationsLocalizationOptions$instance;
70
84
 
71
85
  export interface RequiredAttributeAdapter$instance extends AttributeAdapterBase_1$instance<RequiredAttribute> {
86
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_RequiredAttributeAdapter: never;
87
+
88
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IAttributeAdapter: never;
89
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
90
+
72
91
  AddValidation(context: ClientModelValidationContext): void;
73
92
  GetErrorMessage(validationContext: ModelValidationContextBase): string;
74
93
  GetErrorMessage(modelMetadata: ModelMetadata, ...arguments: unknown[]): string;
@@ -88,7 +107,11 @@ export interface __RequiredAttributeAdapter$views {
88
107
  export type RequiredAttributeAdapter = RequiredAttributeAdapter$instance & __RequiredAttributeAdapter$views;
89
108
 
90
109
 
91
- export interface ValidationAttributeAdapter_1$instance<TAttribute extends ValidationAttribute> {
110
+ export interface ValidationAttributeAdapter_1$instance<TAttribute extends ValidationAttribute> extends Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {
111
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_ValidationAttributeAdapter_1: never;
112
+
113
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
114
+
92
115
  readonly Attribute: TAttribute;
93
116
  AddValidation(context: ClientModelValidationContext): void;
94
117
  GetErrorMessage(modelMetadata: ModelMetadata, ...arguments: unknown[]): string;
@@ -96,7 +119,7 @@ export interface ValidationAttributeAdapter_1$instance<TAttribute extends Valida
96
119
 
97
120
 
98
121
  export const ValidationAttributeAdapter_1: (abstract new<TAttribute extends ValidationAttribute>(attribute: TAttribute, stringLocalizer: IStringLocalizer) => ValidationAttributeAdapter_1<TAttribute>) & {
99
- MergeAttribute<TAttribute extends ValidationAttribute>(attributes: IDictionary<System_Internal.String, System_Internal.String>, key: string, value: string): boolean;
122
+ MergeAttribute<TAttribute extends ValidationAttribute>(attributes: IDictionary_2<System_Internal.String, System_Internal.String>, key: string, value: string): boolean;
100
123
  };
101
124
 
102
125
 
@@ -104,12 +127,14 @@ export interface __ValidationAttributeAdapter_1$views<TAttribute extends Validat
104
127
  As_IClientModelValidator(): Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance;
105
128
  }
106
129
 
107
- export interface ValidationAttributeAdapter_1$instance<TAttribute extends ValidationAttribute> extends Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {}
108
-
109
130
  export type ValidationAttributeAdapter_1<TAttribute extends ValidationAttribute> = ValidationAttributeAdapter_1$instance<TAttribute> & __ValidationAttributeAdapter_1$views<TAttribute>;
110
131
 
111
132
 
112
- export interface ValidationAttributeAdapterProvider$instance {
133
+ export interface ValidationAttributeAdapterProvider$instance extends IValidationAttributeAdapterProvider$instance {
134
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_ValidationAttributeAdapterProvider: never;
135
+
136
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IValidationAttributeAdapterProvider: never;
137
+
113
138
  GetAttributeAdapter(attribute: ValidationAttribute, stringLocalizer: IStringLocalizer): IAttributeAdapter | undefined;
114
139
  }
115
140
 
@@ -123,13 +148,13 @@ export interface __ValidationAttributeAdapterProvider$views {
123
148
  As_IValidationAttributeAdapterProvider(): IValidationAttributeAdapterProvider$instance;
124
149
  }
125
150
 
126
- export interface ValidationAttributeAdapterProvider$instance extends IValidationAttributeAdapterProvider$instance {}
127
-
128
151
  export type ValidationAttributeAdapterProvider = ValidationAttributeAdapterProvider$instance & __ValidationAttributeAdapterProvider$views;
129
152
 
130
153
 
131
154
  export interface ValidationProviderAttribute$instance extends Attribute {
132
- GetValidationAttributes(): IEnumerable__System_Collections_Generic<ValidationAttribute>;
155
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_ValidationProviderAttribute: never;
156
+
157
+ GetValidationAttributes(): IEnumerable_1<ValidationAttribute>;
133
158
  }
134
159
 
135
160