@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.Diagnostics.DiagnosticSource, System.Diagnostics.FileVersionInfo, System.Diagnostics.Process, System.Diagnostics.TextWriterTraceListener, System.Diagnostics.TraceSource, 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
@@ -176,13 +176,13 @@ export enum TraceOptions {
176
176
  }
177
177
 
178
178
 
179
- export type DataReceivedEventHandler = (sender: JsValue, e: DataReceivedEventArgs) => void;
179
+ export type DataReceivedEventHandler = (sender: unknown, e: DataReceivedEventArgs) => void;
180
180
 
181
181
 
182
182
  export type ExceptionRecorder = (activity: Activity, exception: Exception, tags: TagList) => void;
183
183
 
184
184
 
185
- export type SampleActivity_1<T> = (options: ActivityCreationOptions_1<T>) => ActivitySamplingResult;
185
+ export type SampleActivity_1<T extends unknown> = (options: ActivityCreationOptions_1<T>) => ActivitySamplingResult;
186
186
 
187
187
 
188
188
  export interface ActivityChangedEventArgs$instance {
@@ -213,7 +213,7 @@ export interface ActivityContext$instance {
213
213
  readonly TraceId: ActivityTraceId;
214
214
  readonly TraceState: string | null;
215
215
  Equals(value: ActivityContext): boolean;
216
- Equals(obj: JsValue | null): boolean;
216
+ Equals(obj: unknown | null): boolean;
217
217
  GetHashCode(): int;
218
218
  }
219
219
 
@@ -236,7 +236,7 @@ export interface __ActivityContext$views {
236
236
  export type ActivityContext = ActivityContext$instance & __ActivityContext$views;
237
237
 
238
238
 
239
- export interface ActivityCreationOptions_1$instance<T> {
239
+ export interface ActivityCreationOptions_1$instance<T extends unknown> {
240
240
  readonly __tsonic_type_System_Diagnostics_ActivityCreationOptions_1: never;
241
241
 
242
242
  readonly Kind: ActivityKind;
@@ -245,7 +245,7 @@ export interface ActivityCreationOptions_1$instance<T> {
245
245
  readonly Parent: T;
246
246
  readonly SamplingTags: ActivityTagsCollection;
247
247
  readonly Source: ActivitySource;
248
- readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null;
248
+ readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null;
249
249
  readonly TraceId: ActivityTraceId;
250
250
  get TraceState(): string | null;
251
251
  set TraceState(value: string | null);
@@ -253,19 +253,19 @@ export interface ActivityCreationOptions_1$instance<T> {
253
253
 
254
254
 
255
255
  export const ActivityCreationOptions_1: {
256
- new<T>(): ActivityCreationOptions_1<T>;
256
+ new<T extends unknown>(): ActivityCreationOptions_1<T>;
257
257
  };
258
258
 
259
259
 
260
- export type ActivityCreationOptions_1<T> = ActivityCreationOptions_1$instance<T>;
260
+ export type ActivityCreationOptions_1<T extends unknown> = ActivityCreationOptions_1$instance<T>;
261
261
 
262
262
  export interface ActivityEvent$instance {
263
263
  readonly __tsonic_type_System_Diagnostics_ActivityEvent: never;
264
264
 
265
265
  readonly Name: string;
266
- readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>>;
266
+ readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
267
267
  readonly Timestamp: DateTimeOffset;
268
- EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, JsValue>>;
268
+ EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
269
269
  }
270
270
 
271
271
 
@@ -283,9 +283,9 @@ export interface ActivityLink$instance {
283
283
  readonly __tsonic_iface_System_IEquatable_1: never;
284
284
 
285
285
  readonly Context: ActivityContext;
286
- readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null;
287
- EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, JsValue>>;
288
- Equals(obj: JsValue | null): boolean;
286
+ readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null;
287
+ EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
288
+ Equals(obj: unknown | null): boolean;
289
289
  Equals(value: ActivityLink): boolean;
290
290
  GetHashCode(): int;
291
291
  }
@@ -313,7 +313,7 @@ export interface ActivitySpanId$instance {
313
313
 
314
314
  CopyTo(destination: Span_1<System_Internal.Byte>): void;
315
315
  Equals(spanId: ActivitySpanId): boolean;
316
- Equals(obj: JsValue | null): boolean;
316
+ Equals(obj: unknown | null): boolean;
317
317
  GetHashCode(): int;
318
318
  ToHexString(): string;
319
319
  ToString(): string;
@@ -346,7 +346,7 @@ export interface ActivityTraceId$instance {
346
346
 
347
347
  CopyTo(destination: Span_1<System_Internal.Byte>): void;
348
348
  Equals(traceId: ActivityTraceId): boolean;
349
- Equals(obj: JsValue | null): boolean;
349
+ Equals(obj: unknown | null): boolean;
350
350
  GetHashCode(): int;
351
351
  ToHexString(): string;
352
352
  ToString(): string;
@@ -384,44 +384,44 @@ export interface TagList$instance {
384
384
 
385
385
  readonly Count: int;
386
386
  readonly IsReadOnly: boolean;
387
- Add(key: string, value: JsValue | null): void;
388
- Add(tag: KeyValuePair_2<System_Internal.String, JsValue>): void;
387
+ Add(key: string, value: unknown | null): void;
388
+ Add(tag: KeyValuePair_2<System_Internal.String, unknown>): void;
389
389
  Clear(): void;
390
- Contains(item: KeyValuePair_2<System_Internal.String, JsValue>): boolean;
391
- CopyTo(tags: Span_1<KeyValuePair_2<System_Internal.String, JsValue>>): void;
392
- CopyTo(array: KeyValuePair_2<System_Internal.String, JsValue>[], arrayIndex: int): void;
393
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, JsValue>>;
394
- IndexOf(item: KeyValuePair_2<System_Internal.String, JsValue>): int;
395
- Insert(index: int, item: KeyValuePair_2<System_Internal.String, JsValue>): void;
396
- Remove(item: KeyValuePair_2<System_Internal.String, JsValue>): boolean;
390
+ Contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
391
+ CopyTo(tags: Span_1<KeyValuePair_2<System_Internal.String, unknown>>): void;
392
+ CopyTo(array: KeyValuePair_2<System_Internal.String, unknown>[], arrayIndex: int): void;
393
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
394
+ IndexOf(item: KeyValuePair_2<System_Internal.String, unknown>): int;
395
+ Insert(index: int, item: KeyValuePair_2<System_Internal.String, unknown>): void;
396
+ Remove(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
397
397
  RemoveAt(index: int): void;
398
398
  }
399
399
 
400
400
 
401
401
  export const TagList: {
402
- new(tagList: ReadOnlySpan_1<KeyValuePair_2<System_Internal.String, JsValue>>): TagList;
402
+ new(tagList: ReadOnlySpan_1<KeyValuePair_2<System_Internal.String, unknown>>): TagList;
403
403
  };
404
404
 
405
405
 
406
406
  export interface __TagList$views {
407
- As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
408
- As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
409
- As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
410
- As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
407
+ As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
408
+ As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
409
+ As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
410
+ As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
411
411
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
412
412
  }
413
413
 
414
- export type TagList = TagList$instance & __TagList$views & { [index: number]: KeyValuePair_2<System_Internal.String, JsValue>; };
414
+ export type TagList = TagList$instance & __TagList$views & { [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
415
415
 
416
416
 
417
- export interface TagList_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, JsValue>>, IEnumerator, IDisposable {
417
+ export interface TagList_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>> {
418
418
  readonly __tsonic_type_System_Diagnostics_TagList_Enumerator: never;
419
419
 
420
420
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
421
421
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
422
422
  readonly __tsonic_iface_System_IDisposable: never;
423
423
 
424
- readonly Current: KeyValuePair_2<System_Internal.String, JsValue>;
424
+ readonly Current: KeyValuePair_2<System_Internal.String, unknown>;
425
425
  Dispose(): void;
426
426
  MoveNext(): boolean;
427
427
  Reset(): void;
@@ -465,7 +465,7 @@ export interface Activity$instance {
465
465
  StartTimeUtc: DateTime;
466
466
  readonly Status: ActivityStatusCode;
467
467
  readonly StatusDescription: string | null;
468
- readonly TagObjects: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>>;
468
+ readonly TagObjects: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
469
469
  readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
470
470
  readonly TraceId: ActivityTraceId;
471
471
  get TraceStateString(): string | null;
@@ -475,24 +475,24 @@ export interface Activity$instance {
475
475
  AddException(exception: Exception, tags?: TagList, timestamp?: DateTimeOffset): Activity;
476
476
  AddLink(link: ActivityLink): Activity;
477
477
  AddTag(key: string, value: string | null): Activity;
478
- AddTag(key: string, value: JsValue | null): Activity;
478
+ AddTag(key: string, value: unknown | null): Activity;
479
479
  Dispose(): void;
480
480
  Dispose(disposing: boolean): void;
481
481
  EnumerateEvents(): Activity_Enumerator_1<ActivityEvent>;
482
482
  EnumerateLinks(): Activity_Enumerator_1<ActivityLink>;
483
- EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, JsValue>>;
483
+ EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
484
484
  GetBaggageItem(key: string): string | null;
485
- GetCustomProperty(propertyName: string): JsValue | null;
486
- GetTagItem(key: string): JsValue | null;
485
+ GetCustomProperty(propertyName: string): unknown | null;
486
+ GetTagItem(key: string): unknown | null;
487
487
  SetBaggage(key: string, value: string | null): Activity;
488
- SetCustomProperty(propertyName: string, propertyValue: JsValue | null): void;
488
+ SetCustomProperty(propertyName: string, propertyValue: unknown | null): void;
489
489
  SetEndTime(endTimeUtc: DateTime): Activity;
490
490
  SetIdFormat(format: ActivityIdFormat): Activity;
491
491
  SetParentId(parentId: string): Activity;
492
492
  SetParentId(traceId: ActivityTraceId, spanId: ActivitySpanId, activityTraceFlags?: ActivityTraceFlags): Activity;
493
493
  SetStartTime(startTimeUtc: DateTime): Activity;
494
494
  SetStatus(code: ActivityStatusCode, description?: string | null): Activity;
495
- SetTag(key: string, value: JsValue | null): Activity;
495
+ SetTag(key: string, value: unknown | null): Activity;
496
496
  Start(): Activity;
497
497
  Stop(): void;
498
498
  }
@@ -516,7 +516,7 @@ export interface __Activity$views {
516
516
  export type Activity = Activity$instance & __Activity$views;
517
517
 
518
518
 
519
- export interface Activity_Enumerator_1$instance<T> {
519
+ export interface Activity_Enumerator_1$instance<T extends unknown> {
520
520
  readonly __tsonic_type_System_Diagnostics_Activity_Enumerator_1: never;
521
521
 
522
522
  readonly Current: T;
@@ -526,11 +526,11 @@ export interface Activity_Enumerator_1$instance<T> {
526
526
 
527
527
 
528
528
  export const Activity_Enumerator_1: {
529
- new<T>(): Activity_Enumerator_1<T>;
529
+ new<T extends unknown>(): Activity_Enumerator_1<T>;
530
530
  };
531
531
 
532
532
 
533
- export type Activity_Enumerator_1<T> = Activity_Enumerator_1$instance<T>;
533
+ export type Activity_Enumerator_1<T extends unknown> = Activity_Enumerator_1$instance<T>;
534
534
 
535
535
  export interface ActivityListener$instance extends System_Internal.IDisposable$instance {
536
536
  readonly __tsonic_type_System_Diagnostics_ActivityListener: never;
@@ -571,25 +571,25 @@ export interface ActivitySource$instance extends System_Internal.IDisposable$ins
571
571
  readonly __tsonic_iface_System_IDisposable: never;
572
572
 
573
573
  readonly Name: string;
574
- readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null;
574
+ readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null;
575
575
  readonly TelemetrySchemaUrl: string | null;
576
576
  readonly Version: string | null;
577
577
  CreateActivity(name: string, kind: ActivityKind): Activity | null;
578
- CreateActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null, links?: IEnumerable_1<ActivityLink> | null, idFormat?: ActivityIdFormat): Activity | null;
579
- CreateActivity(name: string, kind: ActivityKind, parentId: string | null, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null, links?: IEnumerable_1<ActivityLink> | null, idFormat?: ActivityIdFormat): Activity | null;
578
+ CreateActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null, links?: IEnumerable_1<ActivityLink> | null, idFormat?: ActivityIdFormat): Activity | null;
579
+ CreateActivity(name: string, kind: ActivityKind, parentId: string | null, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null, links?: IEnumerable_1<ActivityLink> | null, idFormat?: ActivityIdFormat): Activity | null;
580
580
  Dispose(): void;
581
581
  HasListeners(): boolean;
582
582
  StartActivity(name?: string, kind?: ActivityKind): Activity | null;
583
- StartActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null, links?: IEnumerable_1<ActivityLink> | null, startTime?: DateTimeOffset): Activity | null;
584
- StartActivity(name: string, kind: ActivityKind, parentId: string | null, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null, links?: IEnumerable_1<ActivityLink> | null, startTime?: DateTimeOffset): Activity | null;
585
- StartActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null, links?: IEnumerable_1<ActivityLink> | null, startTime?: DateTimeOffset, name?: string): Activity | null;
583
+ StartActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null, links?: IEnumerable_1<ActivityLink> | null, startTime?: DateTimeOffset): Activity | null;
584
+ StartActivity(name: string, kind: ActivityKind, parentId: string | null, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null, links?: IEnumerable_1<ActivityLink> | null, startTime?: DateTimeOffset): Activity | null;
585
+ StartActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null, links?: IEnumerable_1<ActivityLink> | null, startTime?: DateTimeOffset, name?: string): Activity | null;
586
586
  }
587
587
 
588
588
 
589
589
  export const ActivitySource: {
590
590
  new(name: string): ActivitySource;
591
591
  new(name: string, version: string | null): ActivitySource;
592
- new(name: string, version: string | null, tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null): ActivitySource;
592
+ new(name: string, version: string | null, tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null): ActivitySource;
593
593
  new(options: ActivitySourceOptions): ActivitySource;
594
594
  AddActivityListener(listener: ActivityListener): void;
595
595
  };
@@ -606,8 +606,8 @@ export interface ActivitySourceOptions$instance {
606
606
  readonly __tsonic_type_System_Diagnostics_ActivitySourceOptions: never;
607
607
 
608
608
  Name: string;
609
- get Tags(): IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null;
610
- set Tags(value: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>> | null);
609
+ get Tags(): IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null;
610
+ set Tags(value: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null);
611
611
  get TelemetrySchemaUrl(): string | null;
612
612
  set TelemetrySchemaUrl(value: string | null);
613
613
  get Version(): string | null;
@@ -633,46 +633,47 @@ export interface ActivityTagsCollection$instance {
633
633
  readonly Count: int;
634
634
  readonly IsReadOnly: boolean;
635
635
  readonly Keys: ICollection_1<System_Internal.String>;
636
- readonly Values: ICollection_1<JsValue | null>;
637
- Add(key: string, value: JsValue | null): void;
638
- Add(item: KeyValuePair_2<System_Internal.String, JsValue>): void;
636
+ readonly Values: ICollection_1<unknown | null>;
637
+ Add(key: string, value: unknown | null): void;
638
+ Add(item: KeyValuePair_2<System_Internal.String, unknown>): void;
639
639
  Clear(): void;
640
- Contains(item: KeyValuePair_2<System_Internal.String, JsValue>): boolean;
640
+ Contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
641
641
  ContainsKey(key: string): boolean;
642
- CopyTo(array: KeyValuePair_2<System_Internal.String, JsValue>[], arrayIndex: int): void;
642
+ CopyTo(array: KeyValuePair_2<System_Internal.String, unknown>[], arrayIndex: int): void;
643
643
  GetEnumerator(): ActivityTagsCollection_Enumerator;
644
644
  Remove(key: string): boolean;
645
- Remove(item: KeyValuePair_2<System_Internal.String, JsValue>): boolean;
646
- TryGetValue(key: string, value: JsValue | null): boolean;
645
+ Remove(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
646
+ TryGetValue(key: string, value: unknown | null): boolean;
647
647
  }
648
648
 
649
649
 
650
650
  export const ActivityTagsCollection: {
651
651
  new(): ActivityTagsCollection;
652
- new(list: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsValue>>): ActivityTagsCollection;
652
+ new(list: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): ActivityTagsCollection;
653
653
  };
654
654
 
655
655
 
656
656
  export interface __ActivityTagsCollection$views {
657
- As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
658
- As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, JsValue>;
659
- As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
657
+ As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
658
+ As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>;
659
+ As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
660
660
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
661
661
  }
662
662
 
663
- export type ActivityTagsCollection = ActivityTagsCollection$instance & __ActivityTagsCollection$views & { [key: string]: JsValue | null; };
663
+ export type ActivityTagsCollection = ActivityTagsCollection$instance & __ActivityTagsCollection$views & { [key: string]: unknown | null; };
664
664
 
665
665
 
666
- export interface ActivityTagsCollection_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, JsValue>>, IEnumerator, IDisposable {
666
+ export interface ActivityTagsCollection_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>> {
667
667
  readonly __tsonic_type_System_Diagnostics_ActivityTagsCollection_Enumerator: never;
668
668
 
669
669
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
670
670
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
671
671
  readonly __tsonic_iface_System_IDisposable: never;
672
672
 
673
- readonly Current: KeyValuePair_2<System_Internal.String, JsValue>;
673
+ readonly Current: KeyValuePair_2<System_Internal.String, unknown>;
674
674
  Dispose(): void;
675
675
  MoveNext(): boolean;
676
+ Reset(): void;
676
677
  }
677
678
 
678
679
 
@@ -741,7 +742,7 @@ export interface CorrelationManager$instance {
741
742
  ActivityId: Guid;
742
743
  readonly LogicalOperationStack: Stack;
743
744
  StartLogicalOperation(): void;
744
- StartLogicalOperation(operationId: JsValue): void;
745
+ StartLogicalOperation(operationId: unknown): void;
745
746
  StopLogicalOperation(): void;
746
747
  }
747
748
 
@@ -968,13 +969,13 @@ export interface DefaultTraceListener$instance extends TraceListener$instance {
968
969
  Fail(message: string | null): void;
969
970
  Fail(message: string | null, detailMessage: string | null): void;
970
971
  Write(message: string | null): void;
971
- Write(o: JsValue | null): void;
972
+ Write(o: unknown | null): void;
972
973
  Write(message: string | null, category: string | null): void;
973
- Write(o: JsValue | null, category: string | null): void;
974
+ Write(o: unknown | null, category: string | null): void;
974
975
  WriteLine(message: string | null): void;
975
- WriteLine(o: JsValue | null): void;
976
+ WriteLine(o: unknown | null): void;
976
977
  WriteLine(message: string | null, category: string | null): void;
977
- WriteLine(o: JsValue | null, category: string | null): void;
978
+ WriteLine(o: unknown | null, category: string | null): void;
978
979
  }
979
980
 
980
981
 
@@ -997,9 +998,11 @@ export interface DelimitedListTraceListener$instance extends TextWriterTraceList
997
998
 
998
999
  Delimiter: string;
999
1000
  GetSupportedAttributes(): string[];
1000
- TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: JsValue | null): void;
1001
- TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (JsValue | null)[] | null): void;
1002
- TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, ...args: (JsValue | null)[] | null): void;
1001
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: unknown | null): void;
1002
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (unknown | null)[]): void;
1003
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: (unknown | null)[] | null): void;
1004
+ TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, ...args: (unknown | null)[]): void;
1005
+ TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, args: (unknown | null)[] | null): void;
1003
1006
  TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, message: string | null): void;
1004
1007
  TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int): void;
1005
1008
  }
@@ -1032,16 +1035,16 @@ export interface DiagnosticListener$instance extends DiagnosticSource, System_In
1032
1035
  Dispose(): void;
1033
1036
  IsEnabled(): boolean;
1034
1037
  IsEnabled(name: string): boolean;
1035
- IsEnabled(name: string, arg1: JsValue | null, arg2?: JsValue | null): boolean;
1036
- OnActivityExport(activity: Activity, payload: JsValue | null): void;
1037
- OnActivityImport(activity: Activity, payload: JsValue | null): void;
1038
- Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, JsValue>>, isEnabled: Func_4<System_Internal.String, JsValue | null, JsValue | null, System_Internal.Boolean> | null, onActivityImport?: Action_2<Activity, JsValue | null> | null, onActivityExport?: Action_2<Activity, JsValue | null> | null): IDisposable;
1039
- Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, JsValue>>, isEnabled: Predicate_1<System_Internal.String> | null): IDisposable;
1040
- Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, JsValue>>, isEnabled: Func_4<System_Internal.String, JsValue | null, JsValue | null, System_Internal.Boolean> | null): IDisposable;
1041
- Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, JsValue>>): IDisposable;
1038
+ IsEnabled(name: string, arg1: unknown | null, arg2?: unknown | null): boolean;
1039
+ OnActivityExport(activity: Activity, payload: unknown | null): void;
1040
+ OnActivityImport(activity: Activity, payload: unknown | null): void;
1041
+ Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Func_4<System_Internal.String, unknown | null, unknown | null, System_Internal.Boolean> | null, onActivityImport?: Action_2<Activity, unknown | null> | null, onActivityExport?: Action_2<Activity, unknown | null> | null): IDisposable;
1042
+ Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Predicate_1<System_Internal.String> | null): IDisposable;
1043
+ Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Func_4<System_Internal.String, unknown | null, unknown | null, System_Internal.Boolean> | null): IDisposable;
1044
+ Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>): IDisposable;
1042
1045
  ToString(): string;
