@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.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -3
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
- package/System/internal/index.d.ts +87 -200
- package/System.Buffers/internal/index.d.ts +10 -23
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
- package/System.Collections/internal/index.d.ts +41 -57
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +15 -37
- package/System.Collections.Immutable/internal/index.d.ts +7 -20
- package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
- package/System.Collections.Specialized/internal/index.d.ts +15 -30
- package/System.ComponentModel/internal/index.d.ts +126 -216
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
- package/System.ComponentModel.Design/internal/index.d.ts +26 -53
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +110 -188
- package/System.Data.Common/internal/index.d.ts +155 -238
- package/System.Data.SqlTypes/internal/index.d.ts +6 -7
- package/System.Diagnostics/internal/index.d.ts +105 -169
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
- package/System.Dynamic/internal/index.d.ts +15 -29
- package/System.Formats.Asn1/internal/index.d.ts +0 -1
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +17 -51
- package/System.IO/internal/index.d.ts +47 -123
- package/System.IO.Compression/internal/index.d.ts +11 -33
- package/System.IO.Enumeration/internal/index.d.ts +11 -16
- package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
- package/System.IO.Pipelines/internal/index.d.ts +7 -18
- package/System.IO.Pipes/internal/index.d.ts +24 -50
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/internal/index.d.ts +108 -257
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
- package/System.Net/internal/index.d.ts +133 -184
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +37 -40
- package/System.Net.Http.Json/internal/index.d.ts +8 -13
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/internal/index.d.ts +49 -105
- package/System.Net.Mime/internal/index.d.ts +4 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
- package/System.Net.Quic/internal/index.d.ts +5 -11
- package/System.Net.Security/internal/index.d.ts +30 -42
- package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
- package/System.Net.Sockets/internal/index.d.ts +33 -56
- package/System.Net.WebSockets/internal/index.d.ts +16 -23
- package/System.Numerics/internal/index.d.ts +5 -5
- package/System.Reflection/internal/index.d.ts +66 -102
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +11 -21
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
- package/System.Resources/internal/index.d.ts +8 -20
- package/System.Runtime/internal/index.d.ts +5 -8
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
- package/System.Runtime.Loader/internal/index.d.ts +5 -11
- package/System.Runtime.Serialization/internal/index.d.ts +62 -65
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Versioning/internal/index.d.ts +6 -6
- package/System.Security/internal/index.d.ts +22 -25
- package/System.Security.AccessControl/internal/index.d.ts +51 -89
- package/System.Security.Authentication/internal/index.d.ts +0 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
- package/System.Security.Claims/internal/index.d.ts +19 -38
- package/System.Security.Cryptography/internal/index.d.ts +492 -903
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
- package/System.Security.Permissions/internal/index.d.ts +2 -4
- package/System.Security.Policy/internal/index.d.ts +3 -4
- package/System.Security.Principal/internal/index.d.ts +11 -17
- package/System.Text/internal/index.d.ts +11 -23
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +10 -12
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
- package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
- package/System.Threading/internal/index.d.ts +36 -106
- package/System.Threading.Channels/internal/index.d.ts +7 -12
- package/System.Threading.Tasks/internal/index.d.ts +18 -29
- package/System.Timers/internal/index.d.ts +4 -8
- package/System.Transactions/internal/index.d.ts +3 -14
- package/System.Xml/internal/index.d.ts +104 -167
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +117 -112
- package/System.Xml.Serialization/internal/index.d.ts +92 -100
- package/System.Xml.XPath/internal/index.d.ts +5 -9
- package/System.Xml.Xsl/internal/index.d.ts +4 -9
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
- 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;
|