@tsonic/microsoft-extensions 10.0.39 → 10.0.41
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/internal/index.d.ts +11 -10
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +10 -12
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +38 -40
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +69 -71
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +103 -102
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +24 -23
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +22 -21
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +30 -32
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +9 -8
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +9 -8
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +230 -230
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +45 -44
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +2 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Http/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +12 -11
- package/Microsoft.Extensions.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Localization/internal/index.d.ts +15 -14
- package/Microsoft.Extensions.Logging/internal/index.d.ts +78 -77
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +4 -1
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +13 -12
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +15 -17
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +12 -11
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.Options/internal/index.d.ts +104 -103
- package/Microsoft.Extensions.Primitives/bindings.json +0 -20
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +30 -33
- package/Microsoft.Extensions.Primitives.d.ts +1 -1
- package/Microsoft.Extensions.Validation/internal/index.d.ts +14 -16
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +2 -4
- package/README.md +45 -15
- package/System.Diagnostics/internal/index.d.ts +11 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +7 -6
- package/System.Net.Http/internal/index.d.ts +3 -2
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +48 -50
- package/System.Security.Cryptography.Xml/internal/index.d.ts +148 -150
- package/__internal/extensions/index.d.ts +186 -188
- package/package.json +3 -3
|
@@ -40,8 +40,9 @@ import * as System_Text from "@tsonic/dotnet/System.Text/internal/index.js";
|
|
|
40
40
|
import * as System_Threading from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
41
41
|
import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
42
42
|
|
|
43
|
-
//
|
|
44
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
43
|
+
// Core type aliases from @tsonic/core
|
|
44
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
45
|
+
|
|
45
46
|
|
|
46
47
|
// Import sticky extension scope helper
|
|
47
48
|
import type { Rewrap } from '@tsonic/core/lang.js';
|
|
@@ -49,9 +50,6 @@ import type { Rewrap } from '@tsonic/core/lang.js';
|
|
|
49
50
|
// Import CLR type aliases for generic type arguments
|
|
50
51
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
51
52
|
|
|
52
|
-
// Import unsafe type markers
|
|
53
|
-
import type { ptr } from '@tsonic/core/types.js';
|
|
54
|
-
|
|
55
53
|
// Internal helper types for sticky extension scopes
|
|
56
54
|
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
57
55
|
type __TsonicMergeExtMaps<A, B> = A & B;
|
|
@@ -59,8 +57,8 @@ type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __Ts
|
|
|
59
57
|
|
|
60
58
|
// Extension method table for namespace: Microsoft.Extensions.Caching.Distributed
|
|
61
59
|
interface __TsonicExtMethods_Microsoft_Extensions_Caching_Distributed {
|
|
62
|
-
GetString(this: Microsoft_Extensions_Caching_Distributed.IDistributedCache, key: string): Rewrap<this, string |
|
|
63
|
-
GetStringAsync(this: Microsoft_Extensions_Caching_Distributed.IDistributedCache, key: string, token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<string |
|
|
60
|
+
GetString(this: Microsoft_Extensions_Caching_Distributed.IDistributedCache, key: string): Rewrap<this, string | null>;
|
|
61
|
+
GetStringAsync(this: Microsoft_Extensions_Caching_Distributed.IDistributedCache, key: string, token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
|
|
64
62
|
Set(this: Microsoft_Extensions_Caching_Distributed.IDistributedCache, key: string, value: byte[]): Rewrap<this, void>;
|
|
65
63
|
SetAbsoluteExpiration(this: Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions, relative: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions>;
|
|
66
64
|
SetAbsoluteExpiration(this: Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions, absolute: System.DateTimeOffset): Rewrap<this, Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions>;
|
|
@@ -74,7 +72,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_Caching_Distributed {
|
|
|
74
72
|
|
|
75
73
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Caching.Distributed
|
|
76
74
|
interface __TsonicExtApplier_Microsoft_Extensions_Caching_Distributed {
|
|
77
|
-
__tsonic_shape:
|
|
75
|
+
__tsonic_shape: JsValue;
|
|
78
76
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Caching_Distributed;
|
|
79
77
|
}
|
|
80
78
|
|
|
@@ -87,21 +85,21 @@ export type ExtensionMethods_Microsoft_Extensions_Caching_Distributed<TShape> =
|
|
|
87
85
|
interface __TsonicExtMethods_Microsoft_Extensions_Caching_Memory {
|
|
88
86
|
AddExpirationToken(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, expirationToken: Microsoft_Extensions_Primitives.IChangeToken): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
89
87
|
AddExpirationToken(this: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions, expirationToken: Microsoft_Extensions_Primitives.IChangeToken): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
90
|
-
Get(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
91
|
-
Get<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
92
|
-
GetOrCreate<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
93
|
-
GetOrCreate<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
94
|
-
GetOrCreateAsync<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
95
|
-
GetOrCreateAsync<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
88
|
+
Get(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue): Rewrap<this, JsValue | null>;
|
|
89
|
+
Get<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue): Rewrap<this, TItem | null>;
|
|
90
|
+
GetOrCreate<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, TItem>): Rewrap<this, TItem | null>;
|
|
91
|
+
GetOrCreate<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, TItem>, createOptions: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions | null): Rewrap<this, TItem | null>;
|
|
92
|
+
GetOrCreateAsync<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, System_Threading_Tasks.Task_1<TItem>>): Rewrap<this, System_Threading_Tasks.Task_1<TItem | null>>;
|
|
93
|
+
GetOrCreateAsync<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, System_Threading_Tasks.Task_1<TItem>>, createOptions: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions | null): Rewrap<this, System_Threading_Tasks.Task_1<TItem | null>>;
|
|
96
94
|
RegisterPostEvictionCallback(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
97
|
-
RegisterPostEvictionCallback(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state:
|
|
95
|
+
RegisterPostEvictionCallback(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state: JsValue | null): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
98
96
|
RegisterPostEvictionCallback(this: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions, callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
99
|
-
RegisterPostEvictionCallback(this: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions, callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state:
|
|
100
|
-
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
101
|
-
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
102
|
-
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
103
|
-
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
104
|
-
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
97
|
+
RegisterPostEvictionCallback(this: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions, callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state: JsValue | null): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
98
|
+
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, value: TItem): Rewrap<this, TItem>;
|
|
99
|
+
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, value: TItem, absoluteExpiration: System.DateTimeOffset): Rewrap<this, TItem>;
|
|
100
|
+
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, value: TItem, absoluteExpirationRelativeToNow: System.TimeSpan): Rewrap<this, TItem>;
|
|
101
|
+
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, value: TItem, expirationToken: Microsoft_Extensions_Primitives.IChangeToken): Rewrap<this, TItem>;
|
|
102
|
+
Set<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, value: TItem, options: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions | null): Rewrap<this, TItem>;
|
|
105
103
|
SetAbsoluteExpiration(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, relative: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
106
104
|
SetAbsoluteExpiration(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, absolute: System.DateTimeOffset): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
107
105
|
SetAbsoluteExpiration(this: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions, relative: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
@@ -113,13 +111,13 @@ interface __TsonicExtMethods_Microsoft_Extensions_Caching_Memory {
|
|
|
113
111
|
SetSize(this: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions, size: long): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
114
112
|
SetSlidingExpiration(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, offset: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
115
113
|
SetSlidingExpiration(this: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions, offset: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
116
|
-
SetValue(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, value:
|
|
117
|
-
TryGetValue<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key:
|
|
114
|
+
SetValue(this: Microsoft_Extensions_Caching_Memory.ICacheEntry, value: JsValue | null): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
115
|
+
TryGetValue<TItem>(this: Microsoft_Extensions_Caching_Memory.IMemoryCache, key: JsValue, value: TItem | null): Rewrap<this, boolean>;
|
|
118
116
|
}
|
|
119
117
|
|
|
120
118
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Caching.Memory
|
|
121
119
|
interface __TsonicExtApplier_Microsoft_Extensions_Caching_Memory {
|
|
122
|
-
__tsonic_shape:
|
|
120
|
+
__tsonic_shape: JsValue;
|
|
123
121
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Caching_Memory;
|
|
124
122
|
}
|
|
125
123
|
|
|
@@ -130,28 +128,28 @@ export type ExtensionMethods_Microsoft_Extensions_Caching_Memory<TShape> =
|
|
|
130
128
|
|
|
131
129
|
// Extension method table for namespace: Microsoft.Extensions.Configuration
|
|
132
130
|
interface __TsonicExtMethods_Microsoft_Extensions_Configuration {
|
|
133
|
-
Add<TSource extends Microsoft_Extensions_Configuration.IConfigurationSource>(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<TSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
131
|
+
Add<TSource extends Microsoft_Extensions_Configuration.IConfigurationSource>(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<TSource> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
134
132
|
AddCommandLine(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, args: string[]): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
135
|
-
AddCommandLine(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, args: string[], switchMappings: System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
136
|
-
AddCommandLine(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_CommandLine.CommandLineConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
133
|
+
AddCommandLine(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, args: string[], switchMappings: System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
134
|
+
AddCommandLine(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_CommandLine.CommandLineConfigurationSource> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
137
135
|
AddConfiguration(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
138
136
|
AddConfiguration(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, config: Microsoft_Extensions_Configuration.IConfiguration, shouldDisposeConfiguration: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
139
137
|
AddEnvironmentVariables(this: Microsoft_Extensions_Configuration.IConfigurationBuilder): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
140
|
-
AddEnvironmentVariables(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, prefix: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
141
|
-
AddEnvironmentVariables(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_EnvironmentVariables.EnvironmentVariablesConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
138
|
+
AddEnvironmentVariables(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, prefix: string | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
139
|
+
AddEnvironmentVariables(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_EnvironmentVariables.EnvironmentVariablesConfigurationSource> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
142
140
|
AddInMemoryCollection(this: Microsoft_Extensions_Configuration.IConfigurationBuilder): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
143
|
-
AddInMemoryCollection(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, initialData: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
141
|
+
AddInMemoryCollection(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, initialData: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
144
142
|
AddIniFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
145
143
|
AddIniFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
146
144
|
AddIniFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
147
|
-
AddIniFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
148
|
-
AddIniFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_Ini.IniConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
145
|
+
AddIniFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, provider: Microsoft_Extensions_FileProviders.IFileProvider | null, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
146
|
+
AddIniFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_Ini.IniConfigurationSource> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
149
147
|
AddIniStream(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, stream: System_IO.Stream): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
150
148
|
AddJsonFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
151
149
|
AddJsonFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
152
150
|
AddJsonFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
153
|
-
AddJsonFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
154
|
-
AddJsonFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_Json.JsonConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
151
|
+
AddJsonFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, provider: Microsoft_Extensions_FileProviders.IFileProvider | null, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
152
|
+
AddJsonFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_Json.JsonConfigurationSource> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
155
153
|
AddJsonStream(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, stream: System_IO.Stream): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
156
154
|
AddKeyPerFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, directoryPath: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
157
155
|
AddKeyPerFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, directoryPath: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
@@ -168,29 +166,29 @@ interface __TsonicExtMethods_Microsoft_Extensions_Configuration {
|
|
|
168
166
|
AddXmlFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
169
167
|
AddXmlFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
170
168
|
AddXmlFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
171
|
-
AddXmlFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
172
|
-
AddXmlFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_Xml.XmlConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
169
|
+
AddXmlFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, provider: Microsoft_Extensions_FileProviders.IFileProvider | null, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
170
|
+
AddXmlFile(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, configureSource: System.Action_1<Microsoft_Extensions_Configuration_Xml.XmlConfigurationSource> | null): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
173
171
|
AddXmlStream(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, stream: System_IO.Stream): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
174
172
|
AsEnumerable(this: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>>;
|
|
175
173
|
AsEnumerable(this: Microsoft_Extensions_Configuration.IConfiguration, makePathsRelative: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>>;
|
|
176
|
-
Bind(this: Microsoft_Extensions_Configuration.IConfiguration, key: string, instance:
|
|
177
|
-
Bind(this: Microsoft_Extensions_Configuration.IConfiguration, instance:
|
|
178
|
-
Bind(this: Microsoft_Extensions_Configuration.IConfiguration, instance:
|
|
179
|
-
Exists(this: Microsoft_Extensions_Configuration.IConfigurationSection): Rewrap<this, boolean>;
|
|
180
|
-
Get<T>(this: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, T |
|
|
181
|
-
Get<T>(this: Microsoft_Extensions_Configuration.IConfiguration, configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, T |
|
|
182
|
-
Get(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type): Rewrap<this,
|
|
183
|
-
Get(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type, configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this,
|
|
184
|
-
GetConnectionString(this: Microsoft_Extensions_Configuration.IConfiguration, name: string): Rewrap<this, string |
|
|
174
|
+
Bind(this: Microsoft_Extensions_Configuration.IConfiguration, key: string, instance: JsValue | null): Rewrap<this, void>;
|
|
175
|
+
Bind(this: Microsoft_Extensions_Configuration.IConfiguration, instance: JsValue | null): Rewrap<this, void>;
|
|
176
|
+
Bind(this: Microsoft_Extensions_Configuration.IConfiguration, instance: JsValue | null, configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions> | null): Rewrap<this, void>;
|
|
177
|
+
Exists(this: Microsoft_Extensions_Configuration.IConfigurationSection | null): Rewrap<this, boolean>;
|
|
178
|
+
Get<T>(this: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, T | null>;
|
|
179
|
+
Get<T>(this: Microsoft_Extensions_Configuration.IConfiguration, configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions> | null): Rewrap<this, T | null>;
|
|
180
|
+
Get(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type): Rewrap<this, JsValue | null>;
|
|
181
|
+
Get(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type, configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions> | null): Rewrap<this, JsValue | null>;
|
|
182
|
+
GetConnectionString(this: Microsoft_Extensions_Configuration.IConfiguration, name: string): Rewrap<this, string | null>;
|
|
185
183
|
GetDebugView(this: Microsoft_Extensions_Configuration.IConfigurationRoot): Rewrap<this, string>;
|
|
186
|
-
GetDebugView(this: Microsoft_Extensions_Configuration.IConfigurationRoot, processValue: System.Func_2<Microsoft_Extensions_Configuration.ConfigurationDebugViewContext, System_Internal.String>): Rewrap<this, string>;
|
|
187
|
-
GetFileLoadExceptionHandler(this: Microsoft_Extensions_Configuration.IConfigurationBuilder): Rewrap<this, System.Action_1<Microsoft_Extensions_Configuration.FileLoadExceptionContext> |
|
|
184
|
+
GetDebugView(this: Microsoft_Extensions_Configuration.IConfigurationRoot, processValue: System.Func_2<Microsoft_Extensions_Configuration.ConfigurationDebugViewContext, System_Internal.String> | null): Rewrap<this, string>;
|
|
185
|
+
GetFileLoadExceptionHandler(this: Microsoft_Extensions_Configuration.IConfigurationBuilder): Rewrap<this, System.Action_1<Microsoft_Extensions_Configuration.FileLoadExceptionContext> | null>;
|
|
188
186
|
GetFileProvider(this: Microsoft_Extensions_Configuration.IConfigurationBuilder): Rewrap<this, Microsoft_Extensions_FileProviders.IFileProvider>;
|
|
189
187
|
GetRequiredSection(this: Microsoft_Extensions_Configuration.IConfiguration, key: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationSection>;
|
|
190
|
-
GetValue<T>(this: Microsoft_Extensions_Configuration.IConfiguration, key: string): Rewrap<this, T |
|
|
191
|
-
GetValue<T>(this: Microsoft_Extensions_Configuration.IConfiguration, key: string, defaultValue: T): Rewrap<this, T |
|
|
192
|
-
GetValue(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type, key: string): Rewrap<this,
|
|
193
|
-
GetValue(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type, key: string, defaultValue:
|
|
188
|
+
GetValue<T>(this: Microsoft_Extensions_Configuration.IConfiguration, key: string): Rewrap<this, T | null>;
|
|
189
|
+
GetValue<T>(this: Microsoft_Extensions_Configuration.IConfiguration, key: string, defaultValue: T): Rewrap<this, T | null>;
|
|
190
|
+
GetValue(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type, key: string): Rewrap<this, JsValue | null>;
|
|
191
|
+
GetValue(this: Microsoft_Extensions_Configuration.IConfiguration, type: System.Type, key: string, defaultValue: JsValue | null): Rewrap<this, JsValue | null>;
|
|
194
192
|
SetBasePath(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, basePath: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
195
193
|
SetFileLoadExceptionHandler(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, handler: System.Action_1<Microsoft_Extensions_Configuration.FileLoadExceptionContext>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
196
194
|
SetFileProvider(this: Microsoft_Extensions_Configuration.IConfigurationBuilder, fileProvider: Microsoft_Extensions_FileProviders.IFileProvider): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
@@ -198,7 +196,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_Configuration {
|
|
|
198
196
|
|
|
199
197
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Configuration
|
|
200
198
|
interface __TsonicExtApplier_Microsoft_Extensions_Configuration {
|
|
201
|
-
__tsonic_shape:
|
|
199
|
+
__tsonic_shape: JsValue;
|
|
202
200
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Configuration;
|
|
203
201
|
}
|
|
204
202
|
|
|
@@ -211,17 +209,17 @@ export type ExtensionMethods_Microsoft_Extensions_Configuration<TShape> =
|
|
|
211
209
|
interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
212
210
|
AddAsKeyed(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, lifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
213
211
|
AddAsyncCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_1<System_Threading_Tasks.Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
214
|
-
AddAsyncCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_1<System_Threading_Tasks.Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String
|
|
212
|
+
AddAsyncCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_1<System_Threading_Tasks.Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
215
213
|
AddAsyncCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
216
|
-
AddAsyncCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String
|
|
214
|
+
AddAsyncCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
217
215
|
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, instance: Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
218
|
-
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, instance: Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck, failureStatus?: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String
|
|
216
|
+
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, instance: Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck, failureStatus?: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
219
217
|
AddCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
220
|
-
AddCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus?: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String
|
|
218
|
+
AddCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus?: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
221
219
|
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
222
|
-
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String
|
|
223
|
-
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_2<System_Threading.CancellationToken, Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
224
|
-
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_2<System_Threading.CancellationToken, Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String
|
|
220
|
+
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
221
|
+
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_2<System_Threading.CancellationToken, Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
222
|
+
AddCheck(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, check: System.Func_2<System_Threading.CancellationToken, Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
225
223
|
AddDefaultLogger(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
226
224
|
AddDistributedMemoryCache(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
227
225
|
AddDistributedMemoryCache(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_Extensions_Caching_Memory.MemoryDistributedCacheOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
@@ -242,23 +240,23 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
242
240
|
AddHttpMessageHandler(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureHandler: System.Func_1<System_Net_Http.DelegatingHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
243
241
|
AddHttpMessageHandler(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureHandler: System.Func_2<System.IServiceProvider, System_Net_Http.DelegatingHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
244
242
|
AddHttpMessageHandler<THandler extends System_Net_Http.DelegatingHandler>(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
245
|
-
AddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
246
|
-
AddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
247
|
-
AddKeyedScoped<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
248
|
-
AddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
249
|
-
AddKeyedScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
250
|
-
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
251
|
-
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
252
|
-
AddKeyedSingleton<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
253
|
-
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
254
|
-
AddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
255
|
-
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
256
|
-
AddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
257
|
-
AddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
258
|
-
AddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
259
|
-
AddKeyedTransient<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
260
|
-
AddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
261
|
-
AddKeyedTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
243
|
+
AddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
244
|
+
AddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, JsValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
245
|
+
AddKeyedScoped<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
246
|
+
AddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
247
|
+
AddKeyedScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
248
|
+
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
249
|
+
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, JsValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
250
|
+
AddKeyedSingleton<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
251
|
+
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
252
|
+
AddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
253
|
+
AddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null, implementationInstance: JsValue): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
254
|
+
AddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, implementationInstance: TService): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
255
|
+
AddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
256
|
+
AddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, JsValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
257
|
+
AddKeyedTransient<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
258
|
+
AddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
259
|
+
AddKeyedTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
262
260
|
AddLocalization(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
263
261
|
AddLocalization(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
264
262
|
AddLogger(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, httpClientLoggerFactory: System.Func_2<System.IServiceProvider, Microsoft_Extensions_Http_Logging.IHttpClientLogger>, wrapHandlersPipeline?: boolean): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
@@ -271,47 +269,47 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
271
269
|
AddMetrics(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
272
270
|
AddOptions(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
273
271
|
AddOptions<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
274
|
-
AddOptions<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
275
|
-
AddOptionsWithValidateOnStart<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name?: string): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
272
|
+
AddOptions<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string | null): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
273
|
+
AddOptionsWithValidateOnStart<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name?: string | null): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
276
274
|
AddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
277
|
-
AddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider,
|
|
275
|
+
AddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, JsValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
278
276
|
AddScoped<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
279
277
|
AddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
280
278
|
AddScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
281
279
|
AddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
282
|
-
AddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider,
|
|
280
|
+
AddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, JsValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
283
281
|
AddSingleton<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
284
282
|
AddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
285
283
|
AddSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
286
|
-
AddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationInstance:
|
|
284
|
+
AddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationInstance: JsValue): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
287
285
|
AddSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, implementationInstance: TService): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
288
286
|
AddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
289
|
-
AddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider,
|
|
287
|
+
AddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, JsValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
290
288
|
AddTransient<TService, TImplementation extends TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
291
289
|
AddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
292
290
|
AddTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
293
|
-
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, ...args:
|
|
294
|
-
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, ...args:
|
|
295
|
-
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String
|
|
296
|
-
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>, timeout: System.TimeSpan, ...args:
|
|
291
|
+
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, ...args: JsValue[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
292
|
+
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, ...args: JsValue[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
293
|
+
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null, ...args: JsValue[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
294
|
+
AddTypeActivatedCheck<T extends Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck>(this: Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder, name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>, timeout: System.TimeSpan, ...args: JsValue[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
297
295
|
AddTypedClient<TClient>(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
298
296
|
AddTypedClient<TClient>(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, factory: System.Func_2<System_Net_Http.HttpClient, TClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
299
297
|
AddTypedClient<TClient>(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, factory: System.Func_3<System_Net_Http.HttpClient, System.IServiceProvider, TClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
300
|
-
AddValidation(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions?: System.Action_1<Microsoft_Extensions_Validation.ValidationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
298
|
+
AddValidation(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions?: System.Action_1<Microsoft_Extensions_Validation.ValidationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
301
299
|
AddWebEncoders(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
302
300
|
AddWebEncoders(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_Extensions_WebEncoders.WebEncoderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
303
301
|
Bind<TOptions>(this: Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>, config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
304
|
-
Bind<TOptions>(this: Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
305
|
-
BindConfiguration<TOptions>(this: Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>, configSectionPath: string, configureBinder?: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
302
|
+
Bind<TOptions>(this: Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions> | null): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
303
|
+
BindConfiguration<TOptions>(this: Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>, configSectionPath: string, configureBinder?: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions> | null): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
306
304
|
BuildServiceProvider(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.ServiceProvider>;
|
|
307
305
|
BuildServiceProvider(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, validateScopes: boolean): Rewrap<this, Microsoft_Extensions_DependencyInjection.ServiceProvider>;
|
|
308
306
|
BuildServiceProvider(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, options: Microsoft_Extensions_DependencyInjection.ServiceProviderOptions): Rewrap<this, Microsoft_Extensions_DependencyInjection.ServiceProvider>;
|
|
309
307
|
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
310
|
-
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
308
|
+
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string | null, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
311
309
|
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
312
|
-
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
313
|
-
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
314
|
-
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
310
|
+
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string | null, config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
311
|
+
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
312
|
+
Configure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string | null, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
315
313
|
Configure(this: Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder, configure: System.Action_2<System_Net_Http.SocketsHttpHandler, System.IServiceProvider>): Rewrap<this, Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder>;
|
|
316
314
|
Configure(this: Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder, configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder>;
|
|
317
315
|
ConfigureAdditionalHttpMessageHandlers(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureAdditionalHandlers: System.Action_2<System_Collections_Generic.IList_1<System_Net_Http.DelegatingHandler>, System.IServiceProvider>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
@@ -322,7 +320,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
322
320
|
ConfigureHttpMessageHandlerBuilder(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureBuilder: System.Action_1<Microsoft_Extensions_Http.HttpMessageHandlerBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
323
321
|
ConfigureOptions<TConfigureOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
324
322
|
ConfigureOptions(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
325
|
-
ConfigureOptions(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureInstance:
|
|
323
|
+
ConfigureOptions(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureInstance: JsValue): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
326
324
|
ConfigurePrimaryHttpMessageHandler(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureHandler: System.Func_1<System_Net_Http.HttpMessageHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
327
325
|
ConfigurePrimaryHttpMessageHandler(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureHandler: System.Func_2<System.IServiceProvider, System_Net_Http.HttpMessageHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
328
326
|
ConfigurePrimaryHttpMessageHandler<THandler extends System_Net_Http.HttpMessageHandler>(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
@@ -330,26 +328,26 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
330
328
|
CreateAsyncScope(this: Microsoft_Extensions_DependencyInjection.IServiceScopeFactory): Rewrap<this, Microsoft_Extensions_DependencyInjection.AsyncServiceScope>;
|
|
331
329
|
CreateAsyncScope(this: System.IServiceProvider): Rewrap<this, Microsoft_Extensions_DependencyInjection.AsyncServiceScope>;
|
|
332
330
|
CreateScope(this: System.IServiceProvider): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceScope>;
|
|
333
|
-
GetKeyedService<T>(this: System.IServiceProvider, serviceKey:
|
|
334
|
-
GetKeyedService(this: System.IServiceProvider, serviceType: System.Type, serviceKey:
|
|
335
|
-
GetKeyedServices<T>(this: System.IServiceProvider, serviceKey:
|
|
336
|
-
GetKeyedServices(this: System.IServiceProvider, serviceType: System.Type, serviceKey:
|
|
337
|
-
GetRequiredKeyedService(this: System.IServiceProvider, serviceType: System.Type, serviceKey:
|
|
338
|
-
GetRequiredKeyedService<T>(this: System.IServiceProvider, serviceKey:
|
|
339
|
-
GetRequiredService(this: System.IServiceProvider, serviceType: System.Type): Rewrap<this,
|
|
331
|
+
GetKeyedService<T>(this: System.IServiceProvider, serviceKey: JsValue | null): Rewrap<this, T | null>;
|
|
332
|
+
GetKeyedService(this: System.IServiceProvider, serviceType: System.Type, serviceKey: JsValue | null): Rewrap<this, JsValue | null>;
|
|
333
|
+
GetKeyedServices<T>(this: System.IServiceProvider, serviceKey: JsValue | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
334
|
+
GetKeyedServices(this: System.IServiceProvider, serviceType: System.Type, serviceKey: JsValue | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<JsValue | null>>;
|
|
335
|
+
GetRequiredKeyedService(this: System.IServiceProvider, serviceType: System.Type, serviceKey: JsValue | null): Rewrap<this, JsValue>;
|
|
336
|
+
GetRequiredKeyedService<T>(this: System.IServiceProvider, serviceKey: JsValue | null): Rewrap<this, T>;
|
|
337
|
+
GetRequiredService(this: System.IServiceProvider, serviceType: System.Type): Rewrap<this, JsValue>;
|
|
340
338
|
GetRequiredService<T>(this: System.IServiceProvider): Rewrap<this, T>;
|
|
341
|
-
GetService<T>(this: System.IServiceProvider): Rewrap<this, T |
|
|
339
|
+
GetService<T>(this: System.IServiceProvider): Rewrap<this, T | null>;
|
|
342
340
|
GetServices<T>(this: System.IServiceProvider): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
343
|
-
GetServices(this: System.IServiceProvider, serviceType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<
|
|
341
|
+
GetServices(this: System.IServiceProvider, serviceType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<JsValue | null>>;
|
|
344
342
|
PostConfigure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
345
|
-
PostConfigure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
343
|
+
PostConfigure<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string | null, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
346
344
|
PostConfigureAll<TOptions>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
347
345
|
RedactLoggedHeaders(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, shouldRedactHeaderValue: System.Func_2<System_Internal.String, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
348
346
|
RedactLoggedHeaders(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, redactedLoggedHeaderNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
349
347
|
RemoveAllLoggers(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
350
348
|
RemoveAsKeyed(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
351
349
|
SetHandlerLifetime(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, handlerLifetime: System.TimeSpan): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
352
|
-
UseSocketsHttpHandler(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureHandler?: System.Action_2<System_Net_Http.SocketsHttpHandler, System.IServiceProvider>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
350
|
+
UseSocketsHttpHandler(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureHandler?: System.Action_2<System_Net_Http.SocketsHttpHandler, System.IServiceProvider> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
353
351
|
UseSocketsHttpHandler(this: Microsoft_Extensions_DependencyInjection.IHttpClientBuilder, configureBuilder: System.Action_1<Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
354
352
|
ValidateDataAnnotations<TOptions>(this: Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
355
353
|
ValidateOnStart<TOptions>(this: Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
@@ -357,7 +355,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
357
355
|
|
|
358
356
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
|
|
359
357
|
interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
|
|
360
|
-
__tsonic_shape:
|
|
358
|
+
__tsonic_shape: JsValue;
|
|
361
359
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyInjection;
|
|
362
360
|
}
|
|
363
361
|
|
|
@@ -372,50 +370,50 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection_Extensions
|
|
|
372
370
|
Add(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, descriptors: System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
373
371
|
RemoveAll<T>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
374
372
|
RemoveAll(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
375
|
-
RemoveAllKeyed<T>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
376
|
-
RemoveAllKeyed(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey:
|
|
373
|
+
RemoveAllKeyed<T>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
374
|
+
RemoveAllKeyed(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceType: System.Type, serviceKey: JsValue | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
377
375
|
Replace(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
378
376
|
TryAdd(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor): Rewrap<this, void>;
|
|
379
377
|
TryAdd(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, descriptors: System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>): Rewrap<this, void>;
|
|
380
378
|
TryAddEnumerable(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor): Rewrap<this, void>;
|
|
381
379
|
TryAddEnumerable(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, descriptors: System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>): Rewrap<this, void>;
|
|
382
|
-
TryAddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
383
|
-
TryAddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
384
|
-
TryAddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
385
|
-
TryAddKeyedScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
386
|
-
TryAddKeyedScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
387
|
-
TryAddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
388
|
-
TryAddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
389
|
-
TryAddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
390
|
-
TryAddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
391
|
-
TryAddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
392
|
-
TryAddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
393
|
-
TryAddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
394
|
-
TryAddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
395
|
-
TryAddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey:
|
|
396
|
-
TryAddKeyedTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
397
|
-
TryAddKeyedTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey:
|
|
380
|
+
TryAddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null): Rewrap<this, void>;
|
|
381
|
+
TryAddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null, implementationType: System.Type): Rewrap<this, void>;
|
|
382
|
+
TryAddKeyedScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, JsValue>): Rewrap<this, void>;
|
|
383
|
+
TryAddKeyedScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null): Rewrap<this, void>;
|
|
384
|
+
TryAddKeyedScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, TService>): Rewrap<this, void>;
|
|
385
|
+
TryAddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null): Rewrap<this, void>;
|
|
386
|
+
TryAddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null, implementationType: System.Type): Rewrap<this, void>;
|
|
387
|
+
TryAddKeyedSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, JsValue>): Rewrap<this, void>;
|
|
388
|
+
TryAddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null): Rewrap<this, void>;
|
|
389
|
+
TryAddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, instance: TService): Rewrap<this, void>;
|
|
390
|
+
TryAddKeyedSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, TService>): Rewrap<this, void>;
|
|
391
|
+
TryAddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null): Rewrap<this, void>;
|
|
392
|
+
TryAddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null, implementationType: System.Type): Rewrap<this, void>;
|
|
393
|
+
TryAddKeyedTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, JsValue>): Rewrap<this, void>;
|
|
394
|
+
TryAddKeyedTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null): Rewrap<this, void>;
|
|
395
|
+
TryAddKeyedTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, serviceKey: JsValue | null, implementationFactory: System.Func_3<System.IServiceProvider, JsValue | null, TService>): Rewrap<this, void>;
|
|
398
396
|
TryAddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type): Rewrap<this, void>;
|
|
399
397
|
TryAddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationType: System.Type): Rewrap<this, void>;
|
|
400
|
-
TryAddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider,
|
|
398
|
+
TryAddScoped(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, JsValue>): Rewrap<this, void>;
|
|
401
399
|
TryAddScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, void>;
|
|
402
400
|
TryAddScoped<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, void>;
|
|
403
401
|
TryAddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type): Rewrap<this, void>;
|
|
404
402
|
TryAddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationType: System.Type): Rewrap<this, void>;
|
|
405
|
-
TryAddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider,
|
|
403
|
+
TryAddSingleton(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, JsValue>): Rewrap<this, void>;
|
|
406
404
|
TryAddSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, void>;
|
|
407
405
|
TryAddSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, instance: TService): Rewrap<this, void>;
|
|
408
406
|
TryAddSingleton<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, void>;
|
|
409
407
|
TryAddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type): Rewrap<this, void>;
|
|
410
408
|
TryAddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationType: System.Type): Rewrap<this, void>;
|
|
411
|
-
TryAddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider,
|
|
409
|
+
TryAddTransient(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, JsValue>): Rewrap<this, void>;
|
|
412
410
|
TryAddTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, void>;
|
|
413
411
|
TryAddTransient<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, void>;
|
|
414
412
|
}
|
|
415
413
|
|
|
416
414
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection.Extensions
|
|
417
415
|
interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection_Extensions {
|
|
418
|
-
__tsonic_shape:
|
|
416
|
+
__tsonic_shape: JsValue;
|
|
419
417
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyInjection_Extensions;
|
|
420
418
|
}
|
|
421
419
|
|
|
@@ -431,19 +429,19 @@ interface __TsonicExtMethods_Microsoft_Extensions_Diagnostics_Metrics {
|
|
|
431
429
|
AddListener<T extends Microsoft_Extensions_Diagnostics_Metrics.IMetricsListener>(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
432
430
|
AddListener(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, listener: Microsoft_Extensions_Diagnostics_Metrics.IMetricsListener): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
433
431
|
ClearListeners(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
434
|
-
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
435
|
-
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
436
|
-
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
437
|
-
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
438
|
-
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
439
|
-
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
440
|
-
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
441
|
-
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
432
|
+
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string | null): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
433
|
+
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string | null, instrumentName?: string | null, listenerName?: string | null, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
434
|
+
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string | null): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
435
|
+
DisableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string | null, instrumentName?: string | null, listenerName?: string | null, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
436
|
+
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string | null): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
437
|
+
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder, meterName: string | null, instrumentName?: string | null, listenerName?: string | null, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
438
|
+
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string | null): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
439
|
+
EnableMetrics(this: Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions, meterName: string | null, instrumentName?: string | null, listenerName?: string | null, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
442
440
|
}
|
|
443
441
|
|
|
444
442
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Diagnostics.Metrics
|
|
445
443
|
interface __TsonicExtApplier_Microsoft_Extensions_Diagnostics_Metrics {
|
|
446
|
-
__tsonic_shape:
|
|
444
|
+
__tsonic_shape: JsValue;
|
|
447
445
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Diagnostics_Metrics;
|
|
448
446
|
}
|
|
449
447
|
|
|
@@ -459,13 +457,13 @@ interface __TsonicExtMethods_Microsoft_Extensions_FileSystemGlobbing {
|
|
|
459
457
|
GetResultsInFullPath(this: Microsoft_Extensions_FileSystemGlobbing.Matcher, directoryPath: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
460
458
|
Match(this: Microsoft_Extensions_FileSystemGlobbing.Matcher, file: string): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
461
459
|
Match(this: Microsoft_Extensions_FileSystemGlobbing.Matcher, rootDir: string, file: string): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
462
|
-
Match(this: Microsoft_Extensions_FileSystemGlobbing.Matcher, files: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
463
|
-
Match(this: Microsoft_Extensions_FileSystemGlobbing.Matcher, rootDir: string, files: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
460
|
+
Match(this: Microsoft_Extensions_FileSystemGlobbing.Matcher, files: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
461
|
+
Match(this: Microsoft_Extensions_FileSystemGlobbing.Matcher, rootDir: string, files: System_Collections_Generic.IEnumerable_1<System_Internal.String> | null): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
464
462
|
}
|
|
465
463
|
|
|
466
464
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.FileSystemGlobbing
|
|
467
465
|
interface __TsonicExtApplier_Microsoft_Extensions_FileSystemGlobbing {
|
|
468
|
-
__tsonic_shape:
|
|
466
|
+
__tsonic_shape: JsValue;
|
|
469
467
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_FileSystemGlobbing;
|
|
470
468
|
}
|
|
471
469
|
|
|
@@ -478,7 +476,7 @@ export type ExtensionMethods_Microsoft_Extensions_FileSystemGlobbing<TShape> =
|
|
|
478
476
|
interface __TsonicExtMethods_Microsoft_Extensions_Hosting {
|
|
479
477
|
ConfigureAppConfiguration(this: Microsoft_Extensions_Hosting.IHostBuilder, configureDelegate: System.Action_1<Microsoft_Extensions_Configuration.IConfigurationBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
480
478
|
ConfigureContainer<TContainerBuilder>(this: Microsoft_Extensions_Hosting.IHostBuilder, configureDelegate: System.Action_1<TContainerBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
481
|
-
ConfigureDefaults(this: Microsoft_Extensions_Hosting.IHostBuilder, args: string[]): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
479
|
+
ConfigureDefaults(this: Microsoft_Extensions_Hosting.IHostBuilder, args: string[] | null): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
482
480
|
ConfigureHostOptions(this: Microsoft_Extensions_Hosting.IHostBuilder, configureOptions: System.Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Hosting.HostOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
483
481
|
ConfigureHostOptions(this: Microsoft_Extensions_Hosting.IHostBuilder, configureOptions: System.Action_1<Microsoft_Extensions_Hosting.HostOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
484
482
|
ConfigureLogging(this: Microsoft_Extensions_Hosting.IHostBuilder, configureLogging: System.Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Logging.ILoggingBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
@@ -514,7 +512,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_Hosting {
|
|
|
514
512
|
|
|
515
513
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Hosting
|
|
516
514
|
interface __TsonicExtApplier_Microsoft_Extensions_Hosting {
|
|
517
|
-
__tsonic_shape:
|
|
515
|
+
__tsonic_shape: JsValue;
|
|
518
516
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Hosting;
|
|
519
517
|
}
|
|
520
518
|
|
|
@@ -527,12 +525,12 @@ export type ExtensionMethods_Microsoft_Extensions_Hosting<TShape> =
|
|
|
527
525
|
interface __TsonicExtMethods_Microsoft_Extensions_Localization {
|
|
528
526
|
GetAllStrings(this: Microsoft_Extensions_Localization.IStringLocalizer): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_Localization.LocalizedString>>;
|
|
529
527
|
GetString(this: Microsoft_Extensions_Localization.IStringLocalizer, name: string): Rewrap<this, Microsoft_Extensions_Localization.LocalizedString>;
|
|
530
|
-
GetString(this: Microsoft_Extensions_Localization.IStringLocalizer, name: string, ...arguments:
|
|
528
|
+
GetString(this: Microsoft_Extensions_Localization.IStringLocalizer, name: string, ...arguments: JsValue[]): Rewrap<this, Microsoft_Extensions_Localization.LocalizedString>;
|
|
531
529
|
}
|
|
532
530
|
|
|
533
531
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Localization
|
|
534
532
|
interface __TsonicExtApplier_Microsoft_Extensions_Localization {
|
|
535
|
-
__tsonic_shape:
|
|
533
|
+
__tsonic_shape: JsValue;
|
|
536
534
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Localization;
|
|
537
535
|
}
|
|
538
536
|
|
|
@@ -568,16 +566,16 @@ interface __TsonicExtMethods_Microsoft_Extensions_Logging {
|
|
|
568
566
|
AddEventLog(this: Microsoft_Extensions_Logging.ILoggingBuilder, configure: System.Action_1<Microsoft_Extensions_Logging_EventLog.EventLogSettings>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
569
567
|
AddEventSourceLogger(this: Microsoft_Extensions_Logging.ILoggerFactory): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
570
568
|
AddEventSourceLogger(this: Microsoft_Extensions_Logging.ILoggingBuilder): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
571
|
-
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, filter: System.Func_4<
|
|
572
|
-
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, categoryLevelFilter: System.Func_3<
|
|
569
|
+
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, filter: System.Func_4<string | null, string | null, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
570
|
+
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, categoryLevelFilter: System.Func_3<string | null, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
573
571
|
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
574
|
-
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, category: string, level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
575
|
-
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, category: string, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
576
|
-
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, filter: System.Func_4<
|
|
577
|
-
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, categoryLevelFilter: System.Func_3<
|
|
572
|
+
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, category: string | null, level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
573
|
+
AddFilter(this: Microsoft_Extensions_Logging.ILoggingBuilder, category: string | null, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
574
|
+
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, filter: System.Func_4<string | null, string | null, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
575
|
+
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, categoryLevelFilter: System.Func_3<string | null, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
578
576
|
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
579
|
-
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, category: string, level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
580
|
-
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, category: string, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
577
|
+
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, category: string | null, level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
578
|
+
AddFilter(this: Microsoft_Extensions_Logging.LoggerFilterOptions, category: string | null, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
581
579
|
AddJsonConsole(this: Microsoft_Extensions_Logging.ILoggingBuilder): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
582
580
|
AddJsonConsole(this: Microsoft_Extensions_Logging.ILoggingBuilder, configure: System.Action_1<Microsoft_Extensions_Logging_Console.JsonConsoleFormatterOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
583
581
|
AddProvider(this: Microsoft_Extensions_Logging.ILoggingBuilder, provider: Microsoft_Extensions_Logging.ILoggerProvider): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
@@ -593,45 +591,45 @@ interface __TsonicExtMethods_Microsoft_Extensions_Logging {
|
|
|
593
591
|
AddTraceSource(this: Microsoft_Extensions_Logging.ILoggingBuilder, switchName: string, listener: System_Diagnostics.TraceListener): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
594
592
|
AddTraceSource(this: Microsoft_Extensions_Logging.ILoggingBuilder, sourceSwitch: System_Diagnostics.SourceSwitch): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
595
593
|
AddTraceSource(this: Microsoft_Extensions_Logging.ILoggingBuilder, sourceSwitch: System_Diagnostics.SourceSwitch, listener: System_Diagnostics.TraceListener): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
596
|
-
BeginScope(this: Microsoft_Extensions_Logging.ILogger, messageFormat: string, ...args:
|
|
594
|
+
BeginScope(this: Microsoft_Extensions_Logging.ILogger, messageFormat: string, ...args: (JsValue | null)[]): Rewrap<this, System.IDisposable | null>;
|
|
597
595
|
ClearProviders(this: Microsoft_Extensions_Logging.ILoggingBuilder): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
598
596
|
Configure(this: Microsoft_Extensions_Logging.ILoggingBuilder, action: System.Action_1<Microsoft_Extensions_Logging.LoggerFactoryOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
599
597
|
CreateLogger<T>(this: Microsoft_Extensions_Logging.ILoggerFactory): Rewrap<this, Microsoft_Extensions_Logging.ILogger_1<T>>;
|
|
600
598
|
CreateLogger(this: Microsoft_Extensions_Logging.ILoggerFactory, type: System.Type): Rewrap<this, Microsoft_Extensions_Logging.ILogger>;
|
|
601
|
-
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, message: string, ...args:
|
|
602
|
-
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args:
|
|
603
|
-
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, exception: System.Exception, message: string, ...args:
|
|
604
|
-
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args:
|
|
605
|
-
LogCritical(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args:
|
|
606
|
-
LogCritical(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args:
|
|
607
|
-
LogCritical(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception, message: string, ...args:
|
|
608
|
-
LogCritical(this: Microsoft_Extensions_Logging.ILogger, message: string, ...args:
|
|
609
|
-
LogDebug(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args:
|
|
610
|
-
LogDebug(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args:
|
|
611
|
-
LogDebug(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception, message: string, ...args:
|
|
612
|
-
LogDebug(this: Microsoft_Extensions_Logging.ILogger, message: string, ...args:
|
|
613
|
-
LogError(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args:
|
|
614
|
-
LogError(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args:
|
|
615
|
-
LogError(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception, message: string, ...args:
|
|
616
|
-
LogError(this: Microsoft_Extensions_Logging.ILogger, message: string, ...args:
|
|
617
|
-
LogInformation(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args:
|
|
618
|
-
LogInformation(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args:
|
|
619
|
-
LogInformation(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception, message: string, ...args:
|
|
620
|
-
LogInformation(this: Microsoft_Extensions_Logging.ILogger, message: string, ...args:
|
|
621
|
-
LogTrace(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args:
|
|
622
|
-
LogTrace(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args:
|
|
623
|
-
LogTrace(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception, message: string, ...args:
|
|
624
|
-
LogTrace(this: Microsoft_Extensions_Logging.ILogger, message: string, ...args:
|
|
625
|
-
LogWarning(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args:
|
|
626
|
-
LogWarning(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args:
|
|
627
|
-
LogWarning(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception, message: string, ...args:
|
|
628
|
-
LogWarning(this: Microsoft_Extensions_Logging.ILogger, message: string, ...args:
|
|
599
|
+
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
600
|
+
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
601
|
+
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
602
|
+
Log(this: Microsoft_Extensions_Logging.ILogger, logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
603
|
+
LogCritical(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
604
|
+
LogCritical(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
605
|
+
LogCritical(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
606
|
+
LogCritical(this: Microsoft_Extensions_Logging.ILogger, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
607
|
+
LogDebug(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
608
|
+
LogDebug(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
609
|
+
LogDebug(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
610
|
+
LogDebug(this: Microsoft_Extensions_Logging.ILogger, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
611
|
+
LogError(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
612
|
+
LogError(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
613
|
+
LogError(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
614
|
+
LogError(this: Microsoft_Extensions_Logging.ILogger, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
615
|
+
LogInformation(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
616
|
+
LogInformation(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
617
|
+
LogInformation(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
618
|
+
LogInformation(this: Microsoft_Extensions_Logging.ILogger, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
619
|
+
LogTrace(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
620
|
+
LogTrace(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
621
|
+
LogTrace(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
622
|
+
LogTrace(this: Microsoft_Extensions_Logging.ILogger, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
623
|
+
LogWarning(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
624
|
+
LogWarning(this: Microsoft_Extensions_Logging.ILogger, eventId: Microsoft_Extensions_Logging.EventId, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
625
|
+
LogWarning(this: Microsoft_Extensions_Logging.ILogger, exception: System.Exception | null, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
626
|
+
LogWarning(this: Microsoft_Extensions_Logging.ILogger, message: string | null, ...args: (JsValue | null)[]): Rewrap<this, void>;
|
|
629
627
|
SetMinimumLevel(this: Microsoft_Extensions_Logging.ILoggingBuilder, level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
630
628
|
}
|
|
631
629
|
|
|
632
630
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Logging
|
|
633
631
|
interface __TsonicExtApplier_Microsoft_Extensions_Logging {
|
|
634
|
-
__tsonic_shape:
|
|
632
|
+
__tsonic_shape: JsValue;
|
|
635
633
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Logging;
|
|
636
634
|
}
|
|
637
635
|
|
|
@@ -647,7 +645,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_Logging_Configuration {
|
|
|
647
645
|
|
|
648
646
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Logging.Configuration
|
|
649
647
|
interface __TsonicExtApplier_Microsoft_Extensions_Logging_Configuration {
|
|
650
|
-
__tsonic_shape:
|
|
648
|
+
__tsonic_shape: JsValue;
|
|
651
649
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Logging_Configuration;
|
|
652
650
|
}
|
|
653
651
|
|
|
@@ -664,7 +662,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_ObjectPool {
|
|
|
664
662
|
|
|
665
663
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.ObjectPool
|
|
666
664
|
interface __TsonicExtApplier_Microsoft_Extensions_ObjectPool {
|
|
667
|
-
__tsonic_shape:
|
|
665
|
+
__tsonic_shape: JsValue;
|
|
668
666
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_ObjectPool;
|
|
669
667
|
}
|
|
670
668
|
|
|
@@ -675,12 +673,12 @@ export type ExtensionMethods_Microsoft_Extensions_ObjectPool<TShape> =
|
|
|
675
673
|
|
|
676
674
|
// Extension method table for namespace: Microsoft.Extensions.Options
|
|
677
675
|
interface __TsonicExtMethods_Microsoft_Extensions_Options {
|
|
678
|
-
OnChange<TOptions>(this: Microsoft_Extensions_Options.IOptionsMonitor_1<TOptions>, listener: System.Action_1<TOptions>): Rewrap<this, System.IDisposable |
|
|
676
|
+
OnChange<TOptions>(this: Microsoft_Extensions_Options.IOptionsMonitor_1<TOptions>, listener: System.Action_1<TOptions>): Rewrap<this, System.IDisposable | null>;
|
|
679
677
|
}
|
|
680
678
|
|
|
681
679
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Options
|
|
682
680
|
interface __TsonicExtApplier_Microsoft_Extensions_Options {
|
|
683
|
-
__tsonic_shape:
|
|
681
|
+
__tsonic_shape: JsValue;
|
|
684
682
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Options;
|
|
685
683
|
}
|
|
686
684
|
|
|
@@ -696,7 +694,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_Primitives {
|
|
|
696
694
|
|
|
697
695
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Primitives
|
|
698
696
|
interface __TsonicExtApplier_Microsoft_Extensions_Primitives {
|
|
699
|
-
__tsonic_shape:
|
|
697
|
+
__tsonic_shape: JsValue;
|
|
700
698
|
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Primitives;
|
|
701
699
|
}
|
|
702
700
|
|
|
@@ -713,7 +711,7 @@ interface __TsonicExtMethods_System_Net_Http {
|
|
|
713
711
|
|
|
714
712
|
// Generic helper type for extension methods in namespace: System.Net.Http
|
|
715
713
|
interface __TsonicExtApplier_System_Net_Http {
|
|
716
|
-
__tsonic_shape:
|
|
714
|
+
__tsonic_shape: JsValue;
|
|
717
715
|
__tsonic_type: __TsonicExtMethods_System_Net_Http;
|
|
718
716
|
}
|
|
719
717
|
|