1043
- Write(name: string, value: JsValue | null): void;
1044
- Write<T>(name: string, value: T): void;
1046
+ Write(name: string, value: unknown | null): void;
1047
+ Write<T extends unknown>(name: string, value: T): void;
1045
1048
  }
1046
1049
 
1047
1050
 
@@ -1053,7 +1056,7 @@ export const DiagnosticListener: {
1053
1056
 
1054
1057
  export interface __DiagnosticListener$views {
1055
1058
  As_IDisposable(): System_Internal.IDisposable$instance;
1056
- As_IObservable_1(): System_Internal.IObservable_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
1059
+ As_IObservable_1(): System_Internal.IObservable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
1057
1060
  }
1058
1061
 
1059
1062
  export type DiagnosticListener = DiagnosticListener$instance & __DiagnosticListener$views;
@@ -1080,15 +1083,15 @@ export interface DiagnosticSource$instance {
1080
1083
  readonly __tsonic_type_System_Diagnostics_DiagnosticSource: never;
1081
1084
 
1082
1085
  IsEnabled(name: string): boolean;
1083
- IsEnabled(name: string, arg1: JsValue | null, arg2?: JsValue | null): boolean;
1084
- OnActivityExport(activity: Activity, payload: JsValue | null): void;
1085
- OnActivityImport(activity: Activity, payload: JsValue | null): void;
1086
- StartActivity(activity: Activity, args: JsValue | null): Activity;
1087
- StartActivity<T>(activity: Activity, args: T): Activity;
1088
- StopActivity(activity: Activity, args: JsValue | null): void;
1089
- StopActivity<T>(activity: Activity, args: T): void;
1090
- Write(name: string, value: JsValue | null): void;
1091
- Write<T>(name: string, value: T): void;
1086
+ IsEnabled(name: string, arg1: unknown | null, arg2?: unknown | null): boolean;
1087
+ OnActivityExport(activity: Activity, payload: unknown | null): void;
1088
+ OnActivityImport(activity: Activity, payload: unknown | null): void;
1089
+ StartActivity(activity: Activity, args: unknown | null): Activity;
1090
+ StartActivity<T extends unknown>(activity: Activity, args: T): Activity;
1091
+ StopActivity(activity: Activity, args: unknown | null): void;
1092
+ StopActivity<T extends unknown>(activity: Activity, args: T): void;
1093
+ Write(name: string, value: unknown | null): void;
1094
+ Write<T extends unknown>(name: string, value: T): void;
1092
1095
  }
1093
1096
 
1094
1097
 
@@ -1102,9 +1105,9 @@ export interface DistributedContextPropagator$instance {
1102
1105
  readonly __tsonic_type_System_Diagnostics_DistributedContextPropagator: never;
1103
1106
 
1104
1107
  readonly Fields: IReadOnlyCollection_1<System_Internal.String>;
1105
- ExtractBaggage(carrier: JsValue | null, getter: DistributedContextPropagator_PropagatorGetterCallback | null): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> | null;
1106
- ExtractTraceIdAndState(carrier: JsValue | null, getter: DistributedContextPropagator_PropagatorGetterCallback | null, traceId: string | null, traceState: string | null): void;
1107
- Inject(activity: Activity | null, carrier: JsValue | null, setter: DistributedContextPropagator_PropagatorSetterCallback | null): void;
1108
+ ExtractBaggage(carrier: unknown | null, getter: DistributedContextPropagator_PropagatorGetterCallback | null): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> | null;
1109
+ ExtractTraceIdAndState(carrier: unknown | null, getter: DistributedContextPropagator_PropagatorGetterCallback | null, traceId: string | null, traceState: string | null): void;
1110
+ Inject(activity: Activity | null, carrier: unknown | null, setter: DistributedContextPropagator_PropagatorSetterCallback | null): void;
1108
1111
  }
1109
1112
 
1110
1113
 
@@ -1120,17 +1123,17 @@ export const DistributedContextPropagator: (abstract new() => DistributedContext
1120
1123
 
1121
1124
  export type DistributedContextPropagator = DistributedContextPropagator$instance;
1122
1125
 
1123
- export type DistributedContextPropagator_PropagatorGetterCallback = (carrier: JsValue | null, fieldName: string, fieldValue: string | null, fieldValues: IEnumerable_1<System_Internal.String> | null) => void;
1126
+ export type DistributedContextPropagator_PropagatorGetterCallback = (carrier: unknown | null, fieldName: string, fieldValue: string | null, fieldValues: IEnumerable_1<System_Internal.String> | null) => void;
1124
1127
 
1125
1128
 
1126
- export type DistributedContextPropagator_PropagatorSetterCallback = (carrier: JsValue | null, fieldName: string, fieldValue: string) => void;
1129
+ export type DistributedContextPropagator_PropagatorSetterCallback = (carrier: unknown | null, fieldName: string, fieldValue: string) => void;
1127
1130
 
1128
1131
 
1129
1132
  export interface EventTypeFilter$instance extends TraceFilter {
1130
1133
  readonly __tsonic_type_System_Diagnostics_EventTypeFilter: never;
1131
1134
 
1132
1135
  EventType: SourceLevels;
1133
- ShouldTrace(cache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, formatOrMessage: string | null, args: (JsValue | null)[] | null, data1: JsValue | null, data: (JsValue | null)[] | null): boolean;
1136
+ ShouldTrace(cache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, formatOrMessage: string | null, args: (unknown | null)[] | null, data1: unknown | null, data: (unknown | null)[] | null): boolean;
1134
1137
  }
1135
1138
 
1136
1139
 
@@ -1501,7 +1504,7 @@ export interface SourceFilter$instance extends TraceFilter {
1501
1504
  readonly __tsonic_type_System_Diagnostics_SourceFilter: never;
1502
1505
 
1503
1506
  Source: string;
1504
- ShouldTrace(cache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, formatOrMessage: string | null, args: (JsValue | null)[] | null, data1: JsValue | null, data: (JsValue | null)[] | null): boolean;
1507
+ ShouldTrace(cache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, formatOrMessage: string | null, args: (unknown | null)[] | null, data1: unknown | null, data: (unknown | null)[] | null): boolean;
1505
1508
  }
1506
1509
 
1507
1510
 
@@ -1688,13 +1691,13 @@ export interface TextWriterTraceListener$instance extends TraceListener$instance
1688
1691
  Dispose(): void;
1689
1692
  Flush(): void;
1690
1693
  Write(message: string | null): void;
1691
- Write(o: JsValue | null): void;
1694
+ Write(o: unknown | null): void;
1692
1695
  Write(message: string | null, category: string | null): void;
1693
- Write(o: JsValue | null, category: string | null): void;
1696
+ Write(o: unknown | null, category: string | null): void;
1694
1697
  WriteLine(message: string | null): void;
1695
- WriteLine(o: JsValue | null): void;
1698
+ WriteLine(o: unknown | null): void;
1696
1699
  WriteLine(message: string | null, category: string | null): void;
1697
- WriteLine(o: JsValue | null, category: string | null): void;
1700
+ WriteLine(o: unknown | null, category: string | null): void;
1698
1701
  }
1699
1702
 
1700
1703
 
@@ -1738,27 +1741,30 @@ export const Trace: {
1738
1741
  Flush(): void;
1739
1742
  Indent(): void;
1740
1743
  Refresh(): void;
1741
- TraceError(format: string, ...args: (JsValue | null)[] | null): void;
1744
+ TraceError(format: string, ...args: (unknown | null)[]): void;
1745
+ TraceError(format: string, args: (unknown | null)[] | null): void;
1742
1746
  TraceError(message: string | null): void;
1743
- TraceInformation(format: string, ...args: (JsValue | null)[] | null): void;
1747
+ TraceInformation(format: string, ...args: (unknown | null)[]): void;
1748
+ TraceInformation(format: string, args: (unknown | null)[] | null): void;
1744
1749
  TraceInformation(message: string | null): void;
1745
- TraceWarning(format: string, ...args: (JsValue | null)[] | null): void;
1750
+ TraceWarning(format: string, ...args: (unknown | null)[]): void;
1751
+ TraceWarning(format: string, args: (unknown | null)[] | null): void;
1746
1752
  TraceWarning(message: string | null): void;
1747
1753
  Unindent(): void;
1748
- Write(value: JsValue | null, category: string | null): void;
1749
- Write(value: JsValue | null): void;
1754
+ Write(value: unknown | null, category: string | null): void;
1755
+ Write(value: unknown | null): void;
1750
1756
  Write(message: string | null, category: string | null): void;
1751
1757
  Write(message: string | null): void;
1752
- WriteIf(condition: boolean, value: JsValue | null, category: string | null): void;
1753
- WriteIf(condition: boolean, value: JsValue | null): void;
1758
+ WriteIf(condition: boolean, value: unknown | null, category: string | null): void;
1759
+ WriteIf(condition: boolean, value: unknown | null): void;
1754
1760
  WriteIf(condition: boolean, message: string | null, category: string | null): void;
1755
1761
  WriteIf(condition: boolean, message: string | null): void;
1756
- WriteLine(value: JsValue | null, category: string | null): void;
1757
- WriteLine(value: JsValue | null): void;
1762
+ WriteLine(value: unknown | null, category: string | null): void;
1763
+ WriteLine(value: unknown | null): void;
1758
1764
  WriteLine(message: string | null, category: string | null): void;
1759
1765
  WriteLine(message: string | null): void;
1760
- WriteLineIf(condition: boolean, value: JsValue | null, category: string | null): void;
1761
- WriteLineIf(condition: boolean, value: JsValue | null): void;
1766
+ WriteLineIf(condition: boolean, value: unknown | null, category: string | null): void;
1767
+ WriteLineIf(condition: boolean, value: unknown | null): void;
1762
1768
  WriteLineIf(condition: boolean, message: string | null, category: string | null): void;
1763
1769
  WriteLineIf(condition: boolean, message: string | null): void;
1764
1770
  };
@@ -1788,7 +1794,7 @@ export type TraceEventCache = TraceEventCache$instance;
1788
1794
  export interface TraceFilter$instance {
1789
1795
  readonly __tsonic_type_System_Diagnostics_TraceFilter: never;
1790
1796
 
1791
- ShouldTrace(cache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, formatOrMessage: string | null, args: (JsValue | null)[] | null, data1: JsValue | null, data: (JsValue | null)[] | null): boolean;
1797
+ ShouldTrace(cache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, formatOrMessage: string | null, args: (unknown | null)[] | null, data1: unknown | null, data: (unknown | null)[] | null): boolean;
1792
1798
  }
1793
1799
 
1794
1800
 
@@ -1818,21 +1824,23 @@ export interface TraceListener$instance extends MarshalByRefObject {
1818
1824
  Fail(message: string | null, detailMessage: string | null): void;
1819
1825
  Flush(): void;
1820
1826
  GetSupportedAttributes(): string[] | null;
1821
- TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: JsValue | null): void;
1822
- TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (JsValue | null)[] | null): void;
1827
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: unknown | null): void;
1828
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (unknown | null)[]): void;
1829
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: (unknown | null)[] | null): void;
1823
1830
  TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int): void;
