@tsonic/microsoft-extensions 10.0.1 → 10.0.2
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/bindings.json +75 -0
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +74 -1
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +1 -0
- package/Microsoft.Extensions.Caching.Memory/bindings.json +277 -0
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +7 -1
- package/Microsoft.Extensions.Configuration/bindings.json +616 -6
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +10 -4
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +57 -1
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +37 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +75 -0
- package/Microsoft.Extensions.Configuration.Json/bindings.json +74 -0
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Json.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +47 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +48 -0
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Memory.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +12 -0
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +114 -1
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +7 -2
- package/Microsoft.Extensions.Configuration.Xml.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +597 -0
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +47 -0
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +116 -1
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +1 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +91 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +1 -0
- package/Microsoft.Extensions.FileProviders/bindings.json +213 -0
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +6 -1
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +25 -0
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +25 -0
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -0
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +194 -4
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +15 -9
- package/Microsoft.Extensions.FileProviders.Physical.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +60 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +77 -3
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +3 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +41 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +82 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +447 -4
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +2 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +8 -0
- package/Microsoft.Extensions.Hosting/bindings.json +308 -1
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +7 -1
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +76 -0
- package/Microsoft.Extensions.Http/bindings.json +57 -1
- package/Microsoft.Extensions.Http/internal/index.d.ts +3 -1
- package/Microsoft.Extensions.Http.Logging/bindings.json +123 -2
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +15 -3
- package/Microsoft.Extensions.Http.Logging.d.ts +1 -1
- package/Microsoft.Extensions.Http.d.ts +1 -1
- package/Microsoft.Extensions.Internal/bindings.json +14 -0
- package/Microsoft.Extensions.Localization/bindings.json +303 -0
- package/Microsoft.Extensions.Localization/internal/index.d.ts +14 -4
- package/Microsoft.Extensions.Localization.d.ts +2 -1
- package/Microsoft.Extensions.Logging/bindings.json +399 -0
- package/Microsoft.Extensions.Logging/internal/index.d.ts +6 -1
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +126 -1
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +39 -0
- package/Microsoft.Extensions.Logging.Console/bindings.json +208 -3
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Logging.Debug/bindings.json +18 -0
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +35 -0
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +58 -1
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +7 -2
- package/Microsoft.Extensions.Logging.EventSource.d.ts +1 -1
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +19 -0
- package/Microsoft.Extensions.ObjectPool/bindings.json +184 -3
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +3 -0
- package/Microsoft.Extensions.Options/bindings.json +970 -10
- package/Microsoft.Extensions.Options/internal/index.d.ts +12 -6
- package/Microsoft.Extensions.Primitives/bindings.json +309 -4
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +2 -4
- package/Microsoft.Extensions.Validation/bindings.json +176 -3
- package/Microsoft.Extensions.Validation/internal/index.d.ts +22 -4
- package/Microsoft.Extensions.Validation.d.ts +1 -1
- package/Microsoft.Extensions.WebEncoders/bindings.json +6 -0
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +36 -0
- package/System.Diagnostics/bindings.json +280 -0
- package/System.Diagnostics/internal/index.d.ts +12 -2
- package/System.Diagnostics.Eventing.Reader/bindings.json +884 -1
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +56 -8
- package/System.Net.Http/bindings.json +12 -0
- package/System.Security.Cryptography/bindings.json +46 -0
- package/System.Security.Cryptography.Pkcs/bindings.json +673 -29
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +16 -14
- package/System.Security.Cryptography.Xml/bindings.json +983 -4
- package/System.Security.Cryptography.Xml/internal/index.d.ts +69 -11
- package/System.Security.Cryptography.Xml.d.ts +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
|
16
16
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
17
17
|
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Exception, Func, Int32, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
18
18
|
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
19
|
-
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
19
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
20
20
|
import type { AsymmetricAlgorithm, CipherMode, DSA, HashAlgorithm, KeyedHashAlgorithm, PaddingMode, RSA, SymmetricAlgorithm } from "@tsonic/dotnet/System.Security.Cryptography.js";
|
|
21
21
|
import type { X509Certificate, X509Certificate2, X509IncludeOption } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
|
|
22
22
|
import type { Evidence } from "@tsonic/dotnet/System.Security.Policy.js";
|
|
@@ -86,6 +86,7 @@ export const CryptoSignedXmlRecursionException: {
|
|
|
86
86
|
new(): CryptoSignedXmlRecursionException;
|
|
87
87
|
new(message: string): CryptoSignedXmlRecursionException;
|
|
88
88
|
new(message: string, inner: Exception): CryptoSignedXmlRecursionException;
|
|
89
|
+
new(info: SerializationInfo, context: StreamingContext): CryptoSignedXmlRecursionException;
|
|
89
90
|
};
|
|
90
91
|
|
|
91
92
|
|
|
@@ -181,6 +182,9 @@ export interface EncryptedReference$instance {
|
|
|
181
182
|
|
|
182
183
|
|
|
183
184
|
export const EncryptedReference: {
|
|
185
|
+
new(): EncryptedReference;
|
|
186
|
+
new(uri: string): EncryptedReference;
|
|
187
|
+
new(uri: string, transformChain: TransformChain): EncryptedReference;
|
|
184
188
|
};
|
|
185
189
|
|
|
186
190
|
|
|
@@ -206,6 +210,7 @@ export interface EncryptedType$instance {
|
|
|
206
210
|
|
|
207
211
|
|
|
208
212
|
export const EncryptedType: {
|
|
213
|
+
new(): EncryptedType;
|
|
209
214
|
};
|
|
210
215
|
|
|
211
216
|
|
|
@@ -356,6 +361,7 @@ export interface KeyInfoClause$instance {
|
|
|
356
361
|
|
|
357
362
|
|
|
358
363
|
export const KeyInfoClause: {
|
|
364
|
+
new(): KeyInfoClause;
|
|
359
365
|
};
|
|
360
366
|
|
|
361
367
|
|
|
@@ -580,7 +586,12 @@ export const SignedInfo: {
|
|
|
580
586
|
|
|
581
587
|
export type SignedInfo = SignedInfo$instance;
|
|
582
588
|
|
|
583
|
-
export
|
|
589
|
+
export abstract class SignedXml$protected {
|
|
590
|
+
protected GetPublicKey(): AsymmetricAlgorithm | undefined;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
export interface SignedXml$instance extends SignedXml$protected {
|
|
584
595
|
EncryptedXml: EncryptedXml;
|
|
585
596
|
KeyInfo: KeyInfo;
|
|
586
597
|
Resolver: XmlResolver;
|
|
@@ -643,7 +654,12 @@ export const SignedXml: {
|
|
|
643
654
|
|
|
644
655
|
export type SignedXml = SignedXml$instance;
|
|
645
656
|
|
|
646
|
-
export
|
|
657
|
+
export abstract class Transform$protected {
|
|
658
|
+
protected abstract GetInnerXml(): XmlNodeList | undefined;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
export interface Transform$instance extends Transform$protected {
|
|
647
663
|
Algorithm: string;
|
|
648
664
|
get Context(): XmlElement | undefined;
|
|
649
665
|
set Context(value: XmlElement);
|
|
@@ -660,6 +676,7 @@ export interface Transform$instance {
|
|
|
660
676
|
|
|
661
677
|
|
|
662
678
|
export const Transform: {
|
|
679
|
+
new(): Transform;
|
|
663
680
|
};
|
|
664
681
|
|
|
665
682
|
|
|
@@ -680,7 +697,13 @@ export const TransformChain: {
|
|
|
680
697
|
|
|
681
698
|
export type TransformChain = TransformChain$instance;
|
|
682
699
|
|
|
683
|
-
export
|
|
700
|
+
export abstract class XmlDecryptionTransform$protected {
|
|
701
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
702
|
+
protected IsTargetElement(inputElement: XmlElement, idValue: string): boolean;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
export interface XmlDecryptionTransform$instance extends XmlDecryptionTransform$protected, Transform {
|
|
684
707
|
EncryptedXml: EncryptedXml;
|
|
685
708
|
readonly InputTypes: Type[];
|
|
686
709
|
readonly OutputTypes: Type[];
|
|
@@ -699,7 +722,12 @@ export const XmlDecryptionTransform: {
|
|
|
699
722
|
|
|
700
723
|
export type XmlDecryptionTransform = XmlDecryptionTransform$instance;
|
|
701
724
|
|
|
702
|
-
export
|
|
725
|
+
export abstract class XmlDsigBase64Transform$protected {
|
|
726
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
export interface XmlDsigBase64Transform$instance extends XmlDsigBase64Transform$protected, Transform {
|
|
703
731
|
readonly InputTypes: Type[];
|
|
704
732
|
readonly OutputTypes: Type[];
|
|
705
733
|
GetOutput(): unknown;
|
|
@@ -716,7 +744,12 @@ export const XmlDsigBase64Transform: {
|
|
|
716
744
|
|
|
717
745
|
export type XmlDsigBase64Transform = XmlDsigBase64Transform$instance;
|
|
718
746
|
|
|
719
|
-
export
|
|
747
|
+
export abstract class XmlDsigC14NTransform$protected {
|
|
748
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
export interface XmlDsigC14NTransform$instance extends XmlDsigC14NTransform$protected, Transform {
|
|
720
753
|
readonly InputTypes: Type[];
|
|
721
754
|
readonly OutputTypes: Type[];
|
|
722
755
|
GetDigestedOutput(hash: HashAlgorithm): byte[];
|
|
@@ -746,7 +779,12 @@ export const XmlDsigC14NWithCommentsTransform: {
|
|
|
746
779
|
|
|
747
780
|
export type XmlDsigC14NWithCommentsTransform = XmlDsigC14NWithCommentsTransform$instance;
|
|
748
781
|
|
|
749
|
-
export
|
|
782
|
+
export abstract class XmlDsigEnvelopedSignatureTransform$protected {
|
|
783
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
export interface XmlDsigEnvelopedSignatureTransform$instance extends XmlDsigEnvelopedSignatureTransform$protected, Transform {
|
|
750
788
|
readonly InputTypes: Type[];
|
|
751
789
|
readonly OutputTypes: Type[];
|
|
752
790
|
GetOutput(): unknown;
|
|
@@ -764,7 +802,12 @@ export const XmlDsigEnvelopedSignatureTransform: {
|
|
|
764
802
|
|
|
765
803
|
export type XmlDsigEnvelopedSignatureTransform = XmlDsigEnvelopedSignatureTransform$instance;
|
|
766
804
|
|
|
767
|
-
export
|
|
805
|
+
export abstract class XmlDsigExcC14NTransform$protected {
|
|
806
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
export interface XmlDsigExcC14NTransform$instance extends XmlDsigExcC14NTransform$protected, Transform {
|
|
768
811
|
get InclusiveNamespacesPrefixList(): string | undefined;
|
|
769
812
|
set InclusiveNamespacesPrefixList(value: string);
|
|
770
813
|
readonly InputTypes: Type[];
|
|
@@ -799,7 +842,12 @@ export const XmlDsigExcC14NWithCommentsTransform: {
|
|
|
799
842
|
|
|
800
843
|
export type XmlDsigExcC14NWithCommentsTransform = XmlDsigExcC14NWithCommentsTransform$instance;
|
|
801
844
|
|
|
802
|
-
export
|
|
845
|
+
export abstract class XmlDsigXPathTransform$protected {
|
|
846
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
export interface XmlDsigXPathTransform$instance extends XmlDsigXPathTransform$protected, Transform {
|
|
803
851
|
readonly InputTypes: Type[];
|
|
804
852
|
readonly OutputTypes: Type[];
|
|
805
853
|
GetOutput(): unknown;
|
|
@@ -816,7 +864,12 @@ export const XmlDsigXPathTransform: {
|
|
|
816
864
|
|
|
817
865
|
export type XmlDsigXPathTransform = XmlDsigXPathTransform$instance;
|
|
818
866
|
|
|
819
|
-
export
|
|
867
|
+
export abstract class XmlDsigXsltTransform$protected {
|
|
868
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
export interface XmlDsigXsltTransform$instance extends XmlDsigXsltTransform$protected, Transform {
|
|
820
873
|
readonly InputTypes: Type[];
|
|
821
874
|
readonly OutputTypes: Type[];
|
|
822
875
|
GetOutput(): unknown;
|
|
@@ -834,7 +887,12 @@ export const XmlDsigXsltTransform: {
|
|
|
834
887
|
|
|
835
888
|
export type XmlDsigXsltTransform = XmlDsigXsltTransform$instance;
|
|
836
889
|
|
|
837
|
-
export
|
|
890
|
+
export abstract class XmlLicenseTransform$protected {
|
|
891
|
+
protected GetInnerXml(): XmlNodeList | undefined;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
export interface XmlLicenseTransform$instance extends XmlLicenseTransform$protected, Transform {
|
|
838
896
|
get Decryptor(): IRelDecryptor | undefined;
|
|
839
897
|
set Decryptor(value: IRelDecryptor);
|
|
840
898
|
readonly InputTypes: Type[];
|
|
@@ -10,7 +10,7 @@ import type { ArrayList, Hashtable, ICollection, IEnumerable, IEnumerator, IList
|
|
|
10
10
|
import type { Collection } from '@tsonic/dotnet/System.Collections.ObjectModel.js';
|
|
11
11
|
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
12
12
|
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Exception, Func, Int32, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
-
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
14
14
|
import type { AsymmetricAlgorithm, CipherMode, DSA, HashAlgorithm, KeyedHashAlgorithm, PaddingMode, RSA, SymmetricAlgorithm } from '@tsonic/dotnet/System.Security.Cryptography.js';
|
|
15
15
|
import type { X509Certificate, X509Certificate2, X509IncludeOption } from '@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js';
|
|
16
16
|
import type { Evidence } from '@tsonic/dotnet/System.Security.Policy.js';
|
package/package.json
CHANGED