@tsonic/dotnet 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -38,9 +38,9 @@ export interface JsonDerivedType$instance {
38
38
 
39
39
 
40
40
  export const JsonDerivedType: {
41
- new(derivedType: Type): JsonDerivedType$instance;
42
- new(derivedType: Type, typeDiscriminator: int): JsonDerivedType$instance;
43
- new(derivedType: Type, typeDiscriminator: string): JsonDerivedType$instance;
41
+ new(derivedType: Type): JsonDerivedType;
42
+ new(derivedType: Type, typeDiscriminator: int): JsonDerivedType;
43
+ new(derivedType: Type, typeDiscriminator: string): JsonDerivedType;
44
44
  };
45
45
 
46
46
 
@@ -53,7 +53,7 @@ export interface DefaultJsonTypeInfoResolver$instance {
53
53
 
54
54
 
55
55
  export const DefaultJsonTypeInfoResolver: {
56
- new(): DefaultJsonTypeInfoResolver$instance;
56
+ new(): DefaultJsonTypeInfoResolver;
57
57
  };
58
58
 
59
59
 
@@ -76,7 +76,7 @@ export interface JsonCollectionInfoValues_1$instance<TCollection> {
76
76
 
77
77
 
78
78
  export const JsonCollectionInfoValues_1: {
79
- new<TCollection>(): JsonCollectionInfoValues_1$instance<TCollection>;
79
+ new<TCollection>(): JsonCollectionInfoValues_1<TCollection>;
80
80
  };
81
81
 
82
82
 
@@ -94,7 +94,7 @@ export interface JsonObjectInfoValues_1$instance<T> {
94
94
 
95
95
 
96
96
  export const JsonObjectInfoValues_1: {
97
- new<T>(): JsonObjectInfoValues_1$instance<T>;
97
+ new<T>(): JsonObjectInfoValues_1<T>;
98
98
  };
99
99
 
100
100
 
@@ -131,7 +131,7 @@ export interface JsonParameterInfoValues$instance {
131
131
 
132
132
 
133
133
  export const JsonParameterInfoValues: {
134
- new(): JsonParameterInfoValues$instance;
134
+ new(): JsonParameterInfoValues;
135
135
  };
136
136
 
137
137
 
@@ -146,7 +146,7 @@ export interface JsonPolymorphismOptions$instance {
146
146
 
147
147
 
148
148
  export const JsonPolymorphismOptions: {
149
- new(): JsonPolymorphismOptions$instance;
149
+ new(): JsonPolymorphismOptions;
150
150
  };
151
151
 
152
152
 
@@ -199,7 +199,7 @@ export interface JsonPropertyInfoValues_1$instance<T> {
199
199
 
200
200
 
201
201
  export const JsonPropertyInfoValues_1: {
202
- new<T>(): JsonPropertyInfoValues_1$instance<T>;
202
+ new<T>(): JsonPropertyInfoValues_1<T>;
203
203
  };
204
204
 
205
205
 
@@ -245,7 +245,7 @@ export interface JsonTypeInfo_1$instance<T> extends JsonTypeInfo {
245
245
 
246
246
 
247
247
  export const JsonTypeInfo_1: {
248
- new<T>(): JsonTypeInfo_1$instance<T>;
248
+ new<T>(): JsonTypeInfo_1<T>;
249
249
  };
250
250
 
251
251
 
@@ -83,7 +83,7 @@ export interface Regex_ValueMatchEnumerator$instance {
83
83
 
84
84
 
85
85
  export const Regex_ValueMatchEnumerator: {
86
- new(): Regex_ValueMatchEnumerator$instance;
86
+ new(): Regex_ValueMatchEnumerator;
87
87
  };
88
88
 
89
89
 
@@ -104,7 +104,7 @@ export interface Regex_ValueSplitEnumerator$instance {
104
104
 
105
105
 
106
106
  export const Regex_ValueSplitEnumerator: {
107
- new(): Regex_ValueSplitEnumerator$instance;
107
+ new(): Regex_ValueSplitEnumerator;
108
108
  };
109
109
 
110
110
 
@@ -123,7 +123,7 @@ export interface ValueMatch$instance {
123
123
 
124
124
 
125
125
  export const ValueMatch: {
126
- new(): ValueMatch$instance;
126
+ new(): ValueMatch;
127
127
  };
128
128
 
129
129
 
@@ -139,7 +139,7 @@ export interface Capture$instance {
139
139
 
140
140
 
141
141
  export const Capture: {
142
- new(): Capture$instance;
142
+ new(): Capture;
143
143
  };
144
144
 
145
145
 
@@ -158,7 +158,7 @@ export interface CaptureCollection$instance {
158
158
 
159
159
 
160
160
  export const CaptureCollection: {
161
- new(): CaptureCollection$instance;
161
+ new(): CaptureCollection;
162
162
  };
163
163
 
164
164
 
@@ -184,11 +184,11 @@ export interface GeneratedRegexAttribute$instance extends Attribute {
184
184
 
185
185
 
186
186
  export const GeneratedRegexAttribute: {
187
- new(pattern: string): GeneratedRegexAttribute$instance;
188
- new(pattern: string, options: RegexOptions): GeneratedRegexAttribute$instance;
189
- new(pattern: string, options: RegexOptions, cultureName: string): GeneratedRegexAttribute$instance;
190
- new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int): GeneratedRegexAttribute$instance;
191
- new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int, cultureName: string): GeneratedRegexAttribute$instance;
187
+ new(pattern: string): GeneratedRegexAttribute;
188
+ new(pattern: string, options: RegexOptions): GeneratedRegexAttribute;
189
+ new(pattern: string, options: RegexOptions, cultureName: string): GeneratedRegexAttribute;
190
+ new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int): GeneratedRegexAttribute;
191
+ new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int, cultureName: string): GeneratedRegexAttribute;
192
192
  };
193
193
 
194
194
 
@@ -202,7 +202,7 @@ export interface Group$instance extends Capture {
202
202
 
203
203
 
204
204
  export const Group: {
205
- new(): Group$instance;
205
+ new(): Group;
206
206
  synchronized(inner: Group): Group;
207
207
  };
208
208
 
@@ -227,7 +227,7 @@ export interface GroupCollection$instance {
227
227
 
228
228
 
229
229
  export const GroupCollection: {
230
- new(): GroupCollection$instance;
230
+ new(): GroupCollection;
231
231
  };
232
232
 
233
233
 
@@ -253,7 +253,7 @@ export interface Match$instance extends Group {
253
253
 
254
254
 
255
255
  export const Match: {
256
- new(): Match$instance;
256
+ new(): Match;
257
257
  readonly empty: Match;
258
258
  };
259
259
 
@@ -273,7 +273,7 @@ export interface MatchCollection$instance {
273
273
 
274
274
 
275
275
  export const MatchCollection: {
276
- new(): MatchCollection$instance;
276
+ new(): MatchCollection;
277
277
  };
278
278
 
279
279
 
@@ -329,9 +329,9 @@ export interface Regex$instance {
329
329
 
330
330
 
331
331
  export const Regex: {
332
- new(pattern: string): Regex$instance;
333
- new(pattern: string, options: RegexOptions): Regex$instance;
334
- new(pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex$instance;
332
+ new(pattern: string): Regex;
333
+ new(pattern: string, options: RegexOptions): Regex;
334
+ new(pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex;
335
335
  readonly infiniteMatchTimeout: TimeSpan;
336
336
  cacheSize: int;
337
337
  compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[], resourceFile: string): void;
@@ -395,8 +395,8 @@ export interface RegexCompilationInfo$instance {
395
395
 
396
396
 
397
397
  export const RegexCompilationInfo: {
398
- new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean): RegexCompilationInfo$instance;
399
- new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean, matchTimeout: TimeSpan): RegexCompilationInfo$instance;
398
+ new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean): RegexCompilationInfo;
399
+ new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean, matchTimeout: TimeSpan): RegexCompilationInfo;
400
400
  };
401
401
 
402
402
 
@@ -411,10 +411,10 @@ export interface RegexMatchTimeoutException$instance extends TimeoutException {
411
411
 
412
412
 
413
413
  export const RegexMatchTimeoutException: {
414
- new(regexInput: string, regexPattern: string, matchTimeout: TimeSpan): RegexMatchTimeoutException$instance;
415
- new(): RegexMatchTimeoutException$instance;
416
- new(message: string): RegexMatchTimeoutException$instance;
417
- new(message: string, inner: Exception): RegexMatchTimeoutException$instance;
414
+ new(regexInput: string, regexPattern: string, matchTimeout: TimeSpan): RegexMatchTimeoutException;
415
+ new(): RegexMatchTimeoutException;
416
+ new(message: string): RegexMatchTimeoutException;
417
+ new(message: string, inner: Exception): RegexMatchTimeoutException;
418
418
  };
419
419
 
420
420
 
@@ -433,7 +433,7 @@ export interface RegexParseException$instance extends ArgumentException {
433
433
 
434
434
 
435
435
  export const RegexParseException: {
436
- new(): RegexParseException$instance;
436
+ new(): RegexParseException;
437
437
  };
438
438
 
439
439
 
@@ -30,8 +30,8 @@ export interface Utf8_TryWriteInterpolatedStringHandler$instance {
30
30
 
31
31
 
32
32
  export const Utf8_TryWriteInterpolatedStringHandler: {
33
- new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler$instance;
34
- new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler$instance;
33
+ new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler;
34
+ new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler;
35
35
  };
36
36
 
37
37
 
@@ -44,7 +44,7 @@ export interface UnicodeRange$instance {
44
44
 
45
45
 
46
46
  export const UnicodeRange: {
47
- new(firstCodePoint: int, length: int): UnicodeRange$instance;
47
+ new(firstCodePoint: int, length: int): UnicodeRange;
48
48
  create(firstCharacter: char, lastCharacter: char): UnicodeRange;
49
49
  };
50
50