@tsonic/dotnet 0.7.2 → 0.7.4

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 (300) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  5. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  6. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  7. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  8. package/Microsoft.VisualBasic.d.ts +48 -0
  9. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  10. package/Microsoft.Win32.d.ts +21 -0
  11. package/System/internal/index.d.ts +79 -72
  12. package/System.Buffers/internal/index.d.ts +1 -1
  13. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  14. package/System.Buffers.Text.d.ts +16 -0
  15. package/System.Buffers.d.ts +42 -0
  16. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  17. package/System.CodeDom.Compiler.d.ts +17 -0
  18. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  19. package/System.Collections.Concurrent.d.ts +33 -0
  20. package/System.Collections.Frozen.d.ts +18 -0
  21. package/System.Collections.Generic/internal/index.d.ts +10 -0
  22. package/System.Collections.Generic.d.ts +61 -0
  23. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  24. package/System.Collections.Immutable.d.ts +35 -0
  25. package/System.Collections.ObjectModel.d.ts +32 -0
  26. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  27. package/System.Collections.Specialized.d.ts +32 -0
  28. package/System.Collections.d.ts +39 -0
  29. package/System.ComponentModel/internal/index.d.ts +11 -7
  30. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  31. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  32. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  33. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  34. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  35. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  36. package/System.ComponentModel.d.ts +207 -0
  37. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  38. package/System.Data/internal/index.d.ts +12 -7
  39. package/System.Data.Common.d.ts +62 -0
  40. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  41. package/System.Data.SqlTypes.d.ts +43 -0
  42. package/System.Data.d.ts +146 -0
  43. package/System.Diagnostics/internal/index.d.ts +19 -19
  44. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  45. package/System.Diagnostics.Contracts.d.ts +30 -0
  46. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  47. package/System.Diagnostics.Metrics.d.ts +42 -0
  48. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  49. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  50. package/System.Diagnostics.Tracing.d.ts +47 -0
  51. package/System.Diagnostics.d.ts +118 -0
  52. package/System.Drawing/internal/index.d.ts +7 -7
  53. package/System.Drawing.d.ts +30 -0
  54. package/System.Dynamic/internal/index.d.ts +2 -2
  55. package/System.Dynamic.d.ts +37 -0
  56. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  57. package/System.Formats.Asn1.d.ts +25 -0
  58. package/System.Formats.Tar.d.ts +27 -0
  59. package/System.Globalization/internal/index.d.ts +1 -1
  60. package/System.Globalization.d.ts +57 -0
  61. package/System.IO/internal/index.d.ts +9 -9
  62. package/System.IO.Compression.d.ts +37 -0
  63. package/System.IO.Enumeration.d.ts +21 -0
  64. package/System.IO.IsolatedStorage.d.ts +24 -0
  65. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  66. package/System.IO.Pipelines.d.ts +26 -0
  67. package/System.IO.Pipes.d.ts +35 -0
  68. package/System.IO.d.ts +79 -0
  69. package/System.Linq/internal/index.d.ts +5 -0
  70. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  72. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  73. package/System.Linq.Expressions.d.ts +67 -0
  74. package/System.Linq.d.ts +68 -0
  75. package/System.Net/internal/index.d.ts +6 -2
  76. package/System.Net.Cache.d.ts +16 -0
  77. package/System.Net.Http/internal/index.d.ts +1 -1
  78. package/System.Net.Http.Headers.d.ts +42 -0
  79. package/System.Net.Http.Json.d.ts +24 -0
  80. package/System.Net.Http.Metrics.d.ts +13 -0
  81. package/System.Net.Http.d.ts +57 -0
  82. package/System.Net.Mail.d.ts +45 -0
  83. package/System.Net.Mime.d.ts +22 -0
  84. package/System.Net.NetworkInformation.d.ts +63 -0
  85. package/System.Net.Quic.d.ts +35 -0
  86. package/System.Net.Security/internal/index.d.ts +1 -1
  87. package/System.Net.Security.d.ts +47 -0
  88. package/System.Net.ServerSentEvents.d.ts +32 -0
  89. package/System.Net.Sockets/internal/index.d.ts +2 -2
  90. package/System.Net.Sockets.d.ts +55 -0
  91. package/System.Net.WebSockets.d.ts +41 -0
  92. package/System.Net.d.ts +120 -0
  93. package/System.Numerics/internal/index.d.ts +61 -21
  94. package/System.Numerics.d.ts +67 -0
  95. package/System.Reflection/internal/index.d.ts +3 -3
  96. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  97. package/System.Reflection.Emit.d.ts +49 -0
  98. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  99. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  100. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  101. package/System.Reflection.Metadata.d.ts +208 -0
  102. package/System.Reflection.PortableExecutable.d.ts +43 -0
  103. package/System.Reflection.d.ts +124 -0
  104. package/System.Resources/internal/index.d.ts +2 -0
  105. package/System.Resources.d.ts +27 -0
  106. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  107. package/System.Runtime.CompilerServices.d.ts +214 -0
  108. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  109. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  110. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  111. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  112. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  113. package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
  114. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  115. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  116. package/System.Runtime.InteropServices.Swift.d.ts +24 -0
  117. package/System.Runtime.InteropServices.d.ts +162 -0
  118. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  119. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  120. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  121. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  122. package/System.Runtime.Intrinsics.d.ts +41 -0
  123. package/System.Runtime.Loader.d.ts +17 -0
  124. package/System.Runtime.Remoting.d.ts +12 -0
  125. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  126. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  127. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  128. package/System.Runtime.Serialization.Json.d.ts +23 -0
  129. package/System.Runtime.Serialization.d.ts +76 -0
  130. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  131. package/System.Runtime.Versioning.d.ts +27 -0
  132. package/System.Runtime.d.ts +27 -0
  133. package/System.Security.AccessControl.d.ts +99 -0
  134. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  135. package/System.Security.Authentication.d.ts +20 -0
  136. package/System.Security.Claims.d.ts +19 -0
  137. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  138. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  139. package/System.Security.Cryptography.d.ts +191 -0
  140. package/System.Security.Permissions.d.ts +18 -0
  141. package/System.Security.Policy.d.ts +14 -0
  142. package/System.Security.Principal/internal/index.d.ts +1 -1
  143. package/System.Security.Principal.d.ts +36 -0
  144. package/System.Security.d.ts +35 -0
  145. package/System.Text/internal/index.d.ts +10 -9
  146. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  147. package/System.Text.Encodings.Web.d.ts +20 -0
  148. package/System.Text.Json/internal/index.d.ts +1 -1
  149. package/System.Text.Json.Nodes.d.ts +23 -0
  150. package/System.Text.Json.Schema.d.ts +17 -0
  151. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  152. package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
  153. package/System.Text.Json.Serialization.d.ts +70 -0
  154. package/System.Text.Json.d.ts +44 -0
  155. package/System.Text.RegularExpressions.d.ts +35 -0
  156. package/System.Text.Unicode.d.ts +16 -0
  157. package/System.Text.d.ts +54 -0
  158. package/System.Threading/internal/index.d.ts +5 -5
  159. package/System.Threading.Channels.d.ts +38 -0
  160. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  161. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  162. package/System.Threading.Tasks.Dataflow.d.ts +54 -0
  163. package/System.Threading.Tasks.Sources.d.ts +25 -0
  164. package/System.Threading.Tasks.d.ts +65 -0
  165. package/System.Threading.d.ts +99 -0
  166. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  167. package/System.Transactions/internal/index.d.ts +1 -1
  168. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  169. package/System.Web.d.ts +16 -0
  170. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  171. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  172. package/System.Xml.Linq/internal/index.d.ts +10 -10
  173. package/System.Xml.Linq.d.ts +43 -0
  174. package/System.Xml.Resolvers.d.ts +18 -0
  175. package/System.Xml.Schema.d.ts +108 -0
  176. package/System.Xml.Serialization.d.ts +89 -0
  177. package/System.Xml.XPath.d.ts +34 -0
  178. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  179. package/System.Xml.Xsl.d.ts +29 -0
  180. package/System.Xml.d.ts +105 -0
  181. package/System.d.ts +410 -0
  182. package/families.json +359 -0
  183. package/package.json +1 -1
  184. package/tsconfig.json +2 -1
  185. package/Internal/index.d.ts +0 -15
  186. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  187. package/Microsoft.VisualBasic/index.d.ts +0 -50
  188. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  189. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  190. package/Microsoft.Win32/index.d.ts +0 -23
  191. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  192. package/System/index.d.ts +0 -428
  193. package/System.Buffers/index.d.ts +0 -48
  194. package/System.Buffers.Text/index.d.ts +0 -18
  195. package/System.CodeDom.Compiler/index.d.ts +0 -19
  196. package/System.Collections/index.d.ts +0 -41
  197. package/System.Collections.Concurrent/index.d.ts +0 -35
  198. package/System.Collections.Frozen/index.d.ts +0 -26
  199. package/System.Collections.Generic/index.d.ts +0 -129
  200. package/System.Collections.Immutable/index.d.ts +0 -64
  201. package/System.Collections.ObjectModel/index.d.ts +0 -34
  202. package/System.Collections.Specialized/index.d.ts +0 -34
  203. package/System.ComponentModel/index.d.ts +0 -210
  204. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  205. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  206. package/System.Data/index.d.ts +0 -139
  207. package/System.Data.Common/index.d.ts +0 -64
  208. package/System.Data.SqlTypes/index.d.ts +0 -45
  209. package/System.Diagnostics/index.d.ts +0 -123
  210. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  211. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  212. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  213. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  214. package/System.Drawing/index.d.ts +0 -32
  215. package/System.Dynamic/index.d.ts +0 -39
  216. package/System.Formats.Asn1/index.d.ts +0 -27
  217. package/System.Formats.Tar/index.d.ts +0 -29
  218. package/System.Globalization/index.d.ts +0 -59
  219. package/System.IO/index.d.ts +0 -81
  220. package/System.IO.Compression/index.d.ts +0 -39
  221. package/System.IO.Enumeration/index.d.ts +0 -27
  222. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  223. package/System.IO.Pipelines/index.d.ts +0 -28
  224. package/System.IO.Pipes/index.d.ts +0 -37
  225. package/System.Linq/index.d.ts +0 -56
  226. package/System.Linq.Expressions/index.d.ts +0 -61
  227. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  228. package/System.Net/index.d.ts +0 -122
  229. package/System.Net.Cache/index.d.ts +0 -18
  230. package/System.Net.Http/index.d.ts +0 -61
  231. package/System.Net.Http.Headers/index.d.ts +0 -45
  232. package/System.Net.Http.Json/index.d.ts +0 -26
  233. package/System.Net.Http.Metrics/index.d.ts +0 -15
  234. package/System.Net.Mail/index.d.ts +0 -47
  235. package/System.Net.Mime/index.d.ts +0 -24
  236. package/System.Net.NetworkInformation/index.d.ts +0 -65
  237. package/System.Net.Quic/index.d.ts +0 -37
  238. package/System.Net.Security/index.d.ts +0 -49
  239. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  240. package/System.Net.Sockets/index.d.ts +0 -57
  241. package/System.Net.WebSockets/index.d.ts +0 -43
  242. package/System.Numerics/index.d.ts +0 -94
  243. package/System.Reflection/index.d.ts +0 -126
  244. package/System.Reflection.Emit/index.d.ts +0 -51
  245. package/System.Reflection.Metadata/index.d.ts +0 -220
  246. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  247. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  248. package/System.Resources/index.d.ts +0 -29
  249. package/System.Runtime/index.d.ts +0 -29
  250. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  251. package/System.Runtime.InteropServices/index.d.ts +0 -161
  252. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  253. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  254. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  255. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  256. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  257. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  258. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  259. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  260. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  261. package/System.Runtime.Loader/index.d.ts +0 -19
  262. package/System.Runtime.Remoting/index.d.ts +0 -14
  263. package/System.Runtime.Serialization/index.d.ts +0 -78
  264. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  265. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  266. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  267. package/System.Runtime.Versioning/index.d.ts +0 -29
  268. package/System.Security/index.d.ts +0 -37
  269. package/System.Security.AccessControl/index.d.ts +0 -87
  270. package/System.Security.Authentication/index.d.ts +0 -22
  271. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  272. package/System.Security.Claims/index.d.ts +0 -21
  273. package/System.Security.Cryptography/index.d.ts +0 -193
  274. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  275. package/System.Security.Permissions/index.d.ts +0 -20
  276. package/System.Security.Policy/index.d.ts +0 -16
  277. package/System.Security.Principal/index.d.ts +0 -38
  278. package/System.Text/index.d.ts +0 -56
  279. package/System.Text.Encodings.Web/index.d.ts +0 -22
  280. package/System.Text.Json/index.d.ts +0 -46
  281. package/System.Text.Json.Nodes/index.d.ts +0 -25
  282. package/System.Text.Json.Schema/index.d.ts +0 -19
  283. package/System.Text.Json.Serialization/index.d.ts +0 -59
  284. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  285. package/System.Text.RegularExpressions/index.d.ts +0 -37
  286. package/System.Text.Unicode/index.d.ts +0 -18
  287. package/System.Threading/index.d.ts +0 -104
  288. package/System.Threading.Channels/index.d.ts +0 -34
  289. package/System.Threading.Tasks/index.d.ts +0 -50
  290. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  291. package/System.Threading.Tasks.Sources/index.d.ts +0 -20
  292. package/System.Web/index.d.ts +0 -18
  293. package/System.Xml/index.d.ts +0 -107
  294. package/System.Xml.Linq/index.d.ts +0 -45
  295. package/System.Xml.Resolvers/index.d.ts +0 -20
  296. package/System.Xml.Schema/index.d.ts +0 -110
  297. package/System.Xml.Serialization/index.d.ts +0 -91
  298. package/System.Xml.XPath/index.d.ts +0 -36
  299. package/System.Xml.Xsl/index.d.ts +0 -31
  300. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -107,8 +107,8 @@ export interface __SqlBinary$views {
107
107
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
108
108
 
109
109
  // Structural method bridges for numeric interface constraints
110
- Equals(other: SqlBinary): boolean;
111
- CompareTo(obj: unknown): int;
110
+ equals(other: SqlBinary): boolean;
111
+ compareTo(obj: unknown): int;
112
112
  }
