@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
{
|
|
167
167
|
"stableId": "System.Reflection.Metadata:System.Reflection.AssemblyHashAlgorithm::MD5System.Reflection.AssemblyHashAlgorithm",
|
|
168
168
|
"clrName": "MD5",
|
|
169
|
-
"tsEmitName": "
|
|
169
|
+
"tsEmitName": "MD5",
|
|
170
170
|
"normalizedSignature": "MD5|System.Reflection.AssemblyHashAlgorithm|static=true|const=true",
|
|
171
171
|
"isStatic": true,
|
|
172
172
|
"isReadOnly": false,
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
{
|
|
1139
1139
|
"stableId": "System.Private.CoreLib:System.Reflection.ImageFileMachine::I386System.Reflection.ImageFileMachine",
|
|
1140
1140
|
"clrName": "I386",
|
|
1141
|
-
"tsEmitName": "
|
|
1141
|
+
"tsEmitName": "I386",
|
|
1142
1142
|
"normalizedSignature": "I386|System.Reflection.ImageFileMachine|static=true|const=true",
|
|
1143
1143
|
"isStatic": true,
|
|
1144
1144
|
"isReadOnly": false,
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
{
|
|
1148
1148
|
"stableId": "System.Private.CoreLib:System.Reflection.ImageFileMachine::IA64System.Reflection.ImageFileMachine",
|
|
1149
1149
|
"clrName": "IA64",
|
|
1150
|
-
"tsEmitName": "
|
|
1150
|
+
"tsEmitName": "IA64",
|
|
1151
1151
|
"normalizedSignature": "IA64|System.Reflection.ImageFileMachine|static=true|const=true",
|
|
1152
1152
|
"isStatic": true,
|
|
1153
1153
|
"isReadOnly": false,
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
{
|
|
1157
1157
|
"stableId": "System.Private.CoreLib:System.Reflection.ImageFileMachine::AMD64System.Reflection.ImageFileMachine",
|
|
1158
1158
|
"clrName": "AMD64",
|
|
1159
|
-
"tsEmitName": "
|
|
1159
|
+
"tsEmitName": "AMD64",
|
|
1160
1160
|
"normalizedSignature": "AMD64|System.Reflection.ImageFileMachine|static=true|const=true",
|
|
1161
1161
|
"isStatic": true,
|
|
1162
1162
|
"isReadOnly": false,
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
{
|
|
1166
1166
|
"stableId": "System.Private.CoreLib:System.Reflection.ImageFileMachine::ARMSystem.Reflection.ImageFileMachine",
|
|
1167
1167
|
"clrName": "ARM",
|
|
1168
|
-
"tsEmitName": "
|
|
1168
|
+
"tsEmitName": "ARM",
|
|
1169
1169
|
"normalizedSignature": "ARM|System.Reflection.ImageFileMachine|static=true|const=true",
|
|
1170
1170
|
"isStatic": true,
|
|
1171
1171
|
"isReadOnly": false,
|
|
@@ -1611,7 +1611,7 @@
|
|
|
1611
1611
|
{
|
|
1612
1612
|
"stableId": "System.Private.CoreLib:System.Reflection.MethodImplAttributes::ILSystem.Reflection.MethodImplAttributes",
|
|
1613
1613
|
"clrName": "IL",
|
|
1614
|
-
"tsEmitName": "
|
|
1614
|
+
"tsEmitName": "IL",
|
|
1615
1615
|
"normalizedSignature": "IL|System.Reflection.MethodImplAttributes|static=true|const=true",
|
|
1616
1616
|
"isStatic": true,
|
|
1617
1617
|
"isReadOnly": false,
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
{
|
|
1630
1630
|
"stableId": "System.Private.CoreLib:System.Reflection.MethodImplAttributes::OPTILSystem.Reflection.MethodImplAttributes",
|
|
1631
1631
|
"clrName": "OPTIL",
|
|
1632
|
-
"tsEmitName": "
|
|
1632
|
+
"tsEmitName": "OPTIL",
|
|
1633
1633
|
"normalizedSignature": "OPTIL|System.Reflection.MethodImplAttributes|static=true|const=true",
|
|
1634
1634
|
"isStatic": true,
|
|
1635
1635
|
"isReadOnly": false,
|
|
@@ -2272,7 +2272,7 @@
|
|
|
2272
2272
|
{
|
|
2273
2273
|
"stableId": "System.Private.CoreLib:System.Reflection.PortableExecutableKinds::PE32PlusSystem.Reflection.PortableExecutableKinds",
|
|
2274
2274
|
"clrName": "PE32Plus",
|
|
2275
|
-
"tsEmitName": "
|
|
2275
|
+
"tsEmitName": "pE32Plus",
|
|
2276
2276
|
"normalizedSignature": "PE32Plus|System.Reflection.PortableExecutableKinds|static=true|const=true",
|
|
2277
2277
|
"isStatic": true,
|
|
2278
2278
|
"isReadOnly": false,
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
{
|
|
2335
2335
|
"stableId": "System.Private.CoreLib:System.Reflection.ProcessorArchitecture::MSILSystem.Reflection.ProcessorArchitecture",
|
|
2336
2336
|
"clrName": "MSIL",
|
|
2337
|
-
"tsEmitName": "
|
|
2337
|
+
"tsEmitName": "MSIL",
|
|
2338
2338
|
"normalizedSignature": "MSIL|System.Reflection.ProcessorArchitecture|static=true|const=true",
|
|
2339
2339
|
"isStatic": true,
|
|
2340
2340
|
"isReadOnly": false,
|
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
{
|
|
2344
2344
|
"stableId": "System.Private.CoreLib:System.Reflection.ProcessorArchitecture::X86System.Reflection.ProcessorArchitecture",
|
|
2345
2345
|
"clrName": "X86",
|
|
2346
|
-
"tsEmitName": "
|
|
2346
|
+
"tsEmitName": "X86",
|
|
2347
2347
|
"normalizedSignature": "X86|System.Reflection.ProcessorArchitecture|static=true|const=true",
|
|
2348
2348
|
"isStatic": true,
|
|
2349
2349
|
"isReadOnly": false,
|
|
@@ -2352,7 +2352,7 @@
|
|
|
2352
2352
|
{
|
|
2353
2353
|
"stableId": "System.Private.CoreLib:System.Reflection.ProcessorArchitecture::IA64System.Reflection.ProcessorArchitecture",
|
|
2354
2354
|
"clrName": "IA64",
|
|
2355
|
-
"tsEmitName": "
|
|
2355
|
+
"tsEmitName": "IA64",
|
|
2356
2356
|
"normalizedSignature": "IA64|System.Reflection.ProcessorArchitecture|static=true|const=true",
|
|
2357
2357
|
"isStatic": true,
|
|
2358
2358
|
"isReadOnly": false,
|
|
@@ -14138,7 +14138,7 @@
|
|
|
14138
14138
|
{
|
|
14139
14139
|
"stableId": "System.Private.CoreLib:System.Reflection.TypeDelegator::GUID:System.Guid",
|
|
14140
14140
|
"clrName": "GUID",
|
|
14141
|
-
"tsEmitName": "
|
|
14141
|
+
"tsEmitName": "GUID",
|
|
14142
14142
|
"normalizedSignature": "GUID|:System.Guid|static=false|accessor=get",
|
|
14143
14143
|
"provenance": "Original",
|
|
14144
14144
|
"emitScope": "ClassSurface",
|