@tsonic/dotnet 10.0.12 → 10.0.16
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/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -408,15 +408,12 @@ export interface XmlAnyElementAttributes$instance extends CollectionBase {
|
|
|
408
408
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
409
409
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
410
410
|
|
|
411
|
-
Add(
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
415
|
-
GetEnumerator(): IEnumerator;
|
|
411
|
+
Add(attribute: XmlAnyElementAttribute): int;
|
|
412
|
+
Contains(attribute: XmlAnyElementAttribute): boolean;
|
|
413
|
+
CopyTo(array: XmlAnyElementAttribute[], index: int): void;
|
|
416
414
|
IndexOf(attribute: XmlAnyElementAttribute): int;
|
|
417
|
-
Insert(index: int,
|
|
418
|
-
Remove(
|
|
419
|
-
RemoveAt(index: int): void;
|
|
415
|
+
Insert(index: int, attribute: XmlAnyElementAttribute): void;
|
|
416
|
+
Remove(attribute: XmlAnyElementAttribute): void;
|
|
420
417
|
}
|
|
421
418
|
|
|
422
419
|
|
|
@@ -486,15 +483,12 @@ export interface XmlArrayItemAttributes$instance extends CollectionBase {
|
|
|
486
483
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
487
484
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
488
485
|
|
|
489
|
-
Add(
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
493
|
-
GetEnumerator(): IEnumerator;
|
|
486
|
+
Add(attribute: XmlArrayItemAttribute): int;
|
|
487
|
+
Contains(attribute: XmlArrayItemAttribute): boolean;
|
|
488
|
+
CopyTo(array: XmlArrayItemAttribute[], index: int): void;
|
|
494
489
|
IndexOf(attribute: XmlArrayItemAttribute): int;
|
|
495
|
-
Insert(index: int,
|
|
496
|
-
Remove(
|
|
497
|
-
RemoveAt(index: int): void;
|
|
490
|
+
Insert(index: int, attribute: XmlArrayItemAttribute): void;
|
|
491
|
+
Remove(attribute: XmlArrayItemAttribute): void;
|
|
498
492
|
}
|
|
499
493
|
|
|
500
494
|
|
|
@@ -652,15 +646,12 @@ export interface XmlElementAttributes$instance extends CollectionBase {
|
|
|
652
646
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
653
647
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
654
648
|
|
|
655
|
-
Add(
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
659
|
-
GetEnumerator(): IEnumerator;
|
|
649
|
+
Add(attribute: XmlElementAttribute): int;
|
|
650
|
+
Contains(attribute: XmlElementAttribute): boolean;
|
|
651
|
+
CopyTo(array: XmlElementAttribute[], index: int): void;
|
|
660
652
|
IndexOf(attribute: XmlElementAttribute): int;
|
|
661
|
-
Insert(index: int,
|
|
662
|
-
Remove(
|
|
663
|
-
RemoveAt(index: int): void;
|
|
653
|
+
Insert(index: int, attribute: XmlElementAttribute): void;
|
|
654
|
+
Remove(attribute: XmlElementAttribute): void;
|
|
664
655
|
}
|
|
665
656
|
|
|
666
657
|
|
|
@@ -984,27 +975,25 @@ export interface XmlSchemas$instance extends CollectionBase {
|
|
|
984
975
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
985
976
|
|
|
986
977
|
readonly IsCompiled: boolean;
|
|
978
|
+
Add(schema: XmlSchema): int;
|
|
979
|
+
Add(schema: XmlSchema, baseUri: Uri): int;
|
|
987
980
|
Add(schemas: XmlSchemas): void;
|
|
988
|
-
Add(value: unknown): int;
|
|
989
981
|
AddReference(schema: XmlSchema): void;
|
|
990
|
-
Clear(): void;
|
|
991
982
|
Compile(handler: ValidationEventHandler, fullCompile: boolean): void;
|
|
992
983
|
Contains(schema: XmlSchema): boolean;
|
|
993
|
-
Contains(
|
|
994
|
-
CopyTo(array:
|
|
984
|
+
Contains(targetNamespace: string): boolean;
|
|
985
|
+
CopyTo(array: XmlSchema[], index: int): void;
|
|
995
986
|
Find(name: XmlQualifiedName, type: Type): unknown | undefined;
|
|
996
987
|
get_Item(index: int): XmlSchema;
|
|
997
988
|
get_Item(ns: string): XmlSchema | undefined;
|
|
998
|
-
GetEnumerator(): IEnumerator;
|
|
999
989
|
GetSchemas(ns: string): IList;
|
|
1000
990
|
IndexOf(schema: XmlSchema): int;
|
|
1001
|
-
Insert(index: int,
|
|
991
|
+
Insert(index: int, schema: XmlSchema): void;
|
|
1002
992
|
OnClear(): void;
|
|
1003
993
|
OnInsert(index: int, value: unknown): void;
|
|
1004
994
|
OnRemove(index: int, value: unknown): void;
|
|
1005
995
|
OnSet(index: int, oldValue: unknown, newValue: unknown): void;
|
|
1006
|
-
Remove(
|
|
1007
|
-
RemoveAt(index: int): void;
|
|
996
|
+
Remove(schema: XmlSchema): void;
|
|
1008
997
|
set_Item(index: int, value: XmlSchema): void;
|
|
1009
998
|
}
|
|
1010
999
|
|
|
@@ -1322,66 +1322,6 @@
|
|
|
1322
1322
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1323
1323
|
"isExtensionMethod": false,
|
|
1324
1324
|
"sourceInterface": "System.Collections.IEnumerable"
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltContext::GetEnumerator():System.Collections.IEnumerator",
|
|
1328
|
-
"clrName": "GetEnumerator",
|
|
1329
|
-
"metadataToken": 0,
|
|
1330
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1331
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1332
|
-
"emitScope": "ClassSurface",
|
|
1333
|
-
"provenance": "BaseOverload",
|
|
1334
|
-
"arity": 0,
|
|
1335
|
-
"parameterCount": 0,
|
|
1336
|
-
"isStatic": false,
|
|
1337
|
-
"isAbstract": false,
|
|
1338
|
-
"isVirtual": true,
|
|
1339
|
-
"isOverride": false,
|
|
1340
|
-
"isSealed": false,
|
|
1341
|
-
"visibility": "Public",
|
|
1342
|
-
"declaringClrType": "System.Xml.Xsl.XsltContext",
|
|
1343
|
-
"declaringAssemblyName": "System.Private.Xml",
|
|
1344
|
-
"isExtensionMethod": false
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltContext::GetNamespacesInScope(System.Xml.XmlNamespaceScope):System.Collections.Generic.IDictionary_2",
|
|
1348
|
-
"clrName": "GetNamespacesInScope",
|
|
1349
|
-
"metadataToken": 0,
|
|
1350
|
-
"canonicalSignature": "(System.Xml.XmlNamespaceScope):System.Collections.Generic.IDictionary_2",
|
|
1351
|
-
"normalizedSignature": "GetNamespacesInScope|(System.Xml.XmlNamespaceScope):System.Collections.Generic.IDictionary_2|static=false",
|
|
1352
|
-
"emitScope": "ClassSurface",
|
|
1353
|
-
"provenance": "BaseOverload",
|
|
1354
|
-
"arity": 0,
|
|
1355
|
-
"parameterCount": 1,
|
|
1356
|
-
"isStatic": false,
|
|
1357
|
-
"isAbstract": false,
|
|
1358
|
-
"isVirtual": true,
|
|
1359
|
-
"isOverride": false,
|
|
1360
|
-
"isSealed": false,
|
|
1361
|
-
"visibility": "Public",
|
|
1362
|
-
"declaringClrType": "System.Xml.Xsl.XsltContext",
|
|
1363
|
-
"declaringAssemblyName": "System.Private.Xml",
|
|
1364
|
-
"isExtensionMethod": false
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltContext::LookupNamespace(System.String):System.String",
|
|
1368
|
-
"clrName": "LookupNamespace",
|
|
1369
|
-
"metadataToken": 0,
|
|
1370
|
-
"canonicalSignature": "(System.String):System.String",
|
|
1371
|
-
"normalizedSignature": "LookupNamespace|(System.String):System.String|static=false",
|
|
1372
|
-
"emitScope": "ClassSurface",
|
|
1373
|
-
"provenance": "BaseOverload",
|
|
1374
|
-
"arity": 0,
|
|
1375
|
-
"parameterCount": 1,
|
|
1376
|
-
"isStatic": false,
|
|
1377
|
-
"isAbstract": false,
|
|
1378
|
-
"isVirtual": true,
|
|
1379
|
-
"isOverride": false,
|
|
1380
|
-
"isSealed": false,
|
|
1381
|
-
"visibility": "Public",
|
|
1382
|
-
"declaringClrType": "System.Xml.Xsl.XsltContext",
|
|
1383
|
-
"declaringAssemblyName": "System.Private.Xml",
|
|
1384
|
-
"isExtensionMethod": false
|
|
1385
1325
|
}
|
|
1386
1326
|
],
|
|
1387
1327
|
"properties": [
|
|
@@ -130,7 +130,7 @@ export interface __XsltCompileException$views {
|
|
|
130
130
|
export type XsltCompileException = XsltCompileException$instance & __XsltCompileException$views;
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
export interface XsltContext$instance extends XmlNamespaceManager {
|
|
133
|
+
export interface XsltContext$instance extends XmlNamespaceManager, System_Xml_Internal.IXmlNamespaceResolver$instance {
|
|
134
134
|
readonly __tsonic_type_System_Xml_Xsl_XsltContext: never;
|
|
135
135
|
|
|
136
136
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -138,9 +138,6 @@ export interface XsltContext$instance extends XmlNamespaceManager {
|
|
|
138
138
|
|
|
139
139
|
readonly Whitespace: boolean;
|
|
140
140
|
CompareDocument(baseUri: string, nextbaseUri: string): int;
|
|
141
|
-
GetEnumerator(): IEnumerator;
|
|
142
|
-
GetNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
143
|
-
LookupNamespace(prefix: string): string | undefined;
|
|
144
141
|
PreserveWhitespace(node: XPathNavigator): boolean;
|
|
145
142
|
ResolveFunction(prefix: string, name: string, ArgTypes: XPathResultType[]): IXsltContextFunction;
|
|
146
143
|
ResolveVariable(prefix: string, name: string): IXsltContextVariable;
|