113
113
 
114
114
  export interface SqlBinary$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -170,8 +170,8 @@ export interface __SqlBoolean$views {
170
170
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
171
171
 
172
172
  // Structural method bridges for numeric interface constraints
173
- Equals(other: SqlBoolean): boolean;
174
- CompareTo(obj: unknown): int;
173
+ equals(other: SqlBoolean): boolean;
174
+ compareTo(obj: unknown): int;
175
175
  }
176
176
 
177
177
  export interface SqlBoolean$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -234,8 +234,8 @@ export interface __SqlByte$views {
234
234
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
235
235
 
236
236
  // Structural method bridges for numeric interface constraints
237
- Equals(other: SqlByte): boolean;
238
- CompareTo(obj: unknown): int;
237
+ equals(other: SqlByte): boolean;
238
+ compareTo(obj: unknown): int;
239
239
  }
240
240
 
241
241
  export interface SqlByte$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -291,8 +291,8 @@ export interface __SqlDateTime$views {
291
291
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
292
292
 
293
293
  // Structural method bridges for numeric interface constraints
294
- Equals(other: SqlDateTime): boolean;
295
- CompareTo(obj: unknown): int;
294
+ equals(other: SqlDateTime): boolean;
295
+ compareTo(obj: unknown): int;
296
296
  }
