@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.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- 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 {
|
|
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:
|
|
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:
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
287
|
-
EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String,
|
|
288
|
-
Equals(obj:
|
|
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:
|
|
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:
|
|
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:
|
|
388
|
-
Add(tag: KeyValuePair_2<System_Internal.String,
|
|
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,
|
|
391
|
-
CopyTo(tags: Span_1<KeyValuePair_2<System_Internal.String,
|
|
392
|
-
CopyTo(array: KeyValuePair_2<System_Internal.String,
|
|
393
|
-
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String,
|
|
394
|
-
IndexOf(item: KeyValuePair_2<System_Internal.String,
|
|
395
|
-
Insert(index: int, item: KeyValuePair_2<System_Internal.String,
|
|
396
|
-
Remove(item: KeyValuePair_2<System_Internal.String,
|
|
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,
|
|
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,
|
|
408
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String,
|
|
409
|
-
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<KeyValuePair_2<System_Internal.String,
|
|
410
|
-
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<System_Internal.String,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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:
|
|
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,
|
|
483
|
+
EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
484
484
|
GetBaggageItem(key: string): string | null;
|
|
485
|
-
GetCustomProperty(propertyName: string):
|
|
486
|
-
GetTagItem(key: string):
|
|
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:
|
|
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:
|
|
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,
|
|
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,
|
|
579
|
-
CreateActivity(name: string, kind: ActivityKind, parentId: string | null, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String,
|
|
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,
|
|
584
|
-
StartActivity(name: string, kind: ActivityKind, parentId: string | null, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String,
|
|
585
|
-
StartActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String,
|
|
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,
|
|
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,
|
|
610
|
-
set Tags(value: IEnumerable_1<KeyValuePair_2<System_Internal.String,
|
|
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<
|
|
637
|
-
Add(key: string, value:
|
|
638
|
-
Add(item: KeyValuePair_2<System_Internal.String,
|
|
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,
|
|
640
|
+
Contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
|
|
641
641
|
ContainsKey(key: string): boolean;
|
|
642
|
-
CopyTo(array: KeyValuePair_2<System_Internal.String,
|
|
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,
|
|
646
|
-
TryGetValue(key: string, value:
|
|
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,
|
|
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,
|
|
658
|
-
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String,
|
|
659
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String,
|
|
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]:
|
|
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,
|
|
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,
|
|
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:
|
|
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:
|
|
972
|
+
Write(o: unknown | null): void;
|
|
972
973
|
Write(message: string | null, category: string | null): void;
|
|
973
|
-
Write(o:
|
|
974
|
+
Write(o: unknown | null, category: string | null): void;
|
|
974
975
|
WriteLine(message: string | null): void;
|
|
975
|
-
WriteLine(o:
|
|
976
|
+
WriteLine(o: unknown | null): void;
|
|
976
977
|
WriteLine(message: string | null, category: string | null): void;
|
|
977
|
-
WriteLine(o:
|
|
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:
|
|
1001
|
-
TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (
|
|
1002
|
-
|
|
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:
|
|
1036
|
-
OnActivityExport(activity: Activity, payload:
|
|
1037
|
-
OnActivityImport(activity: Activity, payload:
|
|
1038
|
-
Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String,
|
|
1039
|
-
Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String,
|
|
1040
|
-
Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String,
|
|
1041
|
-
Subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String,
|
|
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:
|
|
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,
|
|
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:
|
|
1084
|
-
OnActivityExport(activity: Activity, payload:
|
|
1085
|
-
OnActivityImport(activity: Activity, payload:
|
|
1086
|
-
StartActivity(activity: Activity, args:
|
|
1087
|
-
StartActivity<T>(activity: Activity, args: T): Activity;
|
|
1088
|
-
StopActivity(activity: Activity, args:
|
|
1089
|
-
StopActivity<T>(activity: Activity, args: T): void;
|
|
1090
|
-
Write(name: string, value:
|
|
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:
|
|
1106
|
-
ExtractTraceIdAndState(carrier:
|
|
1107
|
-
Inject(activity: Activity | null, carrier:
|
|
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:
|
|
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:
|
|
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: (
|
|
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: (
|
|
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:
|
|
1694
|
+
Write(o: unknown | null): void;
|
|
1692
1695
|
Write(message: string | null, category: string | null): void;
|
|
1693
|
-
Write(o:
|
|
1696
|
+
Write(o: unknown | null, category: string | null): void;
|
|
1694
1697
|
WriteLine(message: string | null): void;
|
|
1695
|
-
WriteLine(o:
|
|
1698
|
+
WriteLine(o: unknown | null): void;
|
|
1696
1699
|
WriteLine(message: string | null, category: string | null): void;
|
|
1697
|
-
WriteLine(o:
|
|
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: (
|
|
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: (
|
|
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: (
|
|
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:
|
|
1749
|
-
Write(value:
|
|
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:
|
|
1753
|
-
WriteIf(condition: boolean, value:
|
|
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:
|
|
1757
|
-
WriteLine(value:
|
|
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:
|
|
1761
|
-
WriteLineIf(condition: boolean, value:
|
|
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: (
|
|
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:
|
|
1822
|
-
TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (
|
|
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: (
|
|
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:
|
|
1836
|
+
Write(o: unknown | null): void;
|
|
1829
1837
|
Write(message: string | null, category: string | null): void;
|
|
1830
|
-
Write(o:
|
|
1838
|
+
Write(o: unknown | null, category: string | null): void;
|
|
1831
1839
|
WriteIndent(): void;
|
|
1832
1840
|
WriteLine(message: string | null): void;
|
|
1833
|
-
WriteLine(o:
|
|
1841
|
+
WriteLine(o: unknown | null): void;
|
|
1834
1842
|
WriteLine(message: string | null, category: string | null): void;
|
|
1835
|
-
WriteLine(o:
|
|
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:
|
|
1901
|
-
TraceData(eventType: TraceEventType, id: int, ...data: (
|
|
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: (
|
|
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: (
|
|
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:
|
|
1971
|
-
TraceData(eventCache: TraceEventCache | null, source: string, eventType: TraceEventType, id: int, ...data: (
|
|
1972
|
-
|
|
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:
|
|
1990
|
+
Write(o: unknown | null): void;
|
|
1978
1991
|
Write(message: string | null, category: string | null): void;
|
|
1979
|
-
Write(o:
|
|
1992
|
+
Write(o: unknown | null, category: string | null): void;
|
|
1980
1993
|
WriteLine(message: string | null): void;
|
|
1981
|
-
WriteLine(o:
|
|
1994
|
+
WriteLine(o: unknown | null): void;
|
|
1982
1995
|
WriteLine(message: string | null, category: string | null): void;
|
|
1983
|
-
WriteLine(o:
|
|
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: (
|
|
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: (
|
|
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:
|
|
2024
|
-
static Write(value:
|
|
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:
|
|
2030
|
-
static WriteIf(condition: boolean, value:
|
|
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:
|
|
2034
|
-
static WriteLine(value:
|
|
2035
|
-
static WriteLine(format: string, ...args: (
|
|
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:
|
|
2041
|
-
static WriteLineIf(condition: boolean, value:
|
|
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:
|
|
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:
|
|
2096
|
+
AppendFormatted(value: unknown | null, alignment?: int, format?: string | null): void;
|
|
2084
2097
|
AppendLiteral(value: string): void;
|
|
2085
2098
|
}
|
|
2086
2099
|
|