1824
1831
  TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, message: string | null): void;
1825
- TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, ...args: (JsValue | null)[] | null): void;
1832
+ TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, ...args: (unknown | null)[]): void;
1833
+ TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, args: (unknown | null)[] | null): void;
1826
1834
  TraceTransfer(eventCache: TraceEventCache | null, source: string, id: int, message: string | null, relatedActivityId: Guid): void;
1827
1835
  Write(message: string | null): void;
1828
- Write(o: JsValue | null): void;
1836
+ Write(o: unknown | null): void;
1829
1837
  Write(message: string | null, category: string | null): void;
1830
- Write(o: JsValue | null, category: string | null): void;
1838
+ Write(o: unknown | null, category: string | null): void;
1831
1839
  WriteIndent(): void;
1832
1840
  WriteLine(message: string | null): void;
1833
- WriteLine(o: JsValue | null): void;
1841
+ WriteLine(o: unknown | null): void;
1834
1842
  WriteLine(message: string | null, category: string | null): void;
1835
- WriteLine(o: JsValue | null, category: string | null): void;
1843
+ WriteLine(o: unknown | null, category: string | null): void;
1836
1844
  }
1837
1845
 
1838
1846
 
@@ -1897,13 +1905,16 @@ export interface TraceSource$instance {
1897
1905
  Close(): void;
1898
1906
  Flush(): void;
1899
1907
  GetSupportedAttributes(): string[] | null;
1900
- TraceData(eventType: TraceEventType, id: int, data: JsValue | null): void;
1901
- TraceData(eventType: TraceEventType, id: int, ...data: (JsValue | null)[] | null): void;
1908
+ TraceData(eventType: TraceEventType, id: int, data: unknown | null): void;
1909
+ TraceData(eventType: TraceEventType, id: int, ...data: (unknown | null)[]): void;
1910
+ TraceData(eventType: TraceEventType, id: int, data: (unknown | null)[] | null): void;
1902
1911
  TraceEvent(eventType: TraceEventType, id: int): void;
1903
1912
  TraceEvent(eventType: TraceEventType, id: int, message: string | null): void;
1904
- TraceEvent(eventType: TraceEventType, id: int, format: string | null, ...args: (JsValue | null)[] | null): void;
1913
+ TraceEvent(eventType: TraceEventType, id: int, format: string | null, ...args: (unknown | null)[]): void;
1914
+ TraceEvent(eventType: TraceEventType, id: int, format: string | null, args: (unknown | null)[] | null): void;
1905
1915
  TraceInformation(message: string | null): void;
1906
- TraceInformation(format: string | null, ...args: (JsValue | null)[] | null): void;
1916
+ TraceInformation(format: string | null, ...args: (unknown | null)[]): void;
1917
+ TraceInformation(format: string | null, args: (unknown | null)[] | null): void;
1907
1918
  TraceTransfer(id: int, message: string | null, relatedActivityId: Guid): void;
1908
1919
  }
