@tsonic/dotnet 10.0.2 → 10.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -3
  2. package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
  5. package/Microsoft.Win32/internal/index.d.ts +0 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
  7. package/System/internal/index.d.ts +87 -200
  8. package/System.Buffers/internal/index.d.ts +10 -23
  9. package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
  10. package/System.Collections/internal/index.d.ts +41 -57
  11. package/System.Collections.Concurrent/internal/index.d.ts +4 -10
  12. package/System.Collections.Generic/internal/index.d.ts +15 -37
  13. package/System.Collections.Immutable/internal/index.d.ts +7 -20
  14. package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
  15. package/System.Collections.Specialized/internal/index.d.ts +15 -30
  16. package/System.ComponentModel/internal/index.d.ts +126 -216
  17. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
  18. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
  19. package/System.ComponentModel.Design/internal/index.d.ts +26 -53
  20. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
  21. package/System.Data/internal/index.d.ts +110 -188
  22. package/System.Data.Common/internal/index.d.ts +155 -238
  23. package/System.Data.SqlTypes/internal/index.d.ts +6 -7
  24. package/System.Diagnostics/internal/index.d.ts +105 -169
  25. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
  26. package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
  27. package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
  28. package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
  29. package/System.Dynamic/internal/index.d.ts +15 -29
  30. package/System.Formats.Asn1/internal/index.d.ts +0 -1
  31. package/System.Formats.Tar/internal/index.d.ts +1 -1
  32. package/System.Globalization/internal/index.d.ts +17 -51
  33. package/System.IO/internal/index.d.ts +47 -123
  34. package/System.IO.Compression/internal/index.d.ts +11 -33
  35. package/System.IO.Enumeration/internal/index.d.ts +11 -16
  36. package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
  37. package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
  38. package/System.IO.Pipelines/internal/index.d.ts +7 -18
  39. package/System.IO.Pipes/internal/index.d.ts +24 -50
  40. package/System.Linq/internal/index.d.ts +0 -4
  41. package/System.Linq.Expressions/internal/index.d.ts +108 -257
  42. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
  43. package/System.Net/internal/index.d.ts +133 -184
  44. package/System.Net.Http/internal/index.d.ts +128 -201
  45. package/System.Net.Http.Headers/internal/index.d.ts +37 -40
  46. package/System.Net.Http.Json/internal/index.d.ts +8 -13
  47. package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
  48. package/System.Net.Mail/internal/index.d.ts +49 -105
  49. package/System.Net.Mime/internal/index.d.ts +4 -3
  50. package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
  51. package/System.Net.Quic/internal/index.d.ts +5 -11
  52. package/System.Net.Security/internal/index.d.ts +30 -42
  53. package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
  54. package/System.Net.Sockets/internal/index.d.ts +33 -56
  55. package/System.Net.WebSockets/internal/index.d.ts +16 -23
  56. package/System.Numerics/internal/index.d.ts +5 -5
  57. package/System.Reflection/internal/index.d.ts +66 -102
  58. package/System.Reflection.Emit/internal/index.d.ts +104 -177
  59. package/System.Reflection.Metadata/internal/index.d.ts +11 -21
  60. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
  61. package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
  62. package/System.Resources/internal/index.d.ts +8 -20
  63. package/System.Runtime/internal/index.d.ts +5 -8
  64. package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
  65. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
  66. package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
  67. package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
  68. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
  69. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
  70. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  71. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
  72. package/System.Runtime.Loader/internal/index.d.ts +5 -11
  73. package/System.Runtime.Serialization/internal/index.d.ts +62 -65
  74. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
  75. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  76. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
  77. package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
  78. package/System.Runtime.Versioning/internal/index.d.ts +6 -6
  79. package/System.Security/internal/index.d.ts +22 -25
  80. package/System.Security.AccessControl/internal/index.d.ts +51 -89
  81. package/System.Security.Authentication/internal/index.d.ts +0 -2
  82. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
  83. package/System.Security.Claims/internal/index.d.ts +19 -38
  84. package/System.Security.Cryptography/internal/index.d.ts +492 -903
  85. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
  86. package/System.Security.Permissions/internal/index.d.ts +2 -4
  87. package/System.Security.Policy/internal/index.d.ts +3 -4
  88. package/System.Security.Principal/internal/index.d.ts +11 -17
  89. package/System.Text/internal/index.d.ts +11 -23
  90. package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
  91. package/System.Text.Json/internal/index.d.ts +10 -12
  92. package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
  93. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  94. package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
  95. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
  96. package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
  97. package/System.Threading/internal/index.d.ts +36 -106
  98. package/System.Threading.Channels/internal/index.d.ts +7 -12
  99. package/System.Threading.Tasks/internal/index.d.ts +18 -29
  100. package/System.Timers/internal/index.d.ts +4 -8
  101. package/System.Transactions/internal/index.d.ts +3 -14
  102. package/System.Xml/internal/index.d.ts +104 -167
  103. package/System.Xml.Linq/internal/index.d.ts +17 -13
  104. package/System.Xml.Schema/internal/index.d.ts +117 -112
  105. package/System.Xml.Serialization/internal/index.d.ts +92 -100
  106. package/System.Xml.XPath/internal/index.d.ts +5 -9
  107. package/System.Xml.Xsl/internal/index.d.ts +4 -9
  108. package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
  109. package/package.json +1 -1