297
297
 
298
298
  export interface SqlDateTime$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -371,8 +371,8 @@ export interface __SqlDecimal$views {
371
371
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
372
372
 
373
373
  // Structural method bridges for numeric interface constraints
374
- Equals(other: SqlDecimal): boolean;
375
- CompareTo(obj: unknown): int;
374
+ equals(other: SqlDecimal): boolean;
375
+ compareTo(obj: unknown): int;
376
376
  }
377
377
 
378
378
  export interface SqlDecimal$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -429,8 +429,8 @@ export interface __SqlDouble$views {
429
429
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
430
430
 
431
431
  // Structural method bridges for numeric interface constraints
432
- Equals(other: SqlDouble): boolean;
433
- CompareTo(obj: unknown): int;
432
+ equals(other: SqlDouble): boolean;
433
+ compareTo(obj: unknown): int;
434
434
  }
435
435
 
436
436
  export interface SqlDouble$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -478,8 +478,8 @@ export interface __SqlGuid$views {
478
478
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
479
479
 
480
480
  // Structural method bridges for numeric interface constraints
481
- Equals(other: SqlGuid): boolean;
482
- CompareTo(obj: unknown): int;
481
+ equals(other: SqlGuid): boolean;
482
+ compareTo(obj: unknown): int;
483
483
  }
484
484
 
485
485
  export interface SqlGuid$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -542,8 +542,8 @@ export interface __SqlInt16$views {
542
542
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
543
543
 
544
544
  // Structural method bridges for numeric interface constraints
545
- Equals(other: SqlInt16): boolean;
546
- CompareTo(obj: unknown): int;
545
+ equals(other: SqlInt16): boolean;
546
+ compareTo(obj: unknown): int;
547
547
  }
548
548
 
549
549
  export interface SqlInt16$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -606,8 +606,8 @@ export interface __SqlInt32$views {
606
606
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
607
607
 
608
608
  // Structural method bridges for numeric interface constraints
609
- Equals(other: SqlInt32): boolean;
610
- CompareTo(obj: unknown): int;
609
+ equals(other: SqlInt32): boolean;
610
+ compareTo(obj: unknown): int;
611
611
  }
612
612
 
613
613
  export interface SqlInt32$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -670,8 +670,8 @@ export interface __SqlInt64$views {
670
670
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
671
671
 
672
672
  // Structural method bridges for numeric interface constraints
673
- Equals(other: SqlInt64): boolean;
674
- CompareTo(obj: unknown): int;
673
+ equals(other: SqlInt64): boolean;
674
+ compareTo(obj: unknown): int;
675
675
  }
676
676
 
677
677
  export interface SqlInt64$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -737,8 +737,8 @@ export interface __SqlMoney$views {
737
737
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
738
738
 
739
739
  // Structural method bridges for numeric interface constraints
740
- Equals(other: SqlMoney): boolean;
741
- CompareTo(obj: unknown): int;
740
+ equals(other: SqlMoney): boolean;
741
+ compareTo(obj: unknown): int;
742
742
  }
743
743
 
744
744
  export interface SqlMoney$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -796,8 +796,8 @@ export interface __SqlSingle$views {
796
796
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
797
797
 
798
798
  // Structural method bridges for numeric interface constraints
799
- Equals(other: SqlSingle): boolean;
800
- CompareTo(obj: unknown): int;
799
+ equals(other: SqlSingle): boolean;
800
+ compareTo(obj: unknown): int;
801
801
  }
802
802
 
803
803
  export interface SqlSingle$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -870,8 +870,8 @@ export interface __SqlString$views {
870
870
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
871
871
 
872
872
  // Structural method bridges for numeric interface constraints
873
- Equals(other: SqlString): boolean;
874
- CompareTo(obj: unknown): int;
873
+ equals(other: SqlString): boolean;
874
+ compareTo(obj: unknown): int;
875
875
  }