1909
1920
 
@@ -1967,20 +1978,22 @@ export interface XmlWriterTraceListener$instance extends TextWriterTraceListener
1967
1978
  Close(): void;
1968
1979
  Fail(message: string | null, detailMessage: string | null): void;
1969
1980
  Fail(message: string | null): void;
1970
- TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: JsValue | null): void;
1971
- TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (JsValue | null)[] | null): void;
1972
- TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, ...args: (JsValue | null)[] | null): void;
1981
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: unknown | null): void;
1982
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (unknown | null)[]): void;
1983
+ TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, data: (unknown | null)[] | null): void;
1984
+ TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, ...args: (unknown | null)[]): void;
1985
+ TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, format: string | null, args: (unknown | null)[] | null): void;
1973
1986
  TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, message: string | null): void;
1974
1987
  TraceEvent(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int): void;
1975
1988
  TraceTransfer(eventCache: TraceEventCache | null, source: string, id: int, message: string | null, relatedActivityId: Guid): void;
1976
1989
  Write(message: string | null): void;
1977
- Write(o: JsValue | null): void;
1990
+ Write(o: unknown | null): void;
1978
1991
  Write(message: string | null, category: string | null): void;
1979
- Write(o: JsValue | null, category: string | null): void;
1992
+ Write(o: unknown | null, category: string | null): void;
1980
1993
  WriteLine(message: string | null): void;
