@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: System.Security.Cryptography.Pkcs, System.Security.Cryptography.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
|
|
@@ -249,7 +249,7 @@ export interface EncryptedXml$instance {
|
|
|
249
249
|
get Resolver(): XmlResolver | null;
|
|
250
250
|
set Resolver(value: XmlResolver | null);
|
|
251
251
|
XmlDSigSearchDepth: int;
|
|
252
|
-
AddKeyNameMapping(keyName: string, keyObject:
|
|
252
|
+
AddKeyNameMapping(keyName: string, keyObject: unknown): void;
|
|
253
253
|
ClearKeyNameMappings(): void;
|
|
254
254
|
DecryptData(encryptedData: EncryptedData, symmetricAlgorithm: SymmetricAlgorithm): byte[];
|
|
255
255
|
DecryptDocument(): void;
|
|
@@ -346,7 +346,7 @@ export interface EncryptionPropertyCollection$instance {
|
|
|
346
346
|
readonly IsFixedSize: boolean;
|
|
347
347
|
readonly IsReadOnly: boolean;
|
|
348
348
|
readonly IsSynchronized: boolean;
|
|
349
|
-
readonly SyncRoot:
|
|
349
|
+
readonly SyncRoot: unknown;
|
|
350
350
|
Add(value: EncryptionProperty): int;
|
|
351
351
|
Clear(): void;
|
|
352
352
|
Contains(value: EncryptionProperty): boolean;
|
|
@@ -561,16 +561,16 @@ export interface ReferenceList$instance {
|
|
|
561
561
|
|
|
562
562
|
readonly Count: int;
|
|
563
563
|
readonly IsSynchronized: boolean;
|
|
564
|
-
readonly SyncRoot:
|
|
565
|
-
Add(value:
|
|
564
|
+
readonly SyncRoot: unknown;
|
|
565
|
+
Add(value: unknown | null): int;
|
|
566
566
|
Clear(): void;
|
|
567
|
-
Contains(value:
|
|
567
|
+
Contains(value: unknown | null): boolean;
|
|
568
568
|
CopyTo(array: ClrArray, index: int): void;
|
|
569
569
|
GetEnumerator(): IEnumerator;
|
|
570
|
-
IndexOf(value:
|
|
571
|
-
Insert(index: int, value:
|
|
570
|
+
IndexOf(value: unknown | null): int;
|
|
571
|
+
Insert(index: int, value: unknown | null): void;
|
|
572
572
|
Item(index: int): EncryptedReference | null;
|
|
573
|
-
Remove(value:
|
|
573
|
+
Remove(value: unknown | null): void;
|
|
574
574
|
RemoveAt(index: int): void;
|
|
575
575
|
}
|
|
576
576
|
|
|
@@ -641,7 +641,7 @@ export interface SignedInfo$instance {
|
|
|
641
641
|
set SignatureLength(value: string | null);
|
|
642
642
|
get SignatureMethod(): string | null;
|
|
643
643
|
set SignatureMethod(value: string | null);
|
|
644
|
-
readonly SyncRoot:
|
|
644
|
+
readonly SyncRoot: unknown;
|
|
645
645
|
AddReference(reference: Reference): void;
|
|
646
646
|
CopyTo(array: ClrArray, index: int): void;
|
|
647
647
|
GetEnumerator(): IEnumerator;
|
|
@@ -735,11 +735,11 @@ export interface Transform$instance {
|
|
|
735
735
|
readonly PropagatedNamespaces: Hashtable;
|
|
736
736
|
GetDigestedOutput(hash: HashAlgorithm): byte[];
|
|
737
737
|
GetInnerXml(): XmlNodeList | null;
|
|
738
|
-
GetOutput():
|
|
739
|
-
GetOutput(type: Type):
|
|
738
|
+
GetOutput(): unknown;
|
|
739
|
+
GetOutput(type: Type): unknown;
|
|
740
740
|
GetXml(): XmlElement;
|
|
741
741
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
742
|
-
LoadInput(obj:
|
|
742
|
+
LoadInput(obj: unknown): void;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
745
|
|
|
@@ -773,11 +773,11 @@ export interface XmlDecryptionTransform$instance extends Transform {
|
|
|
773
773
|
readonly OutputTypes: Type[];
|
|
774
774
|
AddExceptUri(uri: string): void;
|
|
775
775
|
GetInnerXml(): XmlNodeList | null;
|
|
776
|
-
GetOutput():
|
|
777
|
-
GetOutput(type: Type):
|
|
776
|
+
GetOutput(): unknown;
|
|
777
|
+
GetOutput(type: Type): unknown;
|
|
778
778
|
IsTargetElement(inputElement: XmlElement | null, idValue: string): boolean;
|
|
779
779
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
780
|
-
LoadInput(obj:
|
|
780
|
+
LoadInput(obj: unknown): void;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
|
|
@@ -794,10 +794,10 @@ export interface XmlDsigBase64Transform$instance extends Transform {
|
|
|
794
794
|
readonly InputTypes: Type[];
|
|
795
795
|
readonly OutputTypes: Type[];
|
|
796
796
|
GetInnerXml(): XmlNodeList | null;
|
|
797
|
-
GetOutput():
|
|
798
|
-
GetOutput(type: Type):
|
|
797
|
+
GetOutput(): unknown;
|
|
798
|
+
GetOutput(type: Type): unknown;
|
|
799
799
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
800
|
-
LoadInput(obj:
|
|
800
|
+
LoadInput(obj: unknown): void;
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
|
|
@@ -815,10 +815,10 @@ export interface XmlDsigC14NTransform$instance extends Transform {
|
|
|
815
815
|
readonly OutputTypes: Type[];
|
|
816
816
|
GetDigestedOutput(hash: HashAlgorithm): byte[];
|
|
817
817
|
GetInnerXml(): XmlNodeList | null;
|
|
818
|
-
GetOutput():
|
|
819
|
-
GetOutput(type: Type):
|
|
818
|
+
GetOutput(): unknown;
|
|
819
|
+
GetOutput(type: Type): unknown;
|
|
820
820
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
821
|
-
LoadInput(obj:
|
|
821
|
+
LoadInput(obj: unknown): void;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
|
|
@@ -849,10 +849,10 @@ export interface XmlDsigEnvelopedSignatureTransform$instance extends Transform {
|
|
|
849
849
|
readonly InputTypes: Type[];
|
|
850
850
|
readonly OutputTypes: Type[];
|
|
851
851
|
GetInnerXml(): XmlNodeList | null;
|
|
852
|
-
GetOutput():
|
|
853
|
-
GetOutput(type: Type):
|
|
852
|
+
GetOutput(): unknown;
|
|
853
|
+
GetOutput(type: Type): unknown;
|
|
854
854
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
855
|
-
LoadInput(obj:
|
|
855
|
+
LoadInput(obj: unknown): void;
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
|
|
@@ -873,10 +873,10 @@ export interface XmlDsigExcC14NTransform$instance extends Transform {
|
|
|
873
873
|
readonly OutputTypes: Type[];
|
|
874
874
|
GetDigestedOutput(hash: HashAlgorithm): byte[];
|
|
875
875
|
GetInnerXml(): XmlNodeList | null;
|
|
876
|
-
GetOutput():
|
|
877
|
-
GetOutput(type: Type):
|
|
876
|
+
GetOutput(): unknown;
|
|
877
|
+
GetOutput(type: Type): unknown;
|
|
878
878
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
879
|
-
LoadInput(obj:
|
|
879
|
+
LoadInput(obj: unknown): void;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
882
|
|
|
@@ -910,10 +910,10 @@ export interface XmlDsigXPathTransform$instance extends Transform {
|
|
|
910
910
|
readonly InputTypes: Type[];
|
|
911
911
|
readonly OutputTypes: Type[];
|
|
912
912
|
GetInnerXml(): XmlNodeList | null;
|
|
913
|
-
GetOutput():
|
|
914
|
-
GetOutput(type: Type):
|
|
913
|
+
GetOutput(): unknown;
|
|
914
|
+
GetOutput(type: Type): unknown;
|
|
915
915
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
916
|
-
LoadInput(obj:
|
|
916
|
+
LoadInput(obj: unknown): void;
|
|
917
917
|
}
|
|
918
918
|
|
|
919
919
|
|
|
@@ -930,10 +930,10 @@ export interface XmlDsigXsltTransform$instance extends Transform {
|
|
|
930
930
|
readonly InputTypes: Type[];
|
|
931
931
|
readonly OutputTypes: Type[];
|
|
932
932
|
GetInnerXml(): XmlNodeList | null;
|
|
933
|
-
GetOutput():
|
|
934
|
-
GetOutput(type: Type):
|
|
933
|
+
GetOutput(): unknown;
|
|
934
|
+
GetOutput(type: Type): unknown;
|
|
935
935
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
936
|
-
LoadInput(obj:
|
|
936
|
+
LoadInput(obj: unknown): void;
|
|
937
937
|
}
|
|
938
938
|
|
|
939
939
|
|
|
@@ -953,10 +953,10 @@ export interface XmlLicenseTransform$instance extends Transform {
|
|
|
953
953
|
readonly InputTypes: Type[];
|
|
954
954
|
readonly OutputTypes: Type[];
|
|
955
955
|
GetInnerXml(): XmlNodeList | null;
|
|
956
|
-
GetOutput():
|
|
957
|
-
GetOutput(type: Type):
|
|
956
|
+
GetOutput(): unknown;
|
|
957
|
+
GetOutput(type: Type): unknown;
|
|
958
958
|
LoadInnerXml(nodeList: XmlNodeList): void;
|
|
959
|
-
LoadInput(obj:
|
|
959
|
+
LoadInput(obj: unknown): void;
|
|
960
960
|
}
|
|
961
961
|
|
|
962
962
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Security.Cryptography.Xml/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 { ArrayList, Hashtable, ICollection, IEnumerable, IEnumerator, IList } from '@tsonic/dotnet/System.Collections.js';
|
|
10
14
|
import type { Collection } from '@tsonic/dotnet/System.Collections.ObjectModel.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Security.Cryptography/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 { Boolean as ClrBoolean, Int32, Object as ClrObject, Void } from '@tsonic/dotnet/System.js';
|