@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.
Files changed (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -396,26 +396,6 @@
396
396
  "declaringAssemblyName": "System.Private.CoreLib",
397
397
  "isExtensionMethod": false,
398
398
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
399
- },
400
- {
401
- "stableId": "Microsoft.CSharp:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
402
- "clrName": "GetObjectData",
403
- "metadataToken": 0,
404
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
405
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
406
- "emitScope": "ClassSurface",
407
- "provenance": "BaseOverload",
408
- "arity": 0,
409
- "parameterCount": 2,
410
- "isStatic": false,
411
- "isAbstract": false,
412
- "isVirtual": true,
413
- "isOverride": false,
414
- "isSealed": false,
415
- "visibility": "Public",
416
- "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderException",
417
- "declaringAssemblyName": "Microsoft.CSharp",
418
- "isExtensionMethod": false
419
399
  }
420
400
  ],
421
401
  "properties": [],
@@ -510,26 +490,6 @@
510
490
  "declaringAssemblyName": "System.Private.CoreLib",
511
491
  "isExtensionMethod": false,
512
492
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
513
- },
514
- {
515
- "stableId": "Microsoft.CSharp:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
516
- "clrName": "GetObjectData",
517
- "metadataToken": 0,
518
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
519
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
520
- "emitScope": "ClassSurface",
521
- "provenance": "BaseOverload",
522
- "arity": 0,
523
- "parameterCount": 2,
524
- "isStatic": false,
525
- "isAbstract": false,
526
- "isVirtual": true,
527
- "isOverride": false,
528
- "isSealed": false,
529
- "visibility": "Public",
530
- "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException",
531
- "declaringAssemblyName": "Microsoft.CSharp",
532
- "isExtensionMethod": false
533
493
  }
534
494
  ],
535
495
  "properties": [],
@@ -54,12 +54,11 @@ export const CSharpArgumentInfo: {
54
54
 
55
55
  export type CSharpArgumentInfo = CSharpArgumentInfo$instance;
56
56
 
57
- export interface RuntimeBinderException$instance extends Exception {
57
+ export interface RuntimeBinderException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
58
58
  readonly __tsonic_type_Microsoft_CSharp_RuntimeBinder_RuntimeBinderException: never;
59
59
 
60
60
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
61
61
 
62
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
63
62
  }
64
63
 
65
64
 
@@ -77,12 +76,11 @@ export interface __RuntimeBinderException$views {
77
76
  export type RuntimeBinderException = RuntimeBinderException$instance & __RuntimeBinderException$views;
78
77
 
79
78
 
80
- export interface RuntimeBinderInternalCompilerException$instance extends Exception {
79
+ export interface RuntimeBinderInternalCompilerException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
81
80
  readonly __tsonic_type_Microsoft_CSharp_RuntimeBinder_RuntimeBinderInternalCompilerException: never;
82
81
 
83
82
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
84
83
 
85
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
86
84
  }
87
85
 
88
86
 
@@ -1775,26 +1775,6 @@
1775
1775
  "declaringAssemblyName": "System.Private.CoreLib",
1776
1776
  "isExtensionMethod": false,
1777
1777
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
1778
- },
1779
- {
1780
- "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
1781
- "clrName": "GetObjectData",
1782
- "metadataToken": 0,
1783
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
1784
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
1785
- "emitScope": "ClassSurface",
1786
- "provenance": "BaseOverload",
1787
- "arity": 0,
1788
- "parameterCount": 2,
1789
- "isStatic": false,
1790
- "isAbstract": false,
1791
- "isVirtual": true,
1792
- "isOverride": false,
1793
- "isSealed": false,
1794
- "visibility": "Public",
1795
- "declaringClrType": "Microsoft.VisualBasic.CompilerServices.IncompleteInitialization",
1796
- "declaringAssemblyName": "Microsoft.VisualBasic.Core",
1797
- "isExtensionMethod": false
1798
1778
  }
1799
1779
  ],
1800
1780
  "properties": [],
@@ -203,12 +203,11 @@ export const DoubleType: {
203
203
 
204
204
  export type DoubleType = DoubleType$instance;
205
205
 
206
- export interface IncompleteInitialization$instance extends Exception {
206
+ export interface IncompleteInitialization$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
207
207
  readonly __tsonic_type_Microsoft_VisualBasic_CompilerServices_IncompleteInitialization: never;
208
208
 
209
209
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
210
210
 
211
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
212
211
  }
213
212
 
214
213