@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.
Files changed (40) hide show
  1. package/System.Buffers.d.ts +3 -0
  2. package/System.Collections.Frozen.d.ts +3 -0
  3. package/System.Collections.Generic.d.ts +3 -0
  4. package/System.Collections.Immutable.d.ts +3 -0
  5. package/System.Data.Common.d.ts +3 -0
  6. package/System.Data.d.ts +3 -0
  7. package/System.Diagnostics.Metrics.d.ts +3 -0
  8. package/System.Diagnostics.d.ts +3 -0
  9. package/System.Globalization.d.ts +3 -0
  10. package/System.IO.Compression.d.ts +3 -0
  11. package/System.IO.Pipelines.d.ts +3 -0
  12. package/System.IO.Pipes.d.ts +3 -0
  13. package/System.IO.d.ts +3 -0
  14. package/System.Linq.d.ts +3 -0
  15. package/System.Net.Http.Json.d.ts +3 -0
  16. package/System.Net.Sockets.d.ts +3 -0
  17. package/System.Numerics.d.ts +3 -0
  18. package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
  19. package/System.Reflection.Metadata.d.ts +3 -0
  20. package/System.Reflection.d.ts +3 -0
  21. package/System.Runtime.InteropServices.d.ts +3 -0
  22. package/System.Runtime.Intrinsics.d.ts +3 -0
  23. package/System.Runtime.Serialization.Json.d.ts +3 -0
  24. package/System.Runtime.Serialization.d.ts +3 -0
  25. package/System.Security.Cryptography/bindings.json +4212 -4212
  26. package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
  27. package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
  28. package/System.Text.Json.Schema.d.ts +3 -0
  29. package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
  30. package/System.Text.Json.d.ts +3 -0
  31. package/System.Text.d.ts +3 -0
  32. package/System.Threading.Tasks.Dataflow.d.ts +3 -0
  33. package/System.Threading.Tasks.d.ts +3 -0
  34. package/System.Threading.d.ts +3 -0
  35. package/System.Xml.Linq.d.ts +3 -0
  36. package/System.Xml.Schema.d.ts +3 -0
  37. package/System.Xml.XPath.d.ts +3 -0
  38. package/System.d.ts +3 -0
  39. package/__internal/extensions/index.d.ts +2516 -2196
  40. package/package.json +2 -2
