@tsonic/microsoft-extensions 0.1.1 → 10.0.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.
- package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.Http.Logging",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.Http"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
6
9
|
"clrName": "Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
7
|
-
"tsEmitName": "IHttpClientAsyncLogger",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.Http",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger::LogRequestStartAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
13
21
|
"clrName": "LogRequestStartAsync",
|
|
14
|
-
"tsEmitName": "logRequestStartAsync",
|
|
15
22
|
"metadataToken": 100663530,
|
|
16
23
|
"canonicalSignature": "(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
17
24
|
"normalizedSignature": "LogRequestStartAsync|(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 2,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger::LogRequestStopAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
27
40
|
"clrName": "LogRequestStopAsync",
|
|
28
|
-
"tsEmitName": "logRequestStopAsync",
|
|
29
41
|
"metadataToken": 100663531,
|
|
30
42
|
"canonicalSignature": "(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
31
43
|
"normalizedSignature": "LogRequestStopAsync|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 5,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": true,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
36
54
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -39,13 +57,18 @@
|
|
|
39
57
|
{
|
|
40
58
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger::LogRequestFailedAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
41
59
|
"clrName": "LogRequestFailedAsync",
|
|
42
|
-
"tsEmitName": "logRequestFailedAsync",
|
|
43
60
|
"metadataToken": 100663532,
|
|
44
61
|
"canonicalSignature": "(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
45
62
|
"normalizedSignature": "LogRequestFailedAsync|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
46
63
|
"emitScope": "ClassSurface",
|
|
64
|
+
"provenance": "Original",
|
|
47
65
|
"arity": 0,
|
|
48
66
|
"parameterCount": 6,
|
|
67
|
+
"isStatic": false,
|
|
68
|
+
"isAbstract": true,
|
|
69
|
+
"isVirtual": true,
|
|
70
|
+
"isOverride": false,
|
|
71
|
+
"isSealed": false,
|
|
49
72
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
50
73
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
51
74
|
"isExtensionMethod": false
|
|
@@ -53,13 +76,18 @@
|
|
|
53
76
|
{
|
|
54
77
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientLogger::LogRequestStart(System.Net.Http.HttpRequestMessage):System.Object",
|
|
55
78
|
"clrName": "LogRequestStart",
|
|
56
|
-
"tsEmitName": "logRequestStart",
|
|
57
79
|
"metadataToken": 100663533,
|
|
58
80
|
"canonicalSignature": "(System.Net.Http.HttpRequestMessage):System.Object",
|
|
59
81
|
"normalizedSignature": "LogRequestStart|(System.Net.Http.HttpRequestMessage):System.Object|static=false",
|
|
60
82
|
"emitScope": "ClassSurface",
|
|
83
|
+
"provenance": "Original",
|
|
61
84
|
"arity": 0,
|
|
62
85
|
"parameterCount": 1,
|
|
86
|
+
"isStatic": false,
|
|
87
|
+
"isAbstract": true,
|
|
88
|
+
"isVirtual": true,
|
|
89
|
+
"isOverride": false,
|
|
90
|
+
"isSealed": false,
|
|
63
91
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
64
92
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
65
93
|
"isExtensionMethod": false
|
|
@@ -67,13 +95,18 @@
|
|
|
67
95
|
{
|
|
68
96
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientLogger::LogRequestStop(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void",
|
|
69
97
|
"clrName": "LogRequestStop",
|
|
70
|
-
"tsEmitName": "logRequestStop",
|
|
71
98
|
"metadataToken": 100663534,
|
|
72
99
|
"canonicalSignature": "(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void",
|
|
73
100
|
"normalizedSignature": "LogRequestStop|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void|static=false",
|
|
74
101
|
"emitScope": "ClassSurface",
|
|
102
|
+
"provenance": "Original",
|
|
75
103
|
"arity": 0,
|
|
76
104
|
"parameterCount": 4,
|
|
105
|
+
"isStatic": false,
|
|
106
|
+
"isAbstract": true,
|
|
107
|
+
"isVirtual": true,
|
|
108
|
+
"isOverride": false,
|
|
109
|
+
"isSealed": false,
|
|
77
110
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
78
111
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
79
112
|
"isExtensionMethod": false
|
|
@@ -81,13 +114,18 @@
|
|
|
81
114
|
{
|
|
82
115
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientLogger::LogRequestFailed(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void",
|
|
83
116
|
"clrName": "LogRequestFailed",
|
|
84
|
-
"tsEmitName": "logRequestFailed",
|
|
85
117
|
"metadataToken": 100663535,
|
|
86
118
|
"canonicalSignature": "(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void",
|
|
87
119
|
"normalizedSignature": "LogRequestFailed|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void|static=false",
|
|
88
120
|
"emitScope": "ClassSurface",
|
|
121
|
+
"provenance": "Original",
|
|
89
122
|
"arity": 0,
|
|
90
123
|
"parameterCount": 5,
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"isAbstract": true,
|
|
126
|
+
"isVirtual": true,
|
|
127
|
+
"isOverride": false,
|
|
128
|
+
"isSealed": false,
|
|
91
129
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
92
130
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
93
131
|
"isExtensionMethod": false
|
|
@@ -96,87 +134,35 @@
|
|
|
96
134
|
"properties": [],
|
|
97
135
|
"fields": [],
|
|
98
136
|
"events": [],
|
|
99
|
-
"constructors": []
|
|
100
|
-
"exposedMethods": [
|
|
101
|
-
{
|
|
102
|
-
"tsName": "logRequestStartAsync",
|
|
103
|
-
"isStatic": false,
|
|
104
|
-
"tsSignatureId": "LogRequestStartAsync|(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
105
|
-
"target": {
|
|
106
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
107
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
108
|
-
"metadataToken": 100663530
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"tsName": "logRequestStopAsync",
|
|
113
|
-
"isStatic": false,
|
|
114
|
-
"tsSignatureId": "LogRequestStopAsync|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
115
|
-
"target": {
|
|
116
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
117
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
118
|
-
"metadataToken": 100663531
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"tsName": "logRequestFailedAsync",
|
|
123
|
-
"isStatic": false,
|
|
124
|
-
"tsSignatureId": "LogRequestFailedAsync|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
125
|
-
"target": {
|
|
126
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger",
|
|
127
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
128
|
-
"metadataToken": 100663532
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"tsName": "logRequestStart",
|
|
133
|
-
"isStatic": false,
|
|
134
|
-
"tsSignatureId": "LogRequestStart|(System.Net.Http.HttpRequestMessage):System.Object|static=false",
|
|
135
|
-
"target": {
|
|
136
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
137
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
138
|
-
"metadataToken": 100663533
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"tsName": "logRequestStop",
|
|
143
|
-
"isStatic": false,
|
|
144
|
-
"tsSignatureId": "LogRequestStop|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void|static=false",
|
|
145
|
-
"target": {
|
|
146
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
147
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
148
|
-
"metadataToken": 100663534
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"tsName": "logRequestFailed",
|
|
153
|
-
"isStatic": false,
|
|
154
|
-
"tsSignatureId": "LogRequestFailed|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void|static=false",
|
|
155
|
-
"target": {
|
|
156
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
157
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
158
|
-
"metadataToken": 100663535
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
]
|
|
137
|
+
"constructors": []
|
|
162
138
|
},
|
|
163
139
|
{
|
|
164
140
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
165
141
|
"clrName": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
166
|
-
"tsEmitName": "IHttpClientLogger",
|
|
167
142
|
"assemblyName": "Microsoft.Extensions.Http",
|
|
168
143
|
"metadataToken": 0,
|
|
144
|
+
"kind": "Interface",
|
|
145
|
+
"accessibility": "Public",
|
|
146
|
+
"isAbstract": true,
|
|
147
|
+
"isSealed": false,
|
|
148
|
+
"isStatic": false,
|
|
149
|
+
"arity": 0,
|
|
169
150
|
"methods": [
|
|
170
151
|
{
|
|
171
152
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientLogger::LogRequestStart(System.Net.Http.HttpRequestMessage):System.Object",
|
|
172
153
|
"clrName": "LogRequestStart",
|
|
173
|
-
"tsEmitName": "logRequestStart",
|
|
174
154
|
"metadataToken": 100663533,
|
|
175
155
|
"canonicalSignature": "(System.Net.Http.HttpRequestMessage):System.Object",
|
|
176
156
|
"normalizedSignature": "LogRequestStart|(System.Net.Http.HttpRequestMessage):System.Object|static=false",
|
|
177
157
|
"emitScope": "ClassSurface",
|
|
158
|
+
"provenance": "Original",
|
|
178
159
|
"arity": 0,
|
|
179
160
|
"parameterCount": 1,
|
|
161
|
+
"isStatic": false,
|
|
162
|
+
"isAbstract": true,
|
|
163
|
+
"isVirtual": true,
|
|
164
|
+
"isOverride": false,
|
|
165
|
+
"isSealed": false,
|
|
180
166
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
181
167
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
182
168
|
"isExtensionMethod": false
|
|
@@ -184,13 +170,18 @@
|
|
|
184
170
|
{
|
|
185
171
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientLogger::LogRequestStop(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void",
|
|
186
172
|
"clrName": "LogRequestStop",
|
|
187
|
-
"tsEmitName": "logRequestStop",
|
|
188
173
|
"metadataToken": 100663534,
|
|
189
174
|
"canonicalSignature": "(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void",
|
|
190
175
|
"normalizedSignature": "LogRequestStop|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void|static=false",
|
|
191
176
|
"emitScope": "ClassSurface",
|
|
177
|
+
"provenance": "Original",
|
|
192
178
|
"arity": 0,
|
|
193
179
|
"parameterCount": 4,
|
|
180
|
+
"isStatic": false,
|
|
181
|
+
"isAbstract": true,
|
|
182
|
+
"isVirtual": true,
|
|
183
|
+
"isOverride": false,
|
|
184
|
+
"isSealed": false,
|
|
194
185
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
195
186
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
196
187
|
"isExtensionMethod": false
|
|
@@ -198,13 +189,18 @@
|
|
|
198
189
|
{
|
|
199
190
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.IHttpClientLogger::LogRequestFailed(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void",
|
|
200
191
|
"clrName": "LogRequestFailed",
|
|
201
|
-
"tsEmitName": "logRequestFailed",
|
|
202
192
|
"metadataToken": 100663535,
|
|
203
193
|
"canonicalSignature": "(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void",
|
|
204
194
|
"normalizedSignature": "LogRequestFailed|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void|static=false",
|
|
205
195
|
"emitScope": "ClassSurface",
|
|
196
|
+
"provenance": "Original",
|
|
206
197
|
"arity": 0,
|
|
207
198
|
"parameterCount": 5,
|
|
199
|
+
"isStatic": false,
|
|
200
|
+
"isAbstract": true,
|
|
201
|
+
"isVirtual": true,
|
|
202
|
+
"isOverride": false,
|
|
203
|
+
"isSealed": false,
|
|
208
204
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
209
205
|
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
210
206
|
"isExtensionMethod": false
|
|
@@ -213,46 +209,19 @@
|
|
|
213
209
|
"properties": [],
|
|
214
210
|
"fields": [],
|
|
215
211
|
"events": [],
|
|
216
|
-
"constructors": []
|
|
217
|
-
"exposedMethods": [
|
|
218
|
-
{
|
|
219
|
-
"tsName": "logRequestStart",
|
|
220
|
-
"isStatic": false,
|
|
221
|
-
"tsSignatureId": "LogRequestStart|(System.Net.Http.HttpRequestMessage):System.Object|static=false",
|
|
222
|
-
"target": {
|
|
223
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
224
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
225
|
-
"metadataToken": 100663533
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"tsName": "logRequestStop",
|
|
230
|
-
"isStatic": false,
|
|
231
|
-
"tsSignatureId": "LogRequestStop|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan):System.Void|static=false",
|
|
232
|
-
"target": {
|
|
233
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
234
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
235
|
-
"metadataToken": 100663534
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"tsName": "logRequestFailed",
|
|
240
|
-
"isStatic": false,
|
|
241
|
-
"tsSignatureId": "LogRequestFailed|(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan):System.Void|static=false",
|
|
242
|
-
"target": {
|
|
243
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.IHttpClientLogger",
|
|
244
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
245
|
-
"metadataToken": 100663535
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
]
|
|
212
|
+
"constructors": []
|
|
249
213
|
},
|
|
250
214
|
{
|
|
251
215
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler",
|
|
252
216
|
"clrName": "Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler",
|
|
253
|
-
"tsEmitName": "LoggingHttpMessageHandler",
|
|
254
217
|
"assemblyName": "Microsoft.Extensions.Http",
|
|
255
218
|
"metadataToken": 0,
|
|
219
|
+
"kind": "Class",
|
|
220
|
+
"accessibility": "Public",
|
|
221
|
+
"isAbstract": false,
|
|
222
|
+
"isSealed": false,
|
|
223
|
+
"isStatic": false,
|
|
224
|
+
"arity": 0,
|
|
256
225
|
"methods": [],
|
|
257
226
|
"properties": [],
|
|
258
227
|
"fields": [],
|
|
@@ -278,34 +247,19 @@
|
|
|
278
247
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler",
|
|
279
248
|
"declaringAssemblyName": "Microsoft.Extensions.Http"
|
|
280
249
|
}
|
|
281
|
-
],
|
|
282
|
-
"exposedConstructors": [
|
|
283
|
-
{
|
|
284
|
-
"isStatic": false,
|
|
285
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Logging.ILogger):void|static=false",
|
|
286
|
-
"target": {
|
|
287
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler",
|
|
288
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
289
|
-
"metadataToken": 100663536
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"isStatic": false,
|
|
294
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions):void|static=false",
|
|
295
|
-
"target": {
|
|
296
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler",
|
|
297
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
298
|
-
"metadataToken": 100663537
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
250
|
]
|
|
302
251
|
},
|
|
303
252
|
{
|
|
304
253
|
"stableId": "Microsoft.Extensions.Http:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler",
|
|
305
254
|
"clrName": "Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler",
|
|
306
|
-
"tsEmitName": "LoggingScopeHttpMessageHandler",
|
|
307
255
|
"assemblyName": "Microsoft.Extensions.Http",
|
|
308
256
|
"metadataToken": 0,
|
|
257
|
+
"kind": "Class",
|
|
258
|
+
"accessibility": "Public",
|
|
259
|
+
"isAbstract": false,
|
|
260
|
+
"isSealed": false,
|
|
261
|
+
"isStatic": false,
|
|
262
|
+
"arity": 0,
|
|
309
263
|
"methods": [],
|
|
310
264
|
"properties": [],
|
|
311
265
|
"fields": [],
|
|
@@ -331,26 +285,6 @@
|
|
|
331
285
|
"declaringClrType": "Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler",
|
|
332
286
|
"declaringAssemblyName": "Microsoft.Extensions.Http"
|
|
333
287
|
}
|
|
334
|
-
],
|
|
335
|
-
"exposedConstructors": [
|
|
336
|
-
{
|
|
337
|
-
"isStatic": false,
|
|
338
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Logging.ILogger):void|static=false",
|
|
339
|
-
"target": {
|
|
340
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler",
|
|
341
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
342
|
-
"metadataToken": 100663544
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"isStatic": false,
|
|
347
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions):void|static=false",
|
|
348
|
-
"target": {
|
|
349
|
-
"declaringClrType": "Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler",
|
|
350
|
-
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
351
|
-
"metadataToken": 100663545
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
288
|
]
|
|
355
289
|
}
|
|
356
290
|
]
|
|
@@ -16,12 +16,12 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
|
16
16
|
import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
17
17
|
|
|
18
18
|
export interface IHttpClientAsyncLogger$instance extends IHttpClientLogger {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
LogRequestFailed(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, exception: Exception, elapsed: TimeSpan): void;
|
|
20
|
+
LogRequestFailedAsync(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, exception: Exception, elapsed: TimeSpan, cancellationToken?: CancellationToken): ValueTask;
|
|
21
|
+
LogRequestStart(request: HttpRequestMessage): unknown | undefined;
|
|
22
|
+
LogRequestStartAsync(request: HttpRequestMessage, cancellationToken?: CancellationToken): ValueTask<unknown>;
|
|
23
|
+
LogRequestStop(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, elapsed: TimeSpan): void;
|
|
24
|
+
LogRequestStopAsync(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, elapsed: TimeSpan, cancellationToken?: CancellationToken): ValueTask;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
|
|
@@ -30,9 +30,9 @@ export interface IHttpClientAsyncLogger$instance extends IHttpClientLogger$insta
|
|
|
30
30
|
export type IHttpClientAsyncLogger = IHttpClientAsyncLogger$instance;
|
|
31
31
|
|
|
32
32
|
export interface IHttpClientLogger$instance {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
LogRequestFailed(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, exception: Exception, elapsed: TimeSpan): void;
|
|
34
|
+
LogRequestStart(request: HttpRequestMessage): unknown | undefined;
|
|
35
|
+
LogRequestStop(context: unknown, request: HttpRequestMessage, response: HttpResponseMessage, elapsed: TimeSpan): void;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
|
|
@@ -1,78 +1,92 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.Caching.Abstractions"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Internal.ISystemClock",
|
|
6
9
|
"clrName": "Microsoft.Extensions.Internal.ISystemClock",
|
|
7
|
-
"tsEmitName": "ISystemClock",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [],
|
|
11
19
|
"properties": [
|
|
12
20
|
{
|
|
13
21
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Internal.ISystemClock::UtcNow:System.DateTimeOffset",
|
|
14
22
|
"clrName": "UtcNow",
|
|
15
|
-
"tsEmitName": "utcNow",
|
|
16
23
|
"metadataToken": 385875969,
|
|
17
24
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
18
25
|
"normalizedSignature": "UtcNow|:System.DateTimeOffset|static=false|accessor=get",
|
|
19
26
|
"emitScope": "ClassSurface",
|
|
27
|
+
"provenance": "Original",
|
|
20
28
|
"isIndexer": false,
|
|
21
29
|
"hasGetter": true,
|
|
22
30
|
"hasSetter": false,
|
|
31
|
+
"isStatic": false,
|
|
32
|
+
"isAbstract": true,
|
|
33
|
+
"isVirtual": true,
|
|
34
|
+
"isOverride": false,
|
|
23
35
|
"declaringClrType": "Microsoft.Extensions.Internal.ISystemClock",
|
|
24
36
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
25
37
|
}
|
|
26
38
|
],
|
|
27
39
|
"fields": [],
|
|
28
40
|
"events": [],
|
|
29
|
-
"constructors": []
|
|
30
|
-
"exposedProperties": [
|
|
31
|
-
{
|
|
32
|
-
"tsName": "utcNow",
|
|
33
|
-
"isStatic": false,
|
|
34
|
-
"tsSignatureId": "UtcNow|:System.DateTimeOffset|static=false|accessor=get",
|
|
35
|
-
"target": {
|
|
36
|
-
"declaringClrType": "Microsoft.Extensions.Internal.ISystemClock",
|
|
37
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
38
|
-
"metadataToken": 385875969
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
]
|
|
41
|
+
"constructors": []
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Internal.SystemClock",
|
|
45
45
|
"clrName": "Microsoft.Extensions.Internal.SystemClock",
|
|
46
|
-
"tsEmitName": "SystemClock",
|
|
47
46
|
"assemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
48
47
|
"metadataToken": 0,
|
|
48
|
+
"kind": "Class",
|
|
49
|
+
"accessibility": "Public",
|
|
50
|
+
"isAbstract": false,
|
|
51
|
+
"isSealed": false,
|
|
52
|
+
"isStatic": false,
|
|
53
|
+
"arity": 0,
|
|
49
54
|
"methods": [],
|
|
50
55
|
"properties": [
|
|
51
56
|
{
|
|
52
57
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Internal.SystemClock::UtcNow:System.DateTimeOffset",
|
|
53
58
|
"clrName": "UtcNow",
|
|
54
|
-
"tsEmitName": "utcNow",
|
|
55
59
|
"metadataToken": 385875970,
|
|
56
60
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
57
61
|
"normalizedSignature": "UtcNow|:System.DateTimeOffset|static=false|accessor=get",
|
|
58
62
|
"emitScope": "ClassSurface",
|
|
63
|
+
"provenance": "Original",
|
|
59
64
|
"isIndexer": false,
|
|
60
65
|
"hasGetter": true,
|
|
61
66
|
"hasSetter": false,
|
|
67
|
+
"isStatic": false,
|
|
68
|
+
"isAbstract": false,
|
|
69
|
+
"isVirtual": true,
|
|
70
|
+
"isOverride": false,
|
|
62
71
|
"declaringClrType": "Microsoft.Extensions.Internal.SystemClock",
|
|
63
72
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
64
73
|
},
|
|
65
74
|
{
|
|
66
75
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Internal.ISystemClock::UtcNow:System.DateTimeOffset",
|
|
67
76
|
"clrName": "UtcNow",
|
|
68
|
-
"tsEmitName": "utcNow$view",
|
|
69
77
|
"metadataToken": 385875969,
|
|
70
78
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
71
79
|
"normalizedSignature": "UtcNow|:System.DateTimeOffset|static=false|accessor=get",
|
|
72
80
|
"emitScope": "ViewOnly",
|
|
81
|
+
"provenance": "ExplicitView",
|
|
73
82
|
"isIndexer": false,
|
|
74
83
|
"hasGetter": true,
|
|
75
84
|
"hasSetter": false,
|
|
85
|
+
"isStatic": false,
|
|
86
|
+
"isAbstract": false,
|
|
87
|
+
"isVirtual": true,
|
|
88
|
+
"isOverride": false,
|
|
89
|
+
"sourceInterface": "Microsoft.Extensions.Internal.ISystemClock",
|
|
76
90
|
"declaringClrType": "Microsoft.Extensions.Internal.ISystemClock",
|
|
77
91
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
78
92
|
}
|
|
@@ -90,39 +104,6 @@
|
|
|
90
104
|
"declaringClrType": "Microsoft.Extensions.Internal.SystemClock",
|
|
91
105
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
92
106
|
}
|
|
93
|
-
],
|
|
94
|
-
"exposedProperties": [
|
|
95
|
-
{
|
|
96
|
-
"tsName": "utcNow",
|
|
97
|
-
"isStatic": false,
|
|
98
|
-
"tsSignatureId": "UtcNow|:System.DateTimeOffset|static=false|accessor=get",
|
|
99
|
-
"target": {
|
|
100
|
-
"declaringClrType": "Microsoft.Extensions.Internal.SystemClock",
|
|
101
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
102
|
-
"metadataToken": 385875970
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"tsName": "utcNow$view",
|
|
107
|
-
"isStatic": false,
|
|
108
|
-
"tsSignatureId": "UtcNow|:System.DateTimeOffset|static=false|accessor=get",
|
|
109
|
-
"target": {
|
|
110
|
-
"declaringClrType": "Microsoft.Extensions.Internal.ISystemClock",
|
|
111
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
112
|
-
"metadataToken": 385875969
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"exposedConstructors": [
|
|
117
|
-
{
|
|
118
|
-
"isStatic": false,
|
|
119
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
120
|
-
"target": {
|
|
121
|
-
"declaringClrType": "Microsoft.Extensions.Internal.SystemClock",
|
|
122
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
123
|
-
"metadataToken": 100663299
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
107
|
]
|
|
127
108
|
}
|
|
128
109
|
]
|
|
@@ -10,14 +10,14 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
10
10
|
import type { DateTimeOffset, Object as ClrObject } from "@tsonic/dotnet/System.js";
|
|
11
11
|
|
|
12
12
|
export interface ISystemClock$instance {
|
|
13
|
-
readonly
|
|
13
|
+
readonly UtcNow: DateTimeOffset;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
export type ISystemClock = ISystemClock$instance;
|
|
18
18
|
|
|
19
19
|
export interface SystemClock$instance {
|
|
20
|
-
readonly
|
|
20
|
+
readonly UtcNow: DateTimeOffset;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
|