@tsonic/dotnet 10.0.4 → 10.0.9

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 (128) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +10 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +42 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +60 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +12 -0
  5. package/Microsoft.Win32/internal/index.d.ts +5 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +68 -0
  7. package/System/internal/index.d.ts +1438 -161
  8. package/System.Buffers/internal/index.d.ts +42 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +7 -0
  10. package/System.Collections/internal/index.d.ts +109 -27
  11. package/System.Collections.Concurrent/internal/index.d.ts +52 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +37 -0
  13. package/System.Collections.Generic/internal/index.d.ts +422 -33
  14. package/System.Collections.Immutable/internal/index.d.ts +193 -2
  15. package/System.Collections.ObjectModel/internal/index.d.ts +98 -6
  16. package/System.Collections.Specialized/internal/index.d.ts +72 -10
  17. package/System.ComponentModel/internal/index.d.ts +392 -23
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +79 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +120 -3
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +40 -0
  22. package/System.Data/internal/index.d.ts +273 -20
  23. package/System.Data.Common/internal/index.d.ts +146 -32
  24. package/System.Data.SqlTypes/internal/index.d.ts +147 -48
  25. package/System.Diagnostics/internal/index.d.ts +213 -13
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +28 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +37 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +30 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +56 -6
  31. package/System.Drawing/internal/index.d.ts +38 -0
  32. package/System.Dynamic/internal/index.d.ts +50 -5
  33. package/System.Formats.Asn1/internal/index.d.ts +19 -3
  34. package/System.Formats.Tar/internal/index.d.ts +26 -6
  35. package/System.Globalization/internal/index.d.ts +116 -20
  36. package/System.IO/internal/index.d.ts +141 -18
  37. package/System.IO.Compression/internal/index.d.ts +46 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +13 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +13 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +22 -2
  42. package/System.IO.Pipes/internal/index.d.ts +31 -0
  43. package/System.Linq/internal/index.d.ts +55 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +103 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +202 -21
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +103 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +151 -60
  50. package/System.Net.Http.Json/internal/index.d.ts +4 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +88 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +89 -0
  55. package/System.Net.Quic/internal/index.d.ts +31 -6
  56. package/System.Net.Security/internal/index.d.ts +40 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +59 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +32 -3
  60. package/System.Numerics/internal/index.d.ts +173 -7
  61. package/System.Reflection/internal/index.d.ts +202 -30
  62. package/System.Reflection.Emit/internal/index.d.ts +80 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +650 -5
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +80 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +39 -3
  66. package/System.Resources/internal/index.d.ts +35 -1
  67. package/System.Runtime/internal/index.d.ts +18 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +330 -33
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
  71. package/System.Runtime.InteropServices/internal/index.d.ts +268 -14
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +82 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +59 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +82 -12
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +56 -12
  79. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
  80. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
  81. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
  82. package/System.Runtime.Loader/internal/index.d.ts +9 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +111 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
  87. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
  88. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -0
  89. package/System.Runtime.Versioning/internal/index.d.ts +28 -0
  90. package/System.Security/internal/index.d.ts +46 -6
  91. package/System.Security.AccessControl/internal/index.d.ts +116 -2
  92. package/System.Security.Authentication/internal/index.d.ts +8 -0
  93. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +16 -5
  94. package/System.Security.Claims/internal/index.d.ts +12 -6
  95. package/System.Security.Cryptography/internal/index.d.ts +568 -42
  96. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +114 -9
  97. package/System.Security.Permissions/internal/index.d.ts +6 -0
  98. package/System.Security.Policy/internal/index.d.ts +7 -0
  99. package/System.Security.Principal/internal/index.d.ts +42 -5
  100. package/System.Text/internal/index.d.ts +108 -8
  101. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  102. package/System.Text.Json/internal/index.d.ts +53 -6
  103. package/System.Text.Json.Nodes/internal/index.d.ts +21 -0
  104. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  105. package/System.Text.Json.Serialization/internal/index.d.ts +64 -0
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +27 -3
  107. package/System.Text.RegularExpressions/internal/index.d.ts +75 -3
  108. package/System.Text.Unicode/internal/index.d.ts +4 -0
  109. package/System.Threading/internal/index.d.ts +186 -24
  110. package/System.Threading.Channels/internal/index.d.ts +20 -0
  111. package/System.Threading.Tasks/internal/index.d.ts +48 -6
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +99 -0
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -0
  114. package/System.Timers/internal/index.d.ts +11 -3
  115. package/System.Transactions/internal/index.d.ts +76 -15
  116. package/System.Web/internal/index.d.ts +4 -0
  117. package/System.Windows.Input/internal/index.d.ts +2 -0
  118. package/System.Windows.Markup/internal/index.d.ts +2 -0
  119. package/System.Xml/internal/index.d.ts +245 -20
  120. package/System.Xml.Linq/internal/index.d.ts +73 -17
  121. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  122. package/System.Xml.Schema/internal/index.d.ts +171 -0
  123. package/System.Xml.Serialization/internal/index.d.ts +141 -0
  124. package/System.Xml.XPath/internal/index.d.ts +27 -8
  125. package/System.Xml.Xsl/internal/index.d.ts +27 -0
  126. package/System.Xml.Xsl.Runtime/internal/index.d.ts +112 -0
  127. package/__internal/extensions/index.d.ts +2143 -1955
  128. package/package.json +2 -2