@@ -76,3 +76,6 @@ export { X509SubjectAlternativeNameExtension as X509SubjectAlternativeNameExtens
76
76
  export { X509SubjectKeyIdentifierExtension as X509SubjectKeyIdentifierExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
77
77
  export { X509SubjectKeyIdentifierHashAlgorithm as X509SubjectKeyIdentifierHashAlgorithm } from './System.Security.Cryptography.X509Certificates/internal/index.js';
78
78
  export { X509VerificationFlags as X509VerificationFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
79
+ // Extension methods (C# using semantics)
80
+ export type { ExtensionMethods_System_Security_Cryptography_X509Certificates as ExtensionMethods } from './__internal/extensions/index.js';
81
+
@@ -15,3 +15,6 @@ import type { Boolean as ClrBoolean, Func_3, Int32, Object as ClrObject, ReadOnl
15
15
  export { JsonSchemaExporter$instance as JsonSchemaExporter } from './System.Text.Json.Schema/internal/index.js';
16
16
  export { JsonSchemaExporterOptions as JsonSchemaExporterOptions } from './System.Text.Json.Schema/internal/index.js';
17
17
  export { JsonSchemaExporterContext as JsonSchemaExporterContext } from './System.Text.Json.Schema/internal/index.js';
18
+ // Extension methods (C# using semantics)
19
+ export type { ExtensionMethods_System_Text_Json_Schema as ExtensionMethods } from './__internal/extensions/index.js';
20
+
@@ -40,3 +40,6 @@ export type JsonTypeInfo<
40
40
  [T1] extends [__] ? Internal.JsonTypeInfo :
41
41
  Internal.JsonTypeInfo_1<T1>;
42
42
 
43
+ // Extension methods (C# using semantics)
44
+ export type { ExtensionMethods_System_Text_Json_Serialization_Metadata as ExtensionMethods } from './__internal/extensions/index.js';
45
+
@@ -42,3 +42,6 @@ export { JsonSerializer$instance as JsonSerializer } from './System.Text.Json/in
42
42
  export { Utf8JsonWriter as Utf8JsonWriter } from './System.Text.Json/internal/index.js';
43
43
  export { JsonSerializerOptions as JsonSerializerOptions } from './System.Text.Json/internal/index.js';
44
44
  export { JsonWriterOptions as JsonWriterOptions } from './System.Text.Json/internal/index.js';
45
+ // Extension methods (C# using semantics)
46
+ export type { ExtensionMethods_System_Text_Json as ExtensionMethods } from './__internal/extensions/index.js';
47
+
package/System.Text.d.ts CHANGED
@@ -52,3 +52,6 @@ export { UTF32Encoding as UTF32Encoding } from './System.Text/internal/index.js'
52
52
  export { UTF7Encoding as UTF7Encoding } from './System.Text/internal/index.js';
53
53
  export { UTF8Encoding as UTF8Encoding } from './System.Text/internal/index.js';
54
54
  export { CodePagesEncodingProvider as CodePagesEncodingProvider } from './System.Text/internal/index.js';
55
+ // Extension methods (C# using semantics)
56
+ export type { ExtensionMethods_System_Text as ExtensionMethods } from './__internal/extensions/index.js';
57
+
@@ -52,3 +52,6 @@ export type JoinBlock<
52
52
  [T3] extends [__] ? Internal.JoinBlock_2<T1, T2> :
53
53
  Internal.JoinBlock_3<T1, T2, T3>;
54
54
 
55
+ // Extension methods (C# using semantics)
56
+ export type { ExtensionMethods_System_Threading_Tasks_Dataflow as ExtensionMethods } from './__internal/extensions/index.js';
57
+
@@ -63,3 +63,6 @@ export type ValueTask<
63
63
  [T1] extends [__] ? Internal.ValueTask :
64
64
  Internal.ValueTask_1<T1>;
65
65
 
66
+ // Extension methods (C# using semantics)
67
+ export type { ExtensionMethods_System_Threading_Tasks as ExtensionMethods } from './__internal/extensions/index.js';
68
+
@@ -97,3 +97,6 @@ export { EventWaitHandleAcl$instance as EventWaitHandleAcl } from './System.Thre
97
97
  export { MutexAcl$instance as MutexAcl } from './System.Threading/internal/index.js';
98
98
  export { SemaphoreAcl$instance as SemaphoreAcl } from './System.Threading/internal/index.js';
99
99
  export { ThreadingAclExtensions$instance as ThreadingAclExtensions } from './System.Threading/internal/index.js';
100
+ // Extension methods (C# using semantics)
101
+ export type { ExtensionMethods_System_Threading as ExtensionMethods } from './__internal/extensions/index.js';
102
+
@@ -41,3 +41,6 @@ export { XObjectChangeEventArgs as XObjectChangeEventArgs } from './System.Xml.L
41
41
  export { XProcessingInstruction as XProcessingInstruction } from './System.Xml.Linq/internal/index.js';
42
42
  export { XStreamingElement as XStreamingElement } from './System.Xml.Linq/internal/index.js';
43
43
  export { XText as XText } from './System.Xml.Linq/internal/index.js';
44
+ // Extension methods (C# using semantics)
45
+ export type { ExtensionMethods_System_Xml_Linq as ExtensionMethods } from './__internal/extensions/index.js';
46
+
@@ -106,3 +106,6 @@ export { XmlSchemaInference as XmlSchemaInference } from './System.Xml.Schema/in
106
106
  export { XmlSchemaInference_InferenceOption as XmlSchemaInference_InferenceOption } from './System.Xml.Schema/internal/index.js';
107
107
  export { XmlSchemaInferenceException as XmlSchemaInferenceException } from './System.Xml.Schema/internal/index.js';
108
108
  export { Extensions$instance as Extensions } from './System.Xml.Schema/internal/index.js';
109
+ // Extension methods (C# using semantics)
110
+ export type { ExtensionMethods_System_Xml_Schema as ExtensionMethods } from './__internal/extensions/index.js';
111
+
@@ -32,3 +32,6 @@ export { XPathNodeIterator as XPathNodeIterator } from './System.Xml.XPath/inter
32
32
  export { XPathNodeType as XPathNodeType } from './System.Xml.XPath/internal/index.js';
33
33
  export { Extensions$instance as Extensions } from './System.Xml.XPath/internal/index.js';
34
34
  export { XDocumentExtensions$instance as XDocumentExtensions } from './System.Xml.XPath/internal/index.js';
35
+ // Extension methods (C# using semantics)
36
+ export type { ExtensionMethods_System_Xml_XPath as ExtensionMethods } from './__internal/extensions/index.js';
37
+
package/System.d.ts CHANGED
@@ -429,3 +429,6 @@ export type { Decimal$instance } from './System/internal/index.js';
429
429
  export type { Char$instance } from './System/internal/index.js';
430
430
  export type { Boolean$instance } from './System/internal/index.js';
431
431
  export type { String$instance } from './System/internal/index.js';
432
+ // Extension methods (C# using semantics)
433
+ export type { ExtensionMethods_System as ExtensionMethods } from './__internal/extensions/index.js';
434
+