@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.Caching.Abstractions, Microsoft.Extensions.Caching.Memory
|
|
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.Caching.Distributed/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 { MemoryDistributedCacheOptions } from './Microsoft.Extensions.Caching.Memory/internal/index.js';
|
|
10
14
|
import type { ILoggerFactory } from './Microsoft.Extensions.Logging/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Caching.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
|
|
@@ -28,7 +28,7 @@ export enum HybridCacheEntryFlags {
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
export interface IHybridCacheSerializer_1$instance<T> {
|
|
31
|
+
export interface IHybridCacheSerializer_1$instance<T extends unknown> {
|
|
32
32
|
readonly __tsonic_iface_Microsoft_Extensions_Caching_Hybrid_IHybridCacheSerializer_1: never;
|
|
33
33
|
|
|
34
34
|
Deserialize(source: ReadOnlySequence_1<System_Internal.Byte>): T;
|
|
@@ -36,12 +36,12 @@ export interface IHybridCacheSerializer_1$instance<T> {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
export type IHybridCacheSerializer_1<T> = IHybridCacheSerializer_1$instance<T>;
|
|
39
|
+
export type IHybridCacheSerializer_1<T extends unknown> = IHybridCacheSerializer_1$instance<T>;
|
|
40
40
|
|
|
41
41
|
export interface IHybridCacheSerializerFactory$instance {
|
|
42
42
|
readonly __tsonic_iface_Microsoft_Extensions_Caching_Hybrid_IHybridCacheSerializerFactory: never;
|
|
43
43
|
|
|
44
|
-
TryCreateSerializer<T>(serializer: IHybridCacheSerializer_1<T> | null): boolean;
|
|
44
|
+
TryCreateSerializer<T extends unknown>(serializer: IHybridCacheSerializer_1<T> | null): boolean;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -50,17 +50,17 @@ export type IHybridCacheSerializerFactory = IHybridCacheSerializerFactory$instan
|
|
|
50
50
|
export interface HybridCache$instance {
|
|
51
51
|
readonly __tsonic_type_Microsoft_Extensions_Caching_Hybrid_HybridCache: never;
|
|
52
52
|
|
|
53
|
-
GetOrCreateAsync<TState, T>(key: string, state: TState, factory: Func_3<TState, CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
54
|
-
GetOrCreateAsync<T>(key: string, factory: Func_2<CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
55
|
-
GetOrCreateAsync<T>(key: ReadOnlySpan_1<System_Internal.Char>, factory: Func_2<CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
56
|
-
GetOrCreateAsync<TState, T>(key: ReadOnlySpan_1<System_Internal.Char>, state: TState, factory: Func_3<TState, CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
57
|
-
GetOrCreateAsync<T>(key: DefaultInterpolatedStringHandler, factory: Func_2<CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
58
|
-
GetOrCreateAsync<TState, T>(key: DefaultInterpolatedStringHandler, state: TState, factory: Func_3<TState, CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
53
|
+
GetOrCreateAsync<TState extends unknown, T extends unknown>(key: string, state: TState, factory: Func_3<TState, CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
54
|
+
GetOrCreateAsync<T extends unknown>(key: string, factory: Func_2<CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
55
|
+
GetOrCreateAsync<T extends unknown>(key: ReadOnlySpan_1<System_Internal.Char>, factory: Func_2<CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
56
|
+
GetOrCreateAsync<TState extends unknown, T extends unknown>(key: ReadOnlySpan_1<System_Internal.Char>, state: TState, factory: Func_3<TState, CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
57
|
+
GetOrCreateAsync<T extends unknown>(key: DefaultInterpolatedStringHandler, factory: Func_2<CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
58
|
+
GetOrCreateAsync<TState extends unknown, T extends unknown>(key: DefaultInterpolatedStringHandler, state: TState, factory: Func_3<TState, CancellationToken, ValueTask_1<T>>, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
59
59
|
RemoveAsync(key: string, cancellationToken?: CancellationToken): ValueTask;
|
|
60
60
|
RemoveAsync(keys: IEnumerable_1<System_Internal.String>, cancellationToken?: CancellationToken): ValueTask;
|
|
61
61
|
RemoveByTagAsync(tags: IEnumerable_1<System_Internal.String>, cancellationToken?: CancellationToken): ValueTask;
|
|
62
62
|
RemoveByTagAsync(tag: string, cancellationToken?: CancellationToken): ValueTask;
|
|
63
|
-
SetAsync<T>(key: string, value: T, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask;
|
|
63
|
+
SetAsync<T extends unknown>(key: string, value: T, options?: HybridCacheEntryOptions | null, tags?: IEnumerable_1<System_Internal.String> | null, cancellationToken?: CancellationToken): ValueTask;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Caching.Hybrid/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 { IBufferWriter, ReadOnlySequence } from '@tsonic/dotnet/System.Buffers.js';
|
|
10
14
|
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
@@ -17,5 +21,5 @@ import type { ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
|
17
21
|
export { HybridCache as HybridCache } from './Microsoft.Extensions.Caching.Hybrid/internal/index.js';
|
|
18
22
|
export { HybridCacheEntryFlags as HybridCacheEntryFlags } from './Microsoft.Extensions.Caching.Hybrid/internal/index.js';
|
|
19
23
|
export { HybridCacheEntryOptions as HybridCacheEntryOptions } from './Microsoft.Extensions.Caching.Hybrid/internal/index.js';
|
|
20
|
-
export type IHybridCacheSerializer<T> = Internal.IHybridCacheSerializer_1<T>;
|
|
24
|
+
export type IHybridCacheSerializer<T extends unknown> = Internal.IHybridCacheSerializer_1<T>;
|
|
21
25
|
export type IHybridCacheSerializerFactory = Internal.IHybridCacheSerializerFactory;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory
|
|
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
|
|
@@ -37,15 +37,15 @@ export enum EvictionReason {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
export type PostEvictionDelegate = (key:
|
|
40
|
+
export type PostEvictionDelegate = (key: unknown, value: unknown | null, reason: EvictionReason, state: unknown | null) => void;
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
export interface ICacheEntry$instance extends IDisposable {
|
|
44
44
|
readonly __tsonic_iface_Microsoft_Extensions_Caching_Memory_ICacheEntry: never;
|
|
45
45
|
|
|
46
|
-
readonly Key:
|
|
47
|
-
get Value():
|
|
48
|
-
set Value(value:
|
|
46
|
+
readonly Key: unknown;
|
|
47
|
+
get Value(): unknown | null;
|
|
48
|
+
set Value(value: unknown | null);
|
|
49
49
|
get AbsoluteExpiration(): Nullable_1<DateTimeOffset>;
|
|
50
50
|
set AbsoluteExpiration(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
51
51
|
get AbsoluteExpirationRelativeToNow(): Nullable_1<TimeSpan>;
|
|
@@ -67,10 +67,10 @@ export type ICacheEntry = ICacheEntry$instance;
|
|
|
67
67
|
export interface IMemoryCache$instance extends IDisposable {
|
|
68
68
|
readonly __tsonic_iface_Microsoft_Extensions_Caching_Memory_IMemoryCache: never;
|
|
69
69
|
|
|
70
|
-
CreateEntry(key:
|
|
70
|
+
CreateEntry(key: unknown): ICacheEntry;
|
|
71
71
|
GetCurrentStatistics(): MemoryCacheStatistics | null;
|
|
72
|
-
Remove(key:
|
|
73
|
-
TryGetValue(key:
|
|
72
|
+
Remove(key: unknown): void;
|
|
73
|
+
TryGetValue(key: unknown, value: unknown | null): boolean;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
|
|
@@ -85,18 +85,18 @@ export interface MemoryCache$instance {
|
|
|
85
85
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
86
86
|
|
|
87
87
|
readonly Count: int;
|
|
88
|
-
readonly Keys: IEnumerable_1<
|
|
88
|
+
readonly Keys: IEnumerable_1<unknown>;
|
|
89
89
|
Clear(): void;
|
|
90
90
|
Compact(percentage: double): void;
|
|
91
|
-
CreateEntry(key:
|
|
91
|
+
CreateEntry(key: unknown): ICacheEntry;
|
|
92
92
|
Dispose(): void;
|
|
93
93
|
Dispose(disposing: boolean): void;
|
|
94
94
|
Finalize(): void;
|
|
95
95
|
GetCurrentStatistics(): MemoryCacheStatistics | null;
|
|
96
|
-
Remove(key:
|
|
97
|
-
TryGetValue(key:
|
|
98
|
-
TryGetValue(key: ReadOnlySpan_1<System_Internal.Char>, value:
|
|
99
|
-
TryGetValue<TItem>(key: ReadOnlySpan_1<System_Internal.Char>, value: TItem | null): boolean;
|
|
96
|
+
Remove(key: unknown): void;
|
|
97
|
+
TryGetValue(key: unknown, result: unknown | null): boolean;
|
|
98
|
+
TryGetValue(key: ReadOnlySpan_1<System_Internal.Char>, value: unknown | null): boolean;
|
|
99
|
+
TryGetValue<TItem extends unknown>(key: ReadOnlySpan_1<System_Internal.Char>, value: TItem | null): boolean;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
|
|
@@ -209,8 +209,8 @@ export interface PostEvictionCallbackRegistration$instance {
|
|
|
209
209
|
|
|
210
210
|
get EvictionCallback(): PostEvictionDelegate | null;
|
|
211
211
|
set EvictionCallback(value: PostEvictionDelegate | null);
|
|
212
|
-
get State():
|
|
213
|
-
set State(value:
|
|
212
|
+
get State(): unknown | null;
|
|
213
|
+
set State(value: unknown | null);
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
|
|
@@ -223,7 +223,7 @@ export type PostEvictionCallbackRegistration = PostEvictionCallbackRegistration$
|
|
|
223
223
|
|
|
224
224
|
export abstract class CacheEntryExtensions$instance {
|
|
225
225
|
static AddExpirationToken(entry: ICacheEntry, expirationToken: IChangeToken): ICacheEntry;
|
|
226
|
-
static RegisterPostEvictionCallback(entry: ICacheEntry, callback: PostEvictionDelegate, state:
|
|
226
|
+
static RegisterPostEvictionCallback(entry: ICacheEntry, callback: PostEvictionDelegate, state: unknown | null): ICacheEntry;
|
|
227
227
|
static RegisterPostEvictionCallback(entry: ICacheEntry, callback: PostEvictionDelegate): ICacheEntry;
|
|
228
228
|
static SetAbsoluteExpiration(entry: ICacheEntry, absolute: DateTimeOffset): ICacheEntry;
|
|
229
229
|
static SetAbsoluteExpiration(entry: ICacheEntry, relative: TimeSpan): ICacheEntry;
|
|
@@ -231,25 +231,25 @@ export abstract class CacheEntryExtensions$instance {
|
|
|
231
231
|
static SetPriority(entry: ICacheEntry, priority: CacheItemPriority): ICacheEntry;
|
|
232
232
|
static SetSize(entry: ICacheEntry, size: long): ICacheEntry;
|
|
233
233
|
static SetSlidingExpiration(entry: ICacheEntry, offset: TimeSpan): ICacheEntry;
|
|
234
|
-
static SetValue(entry: ICacheEntry, value:
|
|
234
|
+
static SetValue(entry: ICacheEntry, value: unknown | null): ICacheEntry;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
|
|
238
238
|
export type CacheEntryExtensions = CacheEntryExtensions$instance;
|
|
239
239
|
|
|
240
240
|
export abstract class CacheExtensions$instance {
|
|
241
|
-
static Get(cache: IMemoryCache, key:
|
|
242
|
-
static Get<TItem>(cache: IMemoryCache, key:
|
|
243
|
-
static GetOrCreate<TItem>(cache: IMemoryCache, key:
|
|
244
|
-
static GetOrCreate<TItem>(cache: IMemoryCache, key:
|
|
245
|
-
static GetOrCreateAsync<TItem>(cache: IMemoryCache, key:
|
|
246
|
-
static GetOrCreateAsync<TItem>(cache: IMemoryCache, key:
|
|
247
|
-
static Set<TItem>(cache: IMemoryCache, key:
|
|
248
|
-
static Set<TItem>(cache: IMemoryCache, key:
|
|
249
|
-
static Set<TItem>(cache: IMemoryCache, key:
|
|
250
|
-
static Set<TItem>(cache: IMemoryCache, key:
|
|
251
|
-
static Set<TItem>(cache: IMemoryCache, key:
|
|
252
|
-
static TryGetValue<TItem>(cache: IMemoryCache, key:
|
|
241
|
+
static Get(cache: IMemoryCache, key: unknown): unknown | null;
|
|
242
|
+
static Get<TItem extends unknown>(cache: IMemoryCache, key: unknown): TItem | null;
|
|
243
|
+
static GetOrCreate<TItem extends unknown>(cache: IMemoryCache, key: unknown, factory: Func_2<ICacheEntry, TItem>, createOptions: MemoryCacheEntryOptions | null): TItem | null;
|
|
244
|
+
static GetOrCreate<TItem extends unknown>(cache: IMemoryCache, key: unknown, factory: Func_2<ICacheEntry, TItem>): TItem | null;
|
|
245
|
+
static GetOrCreateAsync<TItem extends unknown>(cache: IMemoryCache, key: unknown, factory: Func_2<ICacheEntry, Task_1<TItem>>, createOptions: MemoryCacheEntryOptions | null): Task_1<TItem | null>;
|
|
246
|
+
static GetOrCreateAsync<TItem extends unknown>(cache: IMemoryCache, key: unknown, factory: Func_2<ICacheEntry, Task_1<TItem>>): Task_1<TItem | null>;
|
|
247
|
+
static Set<TItem extends unknown>(cache: IMemoryCache, key: unknown, value: TItem, options: MemoryCacheEntryOptions | null): TItem;
|
|
248
|
+
static Set<TItem extends unknown>(cache: IMemoryCache, key: unknown, value: TItem, expirationToken: IChangeToken): TItem;
|
|
249
|
+
static Set<TItem extends unknown>(cache: IMemoryCache, key: unknown, value: TItem, absoluteExpiration: DateTimeOffset): TItem;
|
|
250
|
+
static Set<TItem extends unknown>(cache: IMemoryCache, key: unknown, value: TItem, absoluteExpirationRelativeToNow: TimeSpan): TItem;
|
|
251
|
+
static Set<TItem extends unknown>(cache: IMemoryCache, key: unknown, value: TItem): TItem;
|
|
252
|
+
static TryGetValue<TItem extends unknown>(cache: IMemoryCache, key: unknown, value: TItem | null): boolean;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
|
|
@@ -257,7 +257,7 @@ export type CacheExtensions = CacheExtensions$instance;
|
|
|
257
257
|
|
|
258
258
|
export abstract class MemoryCacheEntryExtensions$instance {
|
|
259
259
|
static AddExpirationToken(options: MemoryCacheEntryOptions, expirationToken: IChangeToken): MemoryCacheEntryOptions;
|
|
260
|
-
static RegisterPostEvictionCallback(options: MemoryCacheEntryOptions, callback: PostEvictionDelegate, state:
|
|
260
|
+
static RegisterPostEvictionCallback(options: MemoryCacheEntryOptions, callback: PostEvictionDelegate, state: unknown | null): MemoryCacheEntryOptions;
|
|
261
261
|
static RegisterPostEvictionCallback(options: MemoryCacheEntryOptions, callback: PostEvictionDelegate): MemoryCacheEntryOptions;
|
|
262
262
|
static SetAbsoluteExpiration(options: MemoryCacheEntryOptions, absolute: DateTimeOffset): MemoryCacheEntryOptions;
|
|
263
263
|
static SetAbsoluteExpiration(options: MemoryCacheEntryOptions, relative: TimeSpan): MemoryCacheEntryOptions;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Caching.Memory/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 { ISystemClock } from './Microsoft.Extensions.Internal/internal/index.js';
|
|
10
14
|
import type { ILoggerFactory } from './Microsoft.Extensions.Logging/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.KeyPerFile, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml
|
|
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
|
|
@@ -37,7 +37,7 @@ export type IConfiguration = IConfiguration$instance & { [key: string]: string |
|
|
|
37
37
|
export interface IConfigurationBuilder$instance {
|
|
38
38
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationBuilder: never;
|
|
39
39
|
|
|
40
|
-
readonly Properties: IDictionary_2<System_Internal.String,
|
|
40
|
+
readonly Properties: IDictionary_2<System_Internal.String, unknown>;
|
|
41
41
|
readonly Sources: IList_1<IConfigurationSource>;
|
|
42
42
|
Add(source: IConfigurationSource): IConfigurationBuilder;
|
|
43
43
|
Build(): IConfigurationRoot;
|
|
@@ -49,7 +49,7 @@ export type IConfigurationBuilder = IConfigurationBuilder$instance;
|
|
|
49
49
|
export interface IConfigurationManager$instance extends IConfiguration, IConfigurationBuilder {
|
|
50
50
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationManager: never;
|
|
51
51
|
|
|
52
|
-
readonly Properties: IDictionary_2<System_Internal.String,
|
|
52
|
+
readonly Properties: IDictionary_2<System_Internal.String, unknown>;
|
|
53
53
|
readonly Sources: IList_1<IConfigurationSource>;
|
|
54
54
|
Add(source: IConfigurationSource): IConfigurationBuilder;
|
|
55
55
|
Build(): IConfigurationRoot;
|
|
@@ -206,7 +206,7 @@ export interface ConfigurationBuilder$instance extends IConfigurationBuilder$ins
|
|
|
206
206
|
|
|
207
207
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationBuilder: never;
|
|
208
208
|
|
|
209
|
-
readonly Properties: IDictionary_2<System_Internal.String,
|
|
209
|
+
readonly Properties: IDictionary_2<System_Internal.String, unknown>;
|
|
210
210
|
readonly Sources: IList_1<IConfigurationSource>;
|
|
211
211
|
Add(source: IConfigurationSource): IConfigurationBuilder;
|
|
212
212
|
Build(): IConfigurationRoot;
|
|
@@ -256,7 +256,7 @@ export const ConfigurationKeyNameAttribute: {
|
|
|
256
256
|
|
|
257
257
|
export type ConfigurationKeyNameAttribute = ConfigurationKeyNameAttribute$instance;
|
|
258
258
|
|
|
259
|
-
export interface ConfigurationManager$instance extends System_Internal.IDisposable {
|
|
259
|
+
export interface ConfigurationManager$instance extends IConfigurationManager$instance, IConfigurationRoot$instance, System_Internal.IDisposable {
|
|
260
260
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_ConfigurationManager: never;
|
|
261
261
|
|
|
262
262
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfiguration: never;
|
|
@@ -319,7 +319,7 @@ export interface ConfigurationReloadToken$instance {
|
|
|
319
319
|
ActiveChangeCallbacks: boolean;
|
|
320
320
|
readonly HasChanged: boolean;
|
|
321
321
|
OnReload(): void;
|
|
322
|
-
RegisterChangeCallback(callback: Action_1<
|
|
322
|
+
RegisterChangeCallback(callback: Action_1<unknown | null>, state: unknown | null): IDisposable;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
|
|
@@ -335,7 +335,7 @@ export interface __ConfigurationReloadToken$views {
|
|
|
335
335
|
export type ConfigurationReloadToken = ConfigurationReloadToken$instance & __ConfigurationReloadToken$views;
|
|
336
336
|
|
|
337
337
|
|
|
338
|
-
export interface ConfigurationRoot$instance extends System_Internal.IDisposable {
|
|
338
|
+
export interface ConfigurationRoot$instance extends IConfigurationRoot$instance, System_Internal.IDisposable {
|
|
339
339
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_ConfigurationRoot: never;
|
|
340
340
|
|
|
341
341
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfiguration: never;
|
|
@@ -364,7 +364,7 @@ export interface __ConfigurationRoot$views {
|
|
|
364
364
|
export type ConfigurationRoot = ConfigurationRoot$instance & __ConfigurationRoot$views & { [key: string]: string | null; };
|
|
365
365
|
|
|
366
366
|
|
|
367
|
-
export interface ConfigurationSection$instance {
|
|
367
|
+
export interface ConfigurationSection$instance extends IConfigurationSection$instance {
|
|
368
368
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_ConfigurationSection: never;
|
|
369
369
|
|
|
370
370
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfiguration: never;
|
|
@@ -529,24 +529,24 @@ export abstract class CommandLineConfigurationExtensions$instance {
|
|
|
529
529
|
export type CommandLineConfigurationExtensions = CommandLineConfigurationExtensions$instance;
|
|
530
530
|
|
|
531
531
|
export abstract class ConfigurationBinder$instance {
|
|
532
|
-
static Bind(configuration: IConfiguration, instance:
|
|
533
|
-
static Bind(configuration: IConfiguration, instance:
|
|
534
|
-
static Bind(configuration: IConfiguration, key: string, instance:
|
|
535
|
-
static Get<T>(configuration: IConfiguration, configureOptions: Action_1<BinderOptions> | null): T | null;
|
|
536
|
-
static Get(configuration: IConfiguration, type: Type, configureOptions: Action_1<BinderOptions> | null):
|
|
537
|
-
static Get(configuration: IConfiguration, type: Type):
|
|
538
|
-
static Get<T>(configuration: IConfiguration): T | null;
|
|
539
|
-
static GetValue<T>(configuration: IConfiguration, key: string, defaultValue: T): T | null;
|
|
540
|
-
static GetValue<T>(configuration: IConfiguration, key: string): T | null;
|
|
541
|
-
static GetValue(configuration: IConfiguration, type: Type, key: string, defaultValue:
|
|
542
|
-
static GetValue(configuration: IConfiguration, type: Type, key: string):
|
|
532
|
+
static Bind(configuration: IConfiguration, instance: unknown | null, configureOptions: Action_1<BinderOptions> | null): void;
|
|
533
|
+
static Bind(configuration: IConfiguration, instance: unknown | null): void;
|
|
534
|
+
static Bind(configuration: IConfiguration, key: string, instance: unknown | null): void;
|
|
535
|
+
static Get<T extends unknown>(configuration: IConfiguration, configureOptions: Action_1<BinderOptions> | null): T | null;
|
|
536
|
+
static Get(configuration: IConfiguration, type: Type, configureOptions: Action_1<BinderOptions> | null): unknown | null;
|
|
537
|
+
static Get(configuration: IConfiguration, type: Type): unknown | null;
|
|
538
|
+
static Get<T extends unknown>(configuration: IConfiguration): T | null;
|
|
539
|
+
static GetValue<T extends unknown>(configuration: IConfiguration, key: string, defaultValue: T): T | null;
|
|
540
|
+
static GetValue<T extends unknown>(configuration: IConfiguration, key: string): T | null;
|
|
541
|
+
static GetValue(configuration: IConfiguration, type: Type, key: string, defaultValue: unknown | null): unknown | null;
|
|
542
|
+
static GetValue(configuration: IConfiguration, type: Type, key: string): unknown | null;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
|
|
546
546
|
export type ConfigurationBinder = ConfigurationBinder$instance;
|
|
547
547
|
|
|
548
548
|
export abstract class ConfigurationExtensions$instance {
|
|
549
|
-
static Add<TSource extends IConfigurationSource>(builder: IConfigurationBuilder, configureSource: Action_1<TSource> | null): IConfigurationBuilder;
|
|
549
|
+
static Add<TSource extends unknown & IConfigurationSource>(builder: IConfigurationBuilder, configureSource: Action_1<TSource> | null): IConfigurationBuilder;
|
|
550
550
|
static AsEnumerable(configuration: IConfiguration, makePathsRelative: boolean): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
551
551
|
static AsEnumerable(configuration: IConfiguration): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
552
552
|
static Exists(section: IConfigurationSection | null): boolean;
|
|
@@ -639,14 +639,14 @@ export abstract class MemoryConfigurationBuilderExtensions$instance {
|
|
|
639
639
|
export type MemoryConfigurationBuilderExtensions = MemoryConfigurationBuilderExtensions$instance;
|
|
640
640
|
|
|
641
641
|
export abstract class UserSecretsConfigurationExtensions$instance {
|
|
642
|
-
static AddUserSecrets<T>(configuration: IConfigurationBuilder, optional: boolean, reloadOnChange: boolean): IConfigurationBuilder;
|
|
643
|
-
static AddUserSecrets<T>(configuration: IConfigurationBuilder, optional: boolean): IConfigurationBuilder;
|
|
642
|
+
static AddUserSecrets<T extends (object | null)>(configuration: IConfigurationBuilder, optional: boolean, reloadOnChange: boolean): IConfigurationBuilder;
|
|
643
|
+
static AddUserSecrets<T extends (object | null)>(configuration: IConfigurationBuilder, optional: boolean): IConfigurationBuilder;
|
|
644
644
|
static AddUserSecrets(configuration: IConfigurationBuilder, assembly: Assembly, optional: boolean, reloadOnChange: boolean): IConfigurationBuilder;
|
|
645
645
|
static AddUserSecrets(configuration: IConfigurationBuilder, assembly: Assembly, optional: boolean): IConfigurationBuilder;
|
|
646
646
|
static AddUserSecrets(configuration: IConfigurationBuilder, assembly: Assembly): IConfigurationBuilder;
|
|
647
647
|
static AddUserSecrets(configuration: IConfigurationBuilder, userSecretsId: string, reloadOnChange: boolean): IConfigurationBuilder;
|
|
648
648
|
static AddUserSecrets(configuration: IConfigurationBuilder, userSecretsId: string): IConfigurationBuilder;
|
|
649
|
-
static AddUserSecrets<T>(configuration: IConfigurationBuilder): IConfigurationBuilder;
|
|
649
|
+
static AddUserSecrets<T extends (object | null)>(configuration: IConfigurationBuilder): IConfigurationBuilder;
|
|
650
650
|
}
|
|
651
651
|
|
|
652
652
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration.CommandLine
|
|
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 { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collect
|
|
|
14
14
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
|
-
export interface CommandLineConfigurationProvider$instance extends ConfigurationProvider {
|
|
17
|
+
export interface CommandLineConfigurationProvider$instance extends ConfigurationProvider, Microsoft_Extensions_Configuration_Internal.IConfigurationProvider$instance {
|
|
18
18
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_CommandLine_CommandLineConfigurationProvider: never;
|
|
19
19
|
|
|
20
20
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationProvider: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Configuration.CommandLine/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 { ConfigurationProvider, IConfigurationBuilder, IConfigurationProvider, IConfigurationSource } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IChangeToken } from './Microsoft.Extensions.Primitives/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration.EnvironmentVariables
|
|
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 { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collect
|
|
|
14
14
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
|
-
export interface EnvironmentVariablesConfigurationProvider$instance extends ConfigurationProvider {
|
|
17
|
+
export interface EnvironmentVariablesConfigurationProvider$instance extends ConfigurationProvider, Microsoft_Extensions_Configuration_Internal.IConfigurationProvider$instance {
|
|
18
18
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_EnvironmentVariables_EnvironmentVariablesConfigurationProvider: never;
|
|
19
19
|
|
|
20
20
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationProvider: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Configuration.EnvironmentVariables/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 { ConfigurationProvider, IConfigurationBuilder, IConfigurationProvider, IConfigurationSource } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IChangeToken } from './Microsoft.Extensions.Primitives/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration.Ini
|
|
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
|
|
@@ -39,7 +39,7 @@ export interface __IniConfigurationProvider$views {
|
|
|
39
39
|
export type IniConfigurationProvider = IniConfigurationProvider$instance & __IniConfigurationProvider$views;
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
export interface IniConfigurationSource$instance extends FileConfigurationSource {
|
|
42
|
+
export interface IniConfigurationSource$instance extends FileConfigurationSource, Microsoft_Extensions_Configuration_Internal.IConfigurationSource$instance {
|
|
43
43
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_Ini_IniConfigurationSource: never;
|
|
44
44
|
|
|
45
45
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationSource: never;
|
|
@@ -83,7 +83,7 @@ export interface __IniStreamConfigurationProvider$views {
|
|
|
83
83
|
export type IniStreamConfigurationProvider = IniStreamConfigurationProvider$instance & __IniStreamConfigurationProvider$views;
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
export interface IniStreamConfigurationSource$instance extends StreamConfigurationSource {
|
|
86
|
+
export interface IniStreamConfigurationSource$instance extends StreamConfigurationSource, Microsoft_Extensions_Configuration_Internal.IConfigurationSource$instance {
|
|
87
87
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_Ini_IniStreamConfigurationSource: never;
|
|
88
88
|
|
|
89
89
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationSource: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Configuration.Ini/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 { FileConfigurationProvider, FileConfigurationSource, FileLoadExceptionContext, IConfigurationBuilder, IConfigurationProvider, IConfigurationSource, StreamConfigurationProvider, StreamConfigurationSource } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IFileProvider } from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration.Json
|
|
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
|
|
@@ -39,7 +39,7 @@ export interface __JsonConfigurationProvider$views {
|
|
|
39
39
|
export type JsonConfigurationProvider = JsonConfigurationProvider$instance & __JsonConfigurationProvider$views;
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
export interface JsonConfigurationSource$instance extends FileConfigurationSource {
|
|
42
|
+
export interface JsonConfigurationSource$instance extends FileConfigurationSource, Microsoft_Extensions_Configuration_Internal.IConfigurationSource$instance {
|
|
43
43
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_Json_JsonConfigurationSource: never;
|
|
44
44
|
|
|
45
45
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationSource: never;
|
|
@@ -82,7 +82,7 @@ export interface __JsonStreamConfigurationProvider$views {
|
|
|
82
82
|
export type JsonStreamConfigurationProvider = JsonStreamConfigurationProvider$instance & __JsonStreamConfigurationProvider$views;
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
export interface JsonStreamConfigurationSource$instance extends StreamConfigurationSource {
|
|
85
|
+
export interface JsonStreamConfigurationSource$instance extends StreamConfigurationSource, Microsoft_Extensions_Configuration_Internal.IConfigurationSource$instance {
|
|
86
86
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_Json_JsonStreamConfigurationSource: never;
|
|
87
87
|
|
|
88
88
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationSource: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Configuration.Json/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 { FileConfigurationProvider, FileConfigurationSource, FileLoadExceptionContext, IConfigurationBuilder, IConfigurationProvider, IConfigurationSource, StreamConfigurationProvider, StreamConfigurationSource } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IFileProvider } from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration.KeyPerFile
|
|
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
|
|
@@ -15,7 +15,7 @@ import type { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collect
|
|
|
15
15
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
import type { Boolean as ClrBoolean, Func_2, IDisposable, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
|
|
18
|
-
export interface KeyPerFileConfigurationProvider$instance extends ConfigurationProvider, System_Internal.IDisposable {
|
|
18
|
+
export interface KeyPerFileConfigurationProvider$instance extends ConfigurationProvider, Microsoft_Extensions_Configuration_Internal.IConfigurationProvider$instance, System_Internal.IDisposable {
|
|
19
19
|
readonly __tsonic_type_Microsoft_Extensions_Configuration_KeyPerFile_KeyPerFileConfigurationProvider: never;
|
|
20
20
|
|
|
21
21
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationProvider: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Configuration.KeyPerFile/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 { ConfigurationProvider, IConfigurationBuilder, IConfigurationProvider, IConfigurationSource } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IFileProvider } from './Microsoft.Extensions.FileProviders/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration
|
|
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.Configuration.Memory/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 { ConfigurationProvider, IConfigurationBuilder, IConfigurationProvider, IConfigurationSource } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IChangeToken } from './Microsoft.Extensions.Primitives/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Configuration.UserSecrets
|
|
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.Configuration.UserSecrets/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 { Attribute, Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
10
14
|
|