1981
- WriteLine(o: JsValue | null): void;
1994
+ WriteLine(o: unknown | null): void;
1982
1995
  WriteLine(message: string | null, category: string | null): void;
1983
- WriteLine(o: JsValue | null, category: string | null): void;
1996
+ WriteLine(o: unknown | null, category: string | null): void;
1984
1997
  }
1985
1998
 
1986
1999
 
@@ -2007,7 +2020,7 @@ export abstract class Debug$instance {
2007
2020
  static IndentSize: int;
2008
2021
  static Assert(condition: boolean, message: Debug_AssertInterpolatedStringHandler, detailMessage: Debug_AssertInterpolatedStringHandler): void;
2009
2022
  static Assert(condition: boolean, message: Debug_AssertInterpolatedStringHandler): void;
2010
- static Assert(condition: boolean, message: string | null, detailMessageFormat: string, ...args: (JsValue | null)[]): void;
2023
+ static Assert(condition: boolean, message: string | null, detailMessageFormat: string, ...args: (unknown | null)[]): void;
2011
2024
  static Assert(condition: boolean, message: string | null, detailMessage: string | null): void;
2012
2025
  static Assert(condition: boolean, message?: string | null): void;
2013
2026
  static Assert(condition: boolean): void;
@@ -2016,29 +2029,29 @@ export abstract class Debug$instance {
2016
2029
  static Fail(message: string | null): void;
2017
2030
  static Flush(): void;
2018
2031
  static Indent(): void;
2019
- static Print(format: string, ...args: (JsValue | null)[]): void;
2032
+ static Print(format: string, ...args: (unknown | null)[]): void;
2020
2033
  static Print(message: string | null): void;
2021
2034
  static SetProvider(provider: DebugProvider): DebugProvider;
2022
2035
  static Unindent(): void;
2023
- static Write(value: JsValue | null, category: string | null): void;
2024
- static Write(value: JsValue | null): void;
2036
+ static Write(value: unknown | null, category: string | null): void;
2037
+ static Write(value: unknown | null): void;
2025
2038
  static Write(message: string | null, category: string | null): void;
2026
2039
  static Write(message: string | null): void;
2027
2040
  static WriteIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler, category: string | null): void;
2028
2041
  static WriteIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler): void;
