@tsonic/microsoft-extensions 10.0.5 → 10.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +21 -19
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +25 -21
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +39 -31
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +92 -76
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +13 -11
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +16 -10
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +15 -9
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +19 -11
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +127 -115
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +47 -31
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +25 -19
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +39 -39
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +21 -15
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +21 -13
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +14 -10
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +33 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +53 -39
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/internal/index.d.ts +14 -10
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +13 -9
- package/Microsoft.Extensions.Internal/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Localization/internal/index.d.ts +31 -19
- package/Microsoft.Extensions.Logging/internal/index.d.ts +80 -66
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +28 -22
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +24 -10
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +23 -7
- package/Microsoft.Extensions.Options/internal/index.d.ts +168 -128
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +38 -22
- package/Microsoft.Extensions.Validation/internal/index.d.ts +31 -21
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
- package/System.Diagnostics/internal/index.d.ts +24 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +120 -70
- package/System.Net.Http/internal/index.d.ts +3 -3
- package/System.Security.Cryptography/internal/index.d.ts +11 -5
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +147 -69
- package/System.Security.Cryptography.Xml/internal/index.d.ts +98 -16
- package/__internal/extensions/index.d.ts +614 -505
- package/package.json +3 -3
|
@@ -11,13 +11,13 @@ import type { IServiceCollection, IServiceProviderFactory_1, ServiceProviderOpti
|
|
|
11
11
|
import type { IMetricsBuilder } from "../../Microsoft.Extensions.Diagnostics.Metrics/internal/index.js";
|
|
12
12
|
import type { IFileProvider } from "../../Microsoft.Extensions.FileProviders/internal/index.js";
|
|
13
13
|
import type { ILoggingBuilder } from "../../Microsoft.Extensions.Logging/internal/index.js";
|
|
14
|
-
import type {
|
|
15
|
-
import * as
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
19
|
-
import
|
|
20
|
-
import type {
|
|
14
|
+
import type { IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
16
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
17
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
18
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
19
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
20
|
+
import type { Action_1, Action_2, Boolean as ClrBoolean, Enum, Exception, Func_2, IComparable, IConvertible, IDisposable, IFormattable, Int32, IServiceProvider, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
21
21
|
|
|
22
22
|
export enum BackgroundServiceExceptionBehavior {
|
|
23
23
|
StopHost = 0,
|
|
@@ -52,13 +52,13 @@ export type IHost = IHost$instance;
|
|
|
52
52
|
export interface IHostApplicationBuilder$instance {
|
|
53
53
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostApplicationBuilder: never;
|
|
54
54
|
|
|
55
|
-
readonly Properties:
|
|
55
|
+
readonly Properties: IDictionary_2<unknown, unknown>;
|
|
56
56
|
readonly Configuration: IConfigurationManager;
|
|
57
57
|
readonly Environment: IHostEnvironment;
|
|
58
58
|
readonly Logging: ILoggingBuilder;
|
|
59
59
|
readonly Metrics: IMetricsBuilder;
|
|
60
60
|
readonly Services: IServiceCollection;
|
|
61
|
-
ConfigureContainer<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>, configure?:
|
|
61
|
+
ConfigureContainer<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>, configure?: Action_1<TContainerBuilder>): void;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
|
|
@@ -79,11 +79,11 @@ export type IHostApplicationLifetime = IHostApplicationLifetime$instance;
|
|
|
79
79
|
export interface IHostBuilder$instance {
|
|
80
80
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostBuilder: never;
|
|
81
81
|
|
|
82
|
-
readonly Properties:
|
|
82
|
+
readonly Properties: IDictionary_2<unknown, unknown>;
|
|
83
83
|
Build(): IHost;
|
|
84
|
-
ConfigureAppConfiguration(configureDelegate:
|
|
85
|
-
ConfigureHostConfiguration(configureDelegate:
|
|
86
|
-
UseServiceProviderFactory<TContainerBuilder>(factory:
|
|
84
|
+
ConfigureAppConfiguration(configureDelegate: Action_2<HostBuilderContext, IConfigurationBuilder>): IHostBuilder;
|
|
85
|
+
ConfigureHostConfiguration(configureDelegate: Action_1<IConfigurationBuilder>): IHostBuilder;
|
|
86
|
+
UseServiceProviderFactory<TContainerBuilder>(factory: Func_2<HostBuilderContext, IServiceProviderFactory_1<TContainerBuilder>>): IHostBuilder;
|
|
87
87
|
UseServiceProviderFactory<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>): IHostBuilder;
|
|
88
88
|
}
|
|
89
89
|
|
|
@@ -144,7 +144,9 @@ export interface IHostLifetime$instance {
|
|
|
144
144
|
|
|
145
145
|
export type IHostLifetime = IHostLifetime$instance;
|
|
146
146
|
|
|
147
|
-
export interface BackgroundService$instance {
|
|
147
|
+
export interface BackgroundService$instance extends IHostedService$instance, System_Internal.IDisposable {
|
|
148
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_BackgroundService: never;
|
|
149
|
+
|
|
148
150
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostedService: never;
|
|
149
151
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
150
152
|
|
|
@@ -164,12 +166,12 @@ export interface __BackgroundService$views {
|
|
|
164
166
|
As_IHostedService(): IHostedService$instance;
|
|
165
167
|
}
|
|
166
168
|
|
|
167
|
-
export interface BackgroundService$instance extends IHostedService$instance, System_Internal.IDisposable {}
|
|
168
|
-
|
|
169
169
|
export type BackgroundService = BackgroundService$instance & __BackgroundService$views;
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
export interface ConsoleLifetimeOptions$instance {
|
|
173
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_ConsoleLifetimeOptions: never;
|
|
174
|
+
|
|
173
175
|
SuppressStatusMessages: boolean;
|
|
174
176
|
}
|
|
175
177
|
|
|
@@ -182,6 +184,8 @@ export const ConsoleLifetimeOptions: {
|
|
|
182
184
|
export type ConsoleLifetimeOptions = ConsoleLifetimeOptions$instance;
|
|
183
185
|
|
|
184
186
|
export interface HostAbortedException$instance extends Exception {
|
|
187
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_HostAbortedException: never;
|
|
188
|
+
|
|
185
189
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
186
190
|
|
|
187
191
|
}
|
|
@@ -197,6 +201,8 @@ export const HostAbortedException: {
|
|
|
197
201
|
export type HostAbortedException = HostAbortedException$instance;
|
|
198
202
|
|
|
199
203
|
export interface HostApplicationBuilder$instance {
|
|
204
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_HostApplicationBuilder: never;
|
|
205
|
+
|
|
200
206
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostApplicationBuilder: never;
|
|
201
207
|
|
|
202
208
|
readonly Configuration: ConfigurationManager;
|
|
@@ -205,7 +211,7 @@ export interface HostApplicationBuilder$instance {
|
|
|
205
211
|
readonly Metrics: IMetricsBuilder;
|
|
206
212
|
readonly Services: IServiceCollection;
|
|
207
213
|
Build(): IHost;
|
|
208
|
-
ConfigureContainer<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>, configure?:
|
|
214
|
+
ConfigureContainer<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>, configure?: Action_1<TContainerBuilder>): void;
|
|
209
215
|
}
|
|
210
216
|
|
|
211
217
|
|
|
@@ -224,6 +230,8 @@ export type HostApplicationBuilder = HostApplicationBuilder$instance & __HostApp
|
|
|
224
230
|
|
|
225
231
|
|
|
226
232
|
export interface HostApplicationBuilderSettings$instance {
|
|
233
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_HostApplicationBuilderSettings: never;
|
|
234
|
+
|
|
227
235
|
get ApplicationName(): string | undefined;
|
|
228
236
|
set ApplicationName(value: string | undefined);
|
|
229
237
|
get Args(): string[] | undefined;
|
|
@@ -246,16 +254,18 @@ export const HostApplicationBuilderSettings: {
|
|
|
246
254
|
export type HostApplicationBuilderSettings = HostApplicationBuilderSettings$instance;
|
|
247
255
|
|
|
248
256
|
export interface HostBuilder$instance {
|
|
257
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_HostBuilder: never;
|
|
258
|
+
|
|
249
259
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostBuilder: never;
|
|
250
260
|
|
|
251
|
-
readonly Properties:
|
|
261
|
+
readonly Properties: IDictionary_2<unknown, unknown>;
|
|
252
262
|
Build(): IHost;
|
|
253
|
-
ConfigureAppConfiguration(configureDelegate:
|
|
254
|
-
ConfigureContainer<TContainerBuilder>(configureDelegate:
|
|
255
|
-
ConfigureHostConfiguration(configureDelegate:
|
|
256
|
-
ConfigureServices(configureDelegate:
|
|
263
|
+
ConfigureAppConfiguration(configureDelegate: Action_2<HostBuilderContext, IConfigurationBuilder>): IHostBuilder;
|
|
264
|
+
ConfigureContainer<TContainerBuilder>(configureDelegate: Action_2<HostBuilderContext, TContainerBuilder>): IHostBuilder;
|
|
265
|
+
ConfigureHostConfiguration(configureDelegate: Action_1<IConfigurationBuilder>): IHostBuilder;
|
|
266
|
+
ConfigureServices(configureDelegate: Action_2<HostBuilderContext, IServiceCollection>): IHostBuilder;
|
|
257
267
|
UseServiceProviderFactory<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>): IHostBuilder;
|
|
258
|
-
UseServiceProviderFactory<TContainerBuilder>(factory:
|
|
268
|
+
UseServiceProviderFactory<TContainerBuilder>(factory: Func_2<HostBuilderContext, IServiceProviderFactory_1<TContainerBuilder>>): IHostBuilder;
|
|
259
269
|
}
|
|
260
270
|
|
|
261
271
|
|
|
@@ -272,20 +282,24 @@ export type HostBuilder = HostBuilder$instance & __HostBuilder$views;
|
|
|
272
282
|
|
|
273
283
|
|
|
274
284
|
export interface HostBuilderContext$instance {
|
|
285
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_HostBuilderContext: never;
|
|
286
|
+
|
|
275
287
|
Configuration: IConfiguration;
|
|
276
288
|
HostingEnvironment: IHostEnvironment;
|
|
277
|
-
readonly Properties:
|
|
289
|
+
readonly Properties: IDictionary_2<unknown, unknown>;
|
|
278
290
|
}
|
|
279
291
|
|
|
280
292
|
|
|
281
293
|
export const HostBuilderContext: {
|
|
282
|
-
new(properties:
|
|
294
|
+
new(properties: IDictionary_2<unknown, unknown>): HostBuilderContext;
|
|
283
295
|
};
|
|
284
296
|
|
|
285
297
|
|
|
286
298
|
export type HostBuilderContext = HostBuilderContext$instance;
|
|
287
299
|
|
|
288
300
|
export interface HostOptions$instance {
|
|
301
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_HostOptions: never;
|
|
302
|
+
|
|
289
303
|
BackgroundServiceExceptionBehavior: BackgroundServiceExceptionBehavior;
|
|
290
304
|
ServicesStartConcurrently: boolean;
|
|
291
305
|
ServicesStopConcurrently: boolean;
|
|
@@ -352,7 +366,7 @@ export type HostEnvironmentEnvExtensions = HostEnvironmentEnvExtensions$instance
|
|
|
352
366
|
|
|
353
367
|
export abstract class HostingAbstractionsHostBuilderExtensions$instance {
|
|
354
368
|
static Start(hostBuilder: IHostBuilder): IHost;
|
|
355
|
-
static StartAsync(hostBuilder: IHostBuilder, cancellationToken?: CancellationToken):
|
|
369
|
+
static StartAsync(hostBuilder: IHostBuilder, cancellationToken?: CancellationToken): Task_1<IHost>;
|
|
356
370
|
}
|
|
357
371
|
|
|
358
372
|
|
|
@@ -381,23 +395,23 @@ export abstract class HostingEnvironmentExtensions$instance {
|
|
|
381
395
|
export type HostingEnvironmentExtensions = HostingEnvironmentExtensions$instance;
|
|
382
396
|
|
|
383
397
|
export abstract class HostingHostBuilderExtensions$instance {
|
|
384
|
-
static ConfigureAppConfiguration(hostBuilder: IHostBuilder, configureDelegate:
|
|
385
|
-
static ConfigureContainer<TContainerBuilder>(hostBuilder: IHostBuilder, configureDelegate:
|
|
398
|
+
static ConfigureAppConfiguration(hostBuilder: IHostBuilder, configureDelegate: Action_1<IConfigurationBuilder>): IHostBuilder;
|
|
399
|
+
static ConfigureContainer<TContainerBuilder>(hostBuilder: IHostBuilder, configureDelegate: Action_1<TContainerBuilder>): IHostBuilder;
|
|
386
400
|
static ConfigureDefaults(builder: IHostBuilder, args: string[]): IHostBuilder;
|
|
387
|
-
static ConfigureHostOptions(hostBuilder: IHostBuilder, configureOptions:
|
|
388
|
-
static ConfigureHostOptions(hostBuilder: IHostBuilder, configureOptions:
|
|
389
|
-
static ConfigureLogging(hostBuilder: IHostBuilder, configureLogging:
|
|
390
|
-
static ConfigureLogging(hostBuilder: IHostBuilder, configureLogging:
|
|
391
|
-
static ConfigureMetrics(hostBuilder: IHostBuilder, configureMetrics:
|
|
392
|
-
static ConfigureMetrics(hostBuilder: IHostBuilder, configureMetrics:
|
|
393
|
-
static ConfigureServices(hostBuilder: IHostBuilder, configureDelegate:
|
|
394
|
-
static RunConsoleAsync(hostBuilder: IHostBuilder, configureOptions:
|
|
401
|
+
static ConfigureHostOptions(hostBuilder: IHostBuilder, configureOptions: Action_1<HostOptions>): IHostBuilder;
|
|
402
|
+
static ConfigureHostOptions(hostBuilder: IHostBuilder, configureOptions: Action_2<HostBuilderContext, HostOptions>): IHostBuilder;
|
|
403
|
+
static ConfigureLogging(hostBuilder: IHostBuilder, configureLogging: Action_1<ILoggingBuilder>): IHostBuilder;
|
|
404
|
+
static ConfigureLogging(hostBuilder: IHostBuilder, configureLogging: Action_2<HostBuilderContext, ILoggingBuilder>): IHostBuilder;
|
|
405
|
+
static ConfigureMetrics(hostBuilder: IHostBuilder, configureMetrics: Action_1<IMetricsBuilder>): IHostBuilder;
|
|
406
|
+
static ConfigureMetrics(hostBuilder: IHostBuilder, configureMetrics: Action_2<HostBuilderContext, IMetricsBuilder>): IHostBuilder;
|
|
407
|
+
static ConfigureServices(hostBuilder: IHostBuilder, configureDelegate: Action_1<IServiceCollection>): IHostBuilder;
|
|
408
|
+
static RunConsoleAsync(hostBuilder: IHostBuilder, configureOptions: Action_1<ConsoleLifetimeOptions>, cancellationToken?: CancellationToken): Task;
|
|
395
409
|
static RunConsoleAsync(hostBuilder: IHostBuilder, cancellationToken?: CancellationToken): Task;
|
|
396
|
-
static UseConsoleLifetime(hostBuilder: IHostBuilder, configureOptions:
|
|
410
|
+
static UseConsoleLifetime(hostBuilder: IHostBuilder, configureOptions: Action_1<ConsoleLifetimeOptions>): IHostBuilder;
|
|
397
411
|
static UseConsoleLifetime(hostBuilder: IHostBuilder): IHostBuilder;
|
|
398
412
|
static UseContentRoot(hostBuilder: IHostBuilder, contentRoot: string): IHostBuilder;
|
|
399
|
-
static UseDefaultServiceProvider(hostBuilder: IHostBuilder, configure:
|
|
400
|
-
static UseDefaultServiceProvider(hostBuilder: IHostBuilder, configure:
|
|
413
|
+
static UseDefaultServiceProvider(hostBuilder: IHostBuilder, configure: Action_1<ServiceProviderOptions>): IHostBuilder;
|
|
414
|
+
static UseDefaultServiceProvider(hostBuilder: IHostBuilder, configure: Action_2<HostBuilderContext, ServiceProviderOptions>): IHostBuilder;
|
|
401
415
|
static UseEnvironment(hostBuilder: IHostBuilder, environment: string): IHostBuilder;
|
|
402
416
|
}
|
|
403
417
|
|
|
@@ -11,12 +11,14 @@ import * as Microsoft_Extensions_Hosting_Internal from "../../Microsoft.Extensio
|
|
|
11
11
|
import type { ConsoleLifetimeOptions, HostOptions, IApplicationLifetime, IHostApplicationLifetime, IHostEnvironment, IHostingEnvironment, IHostLifetime } from "../../Microsoft.Extensions.Hosting/internal/index.js";
|
|
12
12
|
import type { ILogger_1, ILoggerFactory } from "../../Microsoft.Extensions.Logging/internal/index.js";
|
|
13
13
|
import type { IOptions_1 } from "../../Microsoft.Extensions.Options/internal/index.js";
|
|
14
|
-
import
|
|
15
|
-
import type {
|
|
16
|
-
import
|
|
17
|
-
import type {
|
|
14
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
15
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
|
+
|
|
19
|
+
export interface ApplicationLifetime$instance extends Microsoft_Extensions_Hosting_Internal.IApplicationLifetime$instance, Microsoft_Extensions_Hosting_Internal.IHostApplicationLifetime$instance {
|
|
20
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_Internal_ApplicationLifetime: never;
|
|
18
21
|
|
|
19
|
-
export interface ApplicationLifetime$instance {
|
|
20
22
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IApplicationLifetime: never;
|
|
21
23
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostApplicationLifetime: never;
|
|
22
24
|
|
|
@@ -39,12 +41,12 @@ export interface __ApplicationLifetime$views {
|
|
|
39
41
|
As_IHostApplicationLifetime(): Microsoft_Extensions_Hosting_Internal.IHostApplicationLifetime$instance;
|
|
40
42
|
}
|
|
41
43
|
|
|
42
|
-
export interface ApplicationLifetime$instance extends Microsoft_Extensions_Hosting_Internal.IApplicationLifetime$instance, Microsoft_Extensions_Hosting_Internal.IHostApplicationLifetime$instance {}
|
|
43
|
-
|
|
44
44
|
export type ApplicationLifetime = ApplicationLifetime$instance & __ApplicationLifetime$views;
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
export interface ConsoleLifetime$instance {
|
|
47
|
+
export interface ConsoleLifetime$instance extends Microsoft_Extensions_Hosting_Internal.IHostLifetime$instance, System_Internal.IDisposable {
|
|
48
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_Internal_ConsoleLifetime: never;
|
|
49
|
+
|
|
48
50
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostLifetime: never;
|
|
49
51
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
50
52
|
|
|
@@ -64,12 +66,12 @@ export interface __ConsoleLifetime$views {
|
|
|
64
66
|
As_IHostLifetime(): Microsoft_Extensions_Hosting_Internal.IHostLifetime$instance;
|
|
65
67
|
}
|
|
66
68
|
|
|
67
|
-
export interface ConsoleLifetime$instance extends Microsoft_Extensions_Hosting_Internal.IHostLifetime$instance, System_Internal.IDisposable {}
|
|
68
|
-
|
|
69
69
|
export type ConsoleLifetime = ConsoleLifetime$instance & __ConsoleLifetime$views;
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
export interface HostingEnvironment$instance {
|
|
72
|
+
export interface HostingEnvironment$instance extends Microsoft_Extensions_Hosting_Internal.IHostEnvironment$instance, Microsoft_Extensions_Hosting_Internal.IHostingEnvironment$instance {
|
|
73
|
+
readonly __tsonic_type_Microsoft_Extensions_Hosting_Internal_HostingEnvironment: never;
|
|
74
|
+
|
|
73
75
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostEnvironment: never;
|
|
74
76
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostingEnvironment: never;
|
|
75
77
|
|
|
@@ -90,8 +92,6 @@ export interface __HostingEnvironment$views {
|
|
|
90
92
|
As_IHostingEnvironment(): Microsoft_Extensions_Hosting_Internal.IHostingEnvironment$instance;
|
|
91
93
|
}
|
|
92
94
|
|
|
93
|
-
export interface HostingEnvironment$instance extends Microsoft_Extensions_Hosting_Internal.IHostEnvironment$instance, Microsoft_Extensions_Hosting_Internal.IHostingEnvironment$instance {}
|
|
94
|
-
|
|
95
95
|
export type HostingEnvironment = HostingEnvironment$instance & __HostingEnvironment$views;
|
|
96
96
|
|
|
97
97
|
|
|
@@ -6,15 +6,15 @@
|
|
|
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 {
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import type {
|
|
9
|
+
import type { IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import type { DelegatingHandler, HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { Action_1, Boolean as ClrBoolean, Func_2, IServiceProvider, Object as ClrObject, String as ClrString, TimeSpan } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface IHttpMessageHandlerBuilderFilter$instance {
|
|
15
15
|
readonly __tsonic_iface_Microsoft_Extensions_Http_IHttpMessageHandlerBuilderFilter: never;
|
|
16
16
|
|
|
17
|
-
Configure(next:
|
|
17
|
+
Configure(next: Action_1<HttpMessageHandlerBuilder>): Action_1<HttpMessageHandlerBuilder>;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
@@ -30,10 +30,12 @@ export interface ITypedHttpClientFactory_1$instance<TClient> {
|
|
|
30
30
|
export type ITypedHttpClientFactory_1<TClient> = ITypedHttpClientFactory_1$instance<TClient>;
|
|
31
31
|
|
|
32
32
|
export interface HttpClientFactoryOptions$instance {
|
|
33
|
+
readonly __tsonic_type_Microsoft_Extensions_Http_HttpClientFactoryOptions: never;
|
|
34
|
+
|
|
33
35
|
HandlerLifetime: TimeSpan;
|
|
34
|
-
readonly HttpClientActions:
|
|
35
|
-
readonly HttpMessageHandlerBuilderActions:
|
|
36
|
-
ShouldRedactHeaderValue:
|
|
36
|
+
readonly HttpClientActions: IList_1<Action_1<HttpClient>>;
|
|
37
|
+
readonly HttpMessageHandlerBuilderActions: IList_1<Action_1<HttpMessageHandlerBuilder>>;
|
|
38
|
+
ShouldRedactHeaderValue: Func_2<System_Internal.String, System_Internal.Boolean>;
|
|
37
39
|
SuppressHandlerScope: boolean;
|
|
38
40
|
}
|
|
39
41
|
|
|
@@ -46,7 +48,9 @@ export const HttpClientFactoryOptions: {
|
|
|
46
48
|
export type HttpClientFactoryOptions = HttpClientFactoryOptions$instance;
|
|
47
49
|
|
|
48
50
|
export interface HttpMessageHandlerBuilder$instance {
|
|
49
|
-
readonly
|
|
51
|
+
readonly __tsonic_type_Microsoft_Extensions_Http_HttpMessageHandlerBuilder: never;
|
|
52
|
+
|
|
53
|
+
readonly AdditionalHandlers: IList_1<DelegatingHandler>;
|
|
50
54
|
get Name(): string | undefined;
|
|
51
55
|
set Name(value: string | undefined);
|
|
52
56
|
PrimaryHandler: HttpMessageHandler;
|
|
@@ -56,7 +60,7 @@ export interface HttpMessageHandlerBuilder$instance {
|
|
|
56
60
|
|
|
57
61
|
|
|
58
62
|
export const HttpMessageHandlerBuilder: (abstract new() => HttpMessageHandlerBuilder) & {
|
|
59
|
-
CreateHandlerPipeline(primaryHandler: HttpMessageHandler, additionalHandlers:
|
|
63
|
+
CreateHandlerPipeline(primaryHandler: HttpMessageHandler, additionalHandlers: IEnumerable_1<DelegatingHandler>): HttpMessageHandler;
|
|
60
64
|
};
|
|
61
65
|
|
|
62
66
|
|
|
@@ -8,12 +8,12 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { HttpClientFactoryOptions } from "../../Microsoft.Extensions.Http/internal/index.js";
|
|
10
10
|
import type { ILogger } from "../../Microsoft.Extensions.Logging/internal/index.js";
|
|
11
|
-
import * as
|
|
12
|
-
import type {
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
11
|
+
import * as System_Net_Http_Internal from "@tsonic/dotnet/System.Net.Http/internal/index.js";
|
|
12
|
+
import type { DelegatingHandler, HttpRequestMessage, HttpResponseMessage } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
|
|
13
|
+
import type { Task_1, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
14
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
|
+
import type { Exception, IDisposable, Object as ClrObject, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export interface IHttpClientAsyncLogger$instance extends IHttpClientLogger {
|
|
19
19
|
readonly __tsonic_iface_Microsoft_Extensions_Http_Logging_IHttpClientAsyncLogger: never;
|
|
@@ -21,7 +21,7 @@ export interface IHttpClientAsyncLogger$instance extends IHttpClientLogger {
|
|
|
21
21
|
LogRequestFailed(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, exception: Exception, elapsed: TimeSpan): void;
|
|
22
22
|
LogRequestFailedAsync(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, exception: Exception, elapsed: TimeSpan, cancellationToken?: CancellationToken): ValueTask;
|
|
23
23
|
LogRequestStart(request: HttpRequestMessage): unknown | undefined;
|
|
24
|
-
LogRequestStartAsync(request: HttpRequestMessage, cancellationToken?: CancellationToken):
|
|
24
|
+
LogRequestStartAsync(request: HttpRequestMessage, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
25
25
|
LogRequestStop(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, elapsed: TimeSpan): void;
|
|
26
26
|
LogRequestStopAsync(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, elapsed: TimeSpan, cancellationToken?: CancellationToken): ValueTask;
|
|
27
27
|
}
|
|
@@ -43,10 +43,12 @@ export interface IHttpClientLogger$instance {
|
|
|
43
43
|
export type IHttpClientLogger = IHttpClientLogger$instance;
|
|
44
44
|
|
|
45
45
|
export interface LoggingHttpMessageHandler$instance extends DelegatingHandler {
|
|
46
|
+
readonly __tsonic_type_Microsoft_Extensions_Http_Logging_LoggingHttpMessageHandler: never;
|
|
47
|
+
|
|
46
48
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
47
49
|
|
|
48
50
|
Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
|
|
49
|
-
SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken):
|
|
51
|
+
SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
50
52
|
}
|
|
51
53
|
|
|
52
54
|
|
|
@@ -59,10 +61,12 @@ export const LoggingHttpMessageHandler: {
|
|
|
59
61
|
export type LoggingHttpMessageHandler = LoggingHttpMessageHandler$instance;
|
|
60
62
|
|
|
61
63
|
export interface LoggingScopeHttpMessageHandler$instance extends DelegatingHandler {
|
|
64
|
+
readonly __tsonic_type_Microsoft_Extensions_Http_Logging_LoggingScopeHttpMessageHandler: never;
|
|
65
|
+
|
|
62
66
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
63
67
|
|
|
64
68
|
Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
|
|
65
|
-
SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken):
|
|
69
|
+
SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
66
70
|
}
|
|
67
71
|
|
|
68
72
|
|
|
@@ -6,8 +6,8 @@
|
|
|
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 { DateTimeOffset, Object as ClrObject } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
|
+
import type { DateTimeOffset, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export interface ISystemClock$instance {
|
|
13
13
|
readonly __tsonic_iface_Microsoft_Extensions_Internal_ISystemClock: never;
|
|
@@ -18,7 +18,9 @@ export interface ISystemClock$instance {
|
|
|
18
18
|
|
|
19
19
|
export type ISystemClock = ISystemClock$instance;
|
|
20
20
|
|
|
21
|
-
export interface SystemClock$instance {
|
|
21
|
+
export interface SystemClock$instance extends ISystemClock$instance {
|
|
22
|
+
readonly __tsonic_type_Microsoft_Extensions_Internal_SystemClock: never;
|
|
23
|
+
|
|
22
24
|
readonly __tsonic_iface_Microsoft_Extensions_Internal_ISystemClock: never;
|
|
23
25
|
|
|
24
26
|
readonly UtcNow: DateTimeOffset;
|
|
@@ -34,8 +36,6 @@ export interface __SystemClock$views {
|
|
|
34
36
|
As_ISystemClock(): ISystemClock$instance;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
|
-
export interface SystemClock$instance extends ISystemClock$instance {}
|
|
38
|
-
|
|
39
39
|
export type SystemClock = SystemClock$instance & __SystemClock$views;
|
|
40
40
|
|
|
41
41
|
|
|
@@ -8,17 +8,17 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { ILogger, ILoggerFactory } from "../../Microsoft.Extensions.Logging/internal/index.js";
|
|
10
10
|
import type { IOptions_1 } from "../../Microsoft.Extensions.Options/internal/index.js";
|
|
11
|
-
import type {
|
|
12
|
-
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
11
|
+
import type { IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
12
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
|
|
13
|
+
import type { Assembly, TypeInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
14
|
+
import type { ResourceManager } from "@tsonic/dotnet/System.Resources/internal/index.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
|
+
import type { Attribute, Boolean as ClrBoolean, Func_2, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export interface IResourceNamesCache$instance {
|
|
19
19
|
readonly __tsonic_iface_Microsoft_Extensions_Localization_IResourceNamesCache: never;
|
|
20
20
|
|
|
21
|
-
GetOrAdd(name: string, valueFactory:
|
|
21
|
+
GetOrAdd(name: string, valueFactory: Func_2<System_Internal.String, IList_1<System_Internal.String>>): IList_1<System_Internal.String> | undefined;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
|
|
@@ -29,7 +29,7 @@ export interface IStringLocalizer$instance {
|
|
|
29
29
|
|
|
30
30
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedString;
|
|
31
31
|
get_Item2(name: string): LocalizedString;
|
|
32
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
32
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
|
|
@@ -40,7 +40,7 @@ export interface IStringLocalizer_1$instance<T> extends IStringLocalizer {
|
|
|
40
40
|
|
|
41
41
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedString;
|
|
42
42
|
get_Item2(name: string): LocalizedString;
|
|
43
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
43
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
44
44
|
get_Item(name: string): LocalizedString;
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -60,6 +60,8 @@ export interface IStringLocalizerFactory$instance {
|
|
|
60
60
|
export type IStringLocalizerFactory = IStringLocalizerFactory$instance;
|
|
61
61
|
|
|
62
62
|
export interface LocalizationOptions$instance {
|
|
63
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_LocalizationOptions: never;
|
|
64
|
+
|
|
63
65
|
ResourcesPath: string;
|
|
64
66
|
}
|
|
65
67
|
|
|
@@ -72,6 +74,8 @@ export const LocalizationOptions: {
|
|
|
72
74
|
export type LocalizationOptions = LocalizationOptions$instance;
|
|
73
75
|
|
|
74
76
|
export interface LocalizedString$instance {
|
|
77
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_LocalizedString: never;
|
|
78
|
+
|
|
75
79
|
readonly Name: string;
|
|
76
80
|
readonly ResourceNotFound: boolean;
|
|
77
81
|
readonly SearchedLocation: string | undefined;
|
|
@@ -90,6 +94,8 @@ export const LocalizedString: {
|
|
|
90
94
|
export type LocalizedString = LocalizedString$instance;
|
|
91
95
|
|
|
92
96
|
export interface ResourceLocationAttribute$instance extends Attribute {
|
|
97
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceLocationAttribute: never;
|
|
98
|
+
|
|
93
99
|
readonly ResourceLocation: string;
|
|
94
100
|
}
|
|
95
101
|
|
|
@@ -102,11 +108,13 @@ export const ResourceLocationAttribute: {
|
|
|
102
108
|
export type ResourceLocationAttribute = ResourceLocationAttribute$instance;
|
|
103
109
|
|
|
104
110
|
export interface ResourceManagerStringLocalizer$instance {
|
|
111
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceManagerStringLocalizer: never;
|
|
112
|
+
|
|
105
113
|
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer: never;
|
|
106
114
|
|
|
107
115
|
get_Item(name: string): LocalizedString;
|
|
108
116
|
get_Item(name: string, ...arguments: unknown[]): LocalizedString;
|
|
109
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
117
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
110
118
|
}
|
|
111
119
|
|
|
112
120
|
|
|
@@ -122,7 +130,9 @@ export interface __ResourceManagerStringLocalizer$views {
|
|
|
122
130
|
export type ResourceManagerStringLocalizer = ResourceManagerStringLocalizer$instance & __ResourceManagerStringLocalizer$views;
|
|
123
131
|
|
|
124
132
|
|
|
125
|
-
export interface ResourceManagerStringLocalizerFactory$instance {
|
|
133
|
+
export interface ResourceManagerStringLocalizerFactory$instance extends IStringLocalizerFactory$instance {
|
|
134
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceManagerStringLocalizerFactory: never;
|
|
135
|
+
|
|
126
136
|
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizerFactory: never;
|
|
127
137
|
|
|
128
138
|
Create(resourceSource: Type): IStringLocalizer;
|
|
@@ -146,15 +156,15 @@ export interface __ResourceManagerStringLocalizerFactory$views {
|
|
|
146
156
|
As_IStringLocalizerFactory(): IStringLocalizerFactory$instance;
|
|
147
157
|
}
|
|
148
158
|
|
|
149
|
-
export interface ResourceManagerStringLocalizerFactory$instance extends IStringLocalizerFactory$instance {}
|
|
150
|
-
|
|
151
159
|
export type ResourceManagerStringLocalizerFactory = ResourceManagerStringLocalizerFactory$instance & __ResourceManagerStringLocalizerFactory$views;
|
|
152
160
|
|
|
153
161
|
|
|
154
|
-
export interface ResourceNamesCache$instance {
|
|
162
|
+
export interface ResourceNamesCache$instance extends IResourceNamesCache$instance {
|
|
163
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceNamesCache: never;
|
|
164
|
+
|
|
155
165
|
readonly __tsonic_iface_Microsoft_Extensions_Localization_IResourceNamesCache: never;
|
|
156
166
|
|
|
157
|
-
GetOrAdd(name: string, valueFactory:
|
|
167
|
+
GetOrAdd(name: string, valueFactory: Func_2<System_Internal.String, IList_1<System_Internal.String>>): IList_1<System_Internal.String> | undefined;
|
|
158
168
|
}
|
|
159
169
|
|
|
160
170
|
|
|
@@ -167,12 +177,12 @@ export interface __ResourceNamesCache$views {
|
|
|
167
177
|
As_IResourceNamesCache(): IResourceNamesCache$instance;
|
|
168
178
|
}
|
|
169
179
|
|
|
170
|
-
export interface ResourceNamesCache$instance extends IResourceNamesCache$instance {}
|
|
171
|
-
|
|
172
180
|
export type ResourceNamesCache = ResourceNamesCache$instance & __ResourceNamesCache$views;
|
|
173
181
|
|
|
174
182
|
|
|
175
183
|
export interface RootNamespaceAttribute$instance extends Attribute {
|
|
184
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_RootNamespaceAttribute: never;
|
|
185
|
+
|
|
176
186
|
readonly RootNamespace: string;
|
|
177
187
|
}
|
|
178
188
|
|
|
@@ -185,12 +195,14 @@ export const RootNamespaceAttribute: {
|
|
|
185
195
|
export type RootNamespaceAttribute = RootNamespaceAttribute$instance;
|
|
186
196
|
|
|
187
197
|
export interface StringLocalizer_1$instance<TResourceSource> extends IStringLocalizer_1<TResourceSource> {
|
|
198
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_StringLocalizer_1: never;
|
|
199
|
+
|
|
188
200
|
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer: never;
|
|
189
201
|
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer_1: never;
|
|
190
202
|
|
|
191
203
|
get_Item(name: string): LocalizedString;
|
|
192
204
|
get_Item(name: string, ...arguments: unknown[]): LocalizedString;
|
|
193
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
205
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
194
206
|
}
|
|
195
207
|
|
|
196
208
|
|
|
@@ -207,7 +219,7 @@ export type StringLocalizer_1<TResourceSource> = StringLocalizer_1$instance<TRes
|
|
|
207
219
|
|
|
208
220
|
|
|
209
221
|
export abstract class StringLocalizerExtensions$instance {
|
|
210
|
-
static GetAllStrings(stringLocalizer: IStringLocalizer):
|
|
222
|
+
static GetAllStrings(stringLocalizer: IStringLocalizer): IEnumerable_1<LocalizedString>;
|
|
211
223
|
static GetString(stringLocalizer: IStringLocalizer, name: string, ...arguments: unknown[]): LocalizedString;
|
|
212
224
|
static GetString(stringLocalizer: IStringLocalizer, name: string): LocalizedString;
|
|
213
225
|
}
|