@@ -65,7 +65,7 @@ export enum TransactionStatus {
65
65
  }
66
66
 
67
67
 
68
- export type HostCurrentTransactionCallback = () => Transaction;
68
+ export type HostCurrentTransactionCallback = () => Transaction | undefined;
69
69
 
70
70
 
71
71
  export type TransactionCompletedEventHandler = (sender: unknown, e: TransactionEventArgs) => void;
@@ -189,7 +189,6 @@ export interface DependentTransaction$instance extends Transaction$instance {
189
189
 
190
190
 
191
191
  export const DependentTransaction: {
192
- new(): DependentTransaction;
193
192
  };
194
193
 
195
194
 
@@ -209,7 +208,6 @@ export interface Enlistment$instance {
209
208
 
210
209
 
211
210
  export const Enlistment: {
212
- new(): Enlistment;
213
211
  };
214
212
 
215
213
 
@@ -224,7 +222,6 @@ export interface PreparingEnlistment$instance extends Enlistment {
224
222
 
225
223
 
226
224
  export const PreparingEnlistment: {
227
- new(): PreparingEnlistment;
228
225
  };
229
226
 
230
227
 
@@ -240,7 +237,6 @@ export interface SinglePhaseEnlistment$instance extends Enlistment {
240
237
 
241
238
 
242
239
  export const SinglePhaseEnlistment: {
243
- new(): SinglePhaseEnlistment;
244
240
  };
245
241
 
246
242
 
@@ -291,9 +287,8 @@ export interface Transaction$instance {
291
287
 
292
288
 
293
289
  export const Transaction: {
294
- new(): Transaction;
295
290
  get Current(): Transaction | undefined;
296
- set Current(value: Transaction);
291
+ set Current(value: Transaction | undefined);
297
292
  };
298
293
 
299
294
 
@@ -316,7 +311,6 @@ export const TransactionAbortedException: {
316
311
  new(): TransactionAbortedException;
317
312
  new(message: string): TransactionAbortedException;
318
313
  new(message: string, innerException: Exception): TransactionAbortedException;
319
- new(info: SerializationInfo, context: StreamingContext): TransactionAbortedException;
320
314
  };
321
315
 
322
316
 
@@ -348,7 +342,6 @@ export const TransactionException: {
348
342
  new(): TransactionException;
349
343
  new(message: string): TransactionException;
350
344
  new(message: string, innerException: Exception): TransactionException;
351
- new(info: SerializationInfo, context: StreamingContext): TransactionException;
352
345
  };
353
346
 
354
347
 
@@ -368,7 +361,6 @@ export const TransactionInDoubtException: {
368
361
  new(): TransactionInDoubtException;
369
362
  new(message: string): TransactionInDoubtException;
370
363
  new(message: string, innerException: Exception): TransactionInDoubtException;
371
- new(info: SerializationInfo, context: StreamingContext): TransactionInDoubtException;
372
364
  };
373
365
 
374
366
 
@@ -388,7 +380,6 @@ export interface TransactionInformation$instance {
388
380
 
389
381
 
390
382
  export const TransactionInformation: {
391
- new(): TransactionInformation;
392
383
  };
393
384
 
394
385
 
@@ -403,7 +394,6 @@ export const TransactionManagerCommunicationException: {
403
394
  new(): TransactionManagerCommunicationException;
404
395
  new(message: string): TransactionManagerCommunicationException;
405
396
  new(message: string, innerException: Exception): TransactionManagerCommunicationException;
406
- new(info: SerializationInfo, context: StreamingContext): TransactionManagerCommunicationException;
407
397
  };
408
398
 
409
399
 
@@ -423,7 +413,6 @@ export const TransactionPromotionException: {
423
413
  new(): TransactionPromotionException;
424
414
  new(message: string): TransactionPromotionException;
425
415
  new(message: string, innerException: Exception): TransactionPromotionException;
426
- new(info: SerializationInfo, context: StreamingContext): TransactionPromotionException;
427
416
  };
428
417
 
429
418
 
@@ -483,7 +472,7 @@ export type TransactionInterop = TransactionInterop$instance;
483
472
 
484
473
  export abstract class TransactionManager$instance {
485
474
  static get HostCurrentCallback(): HostCurrentTransactionCallback | undefined;
486
- static set HostCurrentCallback(value: HostCurrentTransactionCallback);
475
+ static set HostCurrentCallback(value: HostCurrentTransactionCallback | undefined);
487
476
  static DefaultTimeout: TimeSpan;
488
477
  static MaximumTimeout: TimeSpan;
489
478
  static ImplicitDistributedTransactions: boolean;