2029
- static WriteIf(condition: boolean, value: JsValue | null, category: string | null): void;
2030
- static WriteIf(condition: boolean, value: JsValue | null): void;
2042
+ static WriteIf(condition: boolean, value: unknown | null, category: string | null): void;
2043
+ static WriteIf(condition: boolean, value: unknown | null): void;
2031
2044
  static WriteIf(condition: boolean, message: string | null, category: string | null): void;
2032
2045
  static WriteIf(condition: boolean, message: string | null): void;
2033
- static WriteLine(value: JsValue | null, category: string | null): void;
2034
- static WriteLine(value: JsValue | null): void;
2035
- static WriteLine(format: string, ...args: (JsValue | null)[]): void;
2046
+ static WriteLine(value: unknown | null, category: string | null): void;
2047
+ static WriteLine(value: unknown | null): void;
2048
+ static WriteLine(format: string, ...args: (unknown | null)[]): void;
2036
2049
  static WriteLine(message: string | null, category: string | null): void;
2037
2050
  static WriteLine(message: string | null): void;
2038
2051
  static WriteLineIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler, category: string | null): void;
2039
2052
  static WriteLineIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler): void;
2040
- static WriteLineIf(condition: boolean, value: JsValue | null, category: string | null): void;
2041
- static WriteLineIf(condition: boolean, value: JsValue | null): void;
2053
+ static WriteLineIf(condition: boolean, value: unknown | null, category: string | null): void;
2054
+ static WriteLineIf(condition: boolean, value: unknown | null): void;
2042
2055
  static WriteLineIf(condition: boolean, message: string | null, category: string | null): void;
