@tsonic/dotnet 0.8.3 → 0.8.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/System.Buffers.d.ts +3 -0
- package/System.Collections.Frozen.d.ts +3 -0
- package/System.Collections.Generic.d.ts +3 -0
- package/System.Collections.Immutable.d.ts +3 -0
- package/System.Data.Common.d.ts +3 -0
- package/System.Data.d.ts +3 -0
- package/System.Diagnostics.Metrics.d.ts +3 -0
- package/System.Diagnostics.d.ts +3 -0
- package/System.Globalization.d.ts +3 -0
- package/System.IO.Compression.d.ts +3 -0
- package/System.IO.Pipelines.d.ts +3 -0
- package/System.IO.Pipes.d.ts +3 -0
- package/System.IO.d.ts +3 -0
- package/System.Linq.d.ts +3 -0
- package/System.Net.Http.Json.d.ts +3 -0
- package/System.Net.Sockets.d.ts +3 -0
- package/System.Numerics.d.ts +3 -0
- package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
- package/System.Reflection.Metadata.d.ts +3 -0
- package/System.Reflection.d.ts +3 -0
- package/System.Runtime.InteropServices.d.ts +3 -0
- package/System.Runtime.Intrinsics.d.ts +3 -0
- package/System.Runtime.Serialization.Json.d.ts +3 -0
- package/System.Runtime.Serialization.d.ts +3 -0
- package/System.Security.Cryptography/bindings.json +4212 -4212
- package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
- package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
- package/System.Text.Json.Schema.d.ts +3 -0
- package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
- package/System.Text.Json.d.ts +3 -0
- package/System.Text.d.ts +3 -0
- package/System.Threading.Tasks.Dataflow.d.ts +3 -0
- package/System.Threading.Tasks.d.ts +3 -0
- package/System.Threading.d.ts +3 -0
- package/System.Xml.Linq.d.ts +3 -0
- package/System.Xml.Schema.d.ts +3 -0
- package/System.Xml.XPath.d.ts +3 -0
- package/System.d.ts +3 -0
- package/__internal/extensions/index.d.ts +2516 -2196
- package/package.json +2 -2
package/System.Buffers.d.ts
CHANGED
|
@@ -40,3 +40,6 @@ export type SearchValues<
|
|
|
40
40
|
[T1] extends [__] ? Internal.SearchValues :
|
|
41
41
|
[T1] extends [IEquatable_1<T1>] ? Internal.SearchValues_1<T1> : never;
|
|
42
42
|
|
|
43
|
+
// Extension methods (C# using semantics)
|
|
44
|
+
export type { ExtensionMethods_System_Buffers as ExtensionMethods } from './__internal/extensions/index.js';
|
|
45
|
+
|
|
@@ -16,3 +16,6 @@ export { FrozenDictionary$instance as FrozenDictionary_0 } from './System.Collec
|
|
|
16
16
|
export { FrozenDictionary_2 as FrozenDictionary } from './System.Collections.Frozen/internal/index.js';
|
|
17
17
|
export { FrozenSet$instance as FrozenSet_0 } from './System.Collections.Frozen/internal/index.js';
|
|
18
18
|
export { FrozenSet_1 as FrozenSet } from './System.Collections.Frozen/internal/index.js';
|
|
19
|
+
// Extension methods (C# using semantics)
|
|
20
|
+
export type { ExtensionMethods_System_Collections_Frozen as ExtensionMethods } from './__internal/extensions/index.js';
|
|
21
|
+
|
|
@@ -59,3 +59,6 @@ export { List_1 as List } from './System.Collections.Generic/internal/index.js';
|
|
|
59
59
|
export { Queue_1 as Queue } from './System.Collections.Generic/internal/index.js';
|
|
60
60
|
export { ReferenceEqualityComparer as ReferenceEqualityComparer } from './System.Collections.Generic/internal/index.js';
|
|
61
61
|
export { NonRandomizedStringEqualityComparer as NonRandomizedStringEqualityComparer } from './System.Collections.Generic/internal/index.js';
|
|
62
|
+
// Extension methods (C# using semantics)
|
|
63
|
+
export type { ExtensionMethods_System_Collections_Generic as ExtensionMethods } from './__internal/extensions/index.js';
|
|
64
|
+
|
|
@@ -33,3 +33,6 @@ export { ImmutableSortedSet$instance as ImmutableSortedSet_0 } from './System.Co
|
|
|
33
33
|
export { ImmutableSortedSet_1 as ImmutableSortedSet } from './System.Collections.Immutable/internal/index.js';
|
|
34
34
|
export { ImmutableStack$instance as ImmutableStack_0 } from './System.Collections.Immutable/internal/index.js';
|
|
35
35
|
export { ImmutableStack_1 as ImmutableStack } from './System.Collections.Immutable/internal/index.js';
|
|
36
|
+
// Extension methods (C# using semantics)
|
|
37
|
+
export type { ExtensionMethods_System_Collections_Immutable as ExtensionMethods } from './__internal/extensions/index.js';
|
|
38
|
+
|
package/System.Data.Common.d.ts
CHANGED
|
@@ -60,3 +60,6 @@ export { RowUpdatingEventArgs as RowUpdatingEventArgs } from './System.Data.Comm
|
|
|
60
60
|
export { SchemaTableColumn$instance as SchemaTableColumn } from './System.Data.Common/internal/index.js';
|
|
61
61
|
export { SchemaTableOptionalColumn$instance as SchemaTableOptionalColumn } from './System.Data.Common/internal/index.js';
|
|
62
62
|
export { SupportedJoinOperators as SupportedJoinOperators } from './System.Data.Common/internal/index.js';
|
|
63
|
+
// Extension methods (C# using semantics)
|
|
64
|
+
export type { ExtensionMethods_System_Data_Common as ExtensionMethods } from './__internal/extensions/index.js';
|
|
65
|
+
|
package/System.Data.d.ts
CHANGED
|
@@ -144,3 +144,6 @@ export type EnumerableRowCollection<
|
|
|
144
144
|
[T1] extends [__] ? Internal.EnumerableRowCollection :
|
|
145
145
|
Internal.EnumerableRowCollection_1<T1>;
|
|
146
146
|
|
|
147
|
+
// Extension methods (C# using semantics)
|
|
148
|
+
export type { ExtensionMethods_System_Data as ExtensionMethods } from './__internal/extensions/index.js';
|
|
149
|
+
|
|
@@ -40,3 +40,6 @@ export type Instrument<
|
|
|
40
40
|
[T1] extends [__] ? Internal.Instrument :
|
|
41
41
|
[T1] extends [unknown] ? Internal.Instrument_1<T1> : never;
|
|
42
42
|
|
|
43
|
+
// Extension methods (C# using semantics)
|
|
44
|
+
export type { ExtensionMethods_System_Diagnostics_Metrics as ExtensionMethods } from './__internal/extensions/index.js';
|
|
45
|
+
|
package/System.Diagnostics.d.ts
CHANGED
|
@@ -116,3 +116,6 @@ export { StackFrameExtensions$instance as StackFrameExtensions } from './System.
|
|
|
116
116
|
export { StackTraceHiddenAttribute as StackTraceHiddenAttribute } from './System.Diagnostics/internal/index.js';
|
|
117
117
|
export { Stopwatch as Stopwatch } from './System.Diagnostics/internal/index.js';
|
|
118
118
|
export { UnreachableException as UnreachableException } from './System.Diagnostics/internal/index.js';
|
|
119
|
+
// Extension methods (C# using semantics)
|
|
120
|
+
export type { ExtensionMethods_System_Diagnostics as ExtensionMethods } from './__internal/extensions/index.js';
|
|
121
|
+
|
|
@@ -55,3 +55,6 @@ export { ThaiBuddhistCalendar as ThaiBuddhistCalendar } from './System.Globaliza
|
|
|
55
55
|
export { TimeSpanStyles as TimeSpanStyles } from './System.Globalization/internal/index.js';
|
|
56
56
|
export { UmAlQuraCalendar as UmAlQuraCalendar } from './System.Globalization/internal/index.js';
|
|
57
57
|
export { UnicodeCategory as UnicodeCategory } from './System.Globalization/internal/index.js';
|
|
58
|
+
// Extension methods (C# using semantics)
|
|
59
|
+
export type { ExtensionMethods_System_Globalization as ExtensionMethods } from './__internal/extensions/index.js';
|
|
60
|
+
|
|
@@ -35,3 +35,6 @@ export { BrotliDecoder as BrotliDecoder } from './System.IO.Compression/internal
|
|
|
35
35
|
export { BrotliEncoder as BrotliEncoder } from './System.IO.Compression/internal/index.js';
|
|
36
36
|
export { ZipFile$instance as ZipFile } from './System.IO.Compression/internal/index.js';
|
|
37
37
|
export { ZipFileExtensions$instance as ZipFileExtensions } from './System.IO.Compression/internal/index.js';
|
|
38
|
+
// Extension methods (C# using semantics)
|
|
39
|
+
export type { ExtensionMethods_System_IO_Compression as ExtensionMethods } from './__internal/extensions/index.js';
|
|
40
|
+
|
package/System.IO.Pipelines.d.ts
CHANGED
|
@@ -24,3 +24,6 @@ export { ReadResult as ReadResult } from './System.IO.Pipelines/internal/index.j
|
|
|
24
24
|
export { StreamPipeExtensions$instance as StreamPipeExtensions } from './System.IO.Pipelines/internal/index.js';
|
|
25
25
|
export { StreamPipeReaderOptions as StreamPipeReaderOptions } from './System.IO.Pipelines/internal/index.js';
|
|
26
26
|
export { StreamPipeWriterOptions as StreamPipeWriterOptions } from './System.IO.Pipelines/internal/index.js';
|
|
27
|
+
// Extension methods (C# using semantics)
|
|
28
|
+
export type { ExtensionMethods_System_IO_Pipelines as ExtensionMethods } from './__internal/extensions/index.js';
|
|
29
|
+
|
package/System.IO.Pipes.d.ts
CHANGED
|
@@ -33,3 +33,6 @@ export { PipeAccessRule as PipeAccessRule } from './System.IO.Pipes/internal/ind
|
|
|
33
33
|
export { PipeAuditRule as PipeAuditRule } from './System.IO.Pipes/internal/index.js';
|
|
34
34
|
export { PipeSecurity as PipeSecurity } from './System.IO.Pipes/internal/index.js';
|
|
35
35
|
export { PipesAclExtensions$instance as PipesAclExtensions } from './System.IO.Pipes/internal/index.js';
|
|
36
|
+
// Extension methods (C# using semantics)
|
|
37
|
+
export type { ExtensionMethods_System_IO_Pipes as ExtensionMethods } from './__internal/extensions/index.js';
|
|
38
|
+
|
package/System.IO.d.ts
CHANGED
|
@@ -77,3 +77,6 @@ export { TextWriter as TextWriter } from './System.IO/internal/index.js';
|
|
|
77
77
|
export { UnixFileMode as UnixFileMode } from './System.IO/internal/index.js';
|
|
78
78
|
export { UnmanagedMemoryAccessor as UnmanagedMemoryAccessor } from './System.IO/internal/index.js';
|
|
79
79
|
export { UnmanagedMemoryStream as UnmanagedMemoryStream } from './System.IO/internal/index.js';
|
|
80
|
+
// Extension methods (C# using semantics)
|
|
81
|
+
export type { ExtensionMethods_System_IO as ExtensionMethods } from './__internal/extensions/index.js';
|
|
82
|
+
|
package/System.Linq.d.ts
CHANGED
|
@@ -66,3 +66,6 @@ export type ParallelQuery<
|
|
|
66
66
|
[T1] extends [__] ? Internal.ParallelQuery :
|
|
67
67
|
Internal.ParallelQuery_1<T1>;
|
|
68
68
|
|
|
69
|
+
// Extension methods (C# using semantics)
|
|
70
|
+
export type { ExtensionMethods_System_Linq as ExtensionMethods } from './__internal/extensions/index.js';
|
|
71
|
+
|
|
@@ -22,3 +22,6 @@ import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as
|
|
|
22
22
|
export { HttpClientJsonExtensions$instance as HttpClientJsonExtensions } from './System.Net.Http.Json/internal/index.js';
|
|
23
23
|
export { HttpContentJsonExtensions$instance as HttpContentJsonExtensions } from './System.Net.Http.Json/internal/index.js';
|
|
24
24
|
export { JsonContent as JsonContent } from './System.Net.Http.Json/internal/index.js';
|
|
25
|
+
// Extension methods (C# using semantics)
|
|
26
|
+
export type { ExtensionMethods_System_Net_Http_Json as ExtensionMethods } from './__internal/extensions/index.js';
|
|
27
|
+
|
package/System.Net.Sockets.d.ts
CHANGED
|
@@ -53,3 +53,6 @@ export { UnixDomainSocketEndPoint as UnixDomainSocketEndPoint } from './System.N
|
|
|
53
53
|
export { ProtocolFamily as ProtocolFamily } from './System.Net.Sockets/internal/index.js';
|
|
54
54
|
export { ProtocolType as ProtocolType } from './System.Net.Sockets/internal/index.js';
|
|
55
55
|
export { SocketType as SocketType } from './System.Net.Sockets/internal/index.js';
|
|
56
|
+
// Extension methods (C# using semantics)
|
|
57
|
+
export type { ExtensionMethods_System_Net_Sockets as ExtensionMethods } from './__internal/extensions/index.js';
|
|
58
|
+
|
package/System.Numerics.d.ts
CHANGED
|
@@ -60,3 +60,6 @@ export { MetadataReaderExtensions$instance as MetadataReaderExtensions } from '.
|
|
|
60
60
|
export { MetadataTokens$instance as MetadataTokens } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
61
61
|
export { TableIndex as TableIndex } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
62
62
|
export { MetadataAggregator as MetadataAggregator } from './System.Reflection.Metadata.Ecma335/internal/index.js';
|
|
63
|
+
// Extension methods (C# using semantics)
|
|
64
|
+
export type { ExtensionMethods_System_Reflection_Metadata_Ecma335 as ExtensionMethods } from './__internal/extensions/index.js';
|
|
65
|
+
|
|
@@ -206,3 +206,6 @@ export { TypeDefinition as TypeDefinition } from './System.Reflection.Metadata/i
|
|
|
206
206
|
export { TypeLayout as TypeLayout } from './System.Reflection.Metadata/internal/index.js';
|
|
207
207
|
export { TypeReference as TypeReference } from './System.Reflection.Metadata/internal/index.js';
|
|
208
208
|
export { TypeSpecification as TypeSpecification } from './System.Reflection.Metadata/internal/index.js';
|
|
209
|
+
// Extension methods (C# using semantics)
|
|
210
|
+
export type { ExtensionMethods_System_Reflection_Metadata as ExtensionMethods } from './__internal/extensions/index.js';
|
|
211
|
+
|
package/System.Reflection.d.ts
CHANGED
|
@@ -122,3 +122,6 @@ export { MemberInfoExtensions$instance as MemberInfoExtensions } from './System.
|
|
|
122
122
|
export { MethodInfoExtensions$instance as MethodInfoExtensions } from './System.Reflection/internal/index.js';
|
|
123
123
|
export { ModuleExtensions$instance as ModuleExtensions } from './System.Reflection/internal/index.js';
|
|
124
124
|
export { PropertyInfoExtensions$instance as PropertyInfoExtensions } from './System.Reflection/internal/index.js';
|
|
125
|
+
// Extension methods (C# using semantics)
|
|
126
|
+
export type { ExtensionMethods_System_Reflection as ExtensionMethods } from './__internal/extensions/index.js';
|
|
127
|
+
|
|
@@ -160,3 +160,6 @@ export type GCHandle<
|
|
|
160
160
|
[T1] extends [__] ? Internal.GCHandle :
|
|
161
161
|
Internal.GCHandle_1<T1>;
|
|
162
162
|
|
|
163
|
+
// Extension methods (C# using semantics)
|
|
164
|
+
export type { ExtensionMethods_System_Runtime_InteropServices as ExtensionMethods } from './__internal/extensions/index.js';
|
|
165
|
+
|
|
@@ -21,3 +21,6 @@ export { DataContractJsonSerializerSettings as DataContractJsonSerializerSetting
|
|
|
21
21
|
export type IXmlJsonReaderInitializer = Internal.IXmlJsonReaderInitializer;
|
|
22
22
|
export type IXmlJsonWriterInitializer = Internal.IXmlJsonWriterInitializer;
|
|
23
23
|
export { JsonReaderWriterFactory$instance as JsonReaderWriterFactory } from './System.Runtime.Serialization.Json/internal/index.js';
|
|
24
|
+
// Extension methods (C# using semantics)
|
|
25
|
+
export type { ExtensionMethods_System_Runtime_Serialization_Json as ExtensionMethods } from './__internal/extensions/index.js';
|
|
26
|
+
|
|
@@ -74,3 +74,6 @@ export { InvalidDataContractException as InvalidDataContractException } from './
|
|
|
74
74
|
export type ISerializationSurrogateProvider2 = Internal.ISerializationSurrogateProvider2;
|
|
75
75
|
export type ISerializationSurrogateProvider = Internal.ISerializationSurrogateProvider;
|
|
76
76
|
export { KnownTypeAttribute as KnownTypeAttribute } from './System.Runtime.Serialization/internal/index.js';
|
|
77
|
+
// Extension methods (C# using semantics)
|
|
78
|
+
export type { ExtensionMethods_System_Runtime_Serialization as ExtensionMethods } from './__internal/extensions/index.js';
|
|
79
|
+
|