@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
@@ -60,7 +60,7 @@ export interface SqlBinary$instance {
60
60
 
61
61
 
62
62
  export const SqlBinary: {
63
- new(value: byte[]): SqlBinary$instance;
63
+ new(value: byte[]): SqlBinary;
64
64
  readonly null_: SqlBinary;
65
65
  add(x: SqlBinary, y: SqlBinary): SqlBinary;
66
66
  concat(x: SqlBinary, y: SqlBinary): SqlBinary;
@@ -116,8 +116,8 @@ export interface SqlBoolean$instance {
116
116
 
117
117
 
118
118
  export const SqlBoolean: {
119
- new(value: boolean): SqlBoolean$instance;
120
- new(value: int): SqlBoolean$instance;
119
+ new(value: boolean): SqlBoolean;
120
+ new(value: int): SqlBoolean;
121
121
  readonly true_: SqlBoolean;
122
122
  readonly false_: SqlBoolean;
123
123
  readonly null_: SqlBoolean;
@@ -176,7 +176,7 @@ export interface SqlByte$instance {
176
176
 
177
177
 
178
178
  export const SqlByte: {
179
- new(value: byte): SqlByte$instance;
179
+ new(value: byte): SqlByte;
180
180
  readonly null_: SqlByte;
181
181
  readonly zero: SqlByte;
182
182
  readonly minValue: SqlByte;
@@ -234,12 +234,12 @@ export interface SqlDateTime$instance {
234
234
 
235
235
 
236
236
  export const SqlDateTime: {
237
- new(value: DateTime): SqlDateTime$instance;
238
- new(year: int, month: int, day: int): SqlDateTime$instance;
239
- new(year: int, month: int, day: int, hour: int, minute: int, second: int): SqlDateTime$instance;
240
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: double): SqlDateTime$instance;
241
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, bilisecond: int): SqlDateTime$instance;
242
- new(dayTicks: int, timeTicks: int): SqlDateTime$instance;
237
+ new(value: DateTime): SqlDateTime;
238
+ new(year: int, month: int, day: int): SqlDateTime;
239
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int): SqlDateTime;
240
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: double): SqlDateTime;
241
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, bilisecond: int): SqlDateTime;
242
+ new(dayTicks: int, timeTicks: int): SqlDateTime;
243
243
  readonly sqlTicksPerSecond: int;
244
244
  readonly sqlTicksPerMinute: int;
245
245
  readonly sqlTicksPerHour: int;
@@ -304,12 +304,12 @@ export interface SqlDecimal$instance {
304
304
 
305
305
 
306
306
  export const SqlDecimal: {
307
- new(value: decimal): SqlDecimal$instance;
308
- new(value: int): SqlDecimal$instance;
309
- new(value: long): SqlDecimal$instance;
310
- new(bPrecision: byte, bScale: byte, fPositive: boolean, bits: int[]): SqlDecimal$instance;
311
- new(bPrecision: byte, bScale: byte, fPositive: boolean, data1: int, data2: int, data3: int, data4: int): SqlDecimal$instance;
312
- new(dVal: double): SqlDecimal$instance;
307
+ new(value: decimal): SqlDecimal;
308
+ new(value: int): SqlDecimal;
309
+ new(value: long): SqlDecimal;
310
+ new(bPrecision: byte, bScale: byte, fPositive: boolean, bits: int[]): SqlDecimal;
311
+ new(bPrecision: byte, bScale: byte, fPositive: boolean, data1: int, data2: int, data3: int, data4: int): SqlDecimal;
312
+ new(dVal: double): SqlDecimal;
313
313
  readonly maxPrecision: byte;
314
314
  readonly maxScale: byte;
315
315
  readonly null_: SqlDecimal;
@@ -377,7 +377,7 @@ export interface SqlDouble$instance {
377
377
 
378
378
 
379
379
  export const SqlDouble: {
380
- new(value: double): SqlDouble$instance;
380
+ new(value: double): SqlDouble;
381
381
  readonly null_: SqlDouble;
382
382
  readonly zero: SqlDouble;
383
383
  readonly minValue: SqlDouble;
@@ -429,10 +429,10 @@ export interface SqlGuid$instance {
429
429
 
430
430
 
431
431
  export const SqlGuid: {
432
- new(value: byte[]): SqlGuid$instance;
433
- new(s: string): SqlGuid$instance;
434
- new(g: Guid): SqlGuid$instance;
435
- new(a: int, b: short, c: short, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): SqlGuid$instance;
432
+ new(value: byte[]): SqlGuid;
433
+ new(s: string): SqlGuid;
434
+ new(g: Guid): SqlGuid;
435
+ new(a: int, b: short, c: short, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): SqlGuid;
436
436
  readonly null_: SqlGuid;
437
437
  equals(x: SqlGuid, y: SqlGuid): SqlBoolean;
438
438
  getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
@@ -484,7 +484,7 @@ export interface SqlInt16$instance {
484
484
 
485
485
 
486
486
  export const SqlInt16: {
487
- new(value: short): SqlInt16$instance;
487
+ new(value: short): SqlInt16;
488
488
  readonly null_: SqlInt16;
489
489
  readonly zero: SqlInt16;
490
490
  readonly minValue: SqlInt16;
@@ -548,7 +548,7 @@ export interface SqlInt32$instance {
548
548
 
549
549
 
550
550
  export const SqlInt32: {
551
- new(value: int): SqlInt32$instance;
551
+ new(value: int): SqlInt32;
552
552
  readonly null_: SqlInt32;
553
553
  readonly zero: SqlInt32;
554
554
  readonly minValue: SqlInt32;
@@ -612,7 +612,7 @@ export interface SqlInt64$instance {
612
612
 
613
613
 
614
614
  export const SqlInt64: {
615
- new(value: long): SqlInt64$instance;
615
+ new(value: long): SqlInt64;
616
616
  readonly null_: SqlInt64;
617
617
  readonly zero: SqlInt64;
618
618
  readonly minValue: SqlInt64;
@@ -681,10 +681,10 @@ export interface SqlMoney$instance {
681
681
 
682
682
 
683
683
  export const SqlMoney: {
684
- new(value: int): SqlMoney$instance;
685
- new(value: long): SqlMoney$instance;
686
- new(value: decimal): SqlMoney$instance;
687
- new(value: double): SqlMoney$instance;
684
+ new(value: int): SqlMoney;
685
+ new(value: long): SqlMoney;
686
+ new(value: decimal): SqlMoney;
687
+ new(value: double): SqlMoney;
688
688
  readonly null_: SqlMoney;
689
689
  readonly zero: SqlMoney;
690
690
  readonly minValue: SqlMoney;
@@ -743,8 +743,8 @@ export interface SqlSingle$instance {
743
743
 
744
744
 
745
745
  export const SqlSingle: {
746
- new(value: float): SqlSingle$instance;
747
- new(value: double): SqlSingle$instance;
746
+ new(value: float): SqlSingle;
747
+ new(value: double): SqlSingle;
748
748
  readonly null_: SqlSingle;
749
749
  readonly zero: SqlSingle;
750
750
  readonly minValue: SqlSingle;
@@ -811,13 +811,13 @@ export interface SqlString$instance {
811
811
 
812
812
 
813
813
  export const SqlString: {
814
- new(lcid: int, compareOptions: SqlCompareOptions, data: byte[], index: int, count: int, fUnicode: boolean): SqlString$instance;
815
- new(lcid: int, compareOptions: SqlCompareOptions, data: byte[], fUnicode: boolean): SqlString$instance;
816
- new(lcid: int, compareOptions: SqlCompareOptions, data: byte[], index: int, count: int): SqlString$instance;
817
- new(lcid: int, compareOptions: SqlCompareOptions, data: byte[]): SqlString$instance;
818
- new(data: string, lcid: int, compareOptions: SqlCompareOptions): SqlString$instance;
819
- new(data: string, lcid: int): SqlString$instance;
820
- new(data: string): SqlString$instance;
814
+ new(lcid: int, compareOptions: SqlCompareOptions, data: byte[], index: int, count: int, fUnicode: boolean): SqlString;
815
+ new(lcid: int, compareOptions: SqlCompareOptions, data: byte[], fUnicode: boolean): SqlString;
816
+ new(lcid: int, compareOptions: SqlCompareOptions, data: byte[], index: int, count: int): SqlString;
817
+ new(lcid: int, compareOptions: SqlCompareOptions, data: byte[]): SqlString;
818
+ new(data: string, lcid: int, compareOptions: SqlCompareOptions): SqlString;
819
+ new(data: string, lcid: int): SqlString;
820
+ new(data: string): SqlString;
821
821
  readonly null_: SqlString;
822
822
  readonly ignoreCase: int;
823
823
  readonly ignoreWidth: int;
@@ -860,9 +860,9 @@ export interface SqlAlreadyFilledException$instance extends SqlTypeException$ins
860
860
 
861
861
 
862
862
  export const SqlAlreadyFilledException: {
863
- new(): SqlAlreadyFilledException$instance;
864
- new(message: string): SqlAlreadyFilledException$instance;
865
- new(message: string, e: Exception): SqlAlreadyFilledException$instance;
863
+ new(): SqlAlreadyFilledException;
864
+ new(message: string): SqlAlreadyFilledException;
865
+ new(message: string, e: Exception): SqlAlreadyFilledException;
866
866
  };
867
867
 
868
868
 
@@ -891,10 +891,10 @@ export interface SqlBytes$instance {
891
891
 
892
892
 
893
893
  export const SqlBytes: {
894
- new(): SqlBytes$instance;
895
- new(buffer: byte[]): SqlBytes$instance;
896
- new(value: SqlBinary): SqlBytes$instance;
897
- new(s: Stream): SqlBytes$instance;
894
+ new(): SqlBytes;
895
+ new(buffer: byte[]): SqlBytes;
896
+ new(value: SqlBinary): SqlBytes;
897
+ new(s: Stream): SqlBytes;
898
898
  readonly null_: SqlBytes;
899
899
  getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
900
900
  };
@@ -928,9 +928,9 @@ export interface SqlChars$instance {
928
928
 
929
929
 
930
930
  export const SqlChars: {
931
- new(): SqlChars$instance;
932
- new(buffer: char[]): SqlChars$instance;
933
- new(value: SqlString): SqlChars$instance;
931
+ new(): SqlChars;
932
+ new(buffer: char[]): SqlChars;
933
+ new(value: SqlString): SqlChars;
934
934
  readonly null_: SqlChars;
935
935
  getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
936
936
  };
@@ -953,9 +953,9 @@ export interface SqlNotFilledException$instance extends SqlTypeException$instanc
953
953
 
954
954
 
955
955
  export const SqlNotFilledException: {
956
- new(): SqlNotFilledException$instance;
957
- new(message: string): SqlNotFilledException$instance;
958
- new(message: string, e: Exception): SqlNotFilledException$instance;
956
+ new(): SqlNotFilledException;
957
+ new(message: string): SqlNotFilledException;
958
+ new(message: string, e: Exception): SqlNotFilledException;
959
959
  };
960
960
 
961
961
 
@@ -972,9 +972,9 @@ export interface SqlNullValueException$instance extends SqlTypeException$instanc
972
972
 
973
973
 
974
974
  export const SqlNullValueException: {
975
- new(): SqlNullValueException$instance;
976
- new(message: string): SqlNullValueException$instance;
977
- new(message: string, e: Exception): SqlNullValueException$instance;
975
+ new(): SqlNullValueException;
976
+ new(message: string): SqlNullValueException;
977
+ new(message: string, e: Exception): SqlNullValueException;
978
978
  };
979
979
 
980
980
 
@@ -991,9 +991,9 @@ export interface SqlTruncateException$instance extends SqlTypeException$instance
991
991
 
992
992
 
993
993
  export const SqlTruncateException: {
994
- new(): SqlTruncateException$instance;
995
- new(message: string): SqlTruncateException$instance;
996
- new(message: string, e: Exception): SqlTruncateException$instance;
994
+ new(): SqlTruncateException;
995
+ new(message: string): SqlTruncateException;
996
+ new(message: string, e: Exception): SqlTruncateException;
997
997
  };
998
998
 
999
999
 
@@ -1010,9 +1010,9 @@ export interface SqlTypeException$instance extends SystemException {
1010
1010
 
1011
1011
 
1012
1012
  export const SqlTypeException: {
1013
- new(): SqlTypeException$instance;
1014
- new(message: string): SqlTypeException$instance;
1015
- new(message: string, e: Exception): SqlTypeException$instance;
1013
+ new(): SqlTypeException;
1014
+ new(message: string): SqlTypeException;
1015
+ new(message: string, e: Exception): SqlTypeException;
1016
1016
  };
1017
1017
 
1018
1018
 
@@ -1031,9 +1031,9 @@ export interface SqlXml$instance {
1031
1031
 
1032
1032
 
1033
1033
  export const SqlXml: {
1034
- new(): SqlXml$instance;
1035
- new(value: XmlReader): SqlXml$instance;
1036
- new(value: Stream): SqlXml$instance;
1034
+ new(): SqlXml;
1035
+ new(value: XmlReader): SqlXml;
1036
+ new(value: Stream): SqlXml;
1037
1037
  readonly null_: SqlXml;
1038
1038
  getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
1039
1039
  };