@tsonic/dotnet 0.8.0 → 0.8.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.
Files changed (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -39,7 +39,7 @@ export interface PrePrepareMethodAttribute$instance extends Attribute {
39
39
 
40
40
 
41
41
  export const PrePrepareMethodAttribute: {
42
- new(): PrePrepareMethodAttribute$instance;
42
+ new(): PrePrepareMethodAttribute;
43
43
  };
44
44
 
45
45
 
@@ -52,7 +52,7 @@ export interface ReliabilityContractAttribute$instance extends Attribute {
52
52
 
53
53
 
54
54
  export const ReliabilityContractAttribute: {
55
- new(consistencyGuarantee: Consistency, cer: Cer): ReliabilityContractAttribute$instance;
55
+ new(consistencyGuarantee: Consistency, cer: Cer): ReliabilityContractAttribute;
56
56
  };
57
57
 
58
58
 
@@ -16,7 +16,7 @@ export interface ExceptionDispatchInfo$instance {
16
16
 
17
17
 
18
18
  export const ExceptionDispatchInfo: {
19
- new(): ExceptionDispatchInfo$instance;
19
+ new(): ExceptionDispatchInfo;
20
20
  capture(source: Exception): ExceptionDispatchInfo;
21
21
  setCurrentStackTrace(source: Exception): Exception;
22
22
  setRemoteStackTrace(source: Exception, stackTrace: string): Exception;
@@ -32,7 +32,7 @@ export interface FirstChanceExceptionEventArgs$instance extends EventArgs {
32
32
 
33
33
 
34
34
  export const FirstChanceExceptionEventArgs: {
35
- new(exception: Exception): FirstChanceExceptionEventArgs$instance;
35
+ new(exception: Exception): FirstChanceExceptionEventArgs;
36
36
  };
37
37
 
38
38
 
@@ -43,7 +43,7 @@ export interface HandleProcessCorruptedStateExceptionsAttribute$instance extends
43
43
 
44
44
 
45
45
  export const HandleProcessCorruptedStateExceptionsAttribute: {
46
- new(): HandleProcessCorruptedStateExceptionsAttribute$instance;
46
+ new(): HandleProcessCorruptedStateExceptionsAttribute;
47
47
  };
48
48
 
49
49
 
@@ -23352,7 +23352,7 @@
23352
23352
  {
23353
23353
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
23354
23354
  "clrName": "Round",
23355
- "tsEmitName": "round$view3",
23355
+ "tsEmitName": "round$view2",
23356
23356
  "metadataToken": 100675854,
23357
23357
  "canonicalSignature": "(TSelf,System.MidpointRounding):TSelf",
23358
23358
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
@@ -23696,29 +23696,29 @@
23696
23696
  "isExtensionMethod": false
23697
23697
  },
23698
23698
  {
23699
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
23700
- "clrName": "Ceiling",
23701
- "tsEmitName": "ceiling$view",
23702
- "metadataToken": 100675848,
23703
- "canonicalSignature": "(TSelf):TSelf",
23704
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
23699
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
23700
+ "clrName": "Round",
23701
+ "tsEmitName": "round$view",
23702
+ "metadataToken": 100675853,
23703
+ "canonicalSignature": "(TSelf,System.Int32):TSelf",
23704
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
23705
23705
  "emitScope": "ViewOnly",
23706
23706
  "arity": 0,
23707
- "parameterCount": 1,
23707
+ "parameterCount": 2,
23708
23708
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
23709
23709
  "declaringAssemblyName": "System.Private.CoreLib",
23710
23710
  "isExtensionMethod": false
23711
23711
  },
23712
23712
  {
23713
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
23714
- "clrName": "Round",
23715
- "tsEmitName": "round$view2",
23716
- "metadataToken": 100675853,
23717
- "canonicalSignature": "(TSelf,System.Int32):TSelf",
23718
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
23713
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
23714
+ "clrName": "Ceiling",
23715
+ "tsEmitName": "ceiling$view",
23716
+ "metadataToken": 100675848,
23717
+ "canonicalSignature": "(TSelf):TSelf",
23718
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
23719
23719
  "emitScope": "ViewOnly",
23720
23720
  "arity": 0,
23721
- "parameterCount": 2,
23721
+ "parameterCount": 1,
23722
23722
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
23723
23723
  "declaringAssemblyName": "System.Private.CoreLib",
23724
23724
  "isExtensionMethod": false
@@ -25660,7 +25660,7 @@
25660
25660
  }
25661
25661
  },
25662
25662
  {
25663
- "tsName": "round$view3",
25663
+ "tsName": "round$view2",
25664
25664
  "isStatic": false,
25665
25665
  "tsSignatureId": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
25666
25666
  "target": {
@@ -25890,23 +25890,23 @@
25890
25890
  }
25891
25891
  },
25892
25892
  {
25893
- "tsName": "ceiling$view",
25893
+ "tsName": "round$view",
25894
25894
  "isStatic": false,
25895
- "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
25895
+ "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
25896
25896
  "target": {
25897
25897
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
25898
25898
  "declaringAssemblyName": "System.Private.CoreLib",
25899
- "metadataToken": 100675848
25899
+ "metadataToken": 100675853
25900
25900
  }
25901
25901
  },
25902
25902
  {
25903
- "tsName": "round$view2",
25903
+ "tsName": "ceiling$view",
25904
25904
  "isStatic": false,
25905
- "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
25905
+ "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
25906
25906
  "target": {
25907
25907
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
25908
25908
  "declaringAssemblyName": "System.Private.CoreLib",
25909
- "metadataToken": 100675853
25909
+ "metadataToken": 100675848
25910
25910
  }
25911
25911
  },
25912
25912
  {