@@ -27,12 +27,16 @@ export type NotifyCollectionChangedEventHandler = (sender: unknown, e: NotifyCol
27
27
 
28
28
 
29
29
  export interface INotifyCollectionChanged$instance {
30
+ readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
31
+
30
32
  }
31
33
 
32
34
 
33
35
  export type INotifyCollectionChanged = INotifyCollectionChanged$instance;
34
36
 
35
37
  export interface IOrderedDictionary$instance extends IDictionary, ICollection, IEnumerable {
38
+ readonly __tsonic_iface_System_Collections_Specialized_IOrderedDictionary: never;
39
+
36
40
  readonly Keys: ICollection;
37
41
  readonly Values: ICollection;
38
42
  readonly IsReadOnly: boolean;
@@ -60,6 +64,10 @@ export interface IOrderedDictionary$instance extends IDictionary, ICollection, I
60
64
  export type IOrderedDictionary = IOrderedDictionary$instance;
61
65
 
62
66
  export interface BitVector32$instance {
67
+ readonly __tsonic_type_System_Collections_Specialized_BitVector32: never;
68
+
69
+ readonly __tsonic_iface_System_IEquatable_1: never;
70
+
63
71
  readonly Data: int;
64
72
  Equals(o: unknown): boolean;
65
73
  Equals(other: BitVector32): boolean;
@@ -94,6 +102,10 @@ export type BitVector32 = BitVector32$instance & __BitVector32$views;
94
102
 
95
103
 
96
104
  export interface BitVector32_Section$instance {
105
+ readonly __tsonic_type_System_Collections_Specialized_BitVector32_Section: never;
106
+
107
+ readonly __tsonic_iface_System_IEquatable_1: never;
108
+
97
109
  readonly Mask: short;
98
110
  readonly Offset: short;
99
111
  Equals(o: unknown): boolean;
@@ -120,6 +132,8 @@ export type BitVector32_Section = BitVector32_Section$instance & __BitVector32_S
120
132
 
121
133
 
122
134
  export interface CollectionsUtil$instance {
135
+ readonly __tsonic_type_System_Collections_Specialized_CollectionsUtil: never;
136
+
123
137
  }
124
138
 
125
139
 
@@ -135,6 +149,12 @@ export const CollectionsUtil: {
135
149
  export type CollectionsUtil = CollectionsUtil$instance;
136
150
 
137
151
  export interface HybridDictionary$instance {
152
+ readonly __tsonic_type_System_Collections_Specialized_HybridDictionary: never;
153
+
154
+ readonly __tsonic_iface_System_Collections_ICollection: never;
155
+ readonly __tsonic_iface_System_Collections_IDictionary: never;
156
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
157
+
138
158
  readonly Count: int;
139
159
  readonly IsFixedSize: boolean;
140
160
  readonly IsReadOnly: boolean;
@@ -171,6 +191,12 @@ export type HybridDictionary = HybridDictionary$instance & __HybridDictionary$vi
171
191
 
172
192
 
173
193
  export interface ListDictionary$instance {
194
+ readonly __tsonic_type_System_Collections_Specialized_ListDictionary: never;
195
+
196
+ readonly __tsonic_iface_System_Collections_ICollection: never;
197
+ readonly __tsonic_iface_System_Collections_IDictionary: never;
198
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
199
+
174
200
  readonly Count: int;
175
201
  readonly IsFixedSize: boolean;
176
202
  readonly IsReadOnly: boolean;
@@ -205,6 +231,8 @@ export type ListDictionary = ListDictionary$instance & __ListDictionary$views;
205
231
 
206
232
 
207
233
  export interface ListDictionary_DictionaryNode$instance {
234
+ readonly __tsonic_type_System_Collections_Specialized_ListDictionary_DictionaryNode: never;
235
+
208
236
  key: unknown;
209
237
  value: unknown | undefined;
210
238
  next: ListDictionary_DictionaryNode | undefined;
@@ -218,7 +246,14 @@ export const ListDictionary_DictionaryNode: {
218
246
 
219
247
  export type ListDictionary_DictionaryNode = ListDictionary_DictionaryNode$instance;
220
248
 
221
- export interface NameObjectCollectionBase$instance {
249
+ export interface NameObjectCollectionBase$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
250
+ readonly __tsonic_type_System_Collections_Specialized_NameObjectCollectionBase: never;
251
+
252
+ readonly __tsonic_iface_System_Collections_ICollection: never;
253
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
254
+ readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
255
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
256
+
222
257
  readonly Count: int;
223
258
  readonly Keys: NameObjectCollectionBase_KeysCollection;
224
259
  GetEnumerator(): IEnumerator;
@@ -238,12 +273,15 @@ export interface __NameObjectCollectionBase$views {
238
273
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
239
274
  }
240
275
 
241
- export interface NameObjectCollectionBase$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
242
-
243
276
  export type NameObjectCollectionBase = NameObjectCollectionBase$instance & __NameObjectCollectionBase$views;
244
277
 
245
278
 
246
279
  export interface NameObjectCollectionBase_KeysCollection$instance {
280
+ readonly __tsonic_type_System_Collections_Specialized_NameObjectCollectionBase_KeysCollection: never;
281
+
282
+ readonly __tsonic_iface_System_Collections_ICollection: never;
283
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
284
+
247
285
  readonly Count: int;
248
286
  readonly [index: number]: string | undefined;
249
287
  Get(index: int): string | undefined;
@@ -264,6 +302,13 @@ export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_K
264
302
 
265
303
 
266
304
  export interface NameValueCollection$instance extends NameObjectCollectionBase$instance {
305
+ readonly __tsonic_type_System_Collections_Specialized_NameValueCollection: never;
306
+
307
+ readonly __tsonic_iface_System_Collections_ICollection: never;
308
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
309
+ readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
310
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
311
+
267
312
  readonly AllKeys: (string | undefined)[] | string[];
268
313
  Add(c: NameValueCollection): void;
269
314
  Add(name: string, value: string): void;
@@ -305,12 +350,12 @@ export interface __NameValueCollection$views {
305
350
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
306
351
  }
307
352
 
308
- export interface NameValueCollection$instance extends System_Collections_Internal.ICollection$instance {}
309
-
310
353
  export type NameValueCollection = NameValueCollection$instance & __NameValueCollection$views;
311
354
 
312
355
 
313
356
  export interface NotifyCollectionChangedEventArgs$instance extends EventArgs {
357
+ readonly __tsonic_type_System_Collections_Specialized_NotifyCollectionChangedEventArgs: never;
358
+
314
359
  readonly Action: NotifyCollectionChangedAction;
315
360
  readonly NewItems: IList | undefined;
316
361
  readonly NewStartingIndex: int;
@@ -336,7 +381,16 @@ export const NotifyCollectionChangedEventArgs: {
336
381
 
337
382
  export type NotifyCollectionChangedEventArgs = NotifyCollectionChangedEventArgs$instance;
338
383
 
339
- export interface OrderedDictionary$instance {
384
+ export interface OrderedDictionary$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
385
+ readonly __tsonic_type_System_Collections_Specialized_OrderedDictionary: never;
386
+
387
+ readonly __tsonic_iface_System_Collections_ICollection: never;
388
+ readonly __tsonic_iface_System_Collections_IDictionary: never;
389
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
390
+ readonly __tsonic_iface_System_Collections_Specialized_IOrderedDictionary: never;
391
+ readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
392
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
393
+
340
394
  readonly Count: int;
341
395
  readonly IsReadOnly: boolean;
342
396
  readonly Keys: ICollection;
@@ -376,12 +430,16 @@ export interface __OrderedDictionary$views {
376
430
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
377
431
  }
378
432
 
379
- export interface OrderedDictionary$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
380
-
381
433
  export type OrderedDictionary = OrderedDictionary$instance & __OrderedDictionary$views;
382
434
 
383
435
 
384
436
  export interface StringCollection$instance {
437
+ readonly __tsonic_type_System_Collections_Specialized_StringCollection: never;
438
+
439
+ readonly __tsonic_iface_System_Collections_ICollection: never;
440
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
441
+ readonly __tsonic_iface_System_Collections_IList: never;
442
+
385
443
  readonly Count: int;
386
444
  readonly IsReadOnly: boolean;
387
445
  readonly IsSynchronized: boolean;
@@ -415,6 +473,10 @@ export type StringCollection = StringCollection$instance & __StringCollection$vi
415
473
 
416
474
 
417
475
  export interface StringDictionary$instance {
476
+ readonly __tsonic_type_System_Collections_Specialized_StringDictionary: never;
477
+
478
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
479
+
418
480
  readonly Count: int;
419
481
  readonly IsSynchronized: boolean;
420
482
  [key: string]: string | undefined;
@@ -440,12 +502,12 @@ export interface __StringDictionary$views {
440
502
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
441
503
  }
442
504
 
443
- export interface StringDictionary$instance extends System_Collections_Internal.IEnumerable$instance {}
444
-
445
505
  export type StringDictionary = StringDictionary$instance & __StringDictionary$views;
446
506
 
447
507
 
448
508
  export interface StringEnumerator$instance {
509
+ readonly __tsonic_type_System_Collections_Specialized_StringEnumerator: never;
510
+
449
511
  readonly Current: string | undefined;
450
512
  MoveNext(): boolean;
451
513
  Reset(): void;