@tsonic/dotnet 0.8.2 → 0.8.3
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 +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -47,21 +47,21 @@ export interface CSharpArgumentInfo$instance {
|
|
|
47
47
|
|
|
48
48
|
export const CSharpArgumentInfo: {
|
|
49
49
|
new(): CSharpArgumentInfo;
|
|
50
|
-
create(flags: CSharpArgumentInfoFlags, name: string
|
|
50
|
+
create(flags: CSharpArgumentInfoFlags, name: string): CSharpArgumentInfo;
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
export type CSharpArgumentInfo = CSharpArgumentInfo$instance;
|
|
55
55
|
|
|
56
56
|
export interface RuntimeBinderException$instance extends Exception {
|
|
57
|
-
getObjectData(info: SerializationInfo
|
|
57
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
export const RuntimeBinderException: {
|
|
62
62
|
new(): RuntimeBinderException;
|
|
63
|
-
new(message: string
|
|
64
|
-
new(message: string
|
|
63
|
+
new(message: string): RuntimeBinderException;
|
|
64
|
+
new(message: string, innerException: Exception): RuntimeBinderException;
|
|
65
65
|
};
|
|
66
66
|
|
|
67
67
|
|
|
@@ -73,14 +73,14 @@ export type RuntimeBinderException = RuntimeBinderException$instance & __Runtime
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
export interface RuntimeBinderInternalCompilerException$instance extends Exception {
|
|
76
|
-
getObjectData(info: SerializationInfo
|
|
76
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
export const RuntimeBinderInternalCompilerException: {
|
|
81
81
|
new(): RuntimeBinderInternalCompilerException;
|
|
82
|
-
new(message: string
|
|
83
|
-
new(message: string
|
|
82
|
+
new(message: string): RuntimeBinderInternalCompilerException;
|
|
83
|
+
new(message: string, innerException: Exception): RuntimeBinderInternalCompilerException;
|
|
84
84
|
};
|
|
85
85
|
|
|
86
86
|
|
|
@@ -92,17 +92,17 @@ export type RuntimeBinderInternalCompilerException = RuntimeBinderInternalCompil
|
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
export abstract class Binder$instance {
|
|
95
|
-
static binaryOperation(flags: CSharpBinderFlags, operation: ExpressionType, context: Type
|
|
96
|
-
static convert(flags: CSharpBinderFlags, type_: Type, context: Type
|
|
97
|
-
static getIndex(flags: CSharpBinderFlags, context: Type
|
|
98
|
-
static getMember(flags: CSharpBinderFlags, name: string, context: Type
|
|
99
|
-
static invoke(flags: CSharpBinderFlags, context: Type
|
|
100
|
-
static invokeConstructor(flags: CSharpBinderFlags, context: Type
|
|
101
|
-
static invokeMember(flags: CSharpBinderFlags, name: string, typeArguments: IEnumerable_1<Type
|
|
102
|
-
static isEvent(flags: CSharpBinderFlags, name: string, context: Type
|
|
103
|
-
static setIndex(flags: CSharpBinderFlags, context: Type
|
|
104
|
-
static setMember(flags: CSharpBinderFlags, name: string, context: Type
|
|
105
|
-
static unaryOperation(flags: CSharpBinderFlags, operation: ExpressionType, context: Type
|
|
95
|
+
static binaryOperation(flags: CSharpBinderFlags, operation: ExpressionType, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
96
|
+
static convert(flags: CSharpBinderFlags, type_: Type, context: Type): CallSiteBinder;
|
|
97
|
+
static getIndex(flags: CSharpBinderFlags, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
98
|
+
static getMember(flags: CSharpBinderFlags, name: string, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
99
|
+
static invoke(flags: CSharpBinderFlags, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
100
|
+
static invokeConstructor(flags: CSharpBinderFlags, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
101
|
+
static invokeMember(flags: CSharpBinderFlags, name: string, typeArguments: IEnumerable_1<Type>, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
102
|
+
static isEvent(flags: CSharpBinderFlags, name: string, context: Type): CallSiteBinder;
|
|
103
|
+
static setIndex(flags: CSharpBinderFlags, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
104
|
+
static setMember(flags: CSharpBinderFlags, name: string, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
105
|
+
static unaryOperation(flags: CSharpBinderFlags, operation: ExpressionType, context: Type, argumentInfo: IEnumerable_1<CSharpArgumentInfo>): CallSiteBinder;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
|
|
@@ -194,7 +194,7 @@ export const DoubleType: {
|
|
|
194
194
|
export type DoubleType = DoubleType$instance;
|
|
195
195
|
|
|
196
196
|
export interface IncompleteInitialization$instance extends Exception {
|
|
197
|
-
getObjectData(info: SerializationInfo
|
|
197
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
|
|
@@ -121,7 +121,7 @@ export type FileSystem = FileSystem$instance;
|
|
|
121
121
|
export interface MalformedLineException$instance extends Exception {
|
|
122
122
|
lineNumber: long;
|
|
123
123
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
124
|
-
toString(): string
|
|
124
|
+
toString(): string;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
|
|
@@ -176,7 +176,7 @@ export interface TextFieldParser$instance {
|
|
|
176
176
|
dispose(): void;
|
|
177
177
|
peekChars(numberOfChars: int): string;
|
|
178
178
|
readFields(): string[];
|
|
179
|
-
readLine(): string;
|
|
179
|
+
readLine(): string | undefined;
|
|
180
180
|
readToEnd(): string;
|
|
181
181
|
setDelimiters(...delimiters: string[]): void;
|
|
182
182
|
setFieldWidths(...fieldWidths: int[]): void;
|
|
@@ -69,8 +69,8 @@ export interface RegistryKey$instance extends MarshalByRefObject {
|
|
|
69
69
|
createSubKey(subkey: string): RegistryKey;
|
|
70
70
|
createSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck): RegistryKey;
|
|
71
71
|
createSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registryOptions: RegistryOptions): RegistryKey;
|
|
72
|
-
createSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registryOptions: RegistryOptions, registrySecurity: RegistrySecurity
|
|
73
|
-
createSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registrySecurity: RegistrySecurity
|
|
72
|
+
createSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registryOptions: RegistryOptions, registrySecurity: RegistrySecurity): RegistryKey;
|
|
73
|
+
createSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registrySecurity: RegistrySecurity): RegistryKey;
|
|
74
74
|
createSubKey(subkey: string, writable: boolean): RegistryKey;
|
|
75
75
|
createSubKey(subkey: string, writable: boolean, options: RegistryOptions): RegistryKey;
|
|
76
76
|
deleteSubKey(subkey: string): void;
|
|
@@ -84,9 +84,9 @@ export interface RegistryKey$instance extends MarshalByRefObject {
|
|
|
84
84
|
getAccessControl(): RegistrySecurity;
|
|
85
85
|
getAccessControl(includeSections: AccessControlSections): RegistrySecurity;
|
|
86
86
|
getSubKeyNames(): string[];
|
|
87
|
-
getValue(name: string): unknown;
|
|
88
|
-
getValue(name: string, defaultValue: unknown): unknown;
|
|
89
|
-
getValue(name: string, defaultValue: unknown, options: RegistryValueOptions): unknown;
|
|
87
|
+
getValue(name: string): unknown | undefined;
|
|
88
|
+
getValue(name: string, defaultValue: unknown): unknown | undefined;
|
|
89
|
+
getValue(name: string, defaultValue: unknown, options: RegistryValueOptions): unknown | undefined;
|
|
90
90
|
getValueKind(name: string): RegistryValueKind;
|
|
91
91
|
getValueNames(): string[];
|
|
92
92
|
openSubKey(name: string): RegistryKey | undefined;
|
|
@@ -95,8 +95,8 @@ export interface RegistryKey$instance extends MarshalByRefObject {
|
|
|
95
95
|
openSubKey(name: string, writable: boolean): RegistryKey | undefined;
|
|
96
96
|
openSubKey(name: string, rights: RegistryRights): RegistryKey | undefined;
|
|
97
97
|
setAccessControl(registrySecurity: RegistrySecurity): void;
|
|
98
|
-
setValue(name: string
|
|
99
|
-
setValue(name: string
|
|
98
|
+
setValue(name: string, value: unknown): void;
|
|
99
|
+
setValue(name: string, value: unknown, valueKind: RegistryValueKind): void;
|
|
100
100
|
toString(): string;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -127,9 +127,9 @@ export abstract class Registry$instance {
|
|
|
127
127
|
static readonly localMachine: RegistryKey;
|
|
128
128
|
static readonly performanceData: RegistryKey;
|
|
129
129
|
static readonly users: RegistryKey;
|
|
130
|
-
static getValue(keyName: string, valueName: string, defaultValue: unknown): unknown;
|
|
131
|
-
static setValue(keyName: string, valueName: string
|
|
132
|
-
static setValue(keyName: string, valueName: string
|
|
130
|
+
static getValue(keyName: string, valueName: string, defaultValue: unknown): unknown | undefined;
|
|
131
|
+
static setValue(keyName: string, valueName: string, value: unknown, valueKind: RegistryValueKind): void;
|
|
132
|
+
static setValue(keyName: string, valueName: string, value: unknown): void;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
|