@tsonic/dotnet 10.0.3 → 10.0.5
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.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -280,6 +280,8 @@ export const AccessRule_1: {
|
|
|
280
280
|
export type AccessRule_1<T> = AccessRule_1$instance<T>;
|
|
281
281
|
|
|
282
282
|
export interface AceEnumerator$instance {
|
|
283
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
284
|
+
|
|
283
285
|
readonly Current: GenericAce;
|
|
284
286
|
MoveNext(): boolean;
|
|
285
287
|
Reset(): void;
|
|
@@ -338,7 +340,10 @@ export const AuthorizationRule: (abstract new(identity: IdentityReference, acces
|
|
|
338
340
|
export type AuthorizationRule = AuthorizationRule$instance;
|
|
339
341
|
|
|
340
342
|
export interface AuthorizationRuleCollection$instance extends ReadOnlyCollectionBase {
|
|
341
|
-
readonly
|
|
343
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
344
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
345
|
+
|
|
346
|
+
readonly [index: number]: AuthorizationRule | undefined;
|
|
342
347
|
AddRule(rule: AuthorizationRule): void;
|
|
343
348
|
CopyTo(array: ClrArray, index: int): void;
|
|
344
349
|
GetEnumerator(): IEnumerator;
|
|
@@ -355,8 +360,6 @@ export interface __AuthorizationRuleCollection$views {
|
|
|
355
360
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
356
361
|
}
|
|
357
362
|
|
|
358
|
-
export interface AuthorizationRuleCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
359
|
-
|
|
360
363
|
export type AuthorizationRuleCollection = AuthorizationRuleCollection$instance & __AuthorizationRuleCollection$views;
|
|
361
364
|
|
|
362
365
|
|
|
@@ -375,12 +378,15 @@ export const CommonAce: {
|
|
|
375
378
|
export type CommonAce = CommonAce$instance;
|
|
376
379
|
|
|
377
380
|
export interface CommonAcl$instance extends GenericAcl$instance {
|
|
381
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
382
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
383
|
+
|
|
378
384
|
readonly BinaryLength: int;
|
|
379
385
|
readonly Count: int;
|
|
380
386
|
readonly IsCanonical: boolean;
|
|
381
387
|
readonly IsContainer: boolean;
|
|
382
388
|
readonly IsDS: boolean;
|
|
383
|
-
|
|
389
|
+
[index: number]: GenericAce;
|
|
384
390
|
readonly Revision: byte;
|
|
385
391
|
CopyTo(array: GenericAce[], index: int): void;
|
|
386
392
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -513,6 +519,9 @@ export const DirectorySecurity: {
|
|
|
513
519
|
export type DirectorySecurity = DirectorySecurity$instance;
|
|
514
520
|
|
|
515
521
|
export interface DiscretionaryAcl$instance extends CommonAcl$instance {
|
|
522
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
523
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
524
|
+
|
|
516
525
|
AddAccess(accessType: AccessControlType, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags): void;
|
|
517
526
|
AddAccess(accessType: AccessControlType, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, objectFlags: ObjectAceFlags, objectType: Guid, inheritedObjectType: Guid): void;
|
|
518
527
|
AddAccess(accessType: AccessControlType, sid: SecurityIdentifier, rule: ObjectAccessRule): void;
|
|
@@ -690,10 +699,13 @@ export const GenericAce: {
|
|
|
690
699
|
export type GenericAce = GenericAce$instance;
|
|
691
700
|
|
|
692
701
|
export interface GenericAcl$instance {
|
|
702
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
703
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
704
|
+
|
|
693
705
|
readonly BinaryLength: int;
|
|
694
706
|
readonly Count: int;
|
|
695
707
|
readonly IsSynchronized: boolean;
|
|
696
|
-
|
|
708
|
+
[index: number]: GenericAce;
|
|
697
709
|
readonly Revision: byte;
|
|
698
710
|
readonly SyncRoot: unknown;
|
|
699
711
|
CopyTo(array: GenericAce[], index: int): void;
|
|
@@ -929,6 +941,8 @@ export const ObjectSecurity_1: (abstract new<T extends unknown>(isContainer: boo
|
|
|
929
941
|
export type ObjectSecurity_1<T> = ObjectSecurity_1$instance<T>;
|
|
930
942
|
|
|
931
943
|
export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessException {
|
|
944
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
945
|
+
|
|
932
946
|
readonly PrivilegeName: string | undefined;
|
|
933
947
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
934
948
|
}
|
|
@@ -964,9 +978,12 @@ export const QualifiedAce: {
|
|
|
964
978
|
export type QualifiedAce = QualifiedAce$instance;
|
|
965
979
|
|
|
966
980
|
export interface RawAcl$instance extends GenericAcl$instance {
|
|
981
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
982
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
983
|
+
|
|
967
984
|
readonly BinaryLength: int;
|
|
968
985
|
readonly Count: int;
|
|
969
|
-
|
|
986
|
+
[index: number]: GenericAce;
|
|
970
987
|
readonly Revision: byte;
|
|
971
988
|
CopyTo(array: GenericAce[], index: int): void;
|
|
972
989
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -1125,6 +1142,9 @@ export const SemaphoreSecurity: {
|
|
|
1125
1142
|
export type SemaphoreSecurity = SemaphoreSecurity$instance;
|
|
1126
1143
|
|
|
1127
1144
|
export interface SystemAcl$instance extends CommonAcl$instance {
|
|
1145
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1146
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1147
|
+
|
|
1128
1148
|
AddAudit(auditFlags: AuditFlags, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags): void;
|
|
1129
1149
|
AddAudit(auditFlags: AuditFlags, sid: SecurityIdentifier, accessMask: int, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, objectFlags: ObjectAceFlags, objectType: Guid, inheritedObjectType: Guid): void;
|
|
1130
1150
|
AddAudit(sid: SecurityIdentifier, rule: ObjectAuditRule): void;
|
|
@@ -58,6 +58,8 @@ export enum SslProtocols {
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
export interface AuthenticationException$instance extends SystemException {
|
|
61
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
62
|
+
|
|
61
63
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
62
64
|
}
|
|
63
65
|
|
|
@@ -77,6 +79,8 @@ export type AuthenticationException = AuthenticationException$instance & __Authe
|
|
|
77
79
|
|
|
78
80
|
|
|
79
81
|
export interface InvalidCredentialException$instance extends AuthenticationException$instance {
|
|
82
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
83
|
+
|
|
80
84
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
81
85
|
}
|
|
82
86
|
|
|
@@ -39,6 +39,8 @@ export enum ProtectionScenario {
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
export interface ChannelBinding$instance extends SafeHandleZeroOrMinusOneIsInvalid {
|
|
42
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
43
|
+
|
|
42
44
|
readonly Size: int;
|
|
43
45
|
Dispose(): void;
|
|
44
46
|
Dispose(disposing: boolean): void;
|
|
@@ -57,6 +59,8 @@ export type ChannelBinding = ChannelBinding$instance & __ChannelBinding$views;
|
|
|
57
59
|
|
|
58
60
|
|
|
59
61
|
export interface ExtendedProtectionPolicy$instance {
|
|
62
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
63
|
+
|
|
60
64
|
readonly CustomChannelBinding: ChannelBinding | undefined;
|
|
61
65
|
readonly CustomServiceNames: ServiceNameCollection | undefined;
|
|
62
66
|
readonly PolicyEnforcement: PolicyEnforcement;
|
|
@@ -99,6 +103,9 @@ export const ExtendedProtectionPolicyTypeConverter: {
|
|
|
99
103
|
export type ExtendedProtectionPolicyTypeConverter = ExtendedProtectionPolicyTypeConverter$instance;
|
|
100
104
|
|
|
101
105
|
export interface ServiceNameCollection$instance extends ReadOnlyCollectionBase {
|
|
106
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
107
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
108
|
+
|
|
102
109
|
Contains(searchServiceName: string): boolean;
|
|
103
110
|
CopyTo(array: ClrArray, index: int): void;
|
|
104
111
|
GetEnumerator(): IEnumerator;
|
|
@@ -117,8 +124,6 @@ export interface __ServiceNameCollection$views {
|
|
|
117
124
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
118
125
|
}
|
|
119
126
|
|
|
120
|
-
export interface ServiceNameCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
121
|
-
|
|
122
127
|
export type ServiceNameCollection = ServiceNameCollection$instance & __ServiceNameCollection$views;
|
|
123
128
|
|
|
124
129
|
|
|
@@ -45,6 +45,8 @@ export const Claim: {
|
|
|
45
45
|
export type Claim = Claim$instance;
|
|
46
46
|
|
|
47
47
|
export interface ClaimsIdentity$instance {
|
|
48
|
+
readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
|
|
49
|
+
|
|
48
50
|
get Actor(): ClaimsIdentity | undefined;
|
|
49
51
|
set Actor(value: ClaimsIdentity | undefined);
|
|
50
52
|
readonly AuthenticationType: string | string | undefined;
|
|
@@ -105,6 +107,8 @@ export type ClaimsIdentity = ClaimsIdentity$instance & __ClaimsIdentity$views;
|
|
|
105
107
|
|
|
106
108
|
|
|
107
109
|
export interface ClaimsPrincipal$instance {
|
|
110
|
+
readonly __tsonic_iface_System_Security_Principal_IPrincipal: never;
|
|
111
|
+
|
|
108
112
|
readonly Claims: IEnumerable_1<Claim>;
|
|
109
113
|
readonly CustomSerializationData: byte[] | undefined;
|
|
110
114
|
readonly Identities: IEnumerable_1<ClaimsIdentity>;
|