876
876
 
877
877
  export interface SqlString$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
@@ -0,0 +1,43 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Data.SqlTypes
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Data.SqlTypes/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IDictionary } from './System.Collections/internal/index.js';
10
+ import type { CompareInfo, CompareOptions, CultureInfo } from './System.Globalization/internal/index.js';
11
+ import type { Stream } from './System.IO/internal/index.js';
12
+ import type { MethodBase } from './System.Reflection/internal/index.js';
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
14
+ import type { XmlSchema, XmlSchemaSet } from './System.Xml.Schema/internal/index.js';
15
+ import type { IXmlSerializable } from './System.Xml.Serialization/internal/index.js';
16
+ import type { XmlQualifiedName, XmlReader, XmlWriter } from './System.Xml/internal/index.js';
17
+ import type { Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, Span_1, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt32, ValueType, Void } from './System/internal/index.js';
18
+
19
+ // Public API exports (curated - no internal $instance/$views leakage)
20
+ export { SqlChars as SqlChars } from './System.Data.SqlTypes/internal/index.js';
21
+ export { SqlDateTime as SqlDateTime } from './System.Data.SqlTypes/internal/index.js';
22
+ export { SqlDecimal as SqlDecimal } from './System.Data.SqlTypes/internal/index.js';
23
+ export { SqlDouble as SqlDouble } from './System.Data.SqlTypes/internal/index.js';
24
+ export { SqlGuid as SqlGuid } from './System.Data.SqlTypes/internal/index.js';
25
+ export { SqlInt16 as SqlInt16 } from './System.Data.SqlTypes/internal/index.js';
26
+ export { SqlInt32 as SqlInt32 } from './System.Data.SqlTypes/internal/index.js';
27
+ export { SqlInt64 as SqlInt64 } from './System.Data.SqlTypes/internal/index.js';
28
+ export { SqlMoney as SqlMoney } from './System.Data.SqlTypes/internal/index.js';
29
+ export { SqlSingle as SqlSingle } from './System.Data.SqlTypes/internal/index.js';
30
+ export { SqlCompareOptions as SqlCompareOptions } from './System.Data.SqlTypes/internal/index.js';
31
+ export { SqlString as SqlString } from './System.Data.SqlTypes/internal/index.js';
32
+ export { StorageState as StorageState } from './System.Data.SqlTypes/internal/index.js';
33
+ export { SqlTypeException as SqlTypeException } from './System.Data.SqlTypes/internal/index.js';
34
+ export { SqlNullValueException as SqlNullValueException } from './System.Data.SqlTypes/internal/index.js';
35
+ export { SqlTruncateException as SqlTruncateException } from './System.Data.SqlTypes/internal/index.js';
36
+ export { SqlNotFilledException as SqlNotFilledException } from './System.Data.SqlTypes/internal/index.js';
37
+ export { SqlAlreadyFilledException as SqlAlreadyFilledException } from './System.Data.SqlTypes/internal/index.js';
38
+ export { SqlXml as SqlXml } from './System.Data.SqlTypes/internal/index.js';
39
+ export type INullable = Internal.INullable;
40
+ export { SqlBinary as SqlBinary } from './System.Data.SqlTypes/internal/index.js';
41
+ export { SqlBoolean as SqlBoolean } from './System.Data.SqlTypes/internal/index.js';
42
+ export { SqlByte as SqlByte } from './System.Data.SqlTypes/internal/index.js';
43
+ export { SqlBytes as SqlBytes } from './System.Data.SqlTypes/internal/index.js';
@@ -0,0 +1,146 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Data
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Data/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
11
+ import type { Hashtable, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
12
+ import type { AttributeCollection, CollectionChangeEventHandler, DescriptionAttribute, EventDescriptor, EventDescriptorCollection, IBindingList, IBindingListView, IComponent, IContainer, ICustomTypeDescriptor, IDataErrorInfo, IEditableObject, IListSource, INotifyPropertyChanged, ISite, ISupportInitialize, ISupportInitializeNotification, ITypedList, ListChangedEventHandler, ListSortDescriptionCollection, ListSortDirection, MarshalByValueComponent, PropertyChangedEventHandler, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from './System.ComponentModel/internal/index.js';
13
+ import type { DbColumn, DbDataReader } from './System.Data.Common/internal/index.js';
14
+ import type { CultureInfo } from './System.Globalization/internal/index.js';
15
+ import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js';
16
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
17
+ import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
18
+ import type { Task, Task_1, ValueTask } from './System.Threading.Tasks/internal/index.js';
19
+ import type { CancellationToken } from './System.Threading/internal/index.js';
20
+ import type { XmlSchema, XmlSchemaComplexType, XmlSchemaSet } from './System.Xml.Schema/internal/index.js';
21
+ import type { IXmlSerializable } from './System.Xml.Serialization/internal/index.js';
22
+ import type { XmlReader, XmlWriter } from './System.Xml/internal/index.js';
23
+ import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Converter_2, DateTime, Decimal, Delegate, Double, Enum, EventArgs, EventHandler, Exception, Func_2, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, Single, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
24
+
25
+ // Public API exports (curated - no internal $instance/$views leakage)
26
+ export { DataReaderExtensions$instance as DataReaderExtensions } from './System.Data/internal/index.js';
27
+ export { UpdateStatus as UpdateStatus } from './System.Data/internal/index.js';
28
+ export { XmlReadMode as XmlReadMode } from './System.Data/internal/index.js';
29
+ export { XmlWriteMode as XmlWriteMode } from './System.Data/internal/index.js';
30
+ export { AcceptRejectRule as AcceptRejectRule } from './System.Data/internal/index.js';
31
+ export { InternalDataCollectionBase as InternalDataCollectionBase } from './System.Data/internal/index.js';
32
+ export { CommandBehavior as CommandBehavior } from './System.Data/internal/index.js';
33
+ export { CommandType as CommandType } from './System.Data/internal/index.js';
34
+ export { ConflictOption as ConflictOption } from './System.Data/internal/index.js';
35
+ export { ConnectionState as ConnectionState } from './System.Data/internal/index.js';
36
+ export { Constraint as Constraint } from './System.Data/internal/index.js';
37
+ export { ConstraintCollection as ConstraintCollection } from './System.Data/internal/index.js';
38
+ export { DataColumn as DataColumn } from './System.Data/internal/index.js';
39
+ export { DataColumnChangeEventArgs as DataColumnChangeEventArgs } from './System.Data/internal/index.js';
40
+ export type DataColumnChangeEventHandler = Internal.DataColumnChangeEventHandler;
41
+ export { DataColumnCollection as DataColumnCollection } from './System.Data/internal/index.js';
42
+ export { DataException as DataException } from './System.Data/internal/index.js';
43
+ export { ConstraintException as ConstraintException } from './System.Data/internal/index.js';
44
+ export { DeletedRowInaccessibleException as DeletedRowInaccessibleException } from './System.Data/internal/index.js';
45
+ export { DuplicateNameException as DuplicateNameException } from './System.Data/internal/index.js';
46
+ export { InRowChangingEventException as InRowChangingEventException } from './System.Data/internal/index.js';
47
+ export { InvalidConstraintException as InvalidConstraintException } from './System.Data/internal/index.js';
48
+ export { MissingPrimaryKeyException as MissingPrimaryKeyException } from './System.Data/internal/index.js';
49
+ export { NoNullAllowedException as NoNullAllowedException } from './System.Data/internal/index.js';
50
+ export { ReadOnlyException as ReadOnlyException } from './System.Data/internal/index.js';
51
+ export { RowNotInTableException as RowNotInTableException } from './System.Data/internal/index.js';
52
+ export { VersionNotFoundException as VersionNotFoundException } from './System.Data/internal/index.js';
53
+ export { DataRelation as DataRelation } from './System.Data/internal/index.js';
54
+ export { DataRelationCollection as DataRelationCollection } from './System.Data/internal/index.js';
55
+ export { DataRow as DataRow } from './System.Data/internal/index.js';
56
+ export { DataRowBuilder as DataRowBuilder } from './System.Data/internal/index.js';
57
+ export { DataRowAction as DataRowAction } from './System.Data/internal/index.js';
58
+ export { DataRowChangeEventArgs as DataRowChangeEventArgs } from './System.Data/internal/index.js';
59
+ export type DataRowChangeEventHandler = Internal.DataRowChangeEventHandler;
60
+ export { DataRowCollection as DataRowCollection } from './System.Data/internal/index.js';
61
+ export { DataRowExtensions$instance as DataRowExtensions } from './System.Data/internal/index.js';
62
+ export { DataRowState as DataRowState } from './System.Data/internal/index.js';
63
+ export { DataRowVersion as DataRowVersion } from './System.Data/internal/index.js';
64
+ export { DataRowView as DataRowView } from './System.Data/internal/index.js';
65
+ export { SerializationFormat as SerializationFormat } from './System.Data/internal/index.js';
66
+ export { DataSet as DataSet } from './System.Data/internal/index.js';
67
+ export { DataSetDateTime as DataSetDateTime } from './System.Data/internal/index.js';
68
+ export { DataSysDescriptionAttribute as DataSysDescriptionAttribute } from './System.Data/internal/index.js';
69
+ export { DataTable as DataTable } from './System.Data/internal/index.js';
70
+ export { DataTableExtensions$instance as DataTableExtensions } from './System.Data/internal/index.js';
71
+ export { DataTableClearEventArgs as DataTableClearEventArgs } from './System.Data/internal/index.js';
72
+ export type DataTableClearEventHandler = Internal.DataTableClearEventHandler;
73
+ export { DataTableCollection as DataTableCollection } from './System.Data/internal/index.js';
74
+ export { DataTableNewRowEventArgs as DataTableNewRowEventArgs } from './System.Data/internal/index.js';
75
+ export type DataTableNewRowEventHandler = Internal.DataTableNewRowEventHandler;
76
+ export { DataTableReader as DataTableReader } from './System.Data/internal/index.js';
77
+ export { DataView as DataView } from './System.Data/internal/index.js';
78
+ export { DataViewManager as DataViewManager } from './System.Data/internal/index.js';
79
+ export { DataViewRowState as DataViewRowState } from './System.Data/internal/index.js';
80
+ export { DataViewSetting as DataViewSetting } from './System.Data/internal/index.js';
81
+ export { DataViewSettingCollection as DataViewSettingCollection } from './System.Data/internal/index.js';
82
+ export { DBConcurrencyException as DBConcurrencyException } from './System.Data/internal/index.js';
83
+ export { DbType as DbType } from './System.Data/internal/index.js';
84
+ export { EnumerableRowCollectionExtensions$instance as EnumerableRowCollectionExtensions } from './System.Data/internal/index.js';
85
+ export { FillErrorEventArgs as FillErrorEventArgs } from './System.Data/internal/index.js';
86
+ export type FillErrorEventHandler = Internal.FillErrorEventHandler;
87
+ export { ForeignKeyConstraint as ForeignKeyConstraint } from './System.Data/internal/index.js';
88
+ export type IColumnMapping = Internal.IColumnMapping;
89
+ export type IColumnMappingCollection = Internal.IColumnMappingCollection;
90
+ export type IDataAdapter = Internal.IDataAdapter;
91
+ export type IDataParameter = Internal.IDataParameter;
92
+ export type IDataParameterCollection = Internal.IDataParameterCollection;
93
+ export type IDataReader = Internal.IDataReader;
94
+ export type IDataRecord = Internal.IDataRecord;
95
+ export type IDbCommand = Internal.IDbCommand;
96
+ export type IDbConnection = Internal.IDbConnection;
97
+ export type IDbDataAdapter = Internal.IDbDataAdapter;
98
+ export type IDbDataParameter = Internal.IDbDataParameter;
99
+ export type IDbTransaction = Internal.IDbTransaction;
100
+ export { IsolationLevel as IsolationLevel } from './System.Data/internal/index.js';
101
+ export type ITableMapping = Internal.ITableMapping;
102
+ export type ITableMappingCollection = Internal.ITableMappingCollection;
103
+ export { KeyRestrictionBehavior as KeyRestrictionBehavior } from './System.Data/internal/index.js';
104
+ export { LoadOption as LoadOption } from './System.Data/internal/index.js';
105
+ export { MappingType as MappingType } from './System.Data/internal/index.js';
106
+ export { MergeFailedEventArgs as MergeFailedEventArgs } from './System.Data/internal/index.js';
107
+ export type MergeFailedEventHandler = Internal.MergeFailedEventHandler;
108
+ export { MissingMappingAction as MissingMappingAction } from './System.Data/internal/index.js';
109
+ export { MissingSchemaAction as MissingSchemaAction } from './System.Data/internal/index.js';
110
+ export { OrderedEnumerableRowCollection_1 as OrderedEnumerableRowCollection } from './System.Data/internal/index.js';
111
+ export { ParameterDirection as ParameterDirection } from './System.Data/internal/index.js';
112
+ export { PropertyCollection as PropertyCollection } from './System.Data/internal/index.js';
113
+ export { StatementCompletedEventArgs as StatementCompletedEventArgs } from './System.Data/internal/index.js';
114
+ export type StatementCompletedEventHandler = Internal.StatementCompletedEventHandler;
115
+ export { Rule as Rule } from './System.Data/internal/index.js';
116
+ export { SchemaSerializationMode as SchemaSerializationMode } from './System.Data/internal/index.js';
117
+ export { SchemaType as SchemaType } from './System.Data/internal/index.js';
118
+ export { SqlDbType as SqlDbType } from './System.Data/internal/index.js';
119
+ export { StateChangeEventArgs as StateChangeEventArgs } from './System.Data/internal/index.js';
120
+ export type StateChangeEventHandler = Internal.StateChangeEventHandler;
121
+ export { StatementType as StatementType } from './System.Data/internal/index.js';
122
+ export { StrongTypingException as StrongTypingException } from './System.Data/internal/index.js';
123
+ export { TypedTableBase_1 as TypedTableBase } from './System.Data/internal/index.js';
124
+ export { TypedTableBaseExtensions$instance as TypedTableBaseExtensions } from './System.Data/internal/index.js';
125
+ export { UniqueConstraint as UniqueConstraint } from './System.Data/internal/index.js';
126
+ export { UpdateRowSource as UpdateRowSource } from './System.Data/internal/index.js';
127
+ export { InvalidExpressionException as InvalidExpressionException } from './System.Data/internal/index.js';
128
+ export { EvaluateException as EvaluateException } from './System.Data/internal/index.js';
129
+ export { SyntaxErrorException as SyntaxErrorException } from './System.Data/internal/index.js';
130
+
131
+ // Multi-arity family sentinel (detects unspecified type parameters)
132
+ declare const __unspecified: unique symbol;
133
+ export type __ = typeof __unspecified;
134
+
135
+ export type DataRowComparer<
136
+ T1 = __,
137
+ > =
138
+ [T1] extends [__] ? Internal.DataRowComparer :
139
+ [T1] extends [Internal.DataRow] ? Internal.DataRowComparer_1<T1> : never;
140
+
141
+ export type EnumerableRowCollection<
142
+ T1 = __,
143
+ > =
144
+ [T1] extends [__] ? Internal.EnumerableRowCollection :
145
+ Internal.EnumerableRowCollection_1<T1>;
146
+
@@ -278,7 +278,7 @@ export interface __ActivityContext$views {
278
278
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivityContext>;
279
279
 
280
280
  // Structural method bridges for numeric interface constraints
281
- Equals(other: ActivityContext): boolean;
281
+ equals(other: ActivityContext): boolean;
282
282
  }
283
283
 
284
284
  export type ActivityContext = ActivityContext$instance & __ActivityContext$views;
@@ -339,7 +339,7 @@ export interface __ActivityLink$views {
339
339
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivityLink>;
340
340
 
341
341
  // Structural method bridges for numeric interface constraints
342
- Equals(other: ActivityLink): boolean;
342
+ equals(other: ActivityLink): boolean;
343
343
  }
344
344
 
345
345
  export type ActivityLink = ActivityLink$instance & __ActivityLink$views;
@@ -368,7 +368,7 @@ export interface __ActivitySpanId$views {
368
368
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivitySpanId>;
369
369
 
370
370
  // Structural method bridges for numeric interface constraints
371
- Equals(other: ActivitySpanId): boolean;
371
+ equals(other: ActivitySpanId): boolean;
372
372
  }
373
373
 
374
374
  export type ActivitySpanId = ActivitySpanId$instance & __ActivitySpanId$views;
@@ -418,7 +418,7 @@ export interface __ActivityTraceId$views {
418
418
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivityTraceId>;
419
419
 
420
420
  // Structural method bridges for numeric interface constraints
421
- Equals(other: ActivityTraceId): boolean;
421
+ equals(other: ActivityTraceId): boolean;
422
422
  }
423
423
 
424
424
  export type ActivityTraceId = ActivityTraceId$instance & __ActivityTraceId$views;
@@ -962,8 +962,8 @@ export interface DelimitedListTraceListener$instance extends TextWriterTraceList
962
962
  delimiter: string;
963
963
  dispose(): void;
964
964
  traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
965
- traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown[]): void;
966
- traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
965
+ traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
966
+ traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
967
967
  traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
968
968
  traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
969
969
  }
