@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
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Options/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 { BinderOptions, IConfiguration } from './Microsoft.Extensions.Configuration/internal/index.js';
|
|
10
14
|
import type { IServiceCollection } from './Microsoft.Extensions.DependencyInjection/internal/index.js';
|
|
@@ -16,17 +20,17 @@ import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.
|
|
|
16
20
|
|
|
17
21
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
22
|
export { ConfigureOptions_1 as ConfigureOptions } from './Microsoft.Extensions.Options/internal/index.js';
|
|
19
|
-
export type IConfigureNamedOptions<TOptions> = Internal.IConfigureNamedOptions_1<TOptions>;
|
|
20
|
-
export type IConfigureOptions<TOptions> = Internal.IConfigureOptions_1<TOptions>;
|
|
21
|
-
export type IOptions<TOptions> = Internal.IOptions_1<TOptions>;
|
|
22
|
-
export type IOptionsChangeTokenSource<TOptions> = Internal.IOptionsChangeTokenSource_1<TOptions>;
|
|
23
|
-
export type IOptionsFactory<TOptions> = Internal.IOptionsFactory_1<TOptions>;
|
|
24
|
-
export type IOptionsMonitor<TOptions> = Internal.IOptionsMonitor_1<TOptions>;
|
|
25
|
-
export type IOptionsMonitorCache<TOptions> = Internal.IOptionsMonitorCache_1<TOptions>;
|
|
26
|
-
export type IOptionsSnapshot<TOptions> = Internal.IOptionsSnapshot_1<TOptions>;
|
|
27
|
-
export type IPostConfigureOptions<TOptions> = Internal.IPostConfigureOptions_1<TOptions>;
|
|
23
|
+
export type IConfigureNamedOptions<TOptions extends (object | null)> = Internal.IConfigureNamedOptions_1<TOptions>;
|
|
24
|
+
export type IConfigureOptions<TOptions extends (object | null)> = Internal.IConfigureOptions_1<TOptions>;
|
|
25
|
+
export type IOptions<TOptions extends (object | null)> = Internal.IOptions_1<TOptions>;
|
|
26
|
+
export type IOptionsChangeTokenSource<TOptions extends unknown> = Internal.IOptionsChangeTokenSource_1<TOptions>;
|
|
27
|
+
export type IOptionsFactory<TOptions extends (object | null)> = Internal.IOptionsFactory_1<TOptions>;
|
|
28
|
+
export type IOptionsMonitor<TOptions extends unknown> = Internal.IOptionsMonitor_1<TOptions>;
|
|
29
|
+
export type IOptionsMonitorCache<TOptions extends (object | null)> = Internal.IOptionsMonitorCache_1<TOptions>;
|
|
30
|
+
export type IOptionsSnapshot<TOptions extends (object | null)> = Internal.IOptionsSnapshot_1<TOptions>;
|
|
31
|
+
export type IPostConfigureOptions<TOptions extends (object | null)> = Internal.IPostConfigureOptions_1<TOptions>;
|
|
28
32
|
export type IStartupValidator = Internal.IStartupValidator;
|
|
29
|
-
export type IValidateOptions<TOptions> = Internal.IValidateOptions_1<TOptions>;
|
|
33
|
+
export type IValidateOptions<TOptions extends (object | null)> = Internal.IValidateOptions_1<TOptions>;
|
|
30
34
|
export { Options$instance as Options } from './Microsoft.Extensions.Options/internal/index.js';
|
|
31
35
|
export { OptionsBuilder_1 as OptionsBuilder } from './Microsoft.Extensions.Options/internal/index.js';
|
|
32
36
|
export { OptionsCache_1 as OptionsCache } from './Microsoft.Extensions.Options/internal/index.js';
|
|
@@ -53,49 +57,49 @@ declare const __unspecified: unique symbol;
|
|
|
53
57
|
export type __ = typeof __unspecified;
|
|
54
58
|
|
|
55
59
|
export type ConfigureNamedOptions<
|
|
56
|
-
T1 = __,
|
|
57
|
-
T2 = __,
|
|
58
|
-
T3 = __,
|
|
59
|
-
T4 = __,
|
|
60
|
-
T5 = __,
|
|
61
|
-
T6 = __,
|
|
60
|
+
T1 extends (object | null) | __ = __,
|
|
61
|
+
T2 extends (object | null) | __ = __,
|
|
62
|
+
T3 extends (object | null) | __ = __,
|
|
63
|
+
T4 extends (object | null) | __ = __,
|
|
64
|
+
T5 extends (object | null) | __ = __,
|
|
65
|
+
T6 extends (object | null) | __ = __,
|
|
62
66
|
> =
|
|
63
|
-
[T2] extends [__] ? Internal.ConfigureNamedOptions_1<T1> :
|
|
64
|
-
[T3] extends [__] ? Internal.ConfigureNamedOptions_2<T1, T2> :
|
|
65
|
-
[T4] extends [__] ? Internal.ConfigureNamedOptions_3<T1, T2, T3> :
|
|
66
|
-
[T5] extends [__] ? Internal.ConfigureNamedOptions_4<T1, T2, T3, T4> :
|
|
67
|
-
[T6] extends [__] ? Internal.ConfigureNamedOptions_5<T1, T2, T3, T4, T5> :
|
|
68
|
-
Internal.ConfigureNamedOptions_6<T1, T2, T3, T4, T5, T6
|
|
67
|
+
[T2] extends [__] ? [T1] extends [(object | null)] ? Internal.ConfigureNamedOptions_1<T1> : never :
|
|
68
|
+
[T3] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? Internal.ConfigureNamedOptions_2<T1, T2> : never : never :
|
|
69
|
+
[T4] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? Internal.ConfigureNamedOptions_3<T1, T2, T3> : never : never : never :
|
|
70
|
+
[T5] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? [T4] extends [(object | null)] ? Internal.ConfigureNamedOptions_4<T1, T2, T3, T4> : never : never : never : never :
|
|
71
|
+
[T6] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? [T4] extends [(object | null)] ? [T5] extends [(object | null)] ? Internal.ConfigureNamedOptions_5<T1, T2, T3, T4, T5> : never : never : never : never : never :
|
|
72
|
+
[T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? [T4] extends [(object | null)] ? [T5] extends [(object | null)] ? [T6] extends [(object | null)] ? Internal.ConfigureNamedOptions_6<T1, T2, T3, T4, T5, T6> : never : never : never : never : never : never;
|
|
69
73
|
|
|
70
74
|
export type PostConfigureOptions<
|
|
71
|
-
T1 = __,
|
|
72
|
-
T2 = __,
|
|
73
|
-
T3 = __,
|
|
74
|
-
T4 = __,
|
|
75
|
-
T5 = __,
|
|
76
|
-
T6 = __,
|
|
75
|
+
T1 extends (object | null) | __ = __,
|
|
76
|
+
T2 extends (object | null) | __ = __,
|
|
77
|
+
T3 extends (object | null) | __ = __,
|
|
78
|
+
T4 extends (object | null) | __ = __,
|
|
79
|
+
T5 extends (object | null) | __ = __,
|
|
80
|
+
T6 extends (object | null) | __ = __,
|
|
77
81
|
> =
|
|
78
|
-
[T2] extends [__] ? Internal.PostConfigureOptions_1<T1> :
|
|
79
|
-
[T3] extends [__] ? Internal.PostConfigureOptions_2<T1, T2> :
|
|
80
|
-
[T4] extends [__] ? Internal.PostConfigureOptions_3<T1, T2, T3> :
|
|
81
|
-
[T5] extends [__] ? Internal.PostConfigureOptions_4<T1, T2, T3, T4> :
|
|
82
|
-
[T6] extends [__] ? Internal.PostConfigureOptions_5<T1, T2, T3, T4, T5> :
|
|
83
|
-
Internal.PostConfigureOptions_6<T1, T2, T3, T4, T5, T6
|
|
82
|
+
[T2] extends [__] ? [T1] extends [(object | null)] ? Internal.PostConfigureOptions_1<T1> : never :
|
|
83
|
+
[T3] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? Internal.PostConfigureOptions_2<T1, T2> : never : never :
|
|
84
|
+
[T4] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? Internal.PostConfigureOptions_3<T1, T2, T3> : never : never : never :
|
|
85
|
+
[T5] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? [T4] extends [(object | null)] ? Internal.PostConfigureOptions_4<T1, T2, T3, T4> : never : never : never : never :
|
|
86
|
+
[T6] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? [T4] extends [(object | null)] ? [T5] extends [(object | null)] ? Internal.PostConfigureOptions_5<T1, T2, T3, T4, T5> : never : never : never : never : never :
|
|
87
|
+
[T1] extends [(object | null)] ? [T2] extends [(object | null)] ? [T3] extends [(object | null)] ? [T4] extends [(object | null)] ? [T5] extends [(object | null)] ? [T6] extends [(object | null)] ? Internal.PostConfigureOptions_6<T1, T2, T3, T4, T5, T6> : never : never : never : never : never : never;
|
|
84
88
|
|
|
85
89
|
export type ValidateOptions<
|
|
86
|
-
T1 = __,
|
|
87
|
-
T2 = __,
|
|
88
|
-
T3 = __,
|
|
89
|
-
T4 = __,
|
|
90
|
-
T5 = __,
|
|
91
|
-
T6 = __,
|
|
90
|
+
T1 extends (object | null) | __ = __,
|
|
91
|
+
T2 extends unknown | __ = __,
|
|
92
|
+
T3 extends unknown | __ = __,
|
|
93
|
+
T4 extends unknown | __ = __,
|
|
94
|
+
T5 extends unknown | __ = __,
|
|
95
|
+
T6 extends unknown | __ = __,
|
|
92
96
|
> =
|
|
93
|
-
[T2] extends [__] ? Internal.ValidateOptions_1<T1> :
|
|
94
|
-
[T3] extends [__] ? Internal.ValidateOptions_2<T1, T2> :
|
|
95
|
-
[T4] extends [__] ? Internal.ValidateOptions_3<T1, T2, T3> :
|
|
96
|
-
[T5] extends [__] ? Internal.ValidateOptions_4<T1, T2, T3, T4> :
|
|
97
|
-
[T6] extends [__] ? Internal.ValidateOptions_5<T1, T2, T3, T4, T5> :
|
|
98
|
-
Internal.ValidateOptions_6<T1, T2, T3, T4, T5, T6
|
|
97
|
+
[T2] extends [__] ? [T1] extends [(object | null)] ? Internal.ValidateOptions_1<T1> : never :
|
|
98
|
+
[T3] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [unknown] ? Internal.ValidateOptions_2<T1, T2> : never : never :
|
|
99
|
+
[T4] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [unknown] ? [T3] extends [unknown] ? Internal.ValidateOptions_3<T1, T2, T3> : never : never : never :
|
|
100
|
+
[T5] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [unknown] ? [T3] extends [unknown] ? [T4] extends [unknown] ? Internal.ValidateOptions_4<T1, T2, T3, T4> : never : never : never : never :
|
|
101
|
+
[T6] extends [__] ? [T1] extends [(object | null)] ? [T2] extends [unknown] ? [T3] extends [unknown] ? [T4] extends [unknown] ? [T5] extends [unknown] ? Internal.ValidateOptions_5<T1, T2, T3, T4, T5> : never : never : never : never : never :
|
|
102
|
+
[T1] extends [(object | null)] ? [T2] extends [unknown] ? [T3] extends [unknown] ? [T4] extends [unknown] ? [T5] extends [unknown] ? [T6] extends [unknown] ? Internal.ValidateOptions_6<T1, T2, T3, T4, T5, T6> : never : never : never : never : never : never;
|
|
99
103
|
|
|
100
104
|
// Extension methods (C# using semantics)
|
|
101
105
|
export type { ExtensionMethods_Microsoft_Extensions_Options as ExtensionMethods } from './__internal/extensions/index.js';
|
|
@@ -1842,6 +1842,26 @@
|
|
|
1842
1842
|
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
1843
1843
|
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1844
1844
|
"isExtensionMethod": false
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"stableId": "Microsoft.Extensions.Primitives:Microsoft.Extensions.Primitives.StringValues\u002BEnumerator::Reset():System.Void",
|
|
1848
|
+
"clrName": "Reset",
|
|
1849
|
+
"metadataToken": 0,
|
|
1850
|
+
"canonicalSignature": "():System.Void",
|
|
1851
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1852
|
+
"emitScope": "ClassSurface",
|
|
1853
|
+
"provenance": "Synthesized",
|
|
1854
|
+
"arity": 0,
|
|
1855
|
+
"parameterCount": 0,
|
|
1856
|
+
"isStatic": false,
|
|
1857
|
+
"isAbstract": false,
|
|
1858
|
+
"isVirtual": true,
|
|
1859
|
+
"isOverride": false,
|
|
1860
|
+
"isSealed": false,
|
|
1861
|
+
"visibility": "Public",
|
|
1862
|
+
"declaringClrType": "Microsoft.Extensions.Primitives.StringValues\u002BEnumerator",
|
|
1863
|
+
"declaringAssemblyName": "Microsoft.Extensions.Primitives",
|
|
1864
|
+
"isExtensionMethod": false
|
|
1845
1865
|
}
|
|
1846
1866
|
],
|
|
1847
1867
|
"properties": [
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Primitives
|
|
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 IChangeToken$instance {
|
|
|
21
21
|
|
|
22
22
|
readonly HasChanged: boolean;
|
|
23
23
|
readonly ActiveChangeCallbacks: boolean;
|
|
24
|
-
RegisterChangeCallback(callback: Action_1<
|
|
24
|
+
RegisterChangeCallback(callback: Action_1<unknown | null>, state: unknown | null): IDisposable;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
|
|
@@ -61,7 +61,7 @@ export interface StringSegment$instance {
|
|
|
61
61
|
AsSpan(start: int): ReadOnlySpan_1<System_Internal.Char>;
|
|
62
62
|
AsSpan(start: int, length: int): ReadOnlySpan_1<System_Internal.Char>;
|
|
63
63
|
EndsWith(text: string, comparisonType: StringComparison): boolean;
|
|
64
|
-
Equals(obj:
|
|
64
|
+
Equals(obj: unknown | null): boolean;
|
|
65
65
|
Equals(other: StringSegment): boolean;
|
|
66
66
|
Equals(other: StringSegment, comparisonType: StringComparison): boolean;
|
|
67
67
|
Equals(text: string | null): boolean;
|
|
@@ -153,7 +153,7 @@ export interface StringValues$instance {
|
|
|
153
153
|
Equals(other: StringValues): boolean;
|
|
154
154
|
Equals(other: string | null): boolean;
|
|
155
155
|
Equals(other: (string | null)[] | null): boolean;
|
|
156
|
-
Equals(obj:
|
|
156
|
+
Equals(obj: unknown | null): boolean;
|
|
157
157
|
GetEnumerator(): StringValues_Enumerator;
|
|
158
158
|
GetHashCode(): int;
|
|
159
159
|
ToArray(): (string | null)[];
|
|
@@ -189,6 +189,7 @@ export interface StringValues_Enumerator$instance {
|
|
|
189
189
|
readonly Current: string | null;
|
|
190
190
|
Dispose(): void;
|
|
191
191
|
MoveNext(): boolean;
|
|
192
|
+
Reset(): void;
|
|
192
193
|
}
|
|
193
194
|
|
|
194
195
|
|
|
@@ -206,7 +207,7 @@ export interface CancellationChangeToken$instance {
|
|
|
206
207
|
|
|
207
208
|
ActiveChangeCallbacks: boolean;
|
|
208
209
|
readonly HasChanged: boolean;
|
|
209
|
-
RegisterChangeCallback(callback: Action_1<
|
|
210
|
+
RegisterChangeCallback(callback: Action_1<unknown | null>, state: unknown | null): IDisposable;
|
|
210
211
|
}
|
|
211
212
|
|
|
212
213
|
|
|
@@ -230,7 +231,7 @@ export interface CompositeChangeToken$instance extends IChangeToken$instance {
|
|
|
230
231
|
readonly ActiveChangeCallbacks: boolean;
|
|
231
232
|
readonly ChangeTokens: IReadOnlyList_1<IChangeToken>;
|
|
232
233
|
readonly HasChanged: boolean;
|
|
233
|
-
RegisterChangeCallback(callback: Action_1<
|
|
234
|
+
RegisterChangeCallback(callback: Action_1<unknown | null>, state: unknown | null): IDisposable;
|
|
234
235
|
}
|
|
235
236
|
|
|
236
237
|
|
|
@@ -267,7 +268,7 @@ export const StringSegmentComparer: {
|
|
|
267
268
|
export type StringSegmentComparer = StringSegmentComparer$instance;
|
|
268
269
|
|
|
269
270
|
export abstract class ChangeToken$instance {
|
|
270
|
-
static OnChange<TState>(changeTokenProducer: Func_1<IChangeToken | null>, changeTokenConsumer: Action_1<TState>, state: TState): IDisposable;
|
|
271
|
+
static OnChange<TState extends unknown>(changeTokenProducer: Func_1<IChangeToken | null>, changeTokenConsumer: Action_1<TState>, state: TState): IDisposable;
|
|
271
272
|
static OnChange(changeTokenProducer: Func_1<IChangeToken | null>, changeTokenConsumer: Action): IDisposable;
|
|
272
273
|
}
|
|
273
274
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Primitives/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, IComparer, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IEqualityComparer, IList, IReadOnlyCollection, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { IEnumerable, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Validation
|
|
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
|
|
@@ -18,7 +18,7 @@ import type { Action_1, Attribute, Boolean as ClrBoolean, Int32, Object as ClrOb
|
|
|
18
18
|
export interface IValidatableInfo$instance {
|
|
19
19
|
readonly __tsonic_iface_Microsoft_Extensions_Validation_IValidatableInfo: never;
|
|
20
20
|
|
|
21
|
-
ValidateAsync(value:
|
|
21
|
+
ValidateAsync(value: unknown | null, context: ValidateContext, cancellationToken: CancellationToken): Task;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
|
|
@@ -37,8 +37,8 @@ export type IValidatableInfoResolver = IValidatableInfoResolver$instance;
|
|
|
37
37
|
export interface ValidationErrorContext$instance {
|
|
38
38
|
readonly __tsonic_type_Microsoft_Extensions_Validation_ValidationErrorContext: never;
|
|
39
39
|
|
|
40
|
-
get Container():
|
|
41
|
-
set Container(value:
|
|
40
|
+
get Container(): unknown | null;
|
|
41
|
+
set Container(value: unknown | null);
|
|
42
42
|
Errors: IReadOnlyList_1<System_Internal.String>;
|
|
43
43
|
Name: string;
|
|
44
44
|
Path: string;
|
|
@@ -71,7 +71,7 @@ export interface ValidatableParameterInfo$instance extends IValidatableInfo$inst
|
|
|
71
71
|
readonly __tsonic_iface_Microsoft_Extensions_Validation_IValidatableInfo: never;
|
|
72
72
|
|
|
73
73
|
GetValidationAttributes(): ValidationAttribute[];
|
|
74
|
-
ValidateAsync(value:
|
|
74
|
+
ValidateAsync(value: unknown | null, context: ValidateContext, cancellationToken: CancellationToken): Task;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
|
|
@@ -92,7 +92,7 @@ export interface ValidatablePropertyInfo$instance extends IValidatableInfo$insta
|
|
|
92
92
|
readonly __tsonic_iface_Microsoft_Extensions_Validation_IValidatableInfo: never;
|
|
93
93
|
|
|
94
94
|
GetValidationAttributes(): ValidationAttribute[];
|
|
95
|
-
ValidateAsync(value:
|
|
95
|
+
ValidateAsync(value: unknown | null, context: ValidateContext, cancellationToken: CancellationToken): Task;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
|
|
@@ -126,7 +126,7 @@ export interface ValidatableTypeInfo$instance extends IValidatableInfo$instance
|
|
|
126
126
|
readonly __tsonic_iface_Microsoft_Extensions_Validation_IValidatableInfo: never;
|
|
127
127
|
|
|
128
128
|
GetValidationAttributes(): ValidationAttribute[];
|
|
129
|
-
ValidateAsync(value:
|
|
129
|
+
ValidateAsync(value: unknown | null, context: ValidateContext, cancellationToken: CancellationToken): Task;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.Validation/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 { Dictionary, IList, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { ValidationAttribute, ValidationContext } from '@tsonic/dotnet/System.ComponentModel.DataAnnotations.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.WebEncoders
|
|
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.WebEncoders
|
|
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.WebEncoders.Testing/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 { TextWriter } from '@tsonic/dotnet/System.IO.js';
|
|
10
14
|
import type { Boolean as ClrBoolean, Char, Int32, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.WebEncoders/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 { Object as ClrObject } from '@tsonic/dotnet/System.js';
|
|
10
14
|
import type { TextEncoderSettings } from '@tsonic/dotnet/System.Text.Encodings.Web.js';
|
package/README.md
CHANGED
|
@@ -70,6 +70,14 @@ declarations, extension buckets, and `bindings.json` compiler metadata:
|
|
|
70
70
|
The `bindings.json` files preserve CLR identity, overloads, receiver semantics,
|
|
71
71
|
extension methods, nullable/reference metadata, and generic constraints.
|
|
72
72
|
|
|
73
|
+
## Broad CLR values
|
|
74
|
+
|
|
75
|
+
Generated CLR object slots are represented with TypeScript `unknown`, not a
|
|
76
|
+
package-specific catch-all value. Dependency injection, configuration, logging,
|
|
77
|
+
and options APIs frequently expose broad CLR values; user code narrows those
|
|
78
|
+
values explicitly before member access. Value-type constraints are represented
|
|
79
|
+
with `NonNullable<unknown>`.
|
|
80
|
+
|
|
73
81
|
## Versioning
|
|
74
82
|
|
|
75
83
|
This repo is versioned by .NET major:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.FileVersionInfo, System.Diagnostics.Process, System.Diagnostics.TextWriterTraceListener, System.Diagnostics.TraceSource, System.Private.CoreLib
|
|
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
|
|
@@ -34,7 +34,7 @@ export enum OverflowAction {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
export type EntryWrittenEventHandler = (sender:
|
|
37
|
+
export type EntryWrittenEventHandler = (sender: unknown, e: EntryWrittenEventArgs) => void;
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
export interface EntryWrittenEventArgs$instance extends EventArgs {
|
|
@@ -98,8 +98,8 @@ export interface EventLog$instance extends Component {
|
|
|
98
98
|
WriteEntry(message: string, type: EventLogEntryType, eventID: int): void;
|
|
99
99
|
WriteEntry(message: string, type: EventLogEntryType, eventID: int, category: short): void;
|
|
100
100
|
WriteEntry(message: string, type: EventLogEntryType, eventID: int, category: short, rawData: byte[]): void;
|
|
101
|
-
WriteEvent(instance: EventInstance, data: byte[], ...values:
|
|
102
|
-
WriteEvent(instance: EventInstance, ...values:
|
|
101
|
+
WriteEvent(instance: EventInstance, data: byte[], ...values: unknown[]): void;
|
|
102
|
+
WriteEvent(instance: EventInstance, ...values: unknown[]): void;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
|
|
@@ -127,8 +127,8 @@ export const EventLog: {
|
|
|
127
127
|
WriteEntry(source: string, message: string, type: EventLogEntryType, eventID: int): void;
|
|
128
128
|
WriteEntry(source: string, message: string, type: EventLogEntryType): void;
|
|
129
129
|
WriteEntry(source: string, message: string): void;
|
|
130
|
-
WriteEvent(source: string, instance: EventInstance, data: byte[], ...values:
|
|
131
|
-
WriteEvent(source: string, instance: EventInstance, ...values:
|
|
130
|
+
WriteEvent(source: string, instance: EventInstance, data: byte[], ...values: unknown[]): void;
|
|
131
|
+
WriteEvent(source: string, instance: EventInstance, ...values: unknown[]): void;
|
|
132
132
|
};
|
|
133
133
|
|
|
134
134
|
|
|
@@ -192,10 +192,10 @@ export interface EventLogTraceListener$instance extends TraceListener {
|
|
|
192
192
|
Name: string;
|
|
193
193
|
Close(): void;
|
|
194
194
|
Dispose(disposing: boolean): void;
|
|
195
|
-
TraceData(eventCache: TraceEventCache, source: string, severity: TraceEventType, id: int, data:
|
|
196
|
-
TraceData(eventCache: TraceEventCache, source: string, severity: TraceEventType, id: int, ...data:
|
|
195
|
+
TraceData(eventCache: TraceEventCache, source: string, severity: TraceEventType, id: int, data: unknown): void;
|
|
196
|
+
TraceData(eventCache: TraceEventCache, source: string, severity: TraceEventType, id: int, ...data: unknown[]): void;
|
|
197
197
|
TraceEvent(eventCache: TraceEventCache, source: string, severity: TraceEventType, id: int, message: string): void;
|
|
198
|
-
TraceEvent(eventCache: TraceEventCache, source: string, severity: TraceEventType, id: int, format: string, ...args:
|
|
198
|
+
TraceEvent(eventCache: TraceEventCache, source: string, severity: TraceEventType, id: int, format: string, ...args: unknown[]): void;
|
|
199
199
|
Write(message: string): void;
|
|
200
200
|
WriteLine(message: string): void;
|
|
201
201
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Diagnostics.EventLog
|
|
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
|
|
@@ -398,8 +398,8 @@ export interface EventLogRecord$instance extends EventRecord {
|
|
|
398
398
|
Dispose(disposing: boolean): void;
|
|
399
399
|
Dispose(): void;
|
|
400
400
|
FormatDescription(): string;
|
|
401
|
-
FormatDescription(values: IEnumerable_1<
|
|
402
|
-
GetPropertyValues(propertySelector: EventLogPropertySelector): IList_1<
|
|
401
|
+
FormatDescription(values: IEnumerable_1<unknown>): string;
|
|
402
|
+
GetPropertyValues(propertySelector: EventLogPropertySelector): IList_1<unknown>;
|
|
403
403
|
ToXml(): string;
|
|
404
404
|
}
|
|
405
405
|
|
|
@@ -514,7 +514,7 @@ export type EventOpcode = EventOpcode$instance;
|
|
|
514
514
|
export interface EventProperty$instance {
|
|
515
515
|
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventProperty: never;
|
|
516
516
|
|
|
517
|
-
readonly Value:
|
|
517
|
+
readonly Value: unknown;
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
|
|
@@ -556,7 +556,7 @@ export interface EventRecord$instance {
|
|
|
556
556
|
Dispose(): void;
|
|
557
557
|
Dispose(disposing: boolean): void;
|
|
558
558
|
FormatDescription(): string;
|
|
559
|
-
FormatDescription(values: IEnumerable_1<
|
|
559
|
+
FormatDescription(values: IEnumerable_1<unknown>): string;
|
|
560
560
|
ToXml(): string;
|
|
561
561
|
}
|
|
562
562
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Diagnostics.Eventing.Reader/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, IList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { CultureInfo } from '@tsonic/dotnet/System.Globalization.js';
|
package/System.Diagnostics.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Diagnostics/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, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
|
|
10
14
|
import type { Component, IComponent, ISupportInitialize, ISynchronizeInvoke } from '@tsonic/dotnet/System.ComponentModel.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Extensions.Http, System.Net.Http
|
|
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
|
package/System.Net.Http.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Net.Http/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 { Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
10
14
|
import type { HttpClient, HttpMessageHandler } from '@tsonic/dotnet/System.Net.Http.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Private.CoreLib, System.Security.Cryptography, System.Security.Cryptography.Pkcs
|
|
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 interface CryptographicAttributeObjectCollection$instance {
|
|
|
37
37
|
|
|
38
38
|
readonly Count: int;
|
|
39
39
|
readonly IsSynchronized: boolean;
|
|
40
|
-
readonly SyncRoot:
|
|
40
|
+
readonly SyncRoot: unknown;
|
|
41
41
|
Add(asnEncodedData: AsnEncodedData): int;
|
|
42
42
|
Add(attribute: CryptographicAttributeObject): int;
|
|
43
43
|
CopyTo(array: CryptographicAttributeObject[], index: int): void;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Security.Cryptography.Pkcs
|
|
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
|
|
@@ -102,7 +102,7 @@ export interface CmsRecipientCollection$instance {
|
|
|
102
102
|
|
|
103
103
|
readonly Count: int;
|
|
104
104
|
readonly IsSynchronized: boolean;
|
|
105
|
-
readonly SyncRoot:
|
|
105
|
+
readonly SyncRoot: unknown;
|
|
106
106
|
Add(recipient: CmsRecipient): int;
|
|
107
107
|
CopyTo(array: ClrArray, index: int): void;
|
|
108
108
|
CopyTo(array: CmsRecipient[], index: int): void;
|
|
@@ -597,7 +597,7 @@ export interface RecipientInfoCollection$instance {
|
|
|
597
597
|
|
|
598
598
|
readonly Count: int;
|
|
599
599
|
readonly IsSynchronized: boolean;
|
|
600
|
-
readonly SyncRoot:
|
|
600
|
+
readonly SyncRoot: unknown;
|
|
601
601
|
CopyTo(array: ClrArray, index: int): void;
|
|
602
602
|
CopyTo(array: RecipientInfo[], index: int): void;
|
|
603
603
|
GetEnumerator(): RecipientInfoEnumerator;
|
|
@@ -776,7 +776,7 @@ export interface SignerInfoCollection$instance {
|
|
|
776
776
|
|
|
777
777
|
readonly Count: int;
|
|
778
778
|
readonly IsSynchronized: boolean;
|
|
779
|
-
readonly SyncRoot:
|
|
779
|
+
readonly SyncRoot: unknown;
|
|
780
780
|
CopyTo(array: ClrArray, index: int): void;
|
|
781
781
|
CopyTo(array: SignerInfo[], index: int): void;
|
|
782
782
|
GetEnumerator(): SignerInfoEnumerator;
|
|
@@ -810,7 +810,7 @@ export interface SubjectIdentifier$instance {
|
|
|
810
810
|
readonly __tsonic_type_System_Security_Cryptography_Pkcs_SubjectIdentifier: never;
|
|
811
811
|
|
|
812
812
|
readonly Type: SubjectIdentifierType;
|
|
813
|
-
readonly Value:
|
|
813
|
+
readonly Value: unknown | null;
|
|
814
814
|
MatchesCertificate(certificate: X509Certificate2): boolean;
|
|
815
815
|
}
|
|
816
816
|
|
|
@@ -825,7 +825,7 @@ export interface SubjectIdentifierOrKey$instance {
|
|
|
825
825
|
readonly __tsonic_type_System_Security_Cryptography_Pkcs_SubjectIdentifierOrKey: never;
|
|
826
826
|
|
|
827
827
|
readonly Type: SubjectIdentifierOrKeyType;
|
|
828
|
-
readonly Value:
|
|
828
|
+
readonly Value: unknown;
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Security.Cryptography.Pkcs/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 { CryptographicAttributeObject, CryptographicAttributeObjectCollection } from './System.Security.Cryptography/internal/index.js';
|
|
10
14
|
import type { IEnumerable as IEnumerable__System_Collections_Generic } from '@tsonic/dotnet/System.Collections.Generic.js';
|