@tsonic/microsoft-extensions 10.0.3 → 10.0.7
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 +27 -19
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +29 -21
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +54 -31
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +141 -70
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +17 -11
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +25 -8
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +24 -7
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -9
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +21 -13
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +29 -10
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +171 -114
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +51 -31
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +31 -19
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +65 -38
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +16 -12
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +15 -11
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +36 -15
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -13
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +24 -10
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +30 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +47 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +84 -39
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +22 -13
- package/Microsoft.Extensions.Http/internal/index.d.ts +18 -10
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +21 -9
- package/Microsoft.Extensions.Internal/internal/index.d.ts +9 -5
- package/Microsoft.Extensions.Localization/internal/index.d.ts +48 -19
- package/Microsoft.Extensions.Logging/internal/index.d.ts +108 -66
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +41 -22
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +10 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +34 -10
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +8 -5
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +14 -7
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +9 -6
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +33 -7
- package/Microsoft.Extensions.Options/internal/index.d.ts +257 -128
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +68 -22
- package/Microsoft.Extensions.Primitives.d.ts +3 -0
- package/Microsoft.Extensions.Validation/internal/index.d.ts +41 -21
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
- package/System.Diagnostics/internal/index.d.ts +37 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +146 -70
- package/System.Net.Http/internal/index.d.ts +7 -3
- package/System.Security.Cryptography/internal/index.d.ts +16 -5
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +162 -69
- package/System.Security.Cryptography.Xml/internal/index.d.ts +115 -16
- package/__internal/extensions/index.d.ts +633 -487
- package/package.json +3 -3
|
@@ -30,670 +30,816 @@ import * as Microsoft_Extensions_Options from "../../Microsoft.Extensions.Option
|
|
|
30
30
|
import * as Microsoft_Extensions_Primitives from "../../Microsoft.Extensions.Primitives/internal/index.js";
|
|
31
31
|
import * as Microsoft_Extensions_Validation from "../../Microsoft.Extensions.Validation/internal/index.js";
|
|
32
32
|
import * as Microsoft_Extensions_WebEncoders from "../../Microsoft.Extensions.WebEncoders/internal/index.js";
|
|
33
|
+
import * as System from "@tsonic/dotnet/System/internal/index.js";
|
|
34
|
+
import * as System_Collections_Generic from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
35
|
+
import * as System_Diagnostics from "../../System.Diagnostics/internal/index.js";
|
|
36
|
+
import * as System_IO from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
33
37
|
import * as System_Net_Http from "../../System.Net.Http/internal/index.js";
|
|
38
|
+
import * as System_Reflection from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
39
|
+
import * as System_Text from "@tsonic/dotnet/System.Text/internal/index.js";
|
|
40
|
+
import * as System_Threading from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
41
|
+
import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
34
42
|
|
|
35
43
|
// Import primitive type aliases
|
|
36
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';
|
|
37
45
|
|
|
46
|
+
// Import sticky extension scope helper
|
|
47
|
+
import type { Rewrap } from '@tsonic/core/lang.js';
|
|
48
|
+
|
|
38
49
|
// Import CLR type aliases for generic type arguments
|
|
39
|
-
import * as System_Internal from "
|
|
50
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
40
51
|
|
|
41
52
|
// Import unsafe type markers
|
|
42
53
|
import type { ptr } from '@tsonic/core/types.js';
|
|
43
54
|
|
|
44
55
|
export interface __Ext_Microsoft_Extensions_Caching_Distributed_DistributedCacheEntryOptions {
|
|
45
|
-
SetAbsoluteExpiration(relative: TimeSpan):
|
|
46
|
-
SetAbsoluteExpiration(absolute: DateTimeOffset):
|
|
47
|
-
SetSlidingExpiration(offset: TimeSpan):
|
|
56
|
+
SetAbsoluteExpiration(relative: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions>;
|
|
57
|
+
SetAbsoluteExpiration(absolute: System.DateTimeOffset): Rewrap<this, Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions>;
|
|
58
|
+
SetSlidingExpiration(offset: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions>;
|
|
48
59
|
}
|
|
49
60
|
|
|
50
61
|
export interface __Ext_Microsoft_Extensions_Caching_Distributed_IDistributedCache {
|
|
51
|
-
Set(key: string, value: byte[]):
|
|
52
|
-
SetAsync(key: string, value: byte[], token
|
|
53
|
-
SetString(key: string, value: string):
|
|
54
|
-
SetString(key: string, value: string, options: Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions):
|
|
55
|
-
SetStringAsync(key: string, value: string, token
|
|
56
|
-
SetStringAsync(key: string, value: string, options: Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions, token
|
|
57
|
-
GetString(key: string):
|
|
58
|
-
GetStringAsync(key: string, token
|
|
62
|
+
Set(key: string, value: byte[]): Rewrap<this, void>;
|
|
63
|
+
SetAsync(key: string, value: byte[], token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
64
|
+
SetString(key: string, value: string): Rewrap<this, void>;
|
|
65
|
+
SetString(key: string, value: string, options: Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions): Rewrap<this, void>;
|
|
66
|
+
SetStringAsync(key: string, value: string, token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
67
|
+
SetStringAsync(key: string, value: string, options: Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions, token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
68
|
+
GetString(key: string): Rewrap<this, string | undefined>;
|
|
69
|
+
GetStringAsync(key: string, token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
|
|
59
70
|
}
|
|
60
71
|
|
|
61
72
|
export interface __Ext_Microsoft_Extensions_Caching_Memory_ICacheEntry {
|
|
62
|
-
SetPriority(priority: Microsoft_Extensions_Caching_Memory.CacheItemPriority):
|
|
63
|
-
AddExpirationToken(expirationToken: Microsoft_Extensions_Primitives.IChangeToken):
|
|
64
|
-
SetAbsoluteExpiration(relative: TimeSpan):
|
|
65
|
-
SetAbsoluteExpiration(absolute: DateTimeOffset):
|
|
66
|
-
SetSlidingExpiration(offset: TimeSpan):
|
|
67
|
-
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate):
|
|
68
|
-
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state: unknown):
|
|
69
|
-
SetValue(value: unknown):
|
|
70
|
-
SetSize(size: long):
|
|
71
|
-
SetOptions(options: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions):
|
|
73
|
+
SetPriority(priority: Microsoft_Extensions_Caching_Memory.CacheItemPriority): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
74
|
+
AddExpirationToken(expirationToken: Microsoft_Extensions_Primitives.IChangeToken): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
75
|
+
SetAbsoluteExpiration(relative: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
76
|
+
SetAbsoluteExpiration(absolute: System.DateTimeOffset): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
77
|
+
SetSlidingExpiration(offset: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
78
|
+
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
79
|
+
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state: unknown): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
80
|
+
SetValue(value: unknown): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
81
|
+
SetSize(size: long): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
82
|
+
SetOptions(options: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions): Rewrap<this, Microsoft_Extensions_Caching_Memory.ICacheEntry>;
|
|
72
83
|
}
|
|
73
84
|
|
|
74
85
|
export interface __Ext_Microsoft_Extensions_Caching_Memory_IMemoryCache {
|
|
75
|
-
Get(key: unknown):
|
|
76
|
-
Get<TItem>(key: unknown):
|
|
77
|
-
TryGetValue<TItem>(key: unknown, value: TItem):
|
|
78
|
-
Set<TItem>(key: unknown, value: TItem):
|
|
79
|
-
Set<TItem>(key: unknown, value: TItem, absoluteExpiration: DateTimeOffset):
|
|
80
|
-
Set<TItem>(key: unknown, value: TItem, absoluteExpirationRelativeToNow: TimeSpan):
|
|
81
|
-
Set<TItem>(key: unknown, value: TItem, expirationToken: Microsoft_Extensions_Primitives.IChangeToken):
|
|
82
|
-
Set<TItem>(key: unknown, value: TItem, options: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions):
|
|
83
|
-
GetOrCreate<TItem>(key: unknown, factory: Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, TItem>):
|
|
84
|
-
GetOrCreate<TItem>(key: unknown, factory: Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, TItem>, createOptions: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions):
|
|
85
|
-
GetOrCreateAsync<TItem>(key: unknown, factory: Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, Task_1<TItem>>):
|
|
86
|
-
GetOrCreateAsync<TItem>(key: unknown, factory: Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, Task_1<TItem>>, createOptions: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions):
|
|
86
|
+
Get(key: unknown): Rewrap<this, unknown | undefined>;
|
|
87
|
+
Get<TItem>(key: unknown): Rewrap<this, TItem | undefined>;
|
|
88
|
+
TryGetValue<TItem>(key: unknown, value: TItem): Rewrap<this, boolean>;
|
|
89
|
+
Set<TItem>(key: unknown, value: TItem): Rewrap<this, TItem>;
|
|
90
|
+
Set<TItem>(key: unknown, value: TItem, absoluteExpiration: System.DateTimeOffset): Rewrap<this, TItem>;
|
|
91
|
+
Set<TItem>(key: unknown, value: TItem, absoluteExpirationRelativeToNow: System.TimeSpan): Rewrap<this, TItem>;
|
|
92
|
+
Set<TItem>(key: unknown, value: TItem, expirationToken: Microsoft_Extensions_Primitives.IChangeToken): Rewrap<this, TItem>;
|
|
93
|
+
Set<TItem>(key: unknown, value: TItem, options: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions): Rewrap<this, TItem>;
|
|
94
|
+
GetOrCreate<TItem>(key: unknown, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, TItem>): Rewrap<this, TItem | undefined>;
|
|
95
|
+
GetOrCreate<TItem>(key: unknown, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, TItem>, createOptions: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions): Rewrap<this, TItem | undefined>;
|
|
96
|
+
GetOrCreateAsync<TItem>(key: unknown, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, System_Threading_Tasks.Task_1<TItem>>): Rewrap<this, System_Threading_Tasks.Task_1<TItem | undefined>>;
|
|
97
|
+
GetOrCreateAsync<TItem>(key: unknown, factory: System.Func_2<Microsoft_Extensions_Caching_Memory.ICacheEntry, System_Threading_Tasks.Task_1<TItem>>, createOptions: Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions): Rewrap<this, System_Threading_Tasks.Task_1<TItem | undefined>>;
|
|
87
98
|
}
|
|
88
99
|
|
|
89
100
|
export interface __Ext_Microsoft_Extensions_Caching_Memory_MemoryCacheEntryOptions {
|
|
90
|
-
SetPriority(priority: Microsoft_Extensions_Caching_Memory.CacheItemPriority):
|
|
91
|
-
SetSize(size: long):
|
|
92
|
-
AddExpirationToken(expirationToken: Microsoft_Extensions_Primitives.IChangeToken):
|
|
93
|
-
SetAbsoluteExpiration(relative: TimeSpan):
|
|
94
|
-
SetAbsoluteExpiration(absolute: DateTimeOffset):
|
|
95
|
-
SetSlidingExpiration(offset: TimeSpan):
|
|
96
|
-
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate):
|
|
97
|
-
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state: unknown):
|
|
101
|
+
SetPriority(priority: Microsoft_Extensions_Caching_Memory.CacheItemPriority): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
102
|
+
SetSize(size: long): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
103
|
+
AddExpirationToken(expirationToken: Microsoft_Extensions_Primitives.IChangeToken): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
104
|
+
SetAbsoluteExpiration(relative: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
105
|
+
SetAbsoluteExpiration(absolute: System.DateTimeOffset): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
106
|
+
SetSlidingExpiration(offset: System.TimeSpan): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
107
|
+
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
108
|
+
RegisterPostEvictionCallback(callback: Microsoft_Extensions_Caching_Memory.PostEvictionDelegate, state: unknown): Rewrap<this, Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions>;
|
|
98
109
|
}
|
|
99
110
|
|
|
100
111
|
export interface __Ext_Microsoft_Extensions_Configuration_IConfiguration {
|
|
101
|
-
GetConnectionString(name: string):
|
|
102
|
-
AsEnumerable():
|
|
103
|
-
AsEnumerable(makePathsRelative: boolean):
|
|
104
|
-
GetRequiredSection(key: string):
|
|
105
|
-
Get<T>():
|
|
106
|
-
Get<T>(configureOptions: Action_1<Microsoft_Extensions_Configuration.BinderOptions>):
|
|
107
|
-
Get(type: Type):
|
|
108
|
-
Get(type: Type, configureOptions: Action_1<Microsoft_Extensions_Configuration.BinderOptions>):
|
|
109
|
-
Bind(key: string, instance: unknown):
|
|
110
|
-
Bind(instance: unknown):
|
|
111
|
-
Bind(instance: unknown, configureOptions: Action_1<Microsoft_Extensions_Configuration.BinderOptions>):
|
|
112
|
-
GetValue<T>(key: string):
|
|
113
|
-
GetValue<T>(key: string, defaultValue: T):
|
|
114
|
-
GetValue(type: Type, key: string):
|
|
115
|
-
GetValue(type: Type, key: string, defaultValue: unknown):
|
|
112
|
+
GetConnectionString(name: string): Rewrap<this, string | undefined>;
|
|
113
|
+
AsEnumerable(): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>>;
|
|
114
|
+
AsEnumerable(makePathsRelative: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>>;
|
|
115
|
+
GetRequiredSection(key: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationSection>;
|
|
116
|
+
Get<T>(): Rewrap<this, T | undefined>;
|
|
117
|
+
Get<T>(configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, T | undefined>;
|
|
118
|
+
Get(type: System.Type): Rewrap<this, unknown | undefined>;
|
|
119
|
+
Get(type: System.Type, configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, unknown | undefined>;
|
|
120
|
+
Bind(key: string, instance: unknown): Rewrap<this, void>;
|
|
121
|
+
Bind(instance: unknown): Rewrap<this, void>;
|
|
122
|
+
Bind(instance: unknown, configureOptions: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, void>;
|
|
123
|
+
GetValue<T>(key: string): Rewrap<this, T | undefined>;
|
|
124
|
+
GetValue<T>(key: string, defaultValue: T): Rewrap<this, T | undefined>;
|
|
125
|
+
GetValue(type: System.Type, key: string): Rewrap<this, unknown | undefined>;
|
|
126
|
+
GetValue(type: System.Type, key: string, defaultValue: unknown): Rewrap<this, unknown | undefined>;
|
|
116
127
|
}
|
|
117
128
|
|
|
118
129
|
export interface __Ext_Microsoft_Extensions_Configuration_IConfigurationBuilder {
|
|
119
|
-
AddConfiguration(config: Microsoft_Extensions_Configuration.IConfiguration):
|
|
120
|
-
AddConfiguration(config: Microsoft_Extensions_Configuration.IConfiguration, shouldDisposeConfiguration: boolean):
|
|
121
|
-
AddInMemoryCollection():
|
|
122
|
-
AddInMemoryCollection(initialData: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>):
|
|
123
|
-
Add<TSource>(configureSource: Action_1<TSource>):
|
|
124
|
-
AddCommandLine(args: string[]):
|
|
125
|
-
AddCommandLine(args: string[], switchMappings: IDictionary_2<System_Internal.String, System_Internal.String>):
|
|
126
|
-
AddCommandLine(configureSource: Action_1<Microsoft_Extensions_Configuration_CommandLine.CommandLineConfigurationSource>):
|
|
127
|
-
AddEnvironmentVariables():
|
|
128
|
-
AddEnvironmentVariables(prefix: string):
|
|
129
|
-
AddEnvironmentVariables(configureSource: Action_1<Microsoft_Extensions_Configuration_EnvironmentVariables.EnvironmentVariablesConfigurationSource>):
|
|
130
|
-
SetFileProvider(fileProvider: Microsoft_Extensions_FileProviders.IFileProvider):
|
|
131
|
-
GetFileProvider():
|
|
132
|
-
SetBasePath(basePath: string):
|
|
133
|
-
SetFileLoadExceptionHandler(handler: Action_1<Microsoft_Extensions_Configuration.FileLoadExceptionContext>):
|
|
134
|
-
GetFileLoadExceptionHandler():
|
|
135
|
-
AddIniFile(path: string):
|
|
136
|
-
AddIniFile(path: string, optional: boolean):
|
|
137
|
-
AddIniFile(path: string, optional: boolean, reloadOnChange: boolean):
|
|
138
|
-
AddIniFile(provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean):
|
|
139
|
-
AddIniFile(configureSource: Action_1<Microsoft_Extensions_Configuration_Ini.IniConfigurationSource>):
|
|
140
|
-
AddIniStream(stream: Stream):
|
|
141
|
-
AddJsonFile(path: string):
|
|
142
|
-
AddJsonFile(path: string, optional: boolean):
|
|
143
|
-
AddJsonFile(path: string, optional: boolean, reloadOnChange: boolean):
|
|
144
|
-
AddJsonFile(provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean):
|
|
145
|
-
AddJsonFile(configureSource: Action_1<Microsoft_Extensions_Configuration_Json.JsonConfigurationSource>):
|
|
146
|
-
AddJsonStream(stream: Stream):
|
|
147
|
-
AddKeyPerFile(directoryPath: string):
|
|
148
|
-
AddKeyPerFile(directoryPath: string, optional: boolean):
|
|
149
|
-
AddKeyPerFile(directoryPath: string, optional: boolean, reloadOnChange: boolean):
|
|
150
|
-
AddKeyPerFile(configureSource: Action_1<Microsoft_Extensions_Configuration_KeyPerFile.KeyPerFileConfigurationSource>):
|
|
151
|
-
AddUserSecrets<T>():
|
|
152
|
-
AddUserSecrets<T>(optional: boolean):
|
|
153
|
-
AddUserSecrets<T>(optional: boolean, reloadOnChange: boolean):
|
|
154
|
-
AddUserSecrets(assembly: Assembly):
|
|
155
|
-
AddUserSecrets(assembly: Assembly, optional: boolean):
|
|
156
|
-
AddUserSecrets(assembly: Assembly, optional: boolean, reloadOnChange: boolean):
|
|
157
|
-
AddUserSecrets(userSecretsId: string):
|
|
158
|
-
AddUserSecrets(userSecretsId: string, reloadOnChange: boolean):
|
|
159
|
-
AddXmlFile(path: string):
|
|
160
|
-
AddXmlFile(path: string, optional: boolean):
|
|
161
|
-
AddXmlFile(path: string, optional: boolean, reloadOnChange: boolean):
|
|
162
|
-
AddXmlFile(provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean):
|
|
163
|
-
AddXmlFile(configureSource: Action_1<Microsoft_Extensions_Configuration_Xml.XmlConfigurationSource>):
|
|
164
|
-
AddXmlStream(stream: Stream):
|
|
130
|
+
AddConfiguration(config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
131
|
+
AddConfiguration(config: Microsoft_Extensions_Configuration.IConfiguration, shouldDisposeConfiguration: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
132
|
+
AddInMemoryCollection(): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
133
|
+
AddInMemoryCollection(initialData: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
134
|
+
Add<TSource>(configureSource: System.Action_1<TSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
135
|
+
AddCommandLine(args: string[]): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
136
|
+
AddCommandLine(args: string[], switchMappings: System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
137
|
+
AddCommandLine(configureSource: System.Action_1<Microsoft_Extensions_Configuration_CommandLine.CommandLineConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
138
|
+
AddEnvironmentVariables(): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
139
|
+
AddEnvironmentVariables(prefix: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
140
|
+
AddEnvironmentVariables(configureSource: System.Action_1<Microsoft_Extensions_Configuration_EnvironmentVariables.EnvironmentVariablesConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
141
|
+
SetFileProvider(fileProvider: Microsoft_Extensions_FileProviders.IFileProvider): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
142
|
+
GetFileProvider(): Rewrap<this, Microsoft_Extensions_FileProviders.IFileProvider>;
|
|
143
|
+
SetBasePath(basePath: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
144
|
+
SetFileLoadExceptionHandler(handler: System.Action_1<Microsoft_Extensions_Configuration.FileLoadExceptionContext>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
145
|
+
GetFileLoadExceptionHandler(): Rewrap<this, System.Action_1<Microsoft_Extensions_Configuration.FileLoadExceptionContext> | undefined>;
|
|
146
|
+
AddIniFile(path: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
147
|
+
AddIniFile(path: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
148
|
+
AddIniFile(path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
149
|
+
AddIniFile(provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
150
|
+
AddIniFile(configureSource: System.Action_1<Microsoft_Extensions_Configuration_Ini.IniConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
151
|
+
AddIniStream(stream: System_IO.Stream): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
152
|
+
AddJsonFile(path: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
153
|
+
AddJsonFile(path: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
154
|
+
AddJsonFile(path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
155
|
+
AddJsonFile(provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
156
|
+
AddJsonFile(configureSource: System.Action_1<Microsoft_Extensions_Configuration_Json.JsonConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
157
|
+
AddJsonStream(stream: System_IO.Stream): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
158
|
+
AddKeyPerFile(directoryPath: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
159
|
+
AddKeyPerFile(directoryPath: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
160
|
+
AddKeyPerFile(directoryPath: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
161
|
+
AddKeyPerFile(configureSource: System.Action_1<Microsoft_Extensions_Configuration_KeyPerFile.KeyPerFileConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
162
|
+
AddUserSecrets<T>(): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
163
|
+
AddUserSecrets<T>(optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
164
|
+
AddUserSecrets<T>(optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
165
|
+
AddUserSecrets(assembly: System_Reflection.Assembly): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
166
|
+
AddUserSecrets(assembly: System_Reflection.Assembly, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
167
|
+
AddUserSecrets(assembly: System_Reflection.Assembly, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
168
|
+
AddUserSecrets(userSecretsId: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
169
|
+
AddUserSecrets(userSecretsId: string, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
170
|
+
AddXmlFile(path: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
171
|
+
AddXmlFile(path: string, optional: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
172
|
+
AddXmlFile(path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
173
|
+
AddXmlFile(provider: Microsoft_Extensions_FileProviders.IFileProvider, path: string, optional: boolean, reloadOnChange: boolean): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
174
|
+
AddXmlFile(configureSource: System.Action_1<Microsoft_Extensions_Configuration_Xml.XmlConfigurationSource>): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
175
|
+
AddXmlStream(stream: System_IO.Stream): Rewrap<this, Microsoft_Extensions_Configuration.IConfigurationBuilder>;
|
|
165
176
|
}
|
|
166
177
|
|
|
167
178
|
export interface __Ext_Microsoft_Extensions_Configuration_IConfigurationRoot {
|
|
168
|
-
GetDebugView():
|
|
169
|
-
GetDebugView(processValue: Func_2<Microsoft_Extensions_Configuration.ConfigurationDebugViewContext, System_Internal.String>):
|
|
179
|
+
GetDebugView(): Rewrap<this, string>;
|
|
180
|
+
GetDebugView(processValue: System.Func_2<Microsoft_Extensions_Configuration.ConfigurationDebugViewContext, System_Internal.String>): Rewrap<this, string>;
|
|
170
181
|
}
|
|
171
182
|
|
|
172
183
|
export interface __Ext_Microsoft_Extensions_Configuration_IConfigurationSection {
|
|
173
|
-
Exists():
|
|
184
|
+
Exists(): Rewrap<this, boolean>;
|
|
174
185
|
}
|
|
175
186
|
|
|
176
187
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_IHealthChecksBuilder {
|
|
177
|
-
AddCheck(name: string, instance: Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck, failureStatus: Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: IEnumerable_1<System_Internal.String>):
|
|
178
|
-
AddCheck(name: string, instance: Microsoft_Extensions_Diagnostics_HealthChecks.IHealthCheck, failureStatus
|
|
179
|
-
AddCheck<T>(name: string, failureStatus: Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: IEnumerable_1<System_Internal.String>):
|
|
180
|
-
AddCheck<T>(name: string, failureStatus
|
|
181
|
-
AddTypeActivatedCheck<T>(name: string, args: unknown[]):
|
|
182
|
-
AddTypeActivatedCheck<T>(name: string, failureStatus: Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, args: unknown[]):
|
|
183
|
-
AddTypeActivatedCheck<T>(name: string, failureStatus: Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: IEnumerable_1<System_Internal.String>, args: unknown[]):
|
|
184
|
-
AddTypeActivatedCheck<T>(name: string, failureStatus: Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: IEnumerable_1<System_Internal.String>, timeout: TimeSpan, args: unknown[]):
|
|
185
|
-
AddCheck(name: string, check: Func_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags: IEnumerable_1<System_Internal.String>):
|
|
186
|
-
AddCheck(name: string, check: Func_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags
|
|
187
|
-
AddCheck(name: string, check: Func_2<CancellationToken, Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags: IEnumerable_1<System_Internal.String>):
|
|
188
|
-
AddCheck(name: string, check: Func_2<CancellationToken, Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags
|
|
189
|
-
AddAsyncCheck(name: string, check: Func_1<Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags: IEnumerable_1<System_Internal.String>):
|
|
190
|
-
AddAsyncCheck(name: string, check: Func_1<Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags
|
|
191
|
-
AddAsyncCheck(name: string, check: Func_2<CancellationToken, Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags: IEnumerable_1<System_Internal.String>):
|
|
192
|
-
AddAsyncCheck(name: string, check: Func_2<CancellationToken, Task_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>>, tags
|
|
188
|
+
AddCheck(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>;
|
|
189
|
+
AddCheck(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>, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
190
|
+
AddCheck<T>(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>;
|
|
191
|
+
AddCheck<T>(name: string, failureStatus?: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String>, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
192
|
+
AddTypeActivatedCheck<T>(name: string, ...args: unknown[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
193
|
+
AddTypeActivatedCheck<T>(name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, ...args: unknown[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
194
|
+
AddTypeActivatedCheck<T>(name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>, ...args: unknown[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
195
|
+
AddTypeActivatedCheck<T>(name: string, failureStatus: System.Nullable_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthStatus>, tags: System_Collections_Generic.IEnumerable_1<System_Internal.String>, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
196
|
+
AddCheck(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>;
|
|
197
|
+
AddCheck(name: string, check: System.Func_1<Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String>, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
198
|
+
AddCheck(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>;
|
|
199
|
+
AddCheck(name: string, check: System.Func_2<System_Threading.CancellationToken, Microsoft_Extensions_Diagnostics_HealthChecks.HealthCheckResult>, tags?: System_Collections_Generic.IEnumerable_1<System_Internal.String>, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
200
|
+
AddAsyncCheck(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>;
|
|
201
|
+
AddAsyncCheck(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>, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
202
|
+
AddAsyncCheck(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>;
|
|
203
|
+
AddAsyncCheck(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>, timeout?: System.Nullable_1<System.TimeSpan>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
193
204
|
}
|
|
194
205
|
|
|
195
206
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_IHttpClientBuilder {
|
|
196
|
-
ConfigureHttpClient(configureClient: Action_1<HttpClient>):
|
|
197
|
-
ConfigureHttpClient(configureClient: Action_2<IServiceProvider, HttpClient>):
|
|
198
|
-
AddHttpMessageHandler(configureHandler: Func_1<DelegatingHandler>):
|
|
199
|
-
AddHttpMessageHandler(configureHandler: Func_2<IServiceProvider, DelegatingHandler>):
|
|
200
|
-
AddHttpMessageHandler<THandler>():
|
|
201
|
-
ConfigurePrimaryHttpMessageHandler(configureHandler: Func_1<HttpMessageHandler>):
|
|
202
|
-
ConfigurePrimaryHttpMessageHandler(configureHandler: Func_2<IServiceProvider, HttpMessageHandler>):
|
|
203
|
-
ConfigurePrimaryHttpMessageHandler<THandler>():
|
|
204
|
-
ConfigurePrimaryHttpMessageHandler(configureHandler: Action_2<HttpMessageHandler, IServiceProvider>):
|
|
205
|
-
ConfigureHttpMessageHandlerBuilder(configureBuilder: Action_1<Microsoft_Extensions_Http.HttpMessageHandlerBuilder>):
|
|
206
|
-
UseSocketsHttpHandler(configureHandler
|
|
207
|
-
UseSocketsHttpHandler(configureBuilder: Action_1<Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder>):
|
|
208
|
-
AddTypedClient<TClient>():
|
|
209
|
-
AddTypedClient<TClient>(factory: Func_2<HttpClient, TClient>):
|
|
210
|
-
AddTypedClient<TClient>(factory: Func_3<HttpClient, IServiceProvider, TClient>):
|
|
211
|
-
RedactLoggedHeaders(shouldRedactHeaderValue: Func_2<System_Internal.String, System_Internal.Boolean>):
|
|
212
|
-
RedactLoggedHeaders(redactedLoggedHeaderNames: IEnumerable_1<System_Internal.String>):
|
|
213
|
-
SetHandlerLifetime(handlerLifetime: TimeSpan):
|
|
214
|
-
ConfigureAdditionalHttpMessageHandlers(configureAdditionalHandlers: Action_2<IList_1<DelegatingHandler>, IServiceProvider>):
|
|
215
|
-
AddAsKeyed(lifetime
|
|
216
|
-
RemoveAsKeyed():
|
|
217
|
-
AddLogger(httpClientLoggerFactory: Func_2<IServiceProvider, Microsoft_Extensions_Http_Logging.IHttpClientLogger>, wrapHandlersPipeline
|
|
218
|
-
AddLogger<TLogger>(wrapHandlersPipeline
|
|
219
|
-
RemoveAllLoggers():
|
|
220
|
-
AddDefaultLogger():
|
|
207
|
+
ConfigureHttpClient(configureClient: System.Action_1<System_Net_Http.HttpClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
208
|
+
ConfigureHttpClient(configureClient: System.Action_2<System.IServiceProvider, System_Net_Http.HttpClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
209
|
+
AddHttpMessageHandler(configureHandler: System.Func_1<System_Net_Http.DelegatingHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
210
|
+
AddHttpMessageHandler(configureHandler: System.Func_2<System.IServiceProvider, System_Net_Http.DelegatingHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
211
|
+
AddHttpMessageHandler<THandler>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
212
|
+
ConfigurePrimaryHttpMessageHandler(configureHandler: System.Func_1<System_Net_Http.HttpMessageHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
213
|
+
ConfigurePrimaryHttpMessageHandler(configureHandler: System.Func_2<System.IServiceProvider, System_Net_Http.HttpMessageHandler>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
214
|
+
ConfigurePrimaryHttpMessageHandler<THandler>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
215
|
+
ConfigurePrimaryHttpMessageHandler(configureHandler: System.Action_2<System_Net_Http.HttpMessageHandler, System.IServiceProvider>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
216
|
+
ConfigureHttpMessageHandlerBuilder(configureBuilder: System.Action_1<Microsoft_Extensions_Http.HttpMessageHandlerBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
217
|
+
UseSocketsHttpHandler(configureHandler?: System.Action_2<System_Net_Http.SocketsHttpHandler, System.IServiceProvider>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
218
|
+
UseSocketsHttpHandler(configureBuilder: System.Action_1<Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
219
|
+
AddTypedClient<TClient>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
220
|
+
AddTypedClient<TClient>(factory: System.Func_2<System_Net_Http.HttpClient, TClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
221
|
+
AddTypedClient<TClient>(factory: System.Func_3<System_Net_Http.HttpClient, System.IServiceProvider, TClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
222
|
+
RedactLoggedHeaders(shouldRedactHeaderValue: System.Func_2<System_Internal.String, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
223
|
+
RedactLoggedHeaders(redactedLoggedHeaderNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
224
|
+
SetHandlerLifetime(handlerLifetime: System.TimeSpan): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
225
|
+
ConfigureAdditionalHttpMessageHandlers(configureAdditionalHandlers: System.Action_2<System_Collections_Generic.IList_1<System_Net_Http.DelegatingHandler>, System.IServiceProvider>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
226
|
+
AddAsKeyed(lifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
227
|
+
RemoveAsKeyed(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
228
|
+
AddLogger(httpClientLoggerFactory: System.Func_2<System.IServiceProvider, Microsoft_Extensions_Http_Logging.IHttpClientLogger>, wrapHandlersPipeline?: boolean): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
229
|
+
AddLogger<TLogger>(wrapHandlersPipeline?: boolean): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
230
|
+
RemoveAllLoggers(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
231
|
+
AddDefaultLogger(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
221
232
|
}
|
|
222
233
|
|
|
223
234
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection {
|
|
224
|
-
AddMemoryCache():
|
|
225
|
-
AddMemoryCache(setupAction: Action_1<Microsoft_Extensions_Caching_Memory.MemoryCacheOptions>):
|
|
226
|
-
AddDistributedMemoryCache():
|
|
227
|
-
AddDistributedMemoryCache(setupAction: Action_1<Microsoft_Extensions_Caching_Memory.MemoryDistributedCacheOptions>):
|
|
228
|
-
BuildServiceProvider():
|
|
229
|
-
BuildServiceProvider(validateScopes: boolean):
|
|
230
|
-
BuildServiceProvider(options: Microsoft_Extensions_DependencyInjection.ServiceProviderOptions):
|
|
231
|
-
AddTransient(serviceType: Type, implementationType: Type):
|
|
232
|
-
AddTransient(serviceType: Type, implementationFactory: Func_2<IServiceProvider, unknown>):
|
|
233
|
-
AddTransient<TService, TImplementation>():
|
|
234
|
-
AddTransient(serviceType: Type):
|
|
235
|
-
AddTransient<TService>(implementationFactory: Func_2<IServiceProvider, TService>):
|
|
236
|
-
AddScoped(serviceType: Type, implementationType: Type):
|
|
237
|
-
AddScoped(serviceType: Type, implementationFactory: Func_2<IServiceProvider, unknown>):
|
|
238
|
-
AddScoped<TService, TImplementation>():
|
|
239
|
-
AddScoped(serviceType: Type):
|
|
240
|
-
AddScoped<TService>(implementationFactory: Func_2<IServiceProvider, TService>):
|
|
241
|
-
AddSingleton(serviceType: Type, implementationType: Type):
|
|
242
|
-
AddSingleton(serviceType: Type, implementationFactory: Func_2<IServiceProvider, unknown>):
|
|
243
|
-
AddSingleton<TService, TImplementation>():
|
|
244
|
-
AddSingleton(serviceType: Type):
|
|
245
|
-
AddSingleton<TService>(implementationFactory: Func_2<IServiceProvider, TService>):
|
|
246
|
-
AddSingleton(serviceType: Type, implementationInstance: unknown):
|
|
247
|
-
AddSingleton<TService>(implementationInstance: TService):
|
|
248
|
-
AddKeyedTransient(serviceType: Type, serviceKey: unknown, implementationType: Type):
|
|
249
|
-
AddKeyedTransient(serviceType: Type, serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, unknown>):
|
|
250
|
-
AddKeyedTransient<TService, TImplementation>(serviceKey: unknown):
|
|
251
|
-
AddKeyedTransient(serviceType: Type, serviceKey: unknown):
|
|
252
|
-
AddKeyedTransient<TService>(serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, TService>):
|
|
253
|
-
AddKeyedScoped(serviceType: Type, serviceKey: unknown, implementationType: Type):
|
|
254
|
-
AddKeyedScoped(serviceType: Type, serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, unknown>):
|
|
255
|
-
AddKeyedScoped<TService, TImplementation>(serviceKey: unknown):
|
|
256
|
-
AddKeyedScoped(serviceType: Type, serviceKey: unknown):
|
|
257
|
-
AddKeyedScoped<TService>(serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, TService>):
|
|
258
|
-
AddKeyedSingleton(serviceType: Type, serviceKey: unknown, implementationType: Type):
|
|
259
|
-
AddKeyedSingleton(serviceType: Type, serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, unknown>):
|
|
260
|
-
AddKeyedSingleton<TService, TImplementation>(serviceKey: unknown):
|
|
261
|
-
AddKeyedSingleton(serviceType: Type, serviceKey: unknown):
|
|
262
|
-
AddKeyedSingleton<TService>(serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, TService>):
|
|
263
|
-
AddKeyedSingleton(serviceType: Type, serviceKey: unknown, implementationInstance: unknown):
|
|
264
|
-
AddKeyedSingleton<TService>(serviceKey: unknown, implementationInstance: TService):
|
|
265
|
-
AddMetrics():
|
|
266
|
-
AddMetrics(configure: Action_1<Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>):
|
|
267
|
-
AddHealthChecks():
|
|
268
|
-
AddHostedService<THostedService>():
|
|
269
|
-
AddHostedService<THostedService>(implementationFactory: Func_2<IServiceProvider, THostedService>):
|
|
270
|
-
AddHttpClient():
|
|
271
|
-
ConfigureHttpClientDefaults(configure: Action_1<Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>):
|
|
272
|
-
AddHttpClient(name: string):
|
|
273
|
-
AddHttpClient(name: string, configureClient: Action_1<HttpClient>):
|
|
274
|
-
AddHttpClient(name: string, configureClient: Action_2<IServiceProvider, HttpClient>):
|
|
275
|
-
AddHttpClient<TClient>():
|
|
276
|
-
AddHttpClient<TClient>(configureClient: Action_1<HttpClient>):
|
|
277
|
-
AddHttpClient<TClient>(configureClient: Action_2<IServiceProvider, HttpClient>):
|
|
278
|
-
AddHttpClient<TClient, TImplementation>(factory: Func_2<HttpClient, TImplementation>):
|
|
279
|
-
AddHttpClient<TClient, TImplementation>(name: string, factory: Func_2<HttpClient, TImplementation>):
|
|
280
|
-
AddHttpClient<TClient, TImplementation>(factory: Func_3<HttpClient, IServiceProvider, TImplementation>):
|
|
281
|
-
AddHttpClient<TClient, TImplementation>(name: string, factory: Func_3<HttpClient, IServiceProvider, TImplementation>):
|
|
282
|
-
AddLocalization():
|
|
283
|
-
AddLocalization(setupAction: Action_1<Microsoft_Extensions_Localization.LocalizationOptions>):
|
|
284
|
-
AddLogging():
|
|
285
|
-
AddLogging(configure: Action_1<Microsoft_Extensions_Logging.ILoggingBuilder>):
|
|
286
|
-
AddOptions():
|
|
287
|
-
AddOptionsWithValidateOnStart<TOptions>(name
|
|
288
|
-
Configure<TOptions>(configureOptions: Action_1<TOptions>):
|
|
289
|
-
Configure<TOptions>(name: string, configureOptions: Action_1<TOptions>):
|
|
290
|
-
ConfigureAll<TOptions>(configureOptions: Action_1<TOptions>):
|
|
291
|
-
PostConfigure<TOptions>(configureOptions: Action_1<TOptions>):
|
|
292
|
-
PostConfigure<TOptions>(name: string, configureOptions: Action_1<TOptions>):
|
|
293
|
-
PostConfigureAll<TOptions>(configureOptions: Action_1<TOptions>):
|
|
294
|
-
ConfigureOptions<TConfigureOptions>():
|
|
295
|
-
ConfigureOptions(configureType: Type):
|
|
296
|
-
ConfigureOptions(configureInstance: unknown):
|
|
297
|
-
AddOptions<TOptions>():
|
|
298
|
-
AddOptions<TOptions>(name: string):
|
|
299
|
-
Configure<TOptions>(config: Microsoft_Extensions_Configuration.IConfiguration):
|
|
300
|
-
Configure<TOptions>(name: string, config: Microsoft_Extensions_Configuration.IConfiguration):
|
|
301
|
-
Configure<TOptions>(config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: Action_1<Microsoft_Extensions_Configuration.BinderOptions>):
|
|
302
|
-
Configure<TOptions>(name: string, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: Action_1<Microsoft_Extensions_Configuration.BinderOptions>):
|
|
303
|
-
AddValidation(configureOptions
|
|
304
|
-
AddWebEncoders():
|
|
305
|
-
AddWebEncoders(setupAction: Action_1<Microsoft_Extensions_WebEncoders.WebEncoderOptions>):
|
|
235
|
+
AddMemoryCache(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
236
|
+
AddMemoryCache(setupAction: System.Action_1<Microsoft_Extensions_Caching_Memory.MemoryCacheOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
237
|
+
AddDistributedMemoryCache(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
238
|
+
AddDistributedMemoryCache(setupAction: System.Action_1<Microsoft_Extensions_Caching_Memory.MemoryDistributedCacheOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
239
|
+
BuildServiceProvider(): Rewrap<this, Microsoft_Extensions_DependencyInjection.ServiceProvider>;
|
|
240
|
+
BuildServiceProvider(validateScopes: boolean): Rewrap<this, Microsoft_Extensions_DependencyInjection.ServiceProvider>;
|
|
241
|
+
BuildServiceProvider(options: Microsoft_Extensions_DependencyInjection.ServiceProviderOptions): Rewrap<this, Microsoft_Extensions_DependencyInjection.ServiceProvider>;
|
|
242
|
+
AddTransient(serviceType: System.Type, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
243
|
+
AddTransient(serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, unknown>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
244
|
+
AddTransient<TService, TImplementation>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
245
|
+
AddTransient(serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
246
|
+
AddTransient<TService>(implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
247
|
+
AddScoped(serviceType: System.Type, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
248
|
+
AddScoped(serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, unknown>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
249
|
+
AddScoped<TService, TImplementation>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
250
|
+
AddScoped(serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
251
|
+
AddScoped<TService>(implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
252
|
+
AddSingleton(serviceType: System.Type, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
253
|
+
AddSingleton(serviceType: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, unknown>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
254
|
+
AddSingleton<TService, TImplementation>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
255
|
+
AddSingleton(serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
256
|
+
AddSingleton<TService>(implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
257
|
+
AddSingleton(serviceType: System.Type, implementationInstance: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
258
|
+
AddSingleton<TService>(implementationInstance: TService): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
259
|
+
AddKeyedTransient(serviceType: System.Type, serviceKey: unknown, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
260
|
+
AddKeyedTransient(serviceType: System.Type, serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, unknown>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
261
|
+
AddKeyedTransient<TService, TImplementation>(serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
262
|
+
AddKeyedTransient(serviceType: System.Type, serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
263
|
+
AddKeyedTransient<TService>(serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
264
|
+
AddKeyedScoped(serviceType: System.Type, serviceKey: unknown, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
265
|
+
AddKeyedScoped(serviceType: System.Type, serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, unknown>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
266
|
+
AddKeyedScoped<TService, TImplementation>(serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
267
|
+
AddKeyedScoped(serviceType: System.Type, serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
268
|
+
AddKeyedScoped<TService>(serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
269
|
+
AddKeyedSingleton(serviceType: System.Type, serviceKey: unknown, implementationType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
270
|
+
AddKeyedSingleton(serviceType: System.Type, serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, unknown>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
271
|
+
AddKeyedSingleton<TService, TImplementation>(serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
272
|
+
AddKeyedSingleton(serviceType: System.Type, serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
273
|
+
AddKeyedSingleton<TService>(serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
274
|
+
AddKeyedSingleton(serviceType: System.Type, serviceKey: unknown, implementationInstance: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
275
|
+
AddKeyedSingleton<TService>(serviceKey: unknown, implementationInstance: TService): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
276
|
+
AddMetrics(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
277
|
+
AddMetrics(configure: System.Action_1<Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
278
|
+
AddHealthChecks(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder>;
|
|
279
|
+
AddHostedService<THostedService>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
280
|
+
AddHostedService<THostedService>(implementationFactory: System.Func_2<System.IServiceProvider, THostedService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
281
|
+
AddHttpClient(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
282
|
+
ConfigureHttpClientDefaults(configure: System.Action_1<Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
283
|
+
AddHttpClient(name: string): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
284
|
+
AddHttpClient(name: string, configureClient: System.Action_1<System_Net_Http.HttpClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
285
|
+
AddHttpClient(name: string, configureClient: System.Action_2<System.IServiceProvider, System_Net_Http.HttpClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
286
|
+
AddHttpClient<TClient>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
287
|
+
AddHttpClient<TClient>(configureClient: System.Action_1<System_Net_Http.HttpClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
288
|
+
AddHttpClient<TClient>(configureClient: System.Action_2<System.IServiceProvider, System_Net_Http.HttpClient>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
289
|
+
AddHttpClient<TClient, TImplementation>(factory: System.Func_2<System_Net_Http.HttpClient, TImplementation>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
290
|
+
AddHttpClient<TClient, TImplementation>(name: string, factory: System.Func_2<System_Net_Http.HttpClient, TImplementation>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
291
|
+
AddHttpClient<TClient, TImplementation>(factory: System.Func_3<System_Net_Http.HttpClient, System.IServiceProvider, TImplementation>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
292
|
+
AddHttpClient<TClient, TImplementation>(name: string, factory: System.Func_3<System_Net_Http.HttpClient, System.IServiceProvider, TImplementation>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IHttpClientBuilder>;
|
|
293
|
+
AddLocalization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
294
|
+
AddLocalization(setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
295
|
+
AddLogging(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
296
|
+
AddLogging(configure: System.Action_1<Microsoft_Extensions_Logging.ILoggingBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
297
|
+
AddOptions(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
298
|
+
AddOptionsWithValidateOnStart<TOptions>(name?: string): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
299
|
+
Configure<TOptions>(configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
300
|
+
Configure<TOptions>(name: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
301
|
+
ConfigureAll<TOptions>(configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
302
|
+
PostConfigure<TOptions>(configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
303
|
+
PostConfigure<TOptions>(name: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
304
|
+
PostConfigureAll<TOptions>(configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
305
|
+
ConfigureOptions<TConfigureOptions>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
306
|
+
ConfigureOptions(configureType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
307
|
+
ConfigureOptions(configureInstance: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
308
|
+
AddOptions<TOptions>(): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
309
|
+
AddOptions<TOptions>(name: string): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
310
|
+
Configure<TOptions>(config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
311
|
+
Configure<TOptions>(name: string, config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
312
|
+
Configure<TOptions>(config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
313
|
+
Configure<TOptions>(name: string, config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
314
|
+
AddValidation(configureOptions?: System.Action_1<Microsoft_Extensions_Validation.ValidationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
315
|
+
AddWebEncoders(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
316
|
+
AddWebEncoders(setupAction: System.Action_1<Microsoft_Extensions_WebEncoders.WebEncoderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
306
317
|
}
|
|
307
318
|
|
|
308
319
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceScopeFactory {
|
|
309
|
-
CreateAsyncScope():
|
|
320
|
+
CreateAsyncScope(): Rewrap<this, Microsoft_Extensions_DependencyInjection.AsyncServiceScope>;
|
|
310
321
|
}
|
|
311
322
|
|
|
312
323
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_ISocketsHttpHandlerBuilder {
|
|
313
|
-
Configure(configure: Action_2<SocketsHttpHandler, IServiceProvider>):
|
|
314
|
-
Configure(configuration: Microsoft_Extensions_Configuration.IConfiguration):
|
|
324
|
+
Configure(configure: System.Action_2<System_Net_Http.SocketsHttpHandler, System.IServiceProvider>): Rewrap<this, Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder>;
|
|
325
|
+
Configure(configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder>;
|
|
315
326
|
}
|
|
316
327
|
|
|
317
328
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_OptionsBuilder_1<TOptions> {
|
|
318
|
-
ValidateOnStart():
|
|
319
|
-
Bind(config: Microsoft_Extensions_Configuration.IConfiguration):
|
|
320
|
-
Bind(config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: Action_1<Microsoft_Extensions_Configuration.BinderOptions>):
|
|
321
|
-
BindConfiguration(configSectionPath: string, configureBinder
|
|
322
|
-
ValidateDataAnnotations():
|
|
329
|
+
ValidateOnStart(): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
330
|
+
Bind(config: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
331
|
+
Bind(config: Microsoft_Extensions_Configuration.IConfiguration, configureBinder: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
332
|
+
BindConfiguration(configSectionPath: string, configureBinder?: System.Action_1<Microsoft_Extensions_Configuration.BinderOptions>): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
333
|
+
ValidateDataAnnotations(): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<TOptions>>;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceProvider {
|
|
337
|
+
GetKeyedService<T>(serviceKey: unknown): Rewrap<this, T | undefined>;
|
|
338
|
+
GetKeyedService(serviceType: System.Type, serviceKey: unknown): Rewrap<this, unknown | undefined>;
|
|
339
|
+
GetRequiredKeyedService(serviceType: System.Type, serviceKey: unknown): Rewrap<this, unknown>;
|
|
340
|
+
GetRequiredKeyedService<T>(serviceKey: unknown): Rewrap<this, T>;
|
|
341
|
+
GetKeyedServices<T>(serviceKey: unknown): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
342
|
+
GetKeyedServices(serviceType: System.Type, serviceKey: unknown): Rewrap<this, System_Collections_Generic.IEnumerable_1<unknown | undefined>>;
|
|
343
|
+
GetService<T>(): Rewrap<this, T | undefined>;
|
|
344
|
+
GetRequiredService(serviceType: System.Type): Rewrap<this, unknown>;
|
|
345
|
+
GetRequiredService<T>(): Rewrap<this, T>;
|
|
346
|
+
GetServices<T>(): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
347
|
+
GetServices(serviceType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<unknown | undefined>>;
|
|
348
|
+
CreateScope(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceScope>;
|
|
349
|
+
CreateAsyncScope(): Rewrap<this, Microsoft_Extensions_DependencyInjection.AsyncServiceScope>;
|
|
323
350
|
}
|
|
324
351
|
|
|
325
352
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_Extensions_IServiceCollection {
|
|
326
|
-
Add(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor):
|
|
327
|
-
Add(descriptors: IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>):
|
|
328
|
-
TryAdd(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor):
|
|
329
|
-
TryAdd(descriptors: IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>):
|
|
330
|
-
TryAddTransient(service: Type):
|
|
331
|
-
TryAddTransient(service: Type, implementationType: Type):
|
|
332
|
-
TryAddTransient(service: Type, implementationFactory: Func_2<IServiceProvider, unknown>):
|
|
333
|
-
TryAddTransient<TService>():
|
|
334
|
-
TryAddTransient<TService>(implementationFactory: Func_2<IServiceProvider, TService>):
|
|
335
|
-
TryAddScoped(service: Type):
|
|
336
|
-
TryAddScoped(service: Type, implementationType: Type):
|
|
337
|
-
TryAddScoped(service: Type, implementationFactory: Func_2<IServiceProvider, unknown>):
|
|
338
|
-
TryAddScoped<TService>():
|
|
339
|
-
TryAddScoped<TService>(implementationFactory: Func_2<IServiceProvider, TService>):
|
|
340
|
-
TryAddSingleton(service: Type):
|
|
341
|
-
TryAddSingleton(service: Type, implementationType: Type):
|
|
342
|
-
TryAddSingleton(service: Type, implementationFactory: Func_2<IServiceProvider, unknown>):
|
|
343
|
-
TryAddSingleton<TService>():
|
|
344
|
-
TryAddSingleton<TService>(instance: TService):
|
|
345
|
-
TryAddSingleton<TService>(implementationFactory: Func_2<IServiceProvider, TService>):
|
|
346
|
-
TryAddEnumerable(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor):
|
|
347
|
-
TryAddEnumerable(descriptors: IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>):
|
|
348
|
-
Replace(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor):
|
|
349
|
-
RemoveAll<T>():
|
|
350
|
-
RemoveAll(serviceType: Type):
|
|
351
|
-
TryAddKeyedTransient(service: Type, serviceKey: unknown):
|
|
352
|
-
TryAddKeyedTransient(service: Type, serviceKey: unknown, implementationType: Type):
|
|
353
|
-
TryAddKeyedTransient(service: Type, serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, unknown>):
|
|
354
|
-
TryAddKeyedTransient<TService>(serviceKey: unknown):
|
|
355
|
-
TryAddKeyedTransient<TService>(serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, TService>):
|
|
356
|
-
TryAddKeyedScoped(service: Type, serviceKey: unknown):
|
|
357
|
-
TryAddKeyedScoped(service: Type, serviceKey: unknown, implementationType: Type):
|
|
358
|
-
TryAddKeyedScoped(service: Type, serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, unknown>):
|
|
359
|
-
TryAddKeyedScoped<TService>(serviceKey: unknown):
|
|
360
|
-
TryAddKeyedScoped<TService>(serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, TService>):
|
|
361
|
-
TryAddKeyedSingleton(service: Type, serviceKey: unknown):
|
|
362
|
-
TryAddKeyedSingleton(service: Type, serviceKey: unknown, implementationType: Type):
|
|
363
|
-
TryAddKeyedSingleton(service: Type, serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, unknown>):
|
|
364
|
-
TryAddKeyedSingleton<TService>(serviceKey: unknown):
|
|
365
|
-
TryAddKeyedSingleton<TService>(serviceKey: unknown, instance: TService):
|
|
366
|
-
TryAddKeyedSingleton<TService>(serviceKey: unknown, implementationFactory: Func_3<IServiceProvider, unknown, TService>):
|
|
367
|
-
RemoveAllKeyed<T>(serviceKey: unknown):
|
|
368
|
-
RemoveAllKeyed(serviceType: Type, serviceKey: unknown):
|
|
353
|
+
Add(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
354
|
+
Add(descriptors: System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
355
|
+
TryAdd(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor): Rewrap<this, void>;
|
|
356
|
+
TryAdd(descriptors: System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>): Rewrap<this, void>;
|
|
357
|
+
TryAddTransient(service: System.Type): Rewrap<this, void>;
|
|
358
|
+
TryAddTransient(service: System.Type, implementationType: System.Type): Rewrap<this, void>;
|
|
359
|
+
TryAddTransient(service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, unknown>): Rewrap<this, void>;
|
|
360
|
+
TryAddTransient<TService>(): Rewrap<this, void>;
|
|
361
|
+
TryAddTransient<TService>(implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, void>;
|
|
362
|
+
TryAddScoped(service: System.Type): Rewrap<this, void>;
|
|
363
|
+
TryAddScoped(service: System.Type, implementationType: System.Type): Rewrap<this, void>;
|
|
364
|
+
TryAddScoped(service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, unknown>): Rewrap<this, void>;
|
|
365
|
+
TryAddScoped<TService>(): Rewrap<this, void>;
|
|
366
|
+
TryAddScoped<TService>(implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, void>;
|
|
367
|
+
TryAddSingleton(service: System.Type): Rewrap<this, void>;
|
|
368
|
+
TryAddSingleton(service: System.Type, implementationType: System.Type): Rewrap<this, void>;
|
|
369
|
+
TryAddSingleton(service: System.Type, implementationFactory: System.Func_2<System.IServiceProvider, unknown>): Rewrap<this, void>;
|
|
370
|
+
TryAddSingleton<TService>(): Rewrap<this, void>;
|
|
371
|
+
TryAddSingleton<TService>(instance: TService): Rewrap<this, void>;
|
|
372
|
+
TryAddSingleton<TService>(implementationFactory: System.Func_2<System.IServiceProvider, TService>): Rewrap<this, void>;
|
|
373
|
+
TryAddEnumerable(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor): Rewrap<this, void>;
|
|
374
|
+
TryAddEnumerable(descriptors: System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyInjection.ServiceDescriptor>): Rewrap<this, void>;
|
|
375
|
+
Replace(descriptor: Microsoft_Extensions_DependencyInjection.ServiceDescriptor): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
376
|
+
RemoveAll<T>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
377
|
+
RemoveAll(serviceType: System.Type): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
378
|
+
TryAddKeyedTransient(service: System.Type, serviceKey: unknown): Rewrap<this, void>;
|
|
379
|
+
TryAddKeyedTransient(service: System.Type, serviceKey: unknown, implementationType: System.Type): Rewrap<this, void>;
|
|
380
|
+
TryAddKeyedTransient(service: System.Type, serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, unknown>): Rewrap<this, void>;
|
|
381
|
+
TryAddKeyedTransient<TService>(serviceKey: unknown): Rewrap<this, void>;
|
|
382
|
+
TryAddKeyedTransient<TService>(serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, TService>): Rewrap<this, void>;
|
|
383
|
+
TryAddKeyedScoped(service: System.Type, serviceKey: unknown): Rewrap<this, void>;
|
|
384
|
+
TryAddKeyedScoped(service: System.Type, serviceKey: unknown, implementationType: System.Type): Rewrap<this, void>;
|
|
385
|
+
TryAddKeyedScoped(service: System.Type, serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, unknown>): Rewrap<this, void>;
|
|
386
|
+
TryAddKeyedScoped<TService>(serviceKey: unknown): Rewrap<this, void>;
|
|
387
|
+
TryAddKeyedScoped<TService>(serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, TService>): Rewrap<this, void>;
|
|
388
|
+
TryAddKeyedSingleton(service: System.Type, serviceKey: unknown): Rewrap<this, void>;
|
|
389
|
+
TryAddKeyedSingleton(service: System.Type, serviceKey: unknown, implementationType: System.Type): Rewrap<this, void>;
|
|
390
|
+
TryAddKeyedSingleton(service: System.Type, serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, unknown>): Rewrap<this, void>;
|
|
391
|
+
TryAddKeyedSingleton<TService>(serviceKey: unknown): Rewrap<this, void>;
|
|
392
|
+
TryAddKeyedSingleton<TService>(serviceKey: unknown, instance: TService): Rewrap<this, void>;
|
|
393
|
+
TryAddKeyedSingleton<TService>(serviceKey: unknown, implementationFactory: System.Func_3<System.IServiceProvider, unknown, TService>): Rewrap<this, void>;
|
|
394
|
+
RemoveAllKeyed<T>(serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
395
|
+
RemoveAllKeyed(serviceType: System.Type, serviceKey: unknown): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
369
396
|
}
|
|
370
397
|
|
|
371
398
|
export interface __Ext_Microsoft_Extensions_Diagnostics_Metrics_IMetricsBuilder {
|
|
372
|
-
AddConfiguration(configuration: Microsoft_Extensions_Configuration.IConfiguration):
|
|
373
|
-
AddDebugConsole():
|
|
374
|
-
AddListener<T>():
|
|
375
|
-
AddListener(listener: Microsoft_Extensions_Diagnostics_Metrics.IMetricsListener):
|
|
376
|
-
ClearListeners():
|
|
377
|
-
EnableMetrics(meterName: string):
|
|
378
|
-
EnableMetrics(meterName: string, instrumentName
|
|
379
|
-
DisableMetrics(meterName: string):
|
|
380
|
-
DisableMetrics(meterName: string, instrumentName
|
|
399
|
+
AddConfiguration(configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
400
|
+
AddDebugConsole(): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
401
|
+
AddListener<T>(): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
402
|
+
AddListener(listener: Microsoft_Extensions_Diagnostics_Metrics.IMetricsListener): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
403
|
+
ClearListeners(): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
404
|
+
EnableMetrics(meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
405
|
+
EnableMetrics(meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
406
|
+
DisableMetrics(meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
407
|
+
DisableMetrics(meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>;
|
|
381
408
|
}
|
|
382
409
|
|
|
383
410
|
export interface __Ext_Microsoft_Extensions_Diagnostics_Metrics_MetricsOptions {
|
|
384
|
-
EnableMetrics(meterName: string):
|
|
385
|
-
EnableMetrics(meterName: string, instrumentName
|
|
386
|
-
DisableMetrics(meterName: string):
|
|
387
|
-
DisableMetrics(meterName: string, instrumentName
|
|
411
|
+
EnableMetrics(meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
412
|
+
EnableMetrics(meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
413
|
+
DisableMetrics(meterName: string): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
414
|
+
DisableMetrics(meterName: string, instrumentName?: string, listenerName?: string, scopes?: Microsoft_Extensions_Diagnostics_Metrics.MeterScope): Rewrap<this, Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions>;
|
|
388
415
|
}
|
|
389
416
|
|
|
390
417
|
export interface __Ext_Microsoft_Extensions_FileSystemGlobbing_Matcher {
|
|
391
|
-
AddExcludePatterns(excludePatternsGroups: IEnumerable_1<System_Internal.String>[]):
|
|
392
|
-
AddIncludePatterns(includePatternsGroups: IEnumerable_1<System_Internal.String>[]):
|
|
393
|
-
GetResultsInFullPath(directoryPath: string):
|
|
394
|
-
Match(file: string):
|
|
395
|
-
Match(rootDir: string, file: string):
|
|
396
|
-
Match(files: IEnumerable_1<System_Internal.String>):
|
|
397
|
-
Match(rootDir: string, files: IEnumerable_1<System_Internal.String>):
|
|
418
|
+
AddExcludePatterns(...excludePatternsGroups: System_Collections_Generic.IEnumerable_1<System_Internal.String>[]): Rewrap<this, void>;
|
|
419
|
+
AddIncludePatterns(...includePatternsGroups: System_Collections_Generic.IEnumerable_1<System_Internal.String>[]): Rewrap<this, void>;
|
|
420
|
+
GetResultsInFullPath(directoryPath: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
421
|
+
Match(file: string): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
422
|
+
Match(rootDir: string, file: string): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
423
|
+
Match(files: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
424
|
+
Match(rootDir: string, files: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Extensions_FileSystemGlobbing.PatternMatchingResult>;
|
|
398
425
|
}
|
|
399
426
|
|
|
400
427
|
export interface __Ext_Microsoft_Extensions_Hosting_IHost {
|
|
401
|
-
Start():
|
|
402
|
-
StopAsync(timeout: TimeSpan):
|
|
403
|
-
WaitForShutdown():
|
|
404
|
-
Run():
|
|
405
|
-
RunAsync(token
|
|
406
|
-
WaitForShutdownAsync(token
|
|
428
|
+
Start(): Rewrap<this, void>;
|
|
429
|
+
StopAsync(timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.Task>;
|
|
430
|
+
WaitForShutdown(): Rewrap<this, void>;
|
|
431
|
+
Run(): Rewrap<this, void>;
|
|
432
|
+
RunAsync(token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
433
|
+
WaitForShutdownAsync(token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
407
434
|
}
|
|
408
435
|
|
|
409
436
|
export interface __Ext_Microsoft_Extensions_Hosting_IHostBuilder {
|
|
410
|
-
UseEnvironment(environment: string):
|
|
411
|
-
UseContentRoot(contentRoot: string):
|
|
412
|
-
UseDefaultServiceProvider(configure: Action_1<Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>):
|
|
413
|
-
UseDefaultServiceProvider(configure: Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>):
|
|
414
|
-
ConfigureLogging(configureLogging: Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Logging.ILoggingBuilder>):
|
|
415
|
-
ConfigureLogging(configureLogging: Action_1<Microsoft_Extensions_Logging.ILoggingBuilder>):
|
|
416
|
-
ConfigureHostOptions(configureOptions: Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Hosting.HostOptions>):
|
|
417
|
-
ConfigureHostOptions(configureOptions: Action_1<Microsoft_Extensions_Hosting.HostOptions>):
|
|
418
|
-
ConfigureAppConfiguration(configureDelegate: Action_1<Microsoft_Extensions_Configuration.IConfigurationBuilder>):
|
|
419
|
-
ConfigureServices(configureDelegate: Action_1<Microsoft_Extensions_DependencyInjection.IServiceCollection>):
|
|
420
|
-
ConfigureContainer<TContainerBuilder>(configureDelegate: Action_1<TContainerBuilder>):
|
|
421
|
-
ConfigureDefaults(args: string[]):
|
|
422
|
-
UseConsoleLifetime():
|
|
423
|
-
UseConsoleLifetime(configureOptions: Action_1<Microsoft_Extensions_Hosting.ConsoleLifetimeOptions>):
|
|
424
|
-
RunConsoleAsync(cancellationToken
|
|
425
|
-
RunConsoleAsync(configureOptions: Action_1<Microsoft_Extensions_Hosting.ConsoleLifetimeOptions>, cancellationToken
|
|
426
|
-
ConfigureMetrics(configureMetrics: Action_1<Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>):
|
|
427
|
-
ConfigureMetrics(configureMetrics: Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>):
|
|
428
|
-
Start():
|
|
429
|
-
StartAsync(cancellationToken
|
|
437
|
+
UseEnvironment(environment: string): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
438
|
+
UseContentRoot(contentRoot: string): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
439
|
+
UseDefaultServiceProvider(configure: System.Action_1<Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
440
|
+
UseDefaultServiceProvider(configure: System.Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
441
|
+
ConfigureLogging(configureLogging: System.Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Logging.ILoggingBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
442
|
+
ConfigureLogging(configureLogging: System.Action_1<Microsoft_Extensions_Logging.ILoggingBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
443
|
+
ConfigureHostOptions(configureOptions: System.Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Hosting.HostOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
444
|
+
ConfigureHostOptions(configureOptions: System.Action_1<Microsoft_Extensions_Hosting.HostOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
445
|
+
ConfigureAppConfiguration(configureDelegate: System.Action_1<Microsoft_Extensions_Configuration.IConfigurationBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
446
|
+
ConfigureServices(configureDelegate: System.Action_1<Microsoft_Extensions_DependencyInjection.IServiceCollection>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
447
|
+
ConfigureContainer<TContainerBuilder>(configureDelegate: System.Action_1<TContainerBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
448
|
+
ConfigureDefaults(args: string[]): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
449
|
+
UseConsoleLifetime(): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
450
|
+
UseConsoleLifetime(configureOptions: System.Action_1<Microsoft_Extensions_Hosting.ConsoleLifetimeOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
451
|
+
RunConsoleAsync(cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
452
|
+
RunConsoleAsync(configureOptions: System.Action_1<Microsoft_Extensions_Hosting.ConsoleLifetimeOptions>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
453
|
+
ConfigureMetrics(configureMetrics: System.Action_1<Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
454
|
+
ConfigureMetrics(configureMetrics: System.Action_2<Microsoft_Extensions_Hosting.HostBuilderContext, Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
|
|
455
|
+
Start(): Rewrap<this, Microsoft_Extensions_Hosting.IHost>;
|
|
456
|
+
StartAsync(cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_Extensions_Hosting.IHost>>;
|
|
430
457
|
}
|
|
431
458
|
|
|
432
459
|
export interface __Ext_Microsoft_Extensions_Hosting_IHostEnvironment {
|
|
433
|
-
IsDevelopment():
|
|
434
|
-
IsStaging():
|
|
435
|
-
IsProduction():
|
|
436
|
-
IsEnvironment(environmentName: string):
|
|
460
|
+
IsDevelopment(): Rewrap<this, boolean>;
|
|
461
|
+
IsStaging(): Rewrap<this, boolean>;
|
|
462
|
+
IsProduction(): Rewrap<this, boolean>;
|
|
463
|
+
IsEnvironment(environmentName: string): Rewrap<this, boolean>;
|
|
437
464
|
}
|
|
438
465
|
|
|
439
466
|
export interface __Ext_Microsoft_Extensions_Hosting_IHostingEnvironment {
|
|
440
|
-
IsDevelopment():
|
|
441
|
-
IsStaging():
|
|
442
|
-
IsProduction():
|
|
443
|
-
IsEnvironment(environmentName: string):
|
|
467
|
+
IsDevelopment(): Rewrap<this, boolean>;
|
|
468
|
+
IsStaging(): Rewrap<this, boolean>;
|
|
469
|
+
IsProduction(): Rewrap<this, boolean>;
|
|
470
|
+
IsEnvironment(environmentName: string): Rewrap<this, boolean>;
|
|
444
471
|
}
|
|
445
472
|
|
|
446
473
|
export interface __Ext_Microsoft_Extensions_Localization_IStringLocalizer {
|
|
447
|
-
GetString(name: string):
|
|
448
|
-
GetString(name: string, arguments: unknown[]):
|
|
449
|
-
GetAllStrings():
|
|
474
|
+
GetString(name: string): Rewrap<this, Microsoft_Extensions_Localization.LocalizedString>;
|
|
475
|
+
GetString(name: string, ...arguments: unknown[]): Rewrap<this, Microsoft_Extensions_Localization.LocalizedString>;
|
|
476
|
+
GetAllStrings(): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_Localization.LocalizedString>>;
|
|
450
477
|
}
|
|
451
478
|
|
|
452
479
|
export interface __Ext_Microsoft_Extensions_Logging_ILogger {
|
|
453
|
-
LogDebug(eventId: Microsoft_Extensions_Logging.EventId, exception: Exception, message: string, args: unknown[]):
|
|
454
|
-
LogDebug(eventId: Microsoft_Extensions_Logging.EventId, message: string, args: unknown[]):
|
|
455
|
-
LogDebug(exception: Exception, message: string, args: unknown[]):
|
|
456
|
-
LogDebug(message: string, args: unknown[]):
|
|
457
|
-
LogTrace(eventId: Microsoft_Extensions_Logging.EventId, exception: Exception, message: string, args: unknown[]):
|
|
458
|
-
LogTrace(eventId: Microsoft_Extensions_Logging.EventId, message: string, args: unknown[]):
|
|
459
|
-
LogTrace(exception: Exception, message: string, args: unknown[]):
|
|
460
|
-
LogTrace(message: string, args: unknown[]):
|
|
461
|
-
LogInformation(eventId: Microsoft_Extensions_Logging.EventId, exception: Exception, message: string, args: unknown[]):
|
|
462
|
-
LogInformation(eventId: Microsoft_Extensions_Logging.EventId, message: string, args: unknown[]):
|
|
463
|
-
LogInformation(exception: Exception, message: string, args: unknown[]):
|
|
464
|
-
LogInformation(message: string, args: unknown[]):
|
|
465
|
-
LogWarning(eventId: Microsoft_Extensions_Logging.EventId, exception: Exception, message: string, args: unknown[]):
|
|
466
|
-
LogWarning(eventId: Microsoft_Extensions_Logging.EventId, message: string, args: unknown[]):
|
|
467
|
-
LogWarning(exception: Exception, message: string, args: unknown[]):
|
|
468
|
-
LogWarning(message: string, args: unknown[]):
|
|
469
|
-
LogError(eventId: Microsoft_Extensions_Logging.EventId, exception: Exception, message: string, args: unknown[]):
|
|
470
|
-
LogError(eventId: Microsoft_Extensions_Logging.EventId, message: string, args: unknown[]):
|
|
471
|
-
LogError(exception: Exception, message: string, args: unknown[]):
|
|
472
|
-
LogError(message: string, args: unknown[]):
|
|
473
|
-
LogCritical(eventId: Microsoft_Extensions_Logging.EventId, exception: Exception, message: string, args: unknown[]):
|
|
474
|
-
LogCritical(eventId: Microsoft_Extensions_Logging.EventId, message: string, args: unknown[]):
|
|
475
|
-
LogCritical(exception: Exception, message: string, args: unknown[]):
|
|
476
|
-
LogCritical(message: string, args: unknown[]):
|
|
477
|
-
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, message: string, args: unknown[]):
|
|
478
|
-
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, message: string, args: unknown[]):
|
|
479
|
-
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, exception: Exception, message: string, args: unknown[]):
|
|
480
|
-
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, exception: Exception, message: string, args: unknown[]):
|
|
481
|
-
BeginScope(messageFormat: string, args: unknown[]):
|
|
480
|
+
LogDebug(eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
481
|
+
LogDebug(eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
482
|
+
LogDebug(exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
483
|
+
LogDebug(message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
484
|
+
LogTrace(eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
485
|
+
LogTrace(eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
486
|
+
LogTrace(exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
487
|
+
LogTrace(message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
488
|
+
LogInformation(eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
489
|
+
LogInformation(eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
490
|
+
LogInformation(exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
491
|
+
LogInformation(message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
492
|
+
LogWarning(eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
493
|
+
LogWarning(eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
494
|
+
LogWarning(exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
495
|
+
LogWarning(message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
496
|
+
LogError(eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
497
|
+
LogError(eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
498
|
+
LogError(exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
499
|
+
LogError(message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
500
|
+
LogCritical(eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
501
|
+
LogCritical(eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
502
|
+
LogCritical(exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
503
|
+
LogCritical(message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
504
|
+
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
505
|
+
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
506
|
+
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
507
|
+
Log(logLevel: Microsoft_Extensions_Logging.LogLevel, eventId: Microsoft_Extensions_Logging.EventId, exception: System.Exception, message: string, ...args: unknown[]): Rewrap<this, void>;
|
|
508
|
+
BeginScope(messageFormat: string, ...args: unknown[]): Rewrap<this, System.IDisposable | undefined>;
|
|
482
509
|
}
|
|
483
510
|
|
|
484
511
|
export interface __Ext_Microsoft_Extensions_Logging_ILoggerFactory {
|
|
485
|
-
CreateLogger<T>():
|
|
486
|
-
CreateLogger(type: Type):
|
|
487
|
-
AddConsole(configuration: Microsoft_Extensions_Configuration.IConfiguration):
|
|
488
|
-
AddConsole(settings: Microsoft_Extensions_Logging_Console.IConsoleLoggerSettings):
|
|
489
|
-
AddConsole(minLevel: Microsoft_Extensions_Logging.LogLevel, includeScopes: boolean):
|
|
490
|
-
AddConsole(minLevel: Microsoft_Extensions_Logging.LogLevel):
|
|
491
|
-
AddConsole(includeScopes: boolean):
|
|
492
|
-
AddConsole(filter: Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>, includeScopes: boolean):
|
|
493
|
-
AddConsole(filter: Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
494
|
-
AddConsole():
|
|
495
|
-
AddDebug(minLevel: Microsoft_Extensions_Logging.LogLevel):
|
|
496
|
-
AddDebug(filter: Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
497
|
-
AddDebug():
|
|
498
|
-
AddEventLog(settings: Microsoft_Extensions_Logging_EventLog.EventLogSettings):
|
|
499
|
-
AddEventLog(minLevel: Microsoft_Extensions_Logging.LogLevel):
|
|
500
|
-
AddEventLog():
|
|
501
|
-
AddEventSourceLogger():
|
|
502
|
-
AddTraceSource(sourceSwitch: SourceSwitch, listener: TraceListener):
|
|
503
|
-
AddTraceSource(sourceSwitch: SourceSwitch):
|
|
504
|
-
AddTraceSource(switchName: string, listener: TraceListener):
|
|
505
|
-
AddTraceSource(switchName: string):
|
|
512
|
+
CreateLogger<T>(): Rewrap<this, Microsoft_Extensions_Logging.ILogger_1<T>>;
|
|
513
|
+
CreateLogger(type: System.Type): Rewrap<this, Microsoft_Extensions_Logging.ILogger>;
|
|
514
|
+
AddConsole(configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
515
|
+
AddConsole(settings: Microsoft_Extensions_Logging_Console.IConsoleLoggerSettings): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
516
|
+
AddConsole(minLevel: Microsoft_Extensions_Logging.LogLevel, includeScopes: boolean): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
517
|
+
AddConsole(minLevel: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
518
|
+
AddConsole(includeScopes: boolean): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
519
|
+
AddConsole(filter: System.Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>, includeScopes: boolean): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
520
|
+
AddConsole(filter: System.Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
521
|
+
AddConsole(): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
522
|
+
AddDebug(minLevel: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
523
|
+
AddDebug(filter: System.Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
524
|
+
AddDebug(): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
525
|
+
AddEventLog(settings: Microsoft_Extensions_Logging_EventLog.EventLogSettings): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
526
|
+
AddEventLog(minLevel: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
527
|
+
AddEventLog(): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
528
|
+
AddEventSourceLogger(): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
529
|
+
AddTraceSource(sourceSwitch: System_Diagnostics.SourceSwitch, listener: System_Diagnostics.TraceListener): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
530
|
+
AddTraceSource(sourceSwitch: System_Diagnostics.SourceSwitch): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
531
|
+
AddTraceSource(switchName: string, listener: System_Diagnostics.TraceListener): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
532
|
+
AddTraceSource(switchName: string): Rewrap<this, Microsoft_Extensions_Logging.ILoggerFactory>;
|
|
506
533
|
}
|
|
507
534
|
|
|
508
535
|
export interface __Ext_Microsoft_Extensions_Logging_ILoggingBuilder {
|
|
509
|
-
AddFilter(filter: Func_4<System_Internal.String, System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
510
|
-
AddFilter(categoryLevelFilter: Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
511
|
-
AddFilter(levelFilter: Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
512
|
-
AddFilter(category: string, level: Microsoft_Extensions_Logging.LogLevel):
|
|
513
|
-
AddFilter(category: string, levelFilter: Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
514
|
-
SetMinimumLevel(level: Microsoft_Extensions_Logging.LogLevel):
|
|
515
|
-
AddProvider(provider: Microsoft_Extensions_Logging.ILoggerProvider):
|
|
516
|
-
ClearProviders():
|
|
517
|
-
Configure(action: Action_1<Microsoft_Extensions_Logging.LoggerFactoryOptions>):
|
|
518
|
-
AddConfiguration(configuration: Microsoft_Extensions_Configuration.IConfiguration):
|
|
519
|
-
AddConsole():
|
|
520
|
-
AddConsole(configure: Action_1<Microsoft_Extensions_Logging_Console.ConsoleLoggerOptions>):
|
|
521
|
-
AddSimpleConsole():
|
|
522
|
-
AddSimpleConsole(configure: Action_1<Microsoft_Extensions_Logging_Console.SimpleConsoleFormatterOptions>):
|
|
523
|
-
AddJsonConsole():
|
|
524
|
-
AddJsonConsole(configure: Action_1<Microsoft_Extensions_Logging_Console.JsonConsoleFormatterOptions>):
|
|
525
|
-
AddSystemdConsole(configure: Action_1<Microsoft_Extensions_Logging_Console.ConsoleFormatterOptions>):
|
|
526
|
-
AddSystemdConsole():
|
|
527
|
-
AddConsoleFormatter<TFormatter, TOptions>():
|
|
528
|
-
AddConsoleFormatter<TFormatter, TOptions>(configure: Action_1<TOptions>):
|
|
529
|
-
AddDebug():
|
|
530
|
-
AddEventLog():
|
|
531
|
-
AddEventLog(settings: Microsoft_Extensions_Logging_EventLog.EventLogSettings):
|
|
532
|
-
AddEventLog(configure: Action_1<Microsoft_Extensions_Logging_EventLog.EventLogSettings>):
|
|
533
|
-
AddEventSourceLogger():
|
|
534
|
-
AddTraceSource(switchName: string):
|
|
535
|
-
AddTraceSource(switchName: string, listener: TraceListener):
|
|
536
|
-
AddTraceSource(sourceSwitch: SourceSwitch):
|
|
537
|
-
AddTraceSource(sourceSwitch: SourceSwitch, listener: TraceListener):
|
|
536
|
+
AddFilter(filter: System.Func_4<System_Internal.String, System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
537
|
+
AddFilter(categoryLevelFilter: System.Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
538
|
+
AddFilter(levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
539
|
+
AddFilter(category: string, level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
540
|
+
AddFilter(category: string, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
541
|
+
SetMinimumLevel(level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
542
|
+
AddProvider(provider: Microsoft_Extensions_Logging.ILoggerProvider): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
543
|
+
ClearProviders(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
544
|
+
Configure(action: System.Action_1<Microsoft_Extensions_Logging.LoggerFactoryOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
545
|
+
AddConfiguration(configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
546
|
+
AddConsole(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
547
|
+
AddConsole(configure: System.Action_1<Microsoft_Extensions_Logging_Console.ConsoleLoggerOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
548
|
+
AddSimpleConsole(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
549
|
+
AddSimpleConsole(configure: System.Action_1<Microsoft_Extensions_Logging_Console.SimpleConsoleFormatterOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
550
|
+
AddJsonConsole(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
551
|
+
AddJsonConsole(configure: System.Action_1<Microsoft_Extensions_Logging_Console.JsonConsoleFormatterOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
552
|
+
AddSystemdConsole(configure: System.Action_1<Microsoft_Extensions_Logging_Console.ConsoleFormatterOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
553
|
+
AddSystemdConsole(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
554
|
+
AddConsoleFormatter<TFormatter, TOptions>(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
555
|
+
AddConsoleFormatter<TFormatter, TOptions>(configure: System.Action_1<TOptions>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
556
|
+
AddDebug(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
557
|
+
AddEventLog(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
558
|
+
AddEventLog(settings: Microsoft_Extensions_Logging_EventLog.EventLogSettings): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
559
|
+
AddEventLog(configure: System.Action_1<Microsoft_Extensions_Logging_EventLog.EventLogSettings>): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
560
|
+
AddEventSourceLogger(): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
561
|
+
AddTraceSource(switchName: string): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
562
|
+
AddTraceSource(switchName: string, listener: System_Diagnostics.TraceListener): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
563
|
+
AddTraceSource(sourceSwitch: System_Diagnostics.SourceSwitch): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
564
|
+
AddTraceSource(sourceSwitch: System_Diagnostics.SourceSwitch, listener: System_Diagnostics.TraceListener): Rewrap<this, Microsoft_Extensions_Logging.ILoggingBuilder>;
|
|
538
565
|
}
|
|
539
566
|
|
|
540
567
|
export interface __Ext_Microsoft_Extensions_Logging_LoggerFilterOptions {
|
|
541
|
-
AddFilter(filter: Func_4<System_Internal.String, System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
542
|
-
AddFilter(categoryLevelFilter: Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
543
|
-
AddFilter(levelFilter: Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
544
|
-
AddFilter(category: string, level: Microsoft_Extensions_Logging.LogLevel):
|
|
545
|
-
AddFilter(category: string, levelFilter: Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>):
|
|
568
|
+
AddFilter(filter: System.Func_4<System_Internal.String, System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
569
|
+
AddFilter(categoryLevelFilter: System.Func_3<System_Internal.String, Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
570
|
+
AddFilter(levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
571
|
+
AddFilter(category: string, level: Microsoft_Extensions_Logging.LogLevel): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
572
|
+
AddFilter(category: string, levelFilter: System.Func_2<Microsoft_Extensions_Logging.LogLevel, System_Internal.Boolean>): Rewrap<this, Microsoft_Extensions_Logging.LoggerFilterOptions>;
|
|
546
573
|
}
|
|
547
574
|
|
|
548
575
|
export interface __Ext_Microsoft_Extensions_Logging_Configuration_ILoggingBuilder {
|
|
549
|
-
AddConfiguration():
|
|
576
|
+
AddConfiguration(): Rewrap<this, void>;
|
|
550
577
|
}
|
|
551
578
|
|
|
552
579
|
export interface __Ext_Microsoft_Extensions_ObjectPool_ObjectPoolProvider {
|
|
553
|
-
CreateStringBuilderPool():
|
|
554
|
-
CreateStringBuilderPool(initialCapacity: int, maximumRetainedCapacity: int):
|
|
580
|
+
CreateStringBuilderPool(): Rewrap<this, Microsoft_Extensions_ObjectPool.ObjectPool_1<System_Text.StringBuilder>>;
|
|
581
|
+
CreateStringBuilderPool(initialCapacity: int, maximumRetainedCapacity: int): Rewrap<this, Microsoft_Extensions_ObjectPool.ObjectPool_1<System_Text.StringBuilder>>;
|
|
555
582
|
}
|
|
556
583
|
|
|
557
584
|
export interface __Ext_Microsoft_Extensions_Options_IOptionsMonitor_1<TOptions> {
|
|
558
|
-
OnChange(listener: Action_1<TOptions>):
|
|
585
|
+
OnChange(listener: System.Action_1<TOptions>): Rewrap<this, System.IDisposable | undefined>;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export interface __Ext_Microsoft_Extensions_Primitives_StringBuilder {
|
|
589
|
+
Append(segment: Microsoft_Extensions_Primitives.StringSegment): Rewrap<this, System_Text.StringBuilder>;
|
|
559
590
|
}
|
|
560
591
|
|
|
561
592
|
export interface __Ext_System_Net_Http_IHttpClientFactory {
|
|
562
|
-
CreateClient():
|
|
593
|
+
CreateClient(): Rewrap<this, System_Net_Http.HttpClient>;
|
|
563
594
|
}
|
|
564
595
|
|
|
565
596
|
export interface __Ext_System_Net_Http_IHttpMessageHandlerFactory {
|
|
566
|
-
CreateHandler():
|
|
597
|
+
CreateHandler(): Rewrap<this, System_Net_Http.HttpMessageHandler>;
|
|
567
598
|
}
|
|
568
599
|
|
|
600
|
+
// Internal helper types for sticky extension scopes
|
|
601
|
+
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
602
|
+
type __TsonicMergeExtMaps<A, B> = Omit<A, keyof B> & B;
|
|
603
|
+
type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
|
|
604
|
+
type __TsonicPreferExt<A, B> = Omit<A, keyof B> & B;
|
|
605
|
+
|
|
569
606
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Caching.Distributed
|
|
607
|
+
type __TsonicExtSurface_Microsoft_Extensions_Caching_Distributed<TShape> =
|
|
608
|
+
(
|
|
609
|
+
(TShape extends Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions ? __Ext_Microsoft_Extensions_Caching_Distributed_DistributedCacheEntryOptions : {}) & (TShape extends Microsoft_Extensions_Caching_Distributed.IDistributedCache ? __Ext_Microsoft_Extensions_Caching_Distributed_IDistributedCache : {})
|
|
610
|
+
);
|
|
611
|
+
|
|
612
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Caching_Distributed {
|
|
613
|
+
__tsonic_shape: unknown;
|
|
614
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Caching_Distributed<this["__tsonic_shape"]>;
|
|
615
|
+
}
|
|
616
|
+
|
|
570
617
|
export type ExtensionMethods_Microsoft_Extensions_Caching_Distributed<TShape> =
|
|
571
618
|
TShape extends null | undefined ? TShape
|
|
572
619
|
: TShape extends void ? void
|
|
573
|
-
: TShape &
|
|
574
|
-
(TShape extends Microsoft_Extensions_Caching_Distributed.DistributedCacheEntryOptions ? __Ext_Microsoft_Extensions_Caching_Distributed_DistributedCacheEntryOptions : {}) &
|
|
575
|
-
(TShape extends Microsoft_Extensions_Caching_Distributed.IDistributedCache ? __Ext_Microsoft_Extensions_Caching_Distributed_IDistributedCache : {})
|
|
576
|
-
);
|
|
620
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Caching.Distributed", __TsonicExtApplier_Microsoft_Extensions_Caching_Distributed> & __TsonicExtSurface_Microsoft_Extensions_Caching_Distributed<TShape>;
|
|
577
621
|
|
|
578
622
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Caching.Memory
|
|
623
|
+
type __TsonicExtSurface_Microsoft_Extensions_Caching_Memory<TShape> =
|
|
624
|
+
(
|
|
625
|
+
(TShape extends Microsoft_Extensions_Caching_Memory.ICacheEntry ? __Ext_Microsoft_Extensions_Caching_Memory_ICacheEntry : {}) & (TShape extends Microsoft_Extensions_Caching_Memory.IMemoryCache ? __Ext_Microsoft_Extensions_Caching_Memory_IMemoryCache : {}) & (TShape extends Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions ? __Ext_Microsoft_Extensions_Caching_Memory_MemoryCacheEntryOptions : {})
|
|
626
|
+
);
|
|
627
|
+
|
|
628
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Caching_Memory {
|
|
629
|
+
__tsonic_shape: unknown;
|
|
630
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Caching_Memory<this["__tsonic_shape"]>;
|
|
631
|
+
}
|
|
632
|
+
|
|
579
633
|
export type ExtensionMethods_Microsoft_Extensions_Caching_Memory<TShape> =
|
|
580
634
|
TShape extends null | undefined ? TShape
|
|
581
635
|
: TShape extends void ? void
|
|
582
|
-
: TShape &
|
|
583
|
-
(TShape extends Microsoft_Extensions_Caching_Memory.ICacheEntry ? __Ext_Microsoft_Extensions_Caching_Memory_ICacheEntry : {}) &
|
|
584
|
-
(TShape extends Microsoft_Extensions_Caching_Memory.IMemoryCache ? __Ext_Microsoft_Extensions_Caching_Memory_IMemoryCache : {}) &
|
|
585
|
-
(TShape extends Microsoft_Extensions_Caching_Memory.MemoryCacheEntryOptions ? __Ext_Microsoft_Extensions_Caching_Memory_MemoryCacheEntryOptions : {})
|
|
586
|
-
);
|
|
636
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Caching.Memory", __TsonicExtApplier_Microsoft_Extensions_Caching_Memory> & __TsonicExtSurface_Microsoft_Extensions_Caching_Memory<TShape>;
|
|
587
637
|
|
|
588
638
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Configuration
|
|
639
|
+
type __TsonicExtSurface_Microsoft_Extensions_Configuration<TShape> =
|
|
640
|
+
(
|
|
641
|
+
(TShape extends Microsoft_Extensions_Configuration.IConfiguration ? __Ext_Microsoft_Extensions_Configuration_IConfiguration : {}) & (TShape extends Microsoft_Extensions_Configuration.IConfigurationBuilder ? __Ext_Microsoft_Extensions_Configuration_IConfigurationBuilder : {}) & (TShape extends Microsoft_Extensions_Configuration.IConfigurationRoot ? __Ext_Microsoft_Extensions_Configuration_IConfigurationRoot : {}) & (TShape extends Microsoft_Extensions_Configuration.IConfigurationSection ? __Ext_Microsoft_Extensions_Configuration_IConfigurationSection : {})
|
|
642
|
+
);
|
|
643
|
+
|
|
644
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Configuration {
|
|
645
|
+
__tsonic_shape: unknown;
|
|
646
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Configuration<this["__tsonic_shape"]>;
|
|
647
|
+
}
|
|
648
|
+
|
|
589
649
|
export type ExtensionMethods_Microsoft_Extensions_Configuration<TShape> =
|
|
590
650
|
TShape extends null | undefined ? TShape
|
|
591
651
|
: TShape extends void ? void
|
|
592
|
-
: TShape &
|
|
593
|
-
(TShape extends Microsoft_Extensions_Configuration.IConfiguration ? __Ext_Microsoft_Extensions_Configuration_IConfiguration : {}) &
|
|
594
|
-
(TShape extends Microsoft_Extensions_Configuration.IConfigurationBuilder ? __Ext_Microsoft_Extensions_Configuration_IConfigurationBuilder : {}) &
|
|
595
|
-
(TShape extends Microsoft_Extensions_Configuration.IConfigurationRoot ? __Ext_Microsoft_Extensions_Configuration_IConfigurationRoot : {}) &
|
|
596
|
-
(TShape extends Microsoft_Extensions_Configuration.IConfigurationSection ? __Ext_Microsoft_Extensions_Configuration_IConfigurationSection : {})
|
|
597
|
-
);
|
|
652
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Configuration", __TsonicExtApplier_Microsoft_Extensions_Configuration> & __TsonicExtSurface_Microsoft_Extensions_Configuration<TShape>;
|
|
598
653
|
|
|
599
654
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
|
|
655
|
+
type __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape> =
|
|
656
|
+
(
|
|
657
|
+
(TShape extends Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IHealthChecksBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IHttpClientBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IHttpClientBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IServiceScopeFactory ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceScopeFactory : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_ISocketsHttpHandlerBuilder : {}) & (TShape extends Microsoft_Extensions_Options.OptionsBuilder_1<infer T0> ? __Ext_Microsoft_Extensions_DependencyInjection_OptionsBuilder_1<T0> : {}) & (TShape extends System.IServiceProvider ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceProvider : {})
|
|
658
|
+
);
|
|
659
|
+
|
|
660
|
+
interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
|
|
661
|
+
__tsonic_shape: unknown;
|
|
662
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<this["__tsonic_shape"]>;
|
|
663
|
+
}
|
|
664
|
+
|
|
600
665
|
export type ExtensionMethods_Microsoft_Extensions_DependencyInjection<TShape> =
|
|
601
666
|
TShape extends null | undefined ? TShape
|
|
602
667
|
: TShape extends void ? void
|
|
603
|
-
: TShape &
|
|
604
|
-
(TShape extends Microsoft_Extensions_DependencyInjection.IHealthChecksBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IHealthChecksBuilder : {}) &
|
|
605
|
-
(TShape extends Microsoft_Extensions_DependencyInjection.IHttpClientBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IHttpClientBuilder : {}) &
|
|
606
|
-
(TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {}) &
|
|
607
|
-
(TShape extends Microsoft_Extensions_DependencyInjection.IServiceScopeFactory ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceScopeFactory : {}) &
|
|
608
|
-
(TShape extends Microsoft_Extensions_DependencyInjection.ISocketsHttpHandlerBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_ISocketsHttpHandlerBuilder : {}) &
|
|
609
|
-
(TShape extends Microsoft_Extensions_Options.OptionsBuilder_1<infer T0> ? __Ext_Microsoft_Extensions_DependencyInjection_OptionsBuilder_1<T0> : {})
|
|
610
|
-
);
|
|
668
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection> & __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape>;
|
|
611
669
|
|
|
612
670
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection.Extensions
|
|
671
|
+
type __TsonicExtSurface_Microsoft_Extensions_DependencyInjection_Extensions<TShape> =
|
|
672
|
+
(
|
|
673
|
+
(TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_Extensions_IServiceCollection : {})
|
|
674
|
+
);
|
|
675
|
+
|
|
676
|
+
interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection_Extensions {
|
|
677
|
+
__tsonic_shape: unknown;
|
|
678
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_DependencyInjection_Extensions<this["__tsonic_shape"]>;
|
|
679
|
+
}
|
|
680
|
+
|
|
613
681
|
export type ExtensionMethods_Microsoft_Extensions_DependencyInjection_Extensions<TShape> =
|
|
614
682
|
TShape extends null | undefined ? TShape
|
|
615
683
|
: TShape extends void ? void
|
|
616
|
-
: TShape &
|
|
617
|
-
(TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_Extensions_IServiceCollection : {})
|
|
618
|
-
);
|
|
684
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection.Extensions", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection_Extensions> & __TsonicExtSurface_Microsoft_Extensions_DependencyInjection_Extensions<TShape>;
|
|
619
685
|
|
|
620
686
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Diagnostics.Metrics
|
|
687
|
+
type __TsonicExtSurface_Microsoft_Extensions_Diagnostics_Metrics<TShape> =
|
|
688
|
+
(
|
|
689
|
+
(TShape extends Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder ? __Ext_Microsoft_Extensions_Diagnostics_Metrics_IMetricsBuilder : {}) & (TShape extends Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions ? __Ext_Microsoft_Extensions_Diagnostics_Metrics_MetricsOptions : {})
|
|
690
|
+
);
|
|
691
|
+
|
|
692
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Diagnostics_Metrics {
|
|
693
|
+
__tsonic_shape: unknown;
|
|
694
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Diagnostics_Metrics<this["__tsonic_shape"]>;
|
|
695
|
+
}
|
|
696
|
+
|
|
621
697
|
export type ExtensionMethods_Microsoft_Extensions_Diagnostics_Metrics<TShape> =
|
|
622
698
|
TShape extends null | undefined ? TShape
|
|
623
699
|
: TShape extends void ? void
|
|
624
|
-
: TShape &
|
|
625
|
-
(TShape extends Microsoft_Extensions_Diagnostics_Metrics.IMetricsBuilder ? __Ext_Microsoft_Extensions_Diagnostics_Metrics_IMetricsBuilder : {}) &
|
|
626
|
-
(TShape extends Microsoft_Extensions_Diagnostics_Metrics.MetricsOptions ? __Ext_Microsoft_Extensions_Diagnostics_Metrics_MetricsOptions : {})
|
|
627
|
-
);
|
|
700
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Diagnostics.Metrics", __TsonicExtApplier_Microsoft_Extensions_Diagnostics_Metrics> & __TsonicExtSurface_Microsoft_Extensions_Diagnostics_Metrics<TShape>;
|
|
628
701
|
|
|
629
702
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.FileSystemGlobbing
|
|
703
|
+
type __TsonicExtSurface_Microsoft_Extensions_FileSystemGlobbing<TShape> =
|
|
704
|
+
(
|
|
705
|
+
(TShape extends Microsoft_Extensions_FileSystemGlobbing.Matcher ? __Ext_Microsoft_Extensions_FileSystemGlobbing_Matcher : {})
|
|
706
|
+
);
|
|
707
|
+
|
|
708
|
+
interface __TsonicExtApplier_Microsoft_Extensions_FileSystemGlobbing {
|
|
709
|
+
__tsonic_shape: unknown;
|
|
710
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_FileSystemGlobbing<this["__tsonic_shape"]>;
|
|
711
|
+
}
|
|
712
|
+
|
|
630
713
|
export type ExtensionMethods_Microsoft_Extensions_FileSystemGlobbing<TShape> =
|
|
631
714
|
TShape extends null | undefined ? TShape
|
|
632
715
|
: TShape extends void ? void
|
|
633
|
-
: TShape &
|
|
634
|
-
(TShape extends Microsoft_Extensions_FileSystemGlobbing.Matcher ? __Ext_Microsoft_Extensions_FileSystemGlobbing_Matcher : {})
|
|
635
|
-
);
|
|
716
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.FileSystemGlobbing", __TsonicExtApplier_Microsoft_Extensions_FileSystemGlobbing> & __TsonicExtSurface_Microsoft_Extensions_FileSystemGlobbing<TShape>;
|
|
636
717
|
|
|
637
718
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Hosting
|
|
719
|
+
type __TsonicExtSurface_Microsoft_Extensions_Hosting<TShape> =
|
|
720
|
+
(
|
|
721
|
+
(TShape extends Microsoft_Extensions_Hosting.IHost ? __Ext_Microsoft_Extensions_Hosting_IHost : {}) & (TShape extends Microsoft_Extensions_Hosting.IHostBuilder ? __Ext_Microsoft_Extensions_Hosting_IHostBuilder : {}) & (TShape extends Microsoft_Extensions_Hosting.IHostEnvironment ? __Ext_Microsoft_Extensions_Hosting_IHostEnvironment : {}) & (TShape extends Microsoft_Extensions_Hosting.IHostingEnvironment ? __Ext_Microsoft_Extensions_Hosting_IHostingEnvironment : {})
|
|
722
|
+
);
|
|
723
|
+
|
|
724
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Hosting {
|
|
725
|
+
__tsonic_shape: unknown;
|
|
726
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Hosting<this["__tsonic_shape"]>;
|
|
727
|
+
}
|
|
728
|
+
|
|
638
729
|
export type ExtensionMethods_Microsoft_Extensions_Hosting<TShape> =
|
|
639
730
|
TShape extends null | undefined ? TShape
|
|
640
731
|
: TShape extends void ? void
|
|
641
|
-
: TShape &
|
|
642
|
-
(TShape extends Microsoft_Extensions_Hosting.IHost ? __Ext_Microsoft_Extensions_Hosting_IHost : {}) &
|
|
643
|
-
(TShape extends Microsoft_Extensions_Hosting.IHostBuilder ? __Ext_Microsoft_Extensions_Hosting_IHostBuilder : {}) &
|
|
644
|
-
(TShape extends Microsoft_Extensions_Hosting.IHostEnvironment ? __Ext_Microsoft_Extensions_Hosting_IHostEnvironment : {}) &
|
|
645
|
-
(TShape extends Microsoft_Extensions_Hosting.IHostingEnvironment ? __Ext_Microsoft_Extensions_Hosting_IHostingEnvironment : {})
|
|
646
|
-
);
|
|
732
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Hosting", __TsonicExtApplier_Microsoft_Extensions_Hosting> & __TsonicExtSurface_Microsoft_Extensions_Hosting<TShape>;
|
|
647
733
|
|
|
648
734
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Localization
|
|
735
|
+
type __TsonicExtSurface_Microsoft_Extensions_Localization<TShape> =
|
|
736
|
+
(
|
|
737
|
+
(TShape extends Microsoft_Extensions_Localization.IStringLocalizer ? __Ext_Microsoft_Extensions_Localization_IStringLocalizer : {})
|
|
738
|
+
);
|
|
739
|
+
|
|
740
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Localization {
|
|
741
|
+
__tsonic_shape: unknown;
|
|
742
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Localization<this["__tsonic_shape"]>;
|
|
743
|
+
}
|
|
744
|
+
|
|
649
745
|
export type ExtensionMethods_Microsoft_Extensions_Localization<TShape> =
|
|
650
746
|
TShape extends null | undefined ? TShape
|
|
651
747
|
: TShape extends void ? void
|
|
652
|
-
: TShape &
|
|
653
|
-
(TShape extends Microsoft_Extensions_Localization.IStringLocalizer ? __Ext_Microsoft_Extensions_Localization_IStringLocalizer : {})
|
|
654
|
-
);
|
|
748
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Localization", __TsonicExtApplier_Microsoft_Extensions_Localization> & __TsonicExtSurface_Microsoft_Extensions_Localization<TShape>;
|
|
655
749
|
|
|
656
750
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Logging
|
|
751
|
+
type __TsonicExtSurface_Microsoft_Extensions_Logging<TShape> =
|
|
752
|
+
(
|
|
753
|
+
(TShape extends Microsoft_Extensions_Logging.ILogger ? __Ext_Microsoft_Extensions_Logging_ILogger : {}) & (TShape extends Microsoft_Extensions_Logging.ILoggerFactory ? __Ext_Microsoft_Extensions_Logging_ILoggerFactory : {}) & (TShape extends Microsoft_Extensions_Logging.ILoggingBuilder ? __Ext_Microsoft_Extensions_Logging_ILoggingBuilder : {}) & (TShape extends Microsoft_Extensions_Logging.LoggerFilterOptions ? __Ext_Microsoft_Extensions_Logging_LoggerFilterOptions : {})
|
|
754
|
+
);
|
|
755
|
+
|
|
756
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Logging {
|
|
757
|
+
__tsonic_shape: unknown;
|
|
758
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Logging<this["__tsonic_shape"]>;
|
|
759
|
+
}
|
|
760
|
+
|
|
657
761
|
export type ExtensionMethods_Microsoft_Extensions_Logging<TShape> =
|
|
658
762
|
TShape extends null | undefined ? TShape
|
|
659
763
|
: TShape extends void ? void
|
|
660
|
-
: TShape &
|
|
661
|
-
(TShape extends Microsoft_Extensions_Logging.ILogger ? __Ext_Microsoft_Extensions_Logging_ILogger : {}) &
|
|
662
|
-
(TShape extends Microsoft_Extensions_Logging.ILoggerFactory ? __Ext_Microsoft_Extensions_Logging_ILoggerFactory : {}) &
|
|
663
|
-
(TShape extends Microsoft_Extensions_Logging.ILoggingBuilder ? __Ext_Microsoft_Extensions_Logging_ILoggingBuilder : {}) &
|
|
664
|
-
(TShape extends Microsoft_Extensions_Logging.LoggerFilterOptions ? __Ext_Microsoft_Extensions_Logging_LoggerFilterOptions : {})
|
|
665
|
-
);
|
|
764
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Logging", __TsonicExtApplier_Microsoft_Extensions_Logging> & __TsonicExtSurface_Microsoft_Extensions_Logging<TShape>;
|
|
666
765
|
|
|
667
766
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Logging.Configuration
|
|
767
|
+
type __TsonicExtSurface_Microsoft_Extensions_Logging_Configuration<TShape> =
|
|
768
|
+
(
|
|
769
|
+
(TShape extends Microsoft_Extensions_Logging.ILoggingBuilder ? __Ext_Microsoft_Extensions_Logging_Configuration_ILoggingBuilder : {})
|
|
770
|
+
);
|
|
771
|
+
|
|
772
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Logging_Configuration {
|
|
773
|
+
__tsonic_shape: unknown;
|
|
774
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Logging_Configuration<this["__tsonic_shape"]>;
|
|
775
|
+
}
|
|
776
|
+
|
|
668
777
|
export type ExtensionMethods_Microsoft_Extensions_Logging_Configuration<TShape> =
|
|
669
778
|
TShape extends null | undefined ? TShape
|
|
670
779
|
: TShape extends void ? void
|
|
671
|
-
: TShape &
|
|
672
|
-
(TShape extends Microsoft_Extensions_Logging.ILoggingBuilder ? __Ext_Microsoft_Extensions_Logging_Configuration_ILoggingBuilder : {})
|
|
673
|
-
);
|
|
780
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Logging.Configuration", __TsonicExtApplier_Microsoft_Extensions_Logging_Configuration> & __TsonicExtSurface_Microsoft_Extensions_Logging_Configuration<TShape>;
|
|
674
781
|
|
|
675
782
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.ObjectPool
|
|
783
|
+
type __TsonicExtSurface_Microsoft_Extensions_ObjectPool<TShape> =
|
|
784
|
+
(
|
|
785
|
+
(TShape extends Microsoft_Extensions_ObjectPool.ObjectPoolProvider ? __Ext_Microsoft_Extensions_ObjectPool_ObjectPoolProvider : {})
|
|
786
|
+
);
|
|
787
|
+
|
|
788
|
+
interface __TsonicExtApplier_Microsoft_Extensions_ObjectPool {
|
|
789
|
+
__tsonic_shape: unknown;
|
|
790
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_ObjectPool<this["__tsonic_shape"]>;
|
|
791
|
+
}
|
|
792
|
+
|
|
676
793
|
export type ExtensionMethods_Microsoft_Extensions_ObjectPool<TShape> =
|
|
677
794
|
TShape extends null | undefined ? TShape
|
|
678
795
|
: TShape extends void ? void
|
|
679
|
-
: TShape &
|
|
680
|
-
(TShape extends Microsoft_Extensions_ObjectPool.ObjectPoolProvider ? __Ext_Microsoft_Extensions_ObjectPool_ObjectPoolProvider : {})
|
|
681
|
-
);
|
|
796
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.ObjectPool", __TsonicExtApplier_Microsoft_Extensions_ObjectPool> & __TsonicExtSurface_Microsoft_Extensions_ObjectPool<TShape>;
|
|
682
797
|
|
|
683
798
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Options
|
|
799
|
+
type __TsonicExtSurface_Microsoft_Extensions_Options<TShape> =
|
|
800
|
+
(
|
|
801
|
+
(TShape extends Microsoft_Extensions_Options.IOptionsMonitor_1<infer T0> ? __Ext_Microsoft_Extensions_Options_IOptionsMonitor_1<T0> : {})
|
|
802
|
+
);
|
|
803
|
+
|
|
804
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Options {
|
|
805
|
+
__tsonic_shape: unknown;
|
|
806
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Options<this["__tsonic_shape"]>;
|
|
807
|
+
}
|
|
808
|
+
|
|
684
809
|
export type ExtensionMethods_Microsoft_Extensions_Options<TShape> =
|
|
685
810
|
TShape extends null | undefined ? TShape
|
|
686
811
|
: TShape extends void ? void
|
|
687
|
-
: TShape &
|
|
688
|
-
|
|
812
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Options", __TsonicExtApplier_Microsoft_Extensions_Options> & __TsonicExtSurface_Microsoft_Extensions_Options<TShape>;
|
|
813
|
+
|
|
814
|
+
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Primitives
|
|
815
|
+
type __TsonicExtSurface_Microsoft_Extensions_Primitives<TShape> =
|
|
816
|
+
(
|
|
817
|
+
(TShape extends System_Text.StringBuilder ? __Ext_Microsoft_Extensions_Primitives_StringBuilder : {})
|
|
689
818
|
);
|
|
690
819
|
|
|
820
|
+
interface __TsonicExtApplier_Microsoft_Extensions_Primitives {
|
|
821
|
+
__tsonic_shape: unknown;
|
|
822
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Primitives<this["__tsonic_shape"]>;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
export type ExtensionMethods_Microsoft_Extensions_Primitives<TShape> =
|
|
826
|
+
TShape extends null | undefined ? TShape
|
|
827
|
+
: TShape extends void ? void
|
|
828
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Primitives", __TsonicExtApplier_Microsoft_Extensions_Primitives> & __TsonicExtSurface_Microsoft_Extensions_Primitives<TShape>;
|
|
829
|
+
|
|
691
830
|
// Generic helper type for extension methods in namespace: System.Net.Http
|
|
831
|
+
type __TsonicExtSurface_System_Net_Http<TShape> =
|
|
832
|
+
(
|
|
833
|
+
(TShape extends System_Net_Http.IHttpClientFactory ? __Ext_System_Net_Http_IHttpClientFactory : {}) & (TShape extends System_Net_Http.IHttpMessageHandlerFactory ? __Ext_System_Net_Http_IHttpMessageHandlerFactory : {})
|
|
834
|
+
);
|
|
835
|
+
|
|
836
|
+
interface __TsonicExtApplier_System_Net_Http {
|
|
837
|
+
__tsonic_shape: unknown;
|
|
838
|
+
__tsonic_type: __TsonicExtSurface_System_Net_Http<this["__tsonic_shape"]>;
|
|
839
|
+
}
|
|
840
|
+
|
|
692
841
|
export type ExtensionMethods_System_Net_Http<TShape> =
|
|
693
842
|
TShape extends null | undefined ? TShape
|
|
694
843
|
: TShape extends void ? void
|
|
695
|
-
: TShape &
|
|
696
|
-
(TShape extends System_Net_Http.IHttpClientFactory ? __Ext_System_Net_Http_IHttpClientFactory : {}) &
|
|
697
|
-
(TShape extends System_Net_Http.IHttpMessageHandlerFactory ? __Ext_System_Net_Http_IHttpMessageHandlerFactory : {})
|
|
698
|
-
);
|
|
844
|
+
: TShape & __TsonicWithExt<TShape, "System.Net.Http", __TsonicExtApplier_System_Net_Http> & __TsonicExtSurface_System_Net_Http<TShape>;
|
|
699
845
|
|