2043
2056
  static WriteLineIf(condition: boolean, message: string | null): void;
2044
2057
  }
@@ -2049,15 +2062,15 @@ export type Debug = Debug$instance;
2049
2062
  export interface Debug_AssertInterpolatedStringHandler$instance {
2050
2063
  readonly __tsonic_type_System_Diagnostics_Debug_AssertInterpolatedStringHandler: never;
2051
2064
 
2052
- AppendFormatted<T>(value: T): void;
2053
- AppendFormatted<T>(value: T, format: string | null): void;
2054
- AppendFormatted<T>(value: T, alignment: int): void;
2055
- AppendFormatted<T>(value: T, alignment: int, format: string | null): void;
2065
+ AppendFormatted<T extends unknown>(value: T): void;
2066
+ AppendFormatted<T extends unknown>(value: T, format: string | null): void;
2067
+ AppendFormatted<T extends unknown>(value: T, alignment: int): void;
2068
+ AppendFormatted<T extends unknown>(value: T, alignment: int, format: string | null): void;
2056
2069
  AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
2057
2070
  AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string | null): void;
2058
2071
  AppendFormatted(value: string | null): void;
2059
2072
  AppendFormatted(value: string | null, alignment?: int, format?: string | null): void;
2060
- AppendFormatted(value: JsValue | null, alignment?: int, format?: string | null): void;
2073
+ AppendFormatted(value: unknown | null, alignment?: int, format?: string | null): void;
2061
2074
  AppendLiteral(value: string): void;
