@tsonic/dotnet 10.0.41 → 10.0.42

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 (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Private.CoreLib
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -60,10 +60,10 @@ export type AllowNullAttribute = AllowNullAttribute$instance;
60
60
  export interface ConstantExpectedAttribute$instance extends Attribute {
61
61
  readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ConstantExpectedAttribute: never;
62
62
 
63
- get Max(): JsValue | null;
64
- set Max(value: JsValue | null);
65
- get Min(): JsValue | null;
66
- set Min(value: JsValue | null);
63
+ get Max(): unknown | null;
64
+ set Max(value: unknown | null);
65
+ get Min(): unknown | null;
66
+ set Min(value: unknown | null);
67
67
  }
68
68
 
69
69
 
@@ -379,14 +379,14 @@ export type SetsRequiredMembersAttribute = SetsRequiredMembersAttribute$instance
379
379
  export interface StringSyntaxAttribute$instance extends Attribute {
380
380
  readonly __tsonic_type_System_Diagnostics_CodeAnalysis_StringSyntaxAttribute: never;
381
381
 
382
- readonly Arguments: (JsValue | null)[];
382
+ readonly Arguments: (unknown | null)[];
383
383
  readonly Syntax: string;
384
384
  }
385
385
 
386
386
 
387
387
  export const StringSyntaxAttribute: {
388
388
  new(syntax: string): StringSyntaxAttribute;
389
- new(syntax: string, arguments: (JsValue | null)[]): StringSyntaxAttribute;
389
+ new(syntax: string, arguments: (unknown | null)[]): StringSyntaxAttribute;
390
390
  readonly CompositeFormat: string;
391
391
  readonly DateOnlyFormat: string;
392
392
  readonly DateTimeFormat: string;
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Diagnostics.CodeAnalysis/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
10
14
 
@@ -43,7 +43,7 @@
43
43
  {
44
44
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::value__System.Int32",
45
45
  "clrName": "value__",
46
- "metadataToken": 67117656,
46
+ "metadataToken": 67117651,
47
47
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
48
48
  "isStatic": false,
49
49
  "isReadOnly": false,
@@ -55,7 +55,7 @@
55
55
  {
56
56
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PreconditionSystem.Diagnostics.Contracts.ContractFailureKind",
57
57
  "clrName": "Precondition",
58
- "metadataToken": 67117657,
58
+ "metadataToken": 67117652,
59
59
  "normalizedSignature": "Precondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
60
60
  "isStatic": true,
61
61
  "isReadOnly": false,
@@ -67,7 +67,7 @@
67
67
  {
68
68
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PostconditionSystem.Diagnostics.Contracts.ContractFailureKind",
69
69
  "clrName": "Postcondition",
70
- "metadataToken": 67117658,
70
+ "metadataToken": 67117653,
71
71
  "normalizedSignature": "Postcondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
72
72
  "isStatic": true,
73
73
  "isReadOnly": false,
@@ -79,7 +79,7 @@
79
79
  {
80
80
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PostconditionOnExceptionSystem.Diagnostics.Contracts.ContractFailureKind",
81
81
  "clrName": "PostconditionOnException",
82
- "metadataToken": 67117659,
82
+ "metadataToken": 67117654,
83
83
  "normalizedSignature": "PostconditionOnException|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
84
84
  "isStatic": true,
85
85
  "isReadOnly": false,
@@ -91,7 +91,7 @@
91
91
  {
92
92
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::InvariantSystem.Diagnostics.Contracts.ContractFailureKind",
93
93
  "clrName": "Invariant",
94
- "metadataToken": 67117660,
94
+ "metadataToken": 67117655,
95
95
  "normalizedSignature": "Invariant|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
96
96
  "isStatic": true,
97
97
  "isReadOnly": false,
@@ -103,7 +103,7 @@
103
103
  {
104
104
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::AssertSystem.Diagnostics.Contracts.ContractFailureKind",
105
105
  "clrName": "Assert",
106
- "metadataToken": 67117661,
106
+ "metadataToken": 67117656,
107
107
  "normalizedSignature": "Assert|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
108
108
  "isStatic": true,
109
109
  "isReadOnly": false,
@@ -115,7 +115,7 @@
115
115
  {
116
116
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::AssumeSystem.Diagnostics.Contracts.ContractFailureKind",
117
117
  "clrName": "Assume",
118
- "metadataToken": 67117662,
118
+ "metadataToken": 67117657,
119
119
  "normalizedSignature": "Assume|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true",
120
120
  "isStatic": true,
121
121
  "isReadOnly": false,
@@ -150,7 +150,7 @@
150
150
  "constructors": [
151
151
  {
152
152
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractAbbreviatorAttribute::.ctor():void",
153
- "metadataToken": 100703167,
153
+ "metadataToken": 100703172,
154
154
  "canonicalSignature": "():void",
155
155
  "normalizedSignature": "constructor|():void|static=false",
156
156
  "isStatic": false,
@@ -183,7 +183,7 @@
183
183
  "constructors": [
184
184
  {
185
185
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractArgumentValidatorAttribute::.ctor():void",
186
- "metadataToken": 100703166,
186
+ "metadataToken": 100703171,
187
187
  "canonicalSignature": "():void",
188
188
  "normalizedSignature": "constructor|():void|static=false",
189
189
  "isStatic": false,
@@ -214,7 +214,7 @@
214
214
  {
215
215
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassAttribute::TypeContainingContracts:System.Type",
216
216
  "clrName": "TypeContainingContracts",
217
- "metadataToken": 385881085,
217
+ "metadataToken": 385881087,
218
218
  "canonicalSignature": ":System.Type",
219
219
  "normalizedSignature": "TypeContainingContracts|:System.Type|static=false|accessor=get",
220
220
  "emitScope": "ClassSurface",
@@ -236,7 +236,7 @@
236
236
  "constructors": [
237
237
  {
238
238
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassAttribute::.ctor(System.Type):void",
239
- "metadataToken": 100703155,
239
+ "metadataToken": 100703160,
240
240
  "canonicalSignature": "(System.Type):void",
241
241
  "normalizedSignature": "constructor|(System.Type):void|static=false",
242
242
  "isStatic": false,
@@ -267,7 +267,7 @@
267
267
  {
268
268
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassForAttribute::TypeContractsAreFor:System.Type",
269
269
  "clrName": "TypeContractsAreFor",
270
- "metadataToken": 385881086,
270
+ "metadataToken": 385881088,
271
271
  "canonicalSignature": ":System.Type",
272
272
  "normalizedSignature": "TypeContractsAreFor|:System.Type|static=false|accessor=get",
273
273
  "emitScope": "ClassSurface",
@@ -289,7 +289,7 @@
289
289
  "constructors": [
290
290
  {
291
291
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassForAttribute::.ctor(System.Type):void",
292
- "metadataToken": 100703157,
292
+ "metadataToken": 100703162,
293
293
  "canonicalSignature": "(System.Type):void",
294
294
  "normalizedSignature": "constructor|(System.Type):void|static=false",
295
295
  "isStatic": false,
@@ -325,7 +325,7 @@
325
325
  {
326
326
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
327
327
  "clrName": "GetObjectData",
328
- "metadataToken": 100703144,
328
+ "metadataToken": 100703149,
329
329
  "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
330
330
  "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
331
331
  "emitScope": "ClassSurface",
@@ -368,7 +368,7 @@
368
368
  {
369
369
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::Kind:System.Diagnostics.Contracts.ContractFailureKind",
370
370
  "clrName": "Kind",
371
- "metadataToken": 385881075,
371
+ "metadataToken": 385881077,
372
372
  "canonicalSignature": ":System.Diagnostics.Contracts.ContractFailureKind",
373
373
  "normalizedSignature": "Kind|:System.Diagnostics.Contracts.ContractFailureKind|static=false|accessor=get",
374
374
  "emitScope": "ClassSurface",
@@ -387,7 +387,7 @@
387
387
  {
388
388
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::Failure:System.String",
389
389
  "clrName": "Failure",
390
- "metadataToken": 385881076,
390
+ "metadataToken": 385881078,
391
391
  "canonicalSignature": ":System.String",
392
392
  "normalizedSignature": "Failure|:System.String|static=false|accessor=get",
393
393
  "emitScope": "ClassSurface",
@@ -406,7 +406,7 @@
406
406
  {
407
407
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::UserMessage:System.String",
408
408
  "clrName": "UserMessage",
409
- "metadataToken": 385881077,
409
+ "metadataToken": 385881079,
410
410
  "canonicalSignature": ":System.String",
411
411
  "normalizedSignature": "UserMessage|:System.String|static=false|accessor=get",
412
412
  "emitScope": "ClassSurface",
@@ -425,7 +425,7 @@
425
425
  {
426
426
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::Condition:System.String",
427
427
  "clrName": "Condition",
428
- "metadataToken": 385881078,
428
+ "metadataToken": 385881080,
429
429
  "canonicalSignature": ":System.String",
430
430
  "normalizedSignature": "Condition|:System.String|static=false|accessor=get",
431
431
  "emitScope": "ClassSurface",
@@ -447,7 +447,7 @@
447
447
  "constructors": [
448
448
  {
449
449
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractException::.ctor(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):void",
450
- "metadataToken": 100703142,
450
+ "metadataToken": 100703147,
451
451
  "canonicalSignature": "(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):void",
452
452
  "normalizedSignature": "constructor|(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):void|static=false",
453
453
  "isStatic": false,
@@ -477,7 +477,7 @@
477
477
  {
478
478
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::SetHandled():System.Void",
479
479
  "clrName": "SetHandled",
480
- "metadataToken": 100703151,
480
+ "metadataToken": 100703156,
481
481
  "canonicalSignature": "():System.Void",
482
482
  "normalizedSignature": "SetHandled|():System.Void|static=false",
483
483
  "emitScope": "ClassSurface",
@@ -497,7 +497,7 @@
497
497
  {
498
498
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::SetUnwind():System.Void",
499
499
  "clrName": "SetUnwind",
500
- "metadataToken": 100703153,
500
+ "metadataToken": 100703158,
501
501
  "canonicalSignature": "():System.Void",
502
502
  "normalizedSignature": "SetUnwind|():System.Void|static=false",
503
503
  "emitScope": "ClassSurface",
@@ -519,7 +519,7 @@
519
519
  {
520
520
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Message:System.String",
521
521
  "clrName": "Message",
522
- "metadataToken": 385881079,
522
+ "metadataToken": 385881081,
523
523
  "canonicalSignature": ":System.String",
524
524
  "normalizedSignature": "Message|:System.String|static=false|accessor=get",
525
525
  "emitScope": "ClassSurface",
@@ -538,7 +538,7 @@
538
538
  {
539
539
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Condition:System.String",
540
540
  "clrName": "Condition",
541
- "metadataToken": 385881080,
541
+ "metadataToken": 385881082,
542
542
  "canonicalSignature": ":System.String",
543
543
  "normalizedSignature": "Condition|:System.String|static=false|accessor=get",
544
544
  "emitScope": "ClassSurface",
@@ -557,7 +557,7 @@
557
557
  {
558
558
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::FailureKind:System.Diagnostics.Contracts.ContractFailureKind",
559
559
  "clrName": "FailureKind",
560
- "metadataToken": 385881081,
560
+ "metadataToken": 385881083,
561
561
  "canonicalSignature": ":System.Diagnostics.Contracts.ContractFailureKind",
562
562
  "normalizedSignature": "FailureKind|:System.Diagnostics.Contracts.ContractFailureKind|static=false|accessor=get",
563
563
  "emitScope": "ClassSurface",
@@ -576,7 +576,7 @@
576
576
  {
577
577
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::OriginalException:System.Exception",
578
578
  "clrName": "OriginalException",
579
- "metadataToken": 385881082,
579
+ "metadataToken": 385881084,
580
580
  "canonicalSignature": ":System.Exception",
581
581
  "normalizedSignature": "OriginalException|:System.Exception|static=false|accessor=get",
582
582
  "emitScope": "ClassSurface",
@@ -595,7 +595,7 @@
595
595
  {
596
596
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Handled:System.Boolean",
597
597
  "clrName": "Handled",
598
- "metadataToken": 385881083,
598
+ "metadataToken": 385881085,
599
599
  "canonicalSignature": ":System.Boolean",
600
600
  "normalizedSignature": "Handled|:System.Boolean|static=false|accessor=get",
601
601
  "emitScope": "ClassSurface",
@@ -614,7 +614,7 @@
614
614
  {
615
615
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::Unwind:System.Boolean",
616
616
  "clrName": "Unwind",
617
- "metadataToken": 385881084,
617
+ "metadataToken": 385881086,
618
618
  "canonicalSignature": ":System.Boolean",
619
619
  "normalizedSignature": "Unwind|:System.Boolean|static=false|accessor=get",
620
620
  "emitScope": "ClassSurface",
@@ -636,7 +636,7 @@
636
636
  "constructors": [
637
637
  {
638
638
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailedEventArgs::.ctor(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):void",
639
- "metadataToken": 100703145,
639
+ "metadataToken": 100703150,
640
640
  "canonicalSignature": "(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):void",
641
641
  "normalizedSignature": "constructor|(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):void|static=false",
642
642
  "isStatic": false,
@@ -669,7 +669,7 @@
669
669
  "constructors": [
670
670
  {
671
671
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractInvariantMethodAttribute::.ctor():void",
672
- "metadataToken": 100703159,
672
+ "metadataToken": 100703164,
673
673
  "canonicalSignature": "():void",
674
674
  "normalizedSignature": "constructor|():void|static=false",
675
675
  "isStatic": false,
@@ -700,7 +700,7 @@
700
700
  {
701
701
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Category:System.String",
702
702
  "clrName": "Category",
703
- "metadataToken": 385881089,
703
+ "metadataToken": 385881091,
704
704
  "canonicalSignature": ":System.String",
705
705
  "normalizedSignature": "Category|:System.String|static=false|accessor=get",
706
706
  "emitScope": "ClassSurface",
@@ -719,7 +719,7 @@
719
719
  {
720
720
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Setting:System.String",
721
721
  "clrName": "Setting",
722
- "metadataToken": 385881090,
722
+ "metadataToken": 385881092,
723
723
  "canonicalSignature": ":System.String",
724
724
  "normalizedSignature": "Setting|:System.String|static=false|accessor=get",
725
725
  "emitScope": "ClassSurface",
@@ -738,7 +738,7 @@
738
738
  {
739
739
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Enabled:System.Boolean",
740
740
  "clrName": "Enabled",
741
- "metadataToken": 385881091,
741
+ "metadataToken": 385881093,
742
742
  "canonicalSignature": ":System.Boolean",
743
743
  "normalizedSignature": "Enabled|:System.Boolean|static=false|accessor=get",
744
744
  "emitScope": "ClassSurface",
@@ -757,7 +757,7 @@
757
757
  {
758
758
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::Value:System.String",
759
759
  "clrName": "Value",
760
- "metadataToken": 385881092,
760
+ "metadataToken": 385881094,
761
761
  "canonicalSignature": ":System.String",
762
762
  "normalizedSignature": "Value|:System.String|static=false|accessor=get",
763
763
  "emitScope": "ClassSurface",
@@ -779,7 +779,7 @@
779
779
  "constructors": [
780
780
  {
781
781
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::.ctor(System.String,System.String,System.Boolean):void",
782
- "metadataToken": 100703168,
782
+ "metadataToken": 100703173,
783
783
  "canonicalSignature": "(System.String,System.String,System.Boolean):void",
784
784
  "normalizedSignature": "constructor|(System.String,System.String,System.Boolean):void|static=false",
785
785
  "isStatic": false,
@@ -790,7 +790,7 @@
790
790
  },
791
791
  {
792
792
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractOptionAttribute::.ctor(System.String,System.String,System.String):void",
793
- "metadataToken": 100703169,
793
+ "metadataToken": 100703174,
794
794
  "canonicalSignature": "(System.String,System.String,System.String):void",
795
795
  "normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
796
796
  "isStatic": false,
@@ -821,7 +821,7 @@
821
821
  {
822
822
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute::Name:System.String",
823
823
  "clrName": "Name",
824
- "metadataToken": 385881088,
824
+ "metadataToken": 385881090,
825
825
  "canonicalSignature": ":System.String",
826
826
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
827
827
  "emitScope": "ClassSurface",
@@ -843,7 +843,7 @@
843
843
  "constructors": [
844
844
  {
845
845
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute::.ctor(System.String):void",
846
- "metadataToken": 100703164,
846
+ "metadataToken": 100703169,
847
847
  "canonicalSignature": "(System.String):void",
848
848
  "normalizedSignature": "constructor|(System.String):void|static=false",
849
849
  "isStatic": false,
@@ -876,7 +876,7 @@
876
876
  "constructors": [
877
877
  {
878
878
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractReferenceAssemblyAttribute::.ctor():void",
879
- "metadataToken": 100703160,
879
+ "metadataToken": 100703165,
880
880
  "canonicalSignature": "():void",
881
881
  "normalizedSignature": "constructor|():void|static=false",
882
882
  "isStatic": false,
@@ -909,7 +909,7 @@
909
909
  "constructors": [
910
910
  {
911
911
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractRuntimeIgnoredAttribute::.ctor():void",
912
- "metadataToken": 100703161,
912
+ "metadataToken": 100703166,
913
913
  "canonicalSignature": "():void",
914
914
  "normalizedSignature": "constructor|():void|static=false",
915
915
  "isStatic": false,
@@ -940,7 +940,7 @@
940
940
  {
941
941
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractVerificationAttribute::Value:System.Boolean",
942
942
  "clrName": "Value",
943
- "metadataToken": 385881087,
943
+ "metadataToken": 385881089,
944
944
  "canonicalSignature": ":System.Boolean",
945
945
  "normalizedSignature": "Value|:System.Boolean|static=false|accessor=get",
946
946
  "emitScope": "ClassSurface",
@@ -962,7 +962,7 @@
962
962
  "constructors": [
963
963
  {
964
964
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractVerificationAttribute::.ctor(System.Boolean):void",
965
- "metadataToken": 100703162,
965
+ "metadataToken": 100703167,
966
966
  "canonicalSignature": "(System.Boolean):void",
967
967
  "normalizedSignature": "constructor|(System.Boolean):void|static=false",
968
968
  "isStatic": false,
@@ -995,7 +995,7 @@
995
995
  "constructors": [
996
996
  {
997
997
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.PureAttribute::.ctor():void",
998
- "metadataToken": 100703154,
998
+ "metadataToken": 100703159,
999
999
  "canonicalSignature": "():void",
1000
1000
  "normalizedSignature": "constructor|():void|static=false",
1001
1001
  "isStatic": false,
@@ -1025,7 +1025,7 @@
1025
1025
  {
1026
1026
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assume(System.Boolean):System.Void",
1027
1027
  "clrName": "Assume",
1028
- "metadataToken": 100703174,
1028
+ "metadataToken": 100703179,
1029
1029
  "canonicalSignature": "(System.Boolean):System.Void",
1030
1030
  "normalizedSignature": "Assume|(System.Boolean):System.Void|static=true",
1031
1031
  "emitScope": "ClassSurface",
@@ -1045,7 +1045,7 @@
1045
1045
  {
1046
1046
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assume(System.Boolean,System.String):System.Void",
1047
1047
  "clrName": "Assume",
1048
- "metadataToken": 100703175,
1048
+ "metadataToken": 100703180,
1049
1049
  "canonicalSignature": "(System.Boolean,System.String):System.Void",
1050
1050
  "normalizedSignature": "Assume|(System.Boolean,System.String):System.Void|static=true",
1051
1051
  "emitScope": "ClassSurface",
@@ -1065,7 +1065,7 @@
1065
1065
  {
1066
1066
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assert(System.Boolean):System.Void",
1067
1067
  "clrName": "Assert",
1068
- "metadataToken": 100703176,
1068
+ "metadataToken": 100703181,
1069
1069
  "canonicalSignature": "(System.Boolean):System.Void",
1070
1070
  "normalizedSignature": "Assert|(System.Boolean):System.Void|static=true",
1071
1071
  "emitScope": "ClassSurface",
@@ -1085,7 +1085,7 @@
1085
1085
  {
1086
1086
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Assert(System.Boolean,System.String):System.Void",
1087
1087
  "clrName": "Assert",
1088
- "metadataToken": 100703177,
1088
+ "metadataToken": 100703182,
1089
1089
  "canonicalSignature": "(System.Boolean,System.String):System.Void",
1090
1090
  "normalizedSignature": "Assert|(System.Boolean,System.String):System.Void|static=true",
1091
1091
  "emitScope": "ClassSurface",
@@ -1105,7 +1105,7 @@
1105
1105
  {
1106
1106
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Requires(System.Boolean):System.Void",
1107
1107
  "clrName": "Requires",
1108
- "metadataToken": 100703178,
1108
+ "metadataToken": 100703183,
1109
1109
  "canonicalSignature": "(System.Boolean):System.Void",
1110
1110
  "normalizedSignature": "Requires|(System.Boolean):System.Void|static=true",
1111
1111
  "emitScope": "ClassSurface",
@@ -1125,7 +1125,7 @@
1125
1125
  {
1126
1126
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Requires(System.Boolean,System.String):System.Void",
1127
1127
  "clrName": "Requires",
1128
- "metadataToken": 100703179,
1128
+ "metadataToken": 100703184,
1129
1129
  "canonicalSignature": "(System.Boolean,System.String):System.Void",
1130
1130
  "normalizedSignature": "Requires|(System.Boolean,System.String):System.Void|static=true",
1131
1131
  "emitScope": "ClassSurface",
@@ -1145,7 +1145,7 @@
1145
1145
  {
1146
1146
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Ensures(System.Boolean):System.Void",
1147
1147
  "clrName": "Ensures",
1148
- "metadataToken": 100703182,
1148
+ "metadataToken": 100703187,
1149
1149
  "canonicalSignature": "(System.Boolean):System.Void",
1150
1150
  "normalizedSignature": "Ensures|(System.Boolean):System.Void|static=true",
1151
1151
  "emitScope": "ClassSurface",
@@ -1165,7 +1165,7 @@
1165
1165
  {
1166
1166
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Ensures(System.Boolean,System.String):System.Void",
1167
1167
  "clrName": "Ensures",
1168
- "metadataToken": 100703183,
1168
+ "metadataToken": 100703188,
1169
1169
  "canonicalSignature": "(System.Boolean,System.String):System.Void",
1170
1170
  "normalizedSignature": "Ensures|(System.Boolean,System.String):System.Void|static=true",
1171
1171
  "emitScope": "ClassSurface",
@@ -1185,7 +1185,7 @@
1185
1185
  {
1186
1186
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::EnsuresOnThrow(System.Boolean):System.Void",
1187
1187
  "clrName": "EnsuresOnThrow",
1188
- "metadataToken": 100703184,
1188
+ "metadataToken": 100703189,
1189
1189
  "canonicalSignature": "(System.Boolean):System.Void",
1190
1190
  "normalizedSignature": "EnsuresOnThrow|(System.Boolean):System.Void|static=true",
1191
1191
  "emitScope": "ClassSurface",
@@ -1205,7 +1205,7 @@
1205
1205
  {
1206
1206
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::EnsuresOnThrow(System.Boolean,System.String):System.Void",
1207
1207
  "clrName": "EnsuresOnThrow",
1208
- "metadataToken": 100703185,
1208
+ "metadataToken": 100703190,
1209
1209
  "canonicalSignature": "(System.Boolean,System.String):System.Void",
1210
1210
  "normalizedSignature": "EnsuresOnThrow|(System.Boolean,System.String):System.Void|static=true",
1211
1211
  "emitScope": "ClassSurface",
@@ -1225,7 +1225,7 @@
1225
1225
  {
1226
1226
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Result():T",
1227
1227
  "clrName": "Result",
1228
- "metadataToken": 100703186,
1228
+ "metadataToken": 100703191,
1229
1229
  "canonicalSignature": "():T",
1230
1230
  "normalizedSignature": "Result|():T|static=true",
1231
1231
  "emitScope": "ClassSurface",
@@ -1245,7 +1245,7 @@
1245
1245
  {
1246
1246
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::ValueAtReturn(T\u0026):T",
1247
1247
  "clrName": "ValueAtReturn",
1248
- "metadataToken": 100703187,
1248
+ "metadataToken": 100703192,
1249
1249
  "canonicalSignature": "(T\u0026):T",
1250
1250
  "normalizedSignature": "ValueAtReturn|(T\u0026):T|static=true",
1251
1251
  "emitScope": "ClassSurface",
@@ -1271,7 +1271,7 @@
1271
1271
  {
1272
1272
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::OldValue(T):T",
1273
1273
  "clrName": "OldValue",
1274
- "metadataToken": 100703188,
1274
+ "metadataToken": 100703193,
1275
1275
  "canonicalSignature": "(T):T",
1276
1276
  "normalizedSignature": "OldValue|(T):T|static=true",
1277
1277
  "emitScope": "ClassSurface",
@@ -1291,7 +1291,7 @@
1291
1291
  {
1292
1292
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Invariant(System.Boolean):System.Void",
1293
1293
  "clrName": "Invariant",
1294
- "metadataToken": 100703189,
1294
+ "metadataToken": 100703194,
1295
1295
  "canonicalSignature": "(System.Boolean):System.Void",
1296
1296
  "normalizedSignature": "Invariant|(System.Boolean):System.Void|static=true",
1297
1297
  "emitScope": "ClassSurface",
@@ -1311,7 +1311,7 @@
1311
1311
  {
1312
1312
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Invariant(System.Boolean,System.String):System.Void",
1313
1313
  "clrName": "Invariant",
1314
- "metadataToken": 100703190,
1314
+ "metadataToken": 100703195,
1315
1315
  "canonicalSignature": "(System.Boolean,System.String):System.Void",
1316
1316
  "normalizedSignature": "Invariant|(System.Boolean,System.String):System.Void|static=true",
1317
1317
  "emitScope": "ClassSurface",
@@ -1331,7 +1331,7 @@
1331
1331
  {
1332
1332
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::ForAll(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
1333
1333
  "clrName": "ForAll",
1334
- "metadataToken": 100703191,
1334
+ "metadataToken": 100703196,
1335
1335
  "canonicalSignature": "(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
1336
1336
  "normalizedSignature": "ForAll|(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=true",
1337
1337
  "emitScope": "ClassSurface",
@@ -1351,7 +1351,7 @@
1351
1351
  {
1352
1352
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::ForAll(IEnumerable_1,Predicate_1):System.Boolean",
1353
1353
  "clrName": "ForAll",
1354
- "metadataToken": 100703192,
1354
+ "metadataToken": 100703197,
1355
1355
  "canonicalSignature": "(IEnumerable_1,Predicate_1):System.Boolean",
1356
1356
  "normalizedSignature": "ForAll|(IEnumerable_1,Predicate_1):System.Boolean|static=true",
1357
1357
  "emitScope": "ClassSurface",
@@ -1371,7 +1371,7 @@
1371
1371
  {
1372
1372
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Exists(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
1373
1373
  "clrName": "Exists",
1374
- "metadataToken": 100703193,
1374
+ "metadataToken": 100703198,
1375
1375
  "canonicalSignature": "(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
1376
1376
  "normalizedSignature": "Exists|(System.Int32,System.Int32,System.Predicate_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=true",
1377
1377
  "emitScope": "ClassSurface",
@@ -1391,7 +1391,7 @@
1391
1391
  {
1392
1392
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::Exists(IEnumerable_1,Predicate_1):System.Boolean",
1393
1393
  "clrName": "Exists",
1394
- "metadataToken": 100703194,
1394
+ "metadataToken": 100703199,
1395
1395
  "canonicalSignature": "(IEnumerable_1,Predicate_1):System.Boolean",
1396
1396
  "normalizedSignature": "Exists|(IEnumerable_1,Predicate_1):System.Boolean|static=true",
1397
1397
  "emitScope": "ClassSurface",
@@ -1411,7 +1411,7 @@
1411
1411
  {
1412
1412
  "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::EndContractBlock():System.Void",
1413
1413
  "clrName": "EndContractBlock",
1414
- "metadataToken": 100703195,
1414
+ "metadataToken": 100703200,
1415
1415
  "canonicalSignature": "():System.Void",
1416
1416
  "normalizedSignature": "EndContractBlock|():System.Void|static=true",
1417
1417
  "emitScope": "ClassSurface",
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Private.CoreLib
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -79,7 +79,7 @@ export const ContractClassForAttribute: {
79
79
 
80
80
  export type ContractClassForAttribute = ContractClassForAttribute$instance;
81
81
 
82
- export interface ContractException$instance extends Exception {
82
+ export interface ContractException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
83
83
  readonly __tsonic_type_System_Diagnostics_Contracts_ContractException: never;
84
84
 
85
85
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -231,19 +231,19 @@ export abstract class Contract$instance {
231
231
  static EndContractBlock(): void;
232
232
  static Ensures(condition: boolean, userMessage: string | null): void;
233
233
  static Ensures(condition: boolean): void;
234
- static EnsuresOnThrow<TException extends Exception>(condition: boolean, userMessage: string | null): void;
235
- static EnsuresOnThrow<TException extends Exception>(condition: boolean): void;
236
- static Exists<T>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
234
+ static EnsuresOnThrow<TException extends unknown & Exception>(condition: boolean, userMessage: string | null): void;
235
+ static EnsuresOnThrow<TException extends unknown & Exception>(condition: boolean): void;
236
+ static Exists<T extends unknown>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
237
237
  static Exists(fromInclusive: int, toExclusive: int, predicate: Predicate_1<System_Internal.Int32>): boolean;
238
- static ForAll<T>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
238
+ static ForAll<T extends unknown>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
239
239
  static ForAll(fromInclusive: int, toExclusive: int, predicate: Predicate_1<System_Internal.Int32>): boolean;
240
240
  static Invariant(condition: boolean, userMessage: string | null): void;
241
241
  static Invariant(condition: boolean): void;
242
- static OldValue<T>(value: T): T;
242
+ static OldValue<T extends unknown>(value: T): T;
243
243
  static Requires(condition: boolean, userMessage: string | null): void;
244
244
  static Requires(condition: boolean): void;
245
- static Result<T>(): T;
246
- static ValueAtReturn<T>(value: T): T;
245
+ static Result<T extends unknown>(): T;
246
+ static ValueAtReturn<T extends unknown>(value: T): T;
247
247
  }
248
248
 
249
249
 
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Diagnostics.Contracts/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
14
  import type { IDictionary } from './System.Collections/internal/index.js';