@tsonic/microsoft-extensions 10.0.41 → 10.0.42
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 +1 -1
- package/Microsoft.Extensions.Caching.Distributed.d.ts +4 -0
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Caching.Hybrid.d.ts +5 -1
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +31 -31
- package/Microsoft.Extensions.Caching.Memory.d.ts +4 -0
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.CommandLine.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Configuration.Ini.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Configuration.Json.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Memory.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.UserSecrets.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Configuration.Xml.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +137 -137
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +30 -30
- package/Microsoft.Extensions.DependencyInjection.Extensions.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +7 -3
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.d.ts +4 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders.Composite.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders.Embedded.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders.Internal.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.Internal.d.ts +4 -0
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.Extensions.Http/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Http.Logging.d.ts +4 -0
- package/Microsoft.Extensions.Http.d.ts +5 -1
- package/Microsoft.Extensions.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Internal.d.ts +4 -0
- package/Microsoft.Extensions.Localization/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Localization.d.ts +6 -2
- package/Microsoft.Extensions.Logging/internal/index.d.ts +67 -65
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Logging.Abstractions.d.ts +6 -2
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +8 -8
- package/Microsoft.Extensions.Logging.Configuration.d.ts +5 -1
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.Console.d.ts +4 -0
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.Debug.d.ts +4 -0
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.EventLog.d.ts +4 -0
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.EventSource.d.ts +4 -0
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.TraceSource.d.ts +4 -0
- package/Microsoft.Extensions.Logging.d.ts +6 -2
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +29 -29
- package/Microsoft.Extensions.ObjectPool.d.ts +7 -3
- package/Microsoft.Extensions.Options/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Options.d.ts +50 -46
- package/Microsoft.Extensions.Primitives/bindings.json +20 -0
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +8 -7
- package/Microsoft.Extensions.Primitives.d.ts +4 -0
- package/Microsoft.Extensions.Validation/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.Validation.d.ts +4 -0
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.WebEncoders.Testing.d.ts +4 -0
- package/Microsoft.Extensions.WebEncoders.d.ts +4 -0
- package/README.md +8 -0
- package/System.Diagnostics/internal/index.d.ts +9 -9
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +5 -5
- package/System.Diagnostics.Eventing.Reader.d.ts +4 -0
- package/System.Diagnostics.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Http.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +6 -6
- package/System.Security.Cryptography.Pkcs.d.ts +4 -0
- package/System.Security.Cryptography.Xml/bindings.json +404 -404
- package/System.Security.Cryptography.Xml/internal/index.d.ts +37 -37
- package/System.Security.Cryptography.Xml.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/__internal/extensions/index.d.ts +191 -191
- package/package.json +3 -3
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.DependencyInjection.Abstractions
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -16,46 +16,46 @@ export abstract class ServiceCollectionDescriptorExtensions$instance {
|
|
|
16
16
|
static Add(collection: IServiceCollection, descriptor: ServiceDescriptor): IServiceCollection;
|
|
17
17
|
static Add(collection: IServiceCollection, descriptors: IEnumerable_1<ServiceDescriptor>): IServiceCollection;
|
|
18
18
|
static RemoveAll(collection: IServiceCollection, serviceType: Type): IServiceCollection;
|
|
19
|
-
static RemoveAll<T>(collection: IServiceCollection): IServiceCollection;
|
|
20
|
-
static RemoveAllKeyed<T>(collection: IServiceCollection, serviceKey:
|
|
21
|
-
static RemoveAllKeyed(collection: IServiceCollection, serviceType: Type, serviceKey:
|
|
19
|
+
static RemoveAll<T extends unknown>(collection: IServiceCollection): IServiceCollection;
|
|
20
|
+
static RemoveAllKeyed<T extends unknown>(collection: IServiceCollection, serviceKey: unknown | null): IServiceCollection;
|
|
21
|
+
static RemoveAllKeyed(collection: IServiceCollection, serviceType: Type, serviceKey: unknown | null): IServiceCollection;
|
|
22
22
|
static Replace(collection: IServiceCollection, descriptor: ServiceDescriptor): IServiceCollection;
|
|
23
23
|
static TryAdd(collection: IServiceCollection, descriptor: ServiceDescriptor): void;
|
|
24
24
|
static TryAdd(collection: IServiceCollection, descriptors: IEnumerable_1<ServiceDescriptor>): void;
|
|
25
25
|
static TryAddEnumerable(services: IServiceCollection, descriptor: ServiceDescriptor): void;
|
|
26
26
|
static TryAddEnumerable(services: IServiceCollection, descriptors: IEnumerable_1<ServiceDescriptor>): void;
|
|
27
|
-
static TryAddKeyedScoped<TService>(services: IServiceCollection, serviceKey:
|
|
28
|
-
static TryAddKeyedScoped<TService>(collection: IServiceCollection, serviceKey:
|
|
29
|
-
static TryAddKeyedScoped(collection: IServiceCollection, service: Type, serviceKey:
|
|
30
|
-
static TryAddKeyedScoped(collection: IServiceCollection, service: Type, serviceKey:
|
|
31
|
-
static TryAddKeyedScoped(collection: IServiceCollection, service: Type, serviceKey:
|
|
32
|
-
static TryAddKeyedSingleton<TService>(services: IServiceCollection, serviceKey:
|
|
33
|
-
static TryAddKeyedSingleton<TService>(collection: IServiceCollection, serviceKey:
|
|
34
|
-
static TryAddKeyedSingleton<TService>(collection: IServiceCollection, serviceKey:
|
|
35
|
-
static TryAddKeyedSingleton(collection: IServiceCollection, service: Type, serviceKey:
|
|
36
|
-
static TryAddKeyedSingleton(collection: IServiceCollection, service: Type, serviceKey:
|
|
37
|
-
static TryAddKeyedSingleton(collection: IServiceCollection, service: Type, serviceKey:
|
|
38
|
-
static TryAddKeyedTransient<TService>(services: IServiceCollection, serviceKey:
|
|
39
|
-
static TryAddKeyedTransient<TService>(collection: IServiceCollection, serviceKey:
|
|
40
|
-
static TryAddKeyedTransient(collection: IServiceCollection, service: Type, serviceKey:
|
|
41
|
-
static TryAddKeyedTransient(collection: IServiceCollection, service: Type, serviceKey:
|
|
42
|
-
static TryAddKeyedTransient(collection: IServiceCollection, service: Type, serviceKey:
|
|
43
|
-
static TryAddScoped<TService>(services: IServiceCollection, implementationFactory: Func_2<IServiceProvider, TService>): void;
|
|
44
|
-
static TryAddScoped(collection: IServiceCollection, service: Type, implementationFactory: Func_2<IServiceProvider,
|
|
27
|
+
static TryAddKeyedScoped<TService extends (object | null)>(services: IServiceCollection, serviceKey: unknown | null, implementationFactory: Func_3<IServiceProvider, unknown | null, TService>): void;
|
|
28
|
+
static TryAddKeyedScoped<TService extends (object | null)>(collection: IServiceCollection, serviceKey: unknown | null): void;
|
|
29
|
+
static TryAddKeyedScoped(collection: IServiceCollection, service: Type, serviceKey: unknown | null, implementationFactory: Func_3<IServiceProvider, unknown | null, unknown>): void;
|
|
30
|
+
static TryAddKeyedScoped(collection: IServiceCollection, service: Type, serviceKey: unknown | null, implementationType: Type): void;
|
|
31
|
+
static TryAddKeyedScoped(collection: IServiceCollection, service: Type, serviceKey: unknown | null): void;
|
|
32
|
+
static TryAddKeyedSingleton<TService extends (object | null)>(services: IServiceCollection, serviceKey: unknown | null, implementationFactory: Func_3<IServiceProvider, unknown | null, TService>): void;
|
|
33
|
+
static TryAddKeyedSingleton<TService extends (object | null)>(collection: IServiceCollection, serviceKey: unknown | null, instance: TService): void;
|
|
34
|
+
static TryAddKeyedSingleton<TService extends (object | null)>(collection: IServiceCollection, serviceKey: unknown | null): void;
|
|
35
|
+
static TryAddKeyedSingleton(collection: IServiceCollection, service: Type, serviceKey: unknown | null, implementationFactory: Func_3<IServiceProvider, unknown | null, unknown>): void;
|
|
36
|
+
static TryAddKeyedSingleton(collection: IServiceCollection, service: Type, serviceKey: unknown | null, implementationType: Type): void;
|
|
37
|
+
static TryAddKeyedSingleton(collection: IServiceCollection, service: Type, serviceKey: unknown | null): void;
|
|
38
|
+
static TryAddKeyedTransient<TService extends (object | null)>(services: IServiceCollection, serviceKey: unknown | null, implementationFactory: Func_3<IServiceProvider, unknown | null, TService>): void;
|
|
39
|
+
static TryAddKeyedTransient<TService extends (object | null)>(collection: IServiceCollection, serviceKey: unknown | null): void;
|
|
40
|
+
static TryAddKeyedTransient(collection: IServiceCollection, service: Type, serviceKey: unknown | null, implementationFactory: Func_3<IServiceProvider, unknown | null, unknown>): void;
|
|
41
|
+
static TryAddKeyedTransient(collection: IServiceCollection, service: Type, serviceKey: unknown | null, implementationType: Type): void;
|
|
42
|
+
static TryAddKeyedTransient(collection: IServiceCollection, service: Type, serviceKey: unknown | null): void;
|
|
43
|
+
static TryAddScoped<TService extends (object | null)>(services: IServiceCollection, implementationFactory: Func_2<IServiceProvider, TService>): void;
|
|
44
|
+
static TryAddScoped(collection: IServiceCollection, service: Type, implementationFactory: Func_2<IServiceProvider, unknown>): void;
|
|
45
45
|
static TryAddScoped(collection: IServiceCollection, service: Type, implementationType: Type): void;
|
|
46
46
|
static TryAddScoped(collection: IServiceCollection, service: Type): void;
|
|
47
|
-
static TryAddScoped<TService>(collection: IServiceCollection): void;
|
|
48
|
-
static TryAddSingleton<TService>(services: IServiceCollection, implementationFactory: Func_2<IServiceProvider, TService>): void;
|
|
49
|
-
static TryAddSingleton(collection: IServiceCollection, service: Type, implementationFactory: Func_2<IServiceProvider,
|
|
47
|
+
static TryAddScoped<TService extends (object | null)>(collection: IServiceCollection): void;
|
|
48
|
+
static TryAddSingleton<TService extends (object | null)>(services: IServiceCollection, implementationFactory: Func_2<IServiceProvider, TService>): void;
|
|
49
|
+
static TryAddSingleton(collection: IServiceCollection, service: Type, implementationFactory: Func_2<IServiceProvider, unknown>): void;
|
|
50
50
|
static TryAddSingleton(collection: IServiceCollection, service: Type, implementationType: Type): void;
|
|
51
51
|
static TryAddSingleton(collection: IServiceCollection, service: Type): void;
|
|
52
|
-
static TryAddSingleton<TService>(collection: IServiceCollection, instance: TService): void;
|
|
53
|
-
static TryAddSingleton<TService>(collection: IServiceCollection): void;
|
|
54
|
-
static TryAddTransient<TService>(services: IServiceCollection, implementationFactory: Func_2<IServiceProvider, TService>): void;
|
|
55
|
-
static TryAddTransient(collection: IServiceCollection, service: Type, implementationFactory: Func_2<IServiceProvider,
|
|
52
|
+
static TryAddSingleton<TService extends (object | null)>(collection: IServiceCollection, instance: TService): void;
|
|
53
|
+
static TryAddSingleton<TService extends (object | null)>(collection: IServiceCollection): void;
|
|
54
|
+
static TryAddTransient<TService extends (object | null)>(services: IServiceCollection, implementationFactory: Func_2<IServiceProvider, TService>): void;
|
|
55
|
+
static TryAddTransient(collection: IServiceCollection, service: Type, implementationFactory: Func_2<IServiceProvider, unknown>): void;
|
|
56
56
|
static TryAddTransient(collection: IServiceCollection, service: Type, implementationType: Type): void;
|
|
57
57
|
static TryAddTransient(collection: IServiceCollection, service: Type): void;
|
|
58
|
-
static TryAddTransient<TService>(collection: IServiceCollection): void;
|
|
58
|
+
static TryAddTransient<TService extends (object | null)>(collection: IServiceCollection): void;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.DependencyInjection.Extensions/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IServiceCollection, ServiceDescriptor } from './Microsoft.Extensions.DependencyInjection/internal/index.js';
|
|
10
14
|
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.DependencyInjection/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { MemoryCacheOptions, MemoryDistributedCacheOptions } from './Microsoft.Extensions.Caching.Memory/internal/index.js';
|
|
10
14
|
import type { BinderOptions, IConfiguration } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
@@ -39,7 +43,7 @@ export { FromKeyedServicesAttribute as FromKeyedServicesAttribute } from './Micr
|
|
|
39
43
|
export type IKeyedServiceProvider = Internal.IKeyedServiceProvider;
|
|
40
44
|
export { KeyedService$instance as KeyedService } from './Microsoft.Extensions.DependencyInjection/internal/index.js';
|
|
41
45
|
export type IServiceCollection = Internal.IServiceCollection;
|
|
42
|
-
export type IServiceProviderFactory<TContainerBuilder> = Internal.IServiceProviderFactory_1<TContainerBuilder>;
|
|
46
|
+
export type IServiceProviderFactory<TContainerBuilder extends unknown> = Internal.IServiceProviderFactory_1<TContainerBuilder>;
|
|
43
47
|
export type IServiceProviderIsKeyedService = Internal.IServiceProviderIsKeyedService;
|
|
44
48
|
export type IServiceProviderIsService = Internal.IServiceProviderIsService;
|
|
45
49
|
export type IServiceScope = Internal.IServiceScope;
|
|
@@ -81,10 +85,10 @@ declare const __unspecified: unique symbol;
|
|
|
81
85
|
export type __ = typeof __unspecified;
|
|
82
86
|
|
|
83
87
|
export type ObjectFactory<
|
|
84
|
-
T1 = __,
|
|
88
|
+
T1 extends unknown | __ = __,
|
|
85
89
|
> =
|
|
86
90
|
[T1] extends [__] ? ((() => void) | Internal.ObjectFactory) :
|
|
87
|
-
(((arg1: T1) => void) | Internal.ObjectFactory_1<T1>);
|
|
91
|
+
[T1] extends [unknown] ? (((arg1: T1) => void) | Internal.ObjectFactory_1<T1>) : never;
|
|
88
92
|
|
|
89
93
|
// Extension methods (C# using semantics)
|
|
90
94
|
export type { ExtensionMethods_Microsoft_Extensions_DependencyInjection as ExtensionMethods } from './__internal/extensions/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Diagnostics.HealthChecks, Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -41,7 +41,7 @@ export type IHealthCheckPublisher = IHealthCheckPublisher$instance;
|
|
|
41
41
|
export interface HealthCheckResult$instance {
|
|
42
42
|
readonly __tsonic_type_Microsoft_Extensions_Diagnostics_HealthChecks_HealthCheckResult: never;
|
|
43
43
|
|
|
44
|
-
readonly Data: IReadOnlyDictionary_2<System_Internal.String,
|
|
44
|
+
readonly Data: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
45
45
|
readonly Description: string | null;
|
|
46
46
|
readonly Exception: Exception | null;
|
|
47
47
|
readonly Status: HealthStatus;
|
|
@@ -49,10 +49,10 @@ export interface HealthCheckResult$instance {
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
export const HealthCheckResult: {
|
|
52
|
-
new(status: HealthStatus, description: string | null, exception: Exception | null, data: IReadOnlyDictionary_2<System_Internal.String,
|
|
53
|
-
Degraded(description?: string | null, exception?: Exception | null, data?: IReadOnlyDictionary_2<System_Internal.String,
|
|
54
|
-
Healthy(description?: string | null, data?: IReadOnlyDictionary_2<System_Internal.String,
|
|
55
|
-
Unhealthy(description?: string | null, exception?: Exception | null, data?: IReadOnlyDictionary_2<System_Internal.String,
|
|
52
|
+
new(status: HealthStatus, description: string | null, exception: Exception | null, data: IReadOnlyDictionary_2<System_Internal.String, unknown> | null): HealthCheckResult;
|
|
53
|
+
Degraded(description?: string | null, exception?: Exception | null, data?: IReadOnlyDictionary_2<System_Internal.String, unknown> | null): HealthCheckResult;
|
|
54
|
+
Healthy(description?: string | null, data?: IReadOnlyDictionary_2<System_Internal.String, unknown> | null): HealthCheckResult;
|
|
55
|
+
Unhealthy(description?: string | null, exception?: Exception | null, data?: IReadOnlyDictionary_2<System_Internal.String, unknown> | null): HealthCheckResult;
|
|
56
56
|
};
|
|
57
57
|
|
|
58
58
|
|
|
@@ -61,7 +61,7 @@ export type HealthCheckResult = HealthCheckResult$instance;
|
|
|
61
61
|
export interface HealthReportEntry$instance {
|
|
62
62
|
readonly __tsonic_type_Microsoft_Extensions_Diagnostics_HealthChecks_HealthReportEntry: never;
|
|
63
63
|
|
|
64
|
-
readonly Data: IReadOnlyDictionary_2<System_Internal.String,
|
|
64
|
+
readonly Data: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
65
65
|
readonly Description: string | null;
|
|
66
66
|
readonly Duration: TimeSpan;
|
|
67
67
|
readonly Exception: Exception | null;
|
|
@@ -71,8 +71,8 @@ export interface HealthReportEntry$instance {
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
export const HealthReportEntry: {
|
|
74
|
-
new(status: HealthStatus, description: string | null, duration: TimeSpan, exception: Exception | null, data: IReadOnlyDictionary_2<System_Internal.String,
|
|
75
|
-
new(status: HealthStatus, description: string | null, duration: TimeSpan, exception: Exception | null, data: IReadOnlyDictionary_2<System_Internal.String,
|
|
74
|
+
new(status: HealthStatus, description: string | null, duration: TimeSpan, exception: Exception | null, data: IReadOnlyDictionary_2<System_Internal.String, unknown> | null): HealthReportEntry;
|
|
75
|
+
new(status: HealthStatus, description: string | null, duration: TimeSpan, exception: Exception | null, data: IReadOnlyDictionary_2<System_Internal.String, unknown> | null, tags: IEnumerable_1<System_Internal.String> | null): HealthReportEntry;
|
|
76
76
|
};
|
|
77
77
|
|
|
78
78
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ICollection, IEnumerable, IReadOnlyDictionary, ISet } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { Boolean as ClrBoolean, Enum, Exception, Func, IComparable, IConvertible, IFormattable, Int32, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, ValueType } from '@tsonic/dotnet/System.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -36,8 +36,8 @@ export interface IMetricsListener$instance {
|
|
|
36
36
|
readonly Name: string;
|
|
37
37
|
GetMeasurementHandlers(): MeasurementHandlers;
|
|
38
38
|
Initialize(source: IObservableInstrumentsSource): void;
|
|
39
|
-
InstrumentPublished(instrument: Instrument, userState:
|
|
40
|
-
MeasurementsCompleted(instrument: Instrument, userState:
|
|
39
|
+
InstrumentPublished(instrument: Instrument, userState: unknown | null): boolean;
|
|
40
|
+
MeasurementsCompleted(instrument: Instrument, userState: unknown | null): void;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
|
|
@@ -134,7 +134,7 @@ export type MetricsBuilderConsoleExtensions = MetricsBuilderConsoleExtensions$in
|
|
|
134
134
|
|
|
135
135
|
export abstract class MetricsBuilderExtensions$instance {
|
|
136
136
|
static AddListener(builder: IMetricsBuilder, listener: IMetricsListener): IMetricsBuilder;
|
|
137
|
-
static AddListener<T extends IMetricsListener>(builder: IMetricsBuilder): IMetricsBuilder;
|
|
137
|
+
static AddListener<T extends (object | null) & IMetricsListener>(builder: IMetricsBuilder): IMetricsBuilder;
|
|
138
138
|
static ClearListeners(builder: IMetricsBuilder): IMetricsBuilder;
|
|
139
139
|
static DisableMetrics(builder: IMetricsBuilder, meterName: string | null, instrumentName?: string | null, listenerName?: string | null, scopes?: MeterScope): IMetricsBuilder;
|
|
140
140
|
static DisableMetrics(builder: IMetricsBuilder, meterName: string | null): IMetricsBuilder;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Diagnostics
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IConfiguration } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { String as ClrString } from '@tsonic/dotnet/System.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Diagnostics.Metrics/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IConfiguration } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IServiceCollection } from './Microsoft.Extensions.DependencyInjection/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Embedded, Microsoft.Extensions.FileProviders.Physical
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -191,7 +191,7 @@ export interface NullChangeToken$instance extends Microsoft_Extensions_Primitive
|
|
|
191
191
|
|
|
192
192
|
readonly ActiveChangeCallbacks: boolean;
|
|
193
193
|
readonly HasChanged: boolean;
|
|
194
|
-
RegisterChangeCallback(callback: Action_1<
|
|
194
|
+
RegisterChangeCallback(callback: Action_1<unknown | null>, state: unknown | null): IDisposable;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileProviders.Composite
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileProviders.Composite/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IDirectoryContents, IFileInfo, IFileProvider } from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
10
14
|
import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileProviders.Embedded
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileProviders.Embedded/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IFileInfo } from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
10
14
|
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileProviders.Physical
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileProviders.Internal/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ExclusionFilters } from './Microsoft.Extensions.FileProviders.Physical/internal/index.js';
|
|
10
14
|
import type { IDirectoryContents, IFileInfo } from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileProviders.Physical
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -114,7 +114,7 @@ export interface PollingFileChangeToken$instance {
|
|
|
114
114
|
|
|
115
115
|
ActiveChangeCallbacks: boolean;
|
|
116
116
|
readonly HasChanged: boolean;
|
|
117
|
-
RegisterChangeCallback(callback: Action_1<
|
|
117
|
+
RegisterChangeCallback(callback: Action_1<unknown | null>, state: unknown | null): IDisposable;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileProviders.Physical/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IDirectoryContents, IFileInfo } from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
10
14
|
import type { IChangeToken } from './Microsoft.Extensions.Primitives/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ExclusionFilters } from './Microsoft.Extensions.FileProviders.Physical/internal/index.js';
|
|
10
14
|
import type { IChangeToken } from './Microsoft.Extensions.Primitives/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -21,7 +21,7 @@ export interface FilePatternMatch$instance {
|
|
|
21
21
|
readonly Path: string;
|
|
22
22
|
readonly Stem: string;
|
|
23
23
|
Equals(other: FilePatternMatch): boolean;
|
|
24
|
-
Equals(obj:
|
|
24
|
+
Equals(obj: unknown | null): boolean;
|
|
25
25
|
GetHashCode(): int;
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { DirectoryInfo, FileInfo } from '@tsonic/dotnet/System.IO.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -42,7 +42,7 @@ export interface LiteralPathSegment$instance extends Microsoft_Extensions_FileSy
|
|
|
42
42
|
|
|
43
43
|
readonly CanProduceStem: boolean;
|
|
44
44
|
readonly Value: string;
|
|
45
|
-
Equals(obj:
|
|
45
|
+
Equals(obj: unknown | null): boolean;
|
|
46
46
|
GetHashCode(): int;
|
|
47
47
|
Match(value: string): boolean;
|
|
48
48
|
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IPathSegment } from './Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js';
|
|
10
14
|
import type { List } from '@tsonic/dotnet/System.Collections.Generic.js';
|
package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -14,7 +14,7 @@ import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal
|
|
|
14
14
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
import type { Action_2, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
|
-
export interface PatternContext_1$instance<TFrame extends NonNullable<
|
|
17
|
+
export interface PatternContext_1$instance<TFrame extends NonNullable<unknown>> {
|
|
18
18
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContext_1: never;
|
|
19
19
|
|
|
20
20
|
readonly __tsonic_iface_Microsoft_Extensions_FileSystemGlobbing_Internal_IPatternContext: never;
|
|
@@ -27,15 +27,15 @@ export interface PatternContext_1$instance<TFrame extends NonNullable<JsValue>>
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
export const PatternContext_1: (abstract new<TFrame extends NonNullable<
|
|
30
|
+
export const PatternContext_1: (abstract new<TFrame extends NonNullable<unknown>>() => PatternContext_1<TFrame>) & {
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
export interface __PatternContext_1$views<TFrame extends NonNullable<
|
|
34
|
+
export interface __PatternContext_1$views<TFrame extends NonNullable<unknown>> {
|
|
35
35
|
As_IPatternContext(): Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPatternContext$instance;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
export type PatternContext_1<TFrame
|
|
38
|
+
export type PatternContext_1<TFrame extends NonNullable<unknown>> = PatternContext_1$instance<TFrame> & __PatternContext_1$views<TFrame>;
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
export interface PatternContextLinear$instance extends PatternContext_1$instance<PatternContextLinear_FrameData> {
|
|
@@ -78,7 +78,7 @@ export const PatternContextLinear_FrameData: {
|
|
|
78
78
|
|
|
79
79
|
export type PatternContextLinear_FrameData = PatternContextLinear_FrameData$instance;
|
|
80
80
|
|
|
81
|
-
export interface PatternContextLinearExclude$instance extends PatternContextLinear$instance {
|
|
81
|
+
export interface PatternContextLinearExclude$instance extends PatternContextLinear$instance, Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPatternContext$instance {
|
|
82
82
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextLinearExclude: never;
|
|
83
83
|
|
|
84
84
|
readonly __tsonic_iface_Microsoft_Extensions_FileSystemGlobbing_Internal_IPatternContext: never;
|
|
@@ -100,7 +100,7 @@ export interface __PatternContextLinearExclude$views {
|
|
|
100
100
|
export type PatternContextLinearExclude = PatternContextLinearExclude$instance & __PatternContextLinearExclude$views;
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
export interface PatternContextLinearInclude$instance extends PatternContextLinear$instance {
|
|
103
|
+
export interface PatternContextLinearInclude$instance extends PatternContextLinear$instance, Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPatternContext$instance {
|
|
104
104
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextLinearInclude: never;
|
|
105
105
|
|
|
106
106
|
readonly __tsonic_iface_Microsoft_Extensions_FileSystemGlobbing_Internal_IPatternContext: never;
|
|
@@ -167,7 +167,7 @@ export const PatternContextRagged_FrameData: {
|
|
|
167
167
|
|
|
168
168
|
export type PatternContextRagged_FrameData = PatternContextRagged_FrameData$instance;
|
|
169
169
|
|
|
170
|
-
export interface PatternContextRaggedExclude$instance extends PatternContextRagged$instance {
|
|
170
|
+
export interface PatternContextRaggedExclude$instance extends PatternContextRagged$instance, Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPatternContext$instance {
|
|
171
171
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextRaggedExclude: never;
|
|
172
172
|
|
|
173
173
|
readonly __tsonic_iface_Microsoft_Extensions_FileSystemGlobbing_Internal_IPatternContext: never;
|
|
@@ -189,7 +189,7 @@ export interface __PatternContextRaggedExclude$views {
|
|
|
189
189
|
export type PatternContextRaggedExclude = PatternContextRaggedExclude$instance & __PatternContextRaggedExclude$views;
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
export interface PatternContextRaggedInclude$instance extends PatternContextRagged$instance {
|
|
192
|
+
export interface PatternContextRaggedInclude$instance extends PatternContextRagged$instance, Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPatternContext$instance {
|
|
193
193
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextRaggedInclude: never;
|
|
194
194
|
|
|
195
195
|
readonly __tsonic_iface_Microsoft_Extensions_FileSystemGlobbing_Internal_IPatternContext: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { DirectoryInfoBase, FileInfoBase, FileSystemInfoBase } from './Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.js';
|
|
10
14
|
import type { ILinearPattern, IPathSegment, IPatternContext, IRaggedPattern, PatternTestResult } from './Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IPattern } from './Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js';
|
|
10
14
|
import type { Object as ClrObject, String as ClrString, StringComparison } from '@tsonic/dotnet/System.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { DirectoryInfoBase, FileInfoBase } from './Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.js';
|
|
10
14
|
import type { PatternMatchingResult } from './Microsoft.Extensions.FileSystemGlobbing/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileSystemGlobbing/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { DirectoryInfoBase, FileInfoBase, FileSystemInfoBase } from './Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.js';
|
|
10
14
|
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
|