@@ -1632,11 +1632,11 @@ export const Trace: {
1632
1632
  flush(): void;
1633
1633
  indent(): void;
1634
1634
  refresh(): void;
1635
- traceError(format: string, args: unknown[]): void;
1635
+ traceError(format: string, ...args: unknown[]): void;
1636
1636
  traceError(message: string): void;
1637
- traceInformation(format: string, args: unknown[]): void;
1637
+ traceInformation(format: string, ...args: unknown[]): void;
1638
1638
  traceInformation(message: string): void;
1639
- traceWarning(format: string, args: unknown[]): void;
1639
+ traceWarning(format: string, ...args: unknown[]): void;
1640
1640
  traceWarning(message: string): void;
1641
1641
  unindent(): void;
1642
1642
  write(value: unknown, category: string): void;
@@ -1702,10 +1702,10 @@ export interface TraceListener$instance extends MarshalByRefObject {
1702
1702
  fail(message: string, detailMessage: string): void;
1703
1703
  flush(): void;
1704
1704
  traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
1705
- traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown[]): void;
1705
+ traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
1706
1706
  traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
1707
1707
  traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
1708
- traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
1708
+ traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
1709
1709
  traceTransfer(eventCache: TraceEventCache, source: string, id: int, message: string, relatedActivityId: Guid): void;
1710
1710
  write(message: string): void;
1711
1711
  write(o: unknown): void;
@@ -1774,12 +1774,12 @@ export interface TraceSource$instance {
1774
1774
  close(): void;
1775
1775
  flush(): void;
1776
1776
  traceData(eventType: TraceEventType, id: int, data: unknown): void;
1777
- traceData(eventType: TraceEventType, id: int, data: unknown[]): void;
1777
+ traceData(eventType: TraceEventType, id: int, ...data: unknown[]): void;
1778
1778
  traceEvent(eventType: TraceEventType, id: int): void;
1779
1779
  traceEvent(eventType: TraceEventType, id: int, message: string): void;
1780
- traceEvent(eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
1780
+ traceEvent(eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
1781
1781
  traceInformation(message: string): void;
1782
- traceInformation(format: string, args: unknown[]): void;
1782
+ traceInformation(format: string, ...args: unknown[]): void;
1783
1783
  traceTransfer(id: int, message: string, relatedActivityId: Guid): void;
1784
1784
  }
1785
1785
 
@@ -1834,8 +1834,8 @@ export interface XmlWriterTraceListener$instance extends TextWriterTraceListener
1834
1834
  fail(message: string, detailMessage: string): void;
1835
1835
  fail(message: string): void;
1836
1836
  traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
1837
- traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown[]): void;
1838
- traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
1837
+ traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
1838
+ traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
1839
1839
  traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
1840
1840
  traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
1841
1841
  traceTransfer(eventCache: TraceEventCache, source: string, id: int, message: string, relatedActivityId: Guid): void;
@@ -1873,7 +1873,7 @@ export abstract class Debug$instance {
1873
1873
  static indentSize: int;
1874
1874
  static assert(condition: boolean, message: { value: ref<Debug_AssertInterpolatedStringHandler> }, detailMessage: { value: ref<Debug_AssertInterpolatedStringHandler> }): void;
1875
1875
  static assert(condition: boolean, message: { value: ref<Debug_AssertInterpolatedStringHandler> }): void;
1876
- static assert(condition: boolean, message: string, detailMessageFormat: string, args: unknown[]): void;
1876
+ static assert(condition: boolean, message: string, detailMessageFormat: string, ...args: unknown[]): void;
1877
1877
  static assert(condition: boolean, message: string, detailMessage: string): void;
1878
1878
  static assert(condition: boolean, message?: string): void;
1879
1879
  static assert(condition: boolean): void;
@@ -1882,7 +1882,7 @@ export abstract class Debug$instance {
1882
1882
  static fail(message: string): void;
1883
1883
  static flush(): void;
1884
1884
  static indent(): void;
1885
- static print(format: string, args: unknown[]): void;
1885
+ static print(format: string, ...args: unknown[]): void;
1886
1886
  static print(message: string): void;
1887
1887
  static setProvider(provider: DebugProvider): DebugProvider;
1888
1888
  static unindent(): void;
@@ -1898,7 +1898,7 @@ export abstract class Debug$instance {
1898
1898
  static writeIf(condition: boolean, message: string): void;
1899
1899
  static writeLine(value: unknown, category: string): void;
1900
1900
  static writeLine(value: unknown): void;
1901
- static writeLine(format: string, args: unknown[]): void;
1901
+ static writeLine(format: string, ...args: unknown[]): void;
1902
1902
  static writeLine(message: string, category: string): void;
1903
1903
  static writeLine(message: string): void;
1904
1904
  static writeLineIf(condition: boolean, message: { value: ref<Debug_WriteIfInterpolatedStringHandler> }, category: string): void;
@@ -0,0 +1,38 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Diagnostics.CodeAnalysis
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Diagnostics.CodeAnalysis/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { ConstantExpectedAttribute as ConstantExpectedAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
13
+ export { DynamicallyAccessedMemberTypes as DynamicallyAccessedMemberTypes } from './System.Diagnostics.CodeAnalysis/internal/index.js';
14
+ export { DynamicallyAccessedMembersAttribute as DynamicallyAccessedMembersAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
15
+ export { DynamicDependencyAttribute as DynamicDependencyAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
16
+ export { ExcludeFromCodeCoverageAttribute as ExcludeFromCodeCoverageAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
17
+ export { ExperimentalAttribute as ExperimentalAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
18
+ export { FeatureGuardAttribute as FeatureGuardAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
19
+ export { FeatureSwitchDefinitionAttribute as FeatureSwitchDefinitionAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
20
+ export { AllowNullAttribute as AllowNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
21
+ export { DisallowNullAttribute as DisallowNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
22
+ export { MaybeNullAttribute as MaybeNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
23
+ export { NotNullAttribute as NotNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
24
+ export { MaybeNullWhenAttribute as MaybeNullWhenAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
25
+ export { NotNullWhenAttribute as NotNullWhenAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
26
+ export { NotNullIfNotNullAttribute as NotNullIfNotNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
27
+ export { DoesNotReturnAttribute as DoesNotReturnAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
28
+ export { DoesNotReturnIfAttribute as DoesNotReturnIfAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
29
+ export { MemberNotNullAttribute as MemberNotNullAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
30
+ export { MemberNotNullWhenAttribute as MemberNotNullWhenAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
31
+ export { UnscopedRefAttribute as UnscopedRefAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
32
+ export { RequiresAssemblyFilesAttribute as RequiresAssemblyFilesAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
33
+ export { RequiresDynamicCodeAttribute as RequiresDynamicCodeAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
34
+ export { RequiresUnreferencedCodeAttribute as RequiresUnreferencedCodeAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
35
+ export { SetsRequiredMembersAttribute as SetsRequiredMembersAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
36
+ export { StringSyntaxAttribute as StringSyntaxAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
37
+ export { SuppressMessageAttribute as SuppressMessageAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
38
+ export { UnconditionalSuppressMessageAttribute as UnconditionalSuppressMessageAttribute } from './System.Diagnostics.CodeAnalysis/internal/index.js';
@@ -0,0 +1,30 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Diagnostics.Contracts
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Diagnostics.Contracts/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IDictionary } from './System.Collections/internal/index.js';
11
+ import type { MethodBase } from './System.Reflection/internal/index.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { Attribute, Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, Predicate_1, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { ContractException as ContractException } from './System.Diagnostics.Contracts/internal/index.js';
17
+ export { ContractFailedEventArgs as ContractFailedEventArgs } from './System.Diagnostics.Contracts/internal/index.js';
18
+ export { PureAttribute as PureAttribute } from './System.Diagnostics.Contracts/internal/index.js';
19
+ export { ContractClassAttribute as ContractClassAttribute } from './System.Diagnostics.Contracts/internal/index.js';
20
+ export { ContractClassForAttribute as ContractClassForAttribute } from './System.Diagnostics.Contracts/internal/index.js';
21
+ export { ContractInvariantMethodAttribute as ContractInvariantMethodAttribute } from './System.Diagnostics.Contracts/internal/index.js';
22
+ export { ContractReferenceAssemblyAttribute as ContractReferenceAssemblyAttribute } from './System.Diagnostics.Contracts/internal/index.js';
23
+ export { ContractRuntimeIgnoredAttribute as ContractRuntimeIgnoredAttribute } from './System.Diagnostics.Contracts/internal/index.js';
24
+ export { ContractVerificationAttribute as ContractVerificationAttribute } from './System.Diagnostics.Contracts/internal/index.js';
25
+ export { ContractPublicPropertyNameAttribute as ContractPublicPropertyNameAttribute } from './System.Diagnostics.Contracts/internal/index.js';
26
+ export { ContractArgumentValidatorAttribute as ContractArgumentValidatorAttribute } from './System.Diagnostics.Contracts/internal/index.js';
27
+ export { ContractAbbreviatorAttribute as ContractAbbreviatorAttribute } from './System.Diagnostics.Contracts/internal/index.js';
28
+ export { ContractOptionAttribute as ContractOptionAttribute } from './System.Diagnostics.Contracts/internal/index.js';
29
+ export { Contract$instance as Contract } from './System.Diagnostics.Contracts/internal/index.js';
30
+ export { ContractFailureKind as ContractFailureKind } from './System.Diagnostics.Contracts/internal/index.js';
@@ -78,7 +78,7 @@ export interface Counter_1$instance<T extends unknown> extends Instrument_1<T> {
78
78
  add(delta: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>): void;
79
79
  add(delta: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>, tag3: KeyValuePair_2<CLROf<string>, unknown>): void;
80
80
  add(delta: T, tags: ReadOnlySpan_1<KeyValuePair_2<CLROf<string>, unknown>>): void;
81
- add(delta: T, tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
81
+ add(delta: T, ...tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
82
82
  add(delta: T, tagList: { value: ref<TagList> }): void;
83
83
  }
84
84
 
@@ -96,7 +96,7 @@ export interface Gauge_1$instance<T extends unknown> extends Instrument_1<T> {
96
96
  record(value: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>): void;
97
97
  record(value: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>, tag3: KeyValuePair_2<CLROf<string>, unknown>): void;
98
98
  record(value: T, tags: ReadOnlySpan_1<KeyValuePair_2<CLROf<string>, unknown>>): void;
99
- record(value: T, tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
99
+ record(value: T, ...tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
100
100
  record(value: T, tagList: { value: ref<TagList> }): void;
101
101
  }
102
102
 
@@ -114,7 +114,7 @@ export interface Histogram_1$instance<T extends unknown> extends Instrument_1<T>
114
114
  record(value: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>): void;
115
115
  record(value: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>, tag3: KeyValuePair_2<CLROf<string>, unknown>): void;
116
116
  record(value: T, tags: ReadOnlySpan_1<KeyValuePair_2<CLROf<string>, unknown>>): void;
117
- record(value: T, tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
117
+ record(value: T, ...tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
118
118
  record(value: T, tagList: { value: ref<TagList> }): void;
119
119
  }
120
120
 
@@ -301,7 +301,7 @@ export interface UpDownCounter_1$instance<T extends unknown> extends Instrument_
301
301
  add(delta: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>): void;
302
302
  add(delta: T, tag1: KeyValuePair_2<CLROf<string>, unknown>, tag2: KeyValuePair_2<CLROf<string>, unknown>, tag3: KeyValuePair_2<CLROf<string>, unknown>): void;
303
303
  add(delta: T, tags: ReadOnlySpan_1<KeyValuePair_2<CLROf<string>, unknown>>): void;
304
- add(delta: T, tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
304
+ add(delta: T, ...tags: KeyValuePair_2<CLROf<string>, unknown>[]): void;
305
305
  add(delta: T, tagList: { value: ref<TagList> }): void;
306
306
  }
307
307
 
@@ -0,0 +1,42 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Diagnostics.Metrics
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Diagnostics.Metrics/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1, IReadOnlyList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { TagList } from './System.Diagnostics/internal/index.js';
11
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Delegate, Func_1, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { Counter_1 as Counter } from './System.Diagnostics.Metrics/internal/index.js';
17
+ export { Gauge_1 as Gauge } from './System.Diagnostics.Metrics/internal/index.js';
18
+ export { Histogram_1 as Histogram } from './System.Diagnostics.Metrics/internal/index.js';
19
+ export { InstrumentAdvice_1 as InstrumentAdvice } from './System.Diagnostics.Metrics/internal/index.js';
20
+ export type IMeterFactory = Internal.IMeterFactory;
21
+ export { Measurement_1 as Measurement } from './System.Diagnostics.Metrics/internal/index.js';
22
+ export { Meter as Meter } from './System.Diagnostics.Metrics/internal/index.js';
23
+ export { MeterFactoryExtensions$instance as MeterFactoryExtensions } from './System.Diagnostics.Metrics/internal/index.js';
24
+ export type MeasurementCallback<T> = Internal.MeasurementCallback_1<T>;
25
+ export { MeterListener as MeterListener } from './System.Diagnostics.Metrics/internal/index.js';
26
+ export { MeterOptions as MeterOptions } from './System.Diagnostics.Metrics/internal/index.js';
27
+ export { ObservableCounter_1 as ObservableCounter } from './System.Diagnostics.Metrics/internal/index.js';
28
+ export { ObservableGauge_1 as ObservableGauge } from './System.Diagnostics.Metrics/internal/index.js';
29
+ export { ObservableInstrument_1 as ObservableInstrument } from './System.Diagnostics.Metrics/internal/index.js';
30
+ export { ObservableUpDownCounter_1 as ObservableUpDownCounter } from './System.Diagnostics.Metrics/internal/index.js';
31
+ export { UpDownCounter_1 as UpDownCounter } from './System.Diagnostics.Metrics/internal/index.js';
32
+
33
+ // Multi-arity family sentinel (detects unspecified type parameters)
34
+ declare const __unspecified: unique symbol;
35
+ export type __ = typeof __unspecified;
36
+
37
+ export type Instrument<
38
+ T1 = __,
39
+ > =
40
+ [T1] extends [__] ? Internal.Instrument :
41
+ [T1] extends [unknown] ? Internal.Instrument_1<T1> : never;
42
+
@@ -195,7 +195,7 @@ export interface __SymbolToken$views {
195
195
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<SymbolToken>;
196
196
 
197
197
  // Structural method bridges for numeric interface constraints
198
- Equals(other: SymbolToken): boolean;
198
+ equals(other: SymbolToken): boolean;
199
199
  }
200
200
 
201
201
  export type SymbolToken = SymbolToken$instance & __SymbolToken$views;