2062
2075
  }
2063
2076
 
@@ -2072,15 +2085,15 @@ export type Debug_AssertInterpolatedStringHandler = Debug_AssertInterpolatedStri
2072
2085
  export interface Debug_WriteIfInterpolatedStringHandler$instance {
2073
2086
  readonly __tsonic_type_System_Diagnostics_Debug_WriteIfInterpolatedStringHandler: never;
2074
2087
 
2075
- AppendFormatted<T>(value: T): void;
2076
- AppendFormatted<T>(value: T, format: string | null): void;
2077
- AppendFormatted<T>(value: T, alignment: int): void;
2078
- AppendFormatted<T>(value: T, alignment: int, format: string | null): void;
2088
+ AppendFormatted<T extends unknown>(value: T): void;
2089
+ AppendFormatted<T extends unknown>(value: T, format: string | null): void;
2090
+ AppendFormatted<T extends unknown>(value: T, alignment: int): void;
2091
+ AppendFormatted<T extends unknown>(value: T, alignment: int, format: string | null): void;
2079
2092
  AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
2080
2093
  AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string | null): void;
2081
2094
  AppendFormatted(value: string | null): void;
2082
2095
  AppendFormatted(value: string | null, alignment?: int, format?: string | null): void;
2083
- AppendFormatted(value: JsValue | null, alignment?: int, format?: string | null): void;
2096
+ AppendFormatted(value: unknown | null, alignment?: int, format?: string | null): void;
2084
2097
  AppendLiteral(value: string): void;
2085
2098
  }
2086
2099