@tsonic/efcore 10.0.3 → 10.0.8
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.EntityFrameworkCore/internal/index.d.ts +634 -529
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +299 -154
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +591 -291
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +139 -103
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +36 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +535 -261
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +105 -42
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +330 -145
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +62 -30
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +235 -121
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1624 -1035
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +718 -476
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +860 -307
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +27 -7
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +35 -21
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2232 -1303
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +123 -67
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +88 -74
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +445 -207
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +28 -20
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +601 -240
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +505 -257
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +318 -120
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +35 -15
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +133 -73
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +502 -239
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +80 -35
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +102 -25
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +143 -43
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +136 -68
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +198 -91
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +69 -23
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/System.Transactions/internal/index.d.ts +3 -3
- package/__internal/extensions/index.d.ts +1553 -1291
- package/package.json +4 -4
|
@@ -23,19 +23,19 @@ import type { ExecutionStrategyDependencies, IDatabaseFacadeDependencies, IDatab
|
|
|
23
23
|
import type { IRowForeignKeyValueFactoryFactory, IRowIndexValueFactoryFactory, IRowKeyValueFactoryFactory } from "../../Microsoft.EntityFrameworkCore.Update.Internal/internal/index.js";
|
|
24
24
|
import * as Microsoft_EntityFrameworkCore_Internal from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
25
25
|
import type { AutoTransactionBehavior, DbContext, DbContextOptions_1, DbContextOptionsBuilder, DbLoggerCategory_Model, DbLoggerCategory_Model_Validation, IDbContextFactory_1, ModelBuilder, ModelCreationDependencies, ParameterTranslationMode, QuerySplittingBehavior, QueryTrackingBehavior } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
26
|
-
import type {
|
|
27
|
-
import type { DbConnection } from "@tsonic/dotnet/System.Data.Common.js";
|
|
28
|
-
import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
29
|
-
import type { EventCommandEventArgs, EventSource } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
30
|
-
import
|
|
31
|
-
import type {
|
|
32
|
-
import type {
|
|
33
|
-
import type {
|
|
34
|
-
import
|
|
35
|
-
import type {
|
|
36
|
-
import type { IMemoryCache } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory.js";
|
|
37
|
-
import type { IServiceCollection, ServiceLifetime } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
38
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
26
|
+
import type { IDictionary_2, IEnumerable_1, IReadOnlyDictionary_2, IReadOnlyList_1, ISet_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
27
|
+
import type { DbConnection } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
28
|
+
import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
|
|
29
|
+
import type { EventCommandEventArgs, EventSource } from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
|
|
30
|
+
import type { Expression, LambdaExpression, MemberExpression, MethodCallExpression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
31
|
+
import type { Assembly, MemberInfo, MethodInfo, PropertyInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
32
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
33
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
34
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
35
|
+
import type { Action_1, Action_2, Attribute, Boolean as ClrBoolean, Char, Enum, FormattableString, Func_1, Func_2, Func_4, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, ValueTuple_2, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
36
|
+
import type { IMemoryCache } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory/internal/index.js";
|
|
37
|
+
import type { IServiceCollection, ServiceLifetime } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
38
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
39
39
|
|
|
40
40
|
export enum MetadataDebugStringOptions {
|
|
41
41
|
IncludeAnnotations = 1,
|
|
@@ -48,15 +48,17 @@ export enum MetadataDebugStringOptions {
|
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
export interface IAnnotatable$instance extends IReadOnlyAnnotatable {
|
|
51
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
|
|
52
|
+
|
|
51
53
|
readonly [name: string]: unknown | undefined;
|
|
52
54
|
AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
|
|
53
55
|
AnnotationsToDebugString(indent?: int): string;
|
|
54
56
|
FindRuntimeAnnotation(name: string): IAnnotation | undefined;
|
|
55
57
|
FindRuntimeAnnotationValue(name: string): unknown | undefined;
|
|
56
|
-
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory:
|
|
57
|
-
GetRuntimeAnnotations():
|
|
58
|
+
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func_2<TArg, TValue>, factoryArgument: TArg): TValue;
|
|
59
|
+
GetRuntimeAnnotations(): IEnumerable_1<IAnnotation>;
|
|
58
60
|
FindAnnotation(name: string): IAnnotation | undefined;
|
|
59
|
-
GetAnnotations():
|
|
61
|
+
GetAnnotations(): IEnumerable_1<IAnnotation>;
|
|
60
62
|
}
|
|
61
63
|
|
|
62
64
|
|
|
@@ -65,6 +67,8 @@ export interface IAnnotatable$instance extends IReadOnlyAnnotatable$instance {}
|
|
|
65
67
|
export type IAnnotatable = IAnnotatable$instance;
|
|
66
68
|
|
|
67
69
|
export interface IAnnotation$instance {
|
|
70
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotation: never;
|
|
71
|
+
|
|
68
72
|
readonly Name: string;
|
|
69
73
|
readonly Value: unknown | undefined;
|
|
70
74
|
}
|
|
@@ -73,6 +77,8 @@ export interface IAnnotation$instance {
|
|
|
73
77
|
export type IAnnotation = IAnnotation$instance;
|
|
74
78
|
|
|
75
79
|
export interface IConcurrencyDetector$instance {
|
|
80
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IConcurrencyDetector: never;
|
|
81
|
+
|
|
76
82
|
EnterCriticalSection(): ConcurrencyDetectorCriticalSectionDisposer;
|
|
77
83
|
ExitCriticalSection(): void;
|
|
78
84
|
}
|
|
@@ -81,6 +87,8 @@ export interface IConcurrencyDetector$instance {
|
|
|
81
87
|
export type IConcurrencyDetector = IConcurrencyDetector$instance;
|
|
82
88
|
|
|
83
89
|
export interface ICoreSingletonOptions$instance extends ISingletonOptions {
|
|
90
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ICoreSingletonOptions: never;
|
|
91
|
+
|
|
84
92
|
readonly AreDetailedErrorsEnabled: boolean;
|
|
85
93
|
readonly AreThreadSafetyChecksEnabled: boolean;
|
|
86
94
|
readonly RootApplicationServiceProvider: IServiceProvider | undefined;
|
|
@@ -93,6 +101,8 @@ export interface ICoreSingletonOptions$instance extends ISingletonOptions$instan
|
|
|
93
101
|
export type ICoreSingletonOptions = ICoreSingletonOptions$instance;
|
|
94
102
|
|
|
95
103
|
export interface ICurrentDbContext$instance {
|
|
104
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ICurrentDbContext: never;
|
|
105
|
+
|
|
96
106
|
readonly Context: DbContext;
|
|
97
107
|
}
|
|
98
108
|
|
|
@@ -100,7 +110,9 @@ export interface ICurrentDbContext$instance {
|
|
|
100
110
|
export type ICurrentDbContext = ICurrentDbContext$instance;
|
|
101
111
|
|
|
102
112
|
export interface IDbContextOptions$instance {
|
|
103
|
-
readonly
|
|
113
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptions: never;
|
|
114
|
+
|
|
115
|
+
readonly Extensions: IEnumerable_1<IDbContextOptionsExtension>;
|
|
104
116
|
FindExtension<TExtension extends IDbContextOptionsExtension>(): TExtension | undefined;
|
|
105
117
|
}
|
|
106
118
|
|
|
@@ -108,6 +120,8 @@ export interface IDbContextOptions$instance {
|
|
|
108
120
|
export type IDbContextOptions = IDbContextOptions$instance;
|
|
109
121
|
|
|
110
122
|
export interface IDbContextOptionsBuilderInfrastructure$instance {
|
|
123
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsBuilderInfrastructure: never;
|
|
124
|
+
|
|
111
125
|
AddOrUpdateExtension<TExtension extends IDbContextOptionsExtension>(extension: TExtension): void;
|
|
112
126
|
}
|
|
113
127
|
|
|
@@ -115,6 +129,8 @@ export interface IDbContextOptionsBuilderInfrastructure$instance {
|
|
|
115
129
|
export type IDbContextOptionsBuilderInfrastructure = IDbContextOptionsBuilderInfrastructure$instance;
|
|
116
130
|
|
|
117
131
|
export interface IDbContextOptionsConfiguration_1$instance<TContext extends DbContext> {
|
|
132
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsConfiguration_1: never;
|
|
133
|
+
|
|
118
134
|
Configure(serviceProvider: IServiceProvider, optionsBuilder: DbContextOptionsBuilder): void;
|
|
119
135
|
}
|
|
120
136
|
|
|
@@ -122,6 +138,8 @@ export interface IDbContextOptionsConfiguration_1$instance<TContext extends DbCo
|
|
|
122
138
|
export type IDbContextOptionsConfiguration_1<TContext extends DbContext> = IDbContextOptionsConfiguration_1$instance<TContext>;
|
|
123
139
|
|
|
124
140
|
export interface IDbContextOptionsExtension$instance {
|
|
141
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsExtension: never;
|
|
142
|
+
|
|
125
143
|
readonly Info: DbContextOptionsExtensionInfo;
|
|
126
144
|
ApplyDefaults(options: IDbContextOptions): IDbContextOptionsExtension;
|
|
127
145
|
ApplyServices(services: IServiceCollection): void;
|
|
@@ -132,13 +150,17 @@ export interface IDbContextOptionsExtension$instance {
|
|
|
132
150
|
export type IDbContextOptionsExtension = IDbContextOptionsExtension$instance;
|
|
133
151
|
|
|
134
152
|
export interface IDbSetFinder$instance {
|
|
135
|
-
|
|
153
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbSetFinder: never;
|
|
154
|
+
|
|
155
|
+
FindSets(contextType: Type): IReadOnlyList_1<DbSetProperty>;
|
|
136
156
|
}
|
|
137
157
|
|
|
138
158
|
|
|
139
159
|
export type IDbSetFinder = IDbSetFinder$instance;
|
|
140
160
|
|
|
141
161
|
export interface IInfrastructure_1$instance<T> {
|
|
162
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
163
|
+
|
|
142
164
|
readonly Instance: T;
|
|
143
165
|
}
|
|
144
166
|
|
|
@@ -146,6 +168,8 @@ export interface IInfrastructure_1$instance<T> {
|
|
|
146
168
|
export type IInfrastructure_1<T> = IInfrastructure_1$instance<T>;
|
|
147
169
|
|
|
148
170
|
export interface IInternalServiceCollectionMap$instance {
|
|
171
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInternalServiceCollectionMap: never;
|
|
172
|
+
|
|
149
173
|
AddDependencySingleton<TDependencies>(): IInternalServiceCollectionMap;
|
|
150
174
|
}
|
|
151
175
|
|
|
@@ -153,6 +177,8 @@ export interface IInternalServiceCollectionMap$instance {
|
|
|
153
177
|
export type IInternalServiceCollectionMap = IInternalServiceCollectionMap$instance;
|
|
154
178
|
|
|
155
179
|
export interface ILazyLoader$instance {
|
|
180
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ILazyLoader: never;
|
|
181
|
+
|
|
156
182
|
Dispose(): void;
|
|
157
183
|
IsLoaded(entity: unknown, navigationName?: string): boolean;
|
|
158
184
|
Load(entity: unknown, navigationName?: string): void;
|
|
@@ -164,6 +190,8 @@ export interface ILazyLoader$instance {
|
|
|
164
190
|
export type ILazyLoader = ILazyLoader$instance;
|
|
165
191
|
|
|
166
192
|
export interface IModelCacheKeyFactory$instance {
|
|
193
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelCacheKeyFactory: never;
|
|
194
|
+
|
|
167
195
|
Create(context: DbContext, designTime: boolean): unknown;
|
|
168
196
|
}
|
|
169
197
|
|
|
@@ -171,6 +199,8 @@ export interface IModelCacheKeyFactory$instance {
|
|
|
171
199
|
export type IModelCacheKeyFactory = IModelCacheKeyFactory$instance;
|
|
172
200
|
|
|
173
201
|
export interface IModelCustomizer$instance {
|
|
202
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelCustomizer: never;
|
|
203
|
+
|
|
174
204
|
Customize(modelBuilder: ModelBuilder, context: DbContext): void;
|
|
175
205
|
}
|
|
176
206
|
|
|
@@ -178,6 +208,8 @@ export interface IModelCustomizer$instance {
|
|
|
178
208
|
export type IModelCustomizer = IModelCustomizer$instance;
|
|
179
209
|
|
|
180
210
|
export interface IModelRuntimeInitializer$instance {
|
|
211
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelRuntimeInitializer: never;
|
|
212
|
+
|
|
181
213
|
Initialize(model: IModel, designTime?: boolean, validationLogger?: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): IModel;
|
|
182
214
|
}
|
|
183
215
|
|
|
@@ -185,6 +217,8 @@ export interface IModelRuntimeInitializer$instance {
|
|
|
185
217
|
export type IModelRuntimeInitializer = IModelRuntimeInitializer$instance;
|
|
186
218
|
|
|
187
219
|
export interface IModelSource$instance {
|
|
220
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelSource: never;
|
|
221
|
+
|
|
188
222
|
GetModel(context: DbContext, modelCreationDependencies: ModelCreationDependencies, designTime: boolean): IModel;
|
|
189
223
|
}
|
|
190
224
|
|
|
@@ -192,6 +226,8 @@ export interface IModelSource$instance {
|
|
|
192
226
|
export type IModelSource = IModelSource$instance;
|
|
193
227
|
|
|
194
228
|
export interface IModelValidator$instance {
|
|
229
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelValidator: never;
|
|
230
|
+
|
|
195
231
|
Validate(model: IModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
196
232
|
}
|
|
197
233
|
|
|
@@ -199,16 +235,20 @@ export interface IModelValidator$instance {
|
|
|
199
235
|
export type IModelValidator = IModelValidator$instance;
|
|
200
236
|
|
|
201
237
|
export interface IReadOnlyAnnotatable$instance {
|
|
238
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
|
|
239
|
+
|
|
202
240
|
readonly [name: string]: unknown | undefined;
|
|
203
241
|
AnnotationsToDebugString(indent?: int): string;
|
|
204
242
|
FindAnnotation(name: string): IAnnotation | undefined;
|
|
205
|
-
GetAnnotations():
|
|
243
|
+
GetAnnotations(): IEnumerable_1<IAnnotation>;
|
|
206
244
|
}
|
|
207
245
|
|
|
208
246
|
|
|
209
247
|
export type IReadOnlyAnnotatable = IReadOnlyAnnotatable$instance;
|
|
210
248
|
|
|
211
249
|
export interface IRelationalDbContextOptionsBuilderInfrastructure$instance {
|
|
250
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
|
|
251
|
+
|
|
212
252
|
readonly OptionsBuilder: DbContextOptionsBuilder;
|
|
213
253
|
}
|
|
214
254
|
|
|
@@ -216,6 +256,8 @@ export interface IRelationalDbContextOptionsBuilderInfrastructure$instance {
|
|
|
216
256
|
export type IRelationalDbContextOptionsBuilderInfrastructure = IRelationalDbContextOptionsBuilderInfrastructure$instance;
|
|
217
257
|
|
|
218
258
|
export interface IResettableService$instance {
|
|
259
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
260
|
+
|
|
219
261
|
ResetState(): void;
|
|
220
262
|
ResetStateAsync(cancellationToken?: CancellationToken): Task;
|
|
221
263
|
}
|
|
@@ -224,6 +266,8 @@ export interface IResettableService$instance {
|
|
|
224
266
|
export type IResettableService = IResettableService$instance;
|
|
225
267
|
|
|
226
268
|
export interface ISingletonOptions$instance {
|
|
269
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ISingletonOptions: never;
|
|
270
|
+
|
|
227
271
|
Initialize(options: IDbContextOptions): void;
|
|
228
272
|
}
|
|
229
273
|
|
|
@@ -231,6 +275,10 @@ export interface ISingletonOptions$instance {
|
|
|
231
275
|
export type ISingletonOptions = ISingletonOptions$instance;
|
|
232
276
|
|
|
233
277
|
export interface ConcurrencyDetectorCriticalSectionDisposer$instance {
|
|
278
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ConcurrencyDetectorCriticalSectionDisposer: never;
|
|
279
|
+
|
|
280
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
281
|
+
|
|
234
282
|
Dispose(): void;
|
|
235
283
|
}
|
|
236
284
|
|
|
@@ -243,6 +291,8 @@ export const ConcurrencyDetectorCriticalSectionDisposer: {
|
|
|
243
291
|
export type ConcurrencyDetectorCriticalSectionDisposer = ConcurrencyDetectorCriticalSectionDisposer$instance;
|
|
244
292
|
|
|
245
293
|
export interface DbSetProperty$instance {
|
|
294
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_DbSetProperty: never;
|
|
295
|
+
|
|
246
296
|
readonly Name: string;
|
|
247
297
|
readonly Setter: IClrPropertySetter | undefined;
|
|
248
298
|
readonly Type: Type;
|
|
@@ -257,6 +307,8 @@ export const DbSetProperty: {
|
|
|
257
307
|
export type DbSetProperty = DbSetProperty$instance;
|
|
258
308
|
|
|
259
309
|
export interface ServiceCharacteristics$instance {
|
|
310
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ServiceCharacteristics: never;
|
|
311
|
+
|
|
260
312
|
readonly Lifetime: ServiceLifetime;
|
|
261
313
|
readonly MultipleRegistrations: boolean;
|
|
262
314
|
}
|
|
@@ -270,10 +322,16 @@ export const ServiceCharacteristics: {
|
|
|
270
322
|
export type ServiceCharacteristics = ServiceCharacteristics$instance;
|
|
271
323
|
|
|
272
324
|
export interface Annotatable$instance extends AnnotatableBase$instance {
|
|
325
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Annotatable: never;
|
|
326
|
+
|
|
327
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
|
|
328
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
|
|
329
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
|
|
330
|
+
|
|
273
331
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
274
332
|
AddAnnotation(name: string, annotation: Annotation): Annotation;
|
|
275
|
-
AddAnnotations(annotations:
|
|
276
|
-
AddAnnotations(annotations:
|
|
333
|
+
AddAnnotations(annotations: IEnumerable_1<IAnnotation>): void;
|
|
334
|
+
AddAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
277
335
|
AddRuntimeAnnotation(name: string, value: unknown): Annotation;
|
|
278
336
|
AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
|
|
279
337
|
AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
|
|
@@ -285,9 +343,9 @@ export interface Annotatable$instance extends AnnotatableBase$instance {
|
|
|
285
343
|
FindRuntimeAnnotation(name: string): Annotation | undefined;
|
|
286
344
|
FindRuntimeAnnotation(name: string): IAnnotation | undefined;
|
|
287
345
|
FindRuntimeAnnotationValue(name: string): unknown | undefined;
|
|
288
|
-
GetAnnotations():
|
|
289
|
-
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory:
|
|
290
|
-
GetRuntimeAnnotations():
|
|
346
|
+
GetAnnotations(): IEnumerable_1<Annotation>;
|
|
347
|
+
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func_2<TArg, TValue>, factoryArgument: TArg): TValue;
|
|
348
|
+
GetRuntimeAnnotations(): IEnumerable_1<Annotation>;
|
|
291
349
|
RemoveAnnotation(name: string): Annotation | undefined;
|
|
292
350
|
SetAnnotation(name: string, value: unknown): void;
|
|
293
351
|
SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
@@ -309,16 +367,21 @@ export type Annotatable = Annotatable$instance & __Annotatable$views;
|
|
|
309
367
|
|
|
310
368
|
|
|
311
369
|
export interface AnnotatableBase$instance {
|
|
370
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_AnnotatableBase: never;
|
|
371
|
+
|
|
372
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
|
|
373
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
|
|
374
|
+
|
|
312
375
|
readonly IsReadOnly: boolean;
|
|
313
376
|
[name: string]: unknown | undefined;
|
|
314
377
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
315
378
|
AddAnnotation(name: string, annotation: Annotation): Annotation;
|
|
316
|
-
AddAnnotations(annotations:
|
|
317
|
-
AddAnnotations(annotations:
|
|
379
|
+
AddAnnotations(annotations: IEnumerable_1<IAnnotation>): void;
|
|
380
|
+
AddAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
318
381
|
AddRuntimeAnnotation(name: string, value: unknown): Annotation;
|
|
319
382
|
AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
|
|
320
|
-
AddRuntimeAnnotations(annotations:
|
|
321
|
-
AddRuntimeAnnotations(annotations:
|
|
383
|
+
AddRuntimeAnnotations(annotations: IEnumerable_1<Annotation>): void;
|
|
384
|
+
AddRuntimeAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
322
385
|
CreateAnnotation(name: string, value: unknown): Annotation;
|
|
323
386
|
CreateRuntimeAnnotation(name: string, value: unknown): Annotation;
|
|
324
387
|
EnsureMutable(): void;
|
|
@@ -326,9 +389,9 @@ export interface AnnotatableBase$instance {
|
|
|
326
389
|
FindAnnotation(name: string): Annotation | undefined;
|
|
327
390
|
FindRuntimeAnnotation(name: string): Annotation | undefined;
|
|
328
391
|
GetAnnotation(annotationName: string): Annotation;
|
|
329
|
-
GetAnnotations():
|
|
330
|
-
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory:
|
|
331
|
-
GetRuntimeAnnotations():
|
|
392
|
+
GetAnnotations(): IEnumerable_1<Annotation>;
|
|
393
|
+
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func_2<TArg, TValue>, factoryArgument: TArg): TValue;
|
|
394
|
+
GetRuntimeAnnotations(): IEnumerable_1<Annotation>;
|
|
332
395
|
OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
333
396
|
RemoveAnnotation(name: string): Annotation | undefined;
|
|
334
397
|
RemoveRuntimeAnnotation(name: string): Annotation | undefined;
|
|
@@ -353,8 +416,12 @@ export type AnnotatableBase = AnnotatableBase$instance & __AnnotatableBase$views
|
|
|
353
416
|
|
|
354
417
|
|
|
355
418
|
export interface AnnotatableBuilder_2$instance<TMetadata extends ConventionAnnotatable, TModelBuilder extends IConventionModelBuilder> {
|
|
356
|
-
readonly
|
|
357
|
-
|
|
419
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_AnnotatableBuilder_2: never;
|
|
420
|
+
|
|
421
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
|
|
422
|
+
|
|
423
|
+
readonly Metadata: TMetadata;
|
|
424
|
+
readonly ModelBuilder: TModelBuilder;
|
|
358
425
|
CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
|
|
359
426
|
CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
|
|
360
427
|
HasAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): AnnotatableBuilder_2<TMetadata, TModelBuilder> | undefined;
|
|
@@ -377,7 +444,11 @@ export interface __AnnotatableBuilder_2$views<TMetadata extends ConventionAnnota
|
|
|
377
444
|
export type AnnotatableBuilder_2<TMetadata extends ConventionAnnotatable, TModelBuilder extends IConventionModelBuilder> = AnnotatableBuilder_2$instance<TMetadata, TModelBuilder> & __AnnotatableBuilder_2$views<TMetadata, TModelBuilder>;
|
|
378
445
|
|
|
379
446
|
|
|
380
|
-
export interface Annotation$instance {
|
|
447
|
+
export interface Annotation$instance extends IAnnotation$instance {
|
|
448
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Annotation: never;
|
|
449
|
+
|
|
450
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotation: never;
|
|
451
|
+
|
|
381
452
|
readonly Name: string;
|
|
382
453
|
readonly Value: unknown | undefined;
|
|
383
454
|
}
|
|
@@ -392,17 +463,22 @@ export interface __Annotation$views {
|
|
|
392
463
|
As_IAnnotation(): IAnnotation$instance;
|
|
393
464
|
}
|
|
394
465
|
|
|
395
|
-
export interface Annotation$instance extends IAnnotation$instance {}
|
|
396
|
-
|
|
397
466
|
export type Annotation = Annotation$instance & __Annotation$views;
|
|
398
467
|
|
|
399
468
|
|
|
400
469
|
export interface ConventionAnnotatable$instance extends Annotatable$instance {
|
|
470
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ConventionAnnotatable: never;
|
|
471
|
+
|
|
472
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
|
|
473
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
|
|
474
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
|
|
475
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
|
|
476
|
+
|
|
401
477
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
402
478
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
403
479
|
AddAnnotation(name: string, annotation: Annotation): Annotation;
|
|
404
|
-
AddAnnotations(annotations:
|
|
405
|
-
AddAnnotations(annotations:
|
|
480
|
+
AddAnnotations(annotations: IEnumerable_1<IAnnotation>): void;
|
|
481
|
+
AddAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
406
482
|
AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
|
|
407
483
|
AddRuntimeAnnotation(name: string, value: unknown): Annotation;
|
|
408
484
|
AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
|
|
@@ -413,9 +489,9 @@ export interface ConventionAnnotatable$instance extends Annotatable$instance {
|
|
|
413
489
|
FindRuntimeAnnotation(name: string): IAnnotation | undefined;
|
|
414
490
|
FindRuntimeAnnotation(name: string): Annotation | undefined;
|
|
415
491
|
FindRuntimeAnnotationValue(name: string): unknown | undefined;
|
|
416
|
-
GetAnnotations():
|
|
417
|
-
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory:
|
|
418
|
-
GetRuntimeAnnotations():
|
|
492
|
+
GetAnnotations(): IEnumerable_1<IAnnotation>;
|
|
493
|
+
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func_2<TArg, TValue>, factoryArgument: TArg): TValue;
|
|
494
|
+
GetRuntimeAnnotations(): IEnumerable_1<IAnnotation>;
|
|
419
495
|
OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
420
496
|
OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
|
|
421
497
|
RemoveAnnotation(name: string): IAnnotation | undefined;
|
|
@@ -440,51 +516,55 @@ export interface __ConventionAnnotatable$views {
|
|
|
440
516
|
export type ConventionAnnotatable = ConventionAnnotatable$instance & __ConventionAnnotatable$views;
|
|
441
517
|
|
|
442
518
|
|
|
443
|
-
export interface CoreOptionsExtension$instance {
|
|
519
|
+
export interface CoreOptionsExtension$instance extends IDbContextOptionsExtension$instance {
|
|
520
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_CoreOptionsExtension: never;
|
|
521
|
+
|
|
522
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsExtension: never;
|
|
523
|
+
|
|
444
524
|
readonly ApplicationServiceProvider: IServiceProvider | undefined;
|
|
445
|
-
readonly AsyncSeeder:
|
|
525
|
+
readonly AsyncSeeder: Func_4<DbContext, System_Internal.Boolean, CancellationToken, Task> | undefined;
|
|
446
526
|
readonly AutoResolveRootProvider: boolean;
|
|
447
527
|
readonly DbContextLogger: IDbContextLogger | undefined;
|
|
448
528
|
readonly DetailedErrorsEnabled: boolean;
|
|
449
529
|
readonly Info: DbContextOptionsExtensionInfo;
|
|
450
|
-
readonly Interceptors:
|
|
530
|
+
readonly Interceptors: IEnumerable_1<IInterceptor> | undefined;
|
|
451
531
|
readonly InternalServiceProvider: IServiceProvider | undefined;
|
|
452
532
|
readonly IsSensitiveDataLoggingEnabled: boolean;
|
|
453
533
|
readonly LoggerFactory: ILoggerFactory | undefined;
|
|
454
534
|
readonly LoggingCacheTime: TimeSpan;
|
|
455
|
-
readonly MaxPoolSize:
|
|
535
|
+
readonly MaxPoolSize: Nullable_1<System_Internal.Int32>;
|
|
456
536
|
readonly MemoryCache: IMemoryCache | undefined;
|
|
457
537
|
readonly Model: IModel | undefined;
|
|
458
538
|
readonly QueryTrackingBehavior: QueryTrackingBehavior;
|
|
459
|
-
readonly ReplacedServices:
|
|
539
|
+
readonly ReplacedServices: IReadOnlyDictionary_2<ValueTuple_2<Type, Type>, Type | undefined> | undefined;
|
|
460
540
|
readonly RootApplicationServiceProvider: IServiceProvider | undefined;
|
|
461
|
-
readonly Seeder:
|
|
541
|
+
readonly Seeder: Action_2<DbContext, System_Internal.Boolean> | undefined;
|
|
462
542
|
readonly ServiceProviderCachingEnabled: boolean;
|
|
463
|
-
readonly SingletonInterceptors:
|
|
543
|
+
readonly SingletonInterceptors: IEnumerable_1<ISingletonInterceptor> | undefined;
|
|
464
544
|
readonly ThreadSafetyChecksEnabled: boolean;
|
|
465
545
|
readonly WarningsConfiguration: WarningsConfiguration;
|
|
466
546
|
ApplyServices(services: IServiceCollection): void;
|
|
467
547
|
Clone(): CoreOptionsExtension;
|
|
468
548
|
Validate(options: IDbContextOptions): void;
|
|
469
549
|
WithApplicationServiceProvider(applicationServiceProvider: IServiceProvider): CoreOptionsExtension;
|
|
470
|
-
WithAsyncSeeding(seedAsync:
|
|
550
|
+
WithAsyncSeeding(seedAsync: Func_4<DbContext, System_Internal.Boolean, CancellationToken, Task>): CoreOptionsExtension;
|
|
471
551
|
WithDbContextLogger(contextLogger: IDbContextLogger): CoreOptionsExtension;
|
|
472
552
|
WithDetailedErrorsEnabled(detailedErrorsEnabled: boolean): CoreOptionsExtension;
|
|
473
|
-
WithInterceptors(interceptors:
|
|
553
|
+
WithInterceptors(interceptors: IEnumerable_1<IInterceptor>): CoreOptionsExtension;
|
|
474
554
|
WithInternalServiceProvider(internalServiceProvider: IServiceProvider): CoreOptionsExtension;
|
|
475
555
|
WithLoggerFactory(loggerFactory: ILoggerFactory): CoreOptionsExtension;
|
|
476
556
|
WithLoggingCacheTime(timeSpan: TimeSpan): CoreOptionsExtension;
|
|
477
|
-
WithMaxPoolSize(maxPoolSize:
|
|
557
|
+
WithMaxPoolSize(maxPoolSize: Nullable_1<System_Internal.Int32>): CoreOptionsExtension;
|
|
478
558
|
WithMemoryCache(memoryCache: IMemoryCache): CoreOptionsExtension;
|
|
479
559
|
WithModel(model: IModel): CoreOptionsExtension;
|
|
480
560
|
WithQueryTrackingBehavior(queryTrackingBehavior: QueryTrackingBehavior): CoreOptionsExtension;
|
|
481
561
|
WithReplacedService(serviceType: Type, newImplementationType: Type, currentImplementationType?: Type): CoreOptionsExtension;
|
|
482
562
|
WithRootApplicationServiceProvider(rootApplicationServiceProvider: IServiceProvider): CoreOptionsExtension;
|
|
483
563
|
WithRootApplicationServiceProvider(autoResolve?: boolean): CoreOptionsExtension;
|
|
484
|
-
WithSeeding(seed:
|
|
564
|
+
WithSeeding(seed: Action_2<DbContext, System_Internal.Boolean>): CoreOptionsExtension;
|
|
485
565
|
WithSensitiveDataLoggingEnabled(sensitiveDataLoggingEnabled: boolean): CoreOptionsExtension;
|
|
486
566
|
WithServiceProviderCachingEnabled(serviceProviderCachingEnabled: boolean): CoreOptionsExtension;
|
|
487
|
-
WithSingletonInterceptors(interceptors:
|
|
567
|
+
WithSingletonInterceptors(interceptors: IEnumerable_1<ISingletonInterceptor>): CoreOptionsExtension;
|
|
488
568
|
WithThreadSafetyChecksEnabled(checksEnabled: boolean): CoreOptionsExtension;
|
|
489
569
|
WithWarningsConfiguration(warningsConfiguration: WarningsConfiguration): CoreOptionsExtension;
|
|
490
570
|
}
|
|
@@ -499,28 +579,32 @@ export interface __CoreOptionsExtension$views {
|
|
|
499
579
|
As_IDbContextOptionsExtension(): IDbContextOptionsExtension$instance;
|
|
500
580
|
}
|
|
501
581
|
|
|
502
|
-
export interface CoreOptionsExtension$instance extends IDbContextOptionsExtension$instance {}
|
|
503
|
-
|
|
504
582
|
export type CoreOptionsExtension = CoreOptionsExtension$instance & __CoreOptionsExtension$views;
|
|
505
583
|
|
|
506
584
|
|
|
507
585
|
export interface DatabaseFacade$instance {
|
|
586
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_DatabaseFacade: never;
|
|
587
|
+
|
|
588
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
589
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
590
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IDatabaseFacadeDependenciesAccessor: never;
|
|
591
|
+
|
|
508
592
|
AutoSavepointsEnabled: boolean;
|
|
509
593
|
AutoTransactionBehavior: AutoTransactionBehavior;
|
|
510
594
|
AutoTransactionsEnabled: boolean;
|
|
511
595
|
readonly CurrentTransaction: IDbContextTransaction | undefined;
|
|
512
596
|
readonly ProviderName: string | undefined;
|
|
513
597
|
BeginTransaction(): IDbContextTransaction;
|
|
514
|
-
BeginTransactionAsync(cancellationToken?: CancellationToken):
|
|
598
|
+
BeginTransactionAsync(cancellationToken?: CancellationToken): Task_1<IDbContextTransaction>;
|
|
515
599
|
CanConnect(): boolean;
|
|
516
|
-
CanConnectAsync(cancellationToken?: CancellationToken):
|
|
600
|
+
CanConnectAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
517
601
|
CommitTransaction(): void;
|
|
518
602
|
CommitTransactionAsync(cancellationToken?: CancellationToken): Task;
|
|
519
603
|
CreateExecutionStrategy(): IExecutionStrategy;
|
|
520
604
|
EnsureCreated(): boolean;
|
|
521
|
-
EnsureCreatedAsync(cancellationToken?: CancellationToken):
|
|
605
|
+
EnsureCreatedAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
522
606
|
EnsureDeleted(): boolean;
|
|
523
|
-
EnsureDeletedAsync(cancellationToken?: CancellationToken):
|
|
607
|
+
EnsureDeletedAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
524
608
|
Equals(obj: unknown): boolean;
|
|
525
609
|
GetHashCode(): int;
|
|
526
610
|
RollbackTransaction(): void;
|
|
@@ -540,12 +624,12 @@ export interface __DatabaseFacade$views {
|
|
|
540
624
|
As_IDatabaseFacadeDependenciesAccessor(): Microsoft_EntityFrameworkCore_Storage_Internal.IDatabaseFacadeDependenciesAccessor$instance;
|
|
541
625
|
}
|
|
542
626
|
|
|
543
|
-
export interface DatabaseFacade$instance extends IInfrastructure_1$instance<IServiceProvider>, IResettableService$instance, Microsoft_EntityFrameworkCore_Storage_Internal.IDatabaseFacadeDependenciesAccessor$instance {}
|
|
544
|
-
|
|
545
627
|
export type DatabaseFacade = DatabaseFacade$instance & __DatabaseFacade$views;
|
|
546
628
|
|
|
547
629
|
|
|
548
630
|
export interface DbContextAttribute$instance extends Attribute {
|
|
631
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_DbContextAttribute: never;
|
|
632
|
+
|
|
549
633
|
readonly ContextType: Type;
|
|
550
634
|
}
|
|
551
635
|
|
|
@@ -558,6 +642,8 @@ export const DbContextAttribute: {
|
|
|
558
642
|
export type DbContextAttribute = DbContextAttribute$instance;
|
|
559
643
|
|
|
560
644
|
export interface DbContextModelAttribute$instance extends Attribute {
|
|
645
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_DbContextModelAttribute: never;
|
|
646
|
+
|
|
561
647
|
readonly ContextType: Type;
|
|
562
648
|
readonly ModelType: Type;
|
|
563
649
|
}
|
|
@@ -571,11 +657,13 @@ export const DbContextModelAttribute: {
|
|
|
571
657
|
export type DbContextModelAttribute = DbContextModelAttribute$instance;
|
|
572
658
|
|
|
573
659
|
export interface DbContextOptionsExtensionInfo$instance {
|
|
660
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_DbContextOptionsExtensionInfo: never;
|
|
661
|
+
|
|
574
662
|
readonly Extension: IDbContextOptionsExtension;
|
|
575
663
|
readonly IsDatabaseProvider: boolean;
|
|
576
664
|
readonly LogFragment: string;
|
|
577
665
|
GetServiceProviderHashCode(): int;
|
|
578
|
-
PopulateDebugInfo(debugInfo:
|
|
666
|
+
PopulateDebugInfo(debugInfo: IDictionary_2<System_Internal.String, System_Internal.String>): void;
|
|
579
667
|
ShouldUseSameServiceProvider(other: DbContextOptionsExtensionInfo): boolean;
|
|
580
668
|
}
|
|
581
669
|
|
|
@@ -587,19 +675,25 @@ export const DbContextOptionsExtensionInfo: (abstract new(extension: IDbContextO
|
|
|
587
675
|
export type DbContextOptionsExtensionInfo = DbContextOptionsExtensionInfo$instance;
|
|
588
676
|
|
|
589
677
|
export interface DebugView$instance {
|
|
678
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_DebugView: never;
|
|
679
|
+
|
|
590
680
|
readonly LongView: string;
|
|
591
681
|
readonly ShortView: string;
|
|
592
682
|
}
|
|
593
683
|
|
|
594
684
|
|
|
595
685
|
export const DebugView: {
|
|
596
|
-
new(toShortDebugString:
|
|
686
|
+
new(toShortDebugString: Func_1<System_Internal.String>, toLongDebugString: Func_1<System_Internal.String>): DebugView;
|
|
597
687
|
};
|
|
598
688
|
|
|
599
689
|
|
|
600
690
|
export type DebugView = DebugView$instance;
|
|
601
691
|
|
|
602
692
|
export interface EntityFrameworkEventSource$instance extends EventSource {
|
|
693
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_EntityFrameworkEventSource: never;
|
|
694
|
+
|
|
695
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
696
|
+
|
|
603
697
|
CompiledQueryCacheHit(): void;
|
|
604
698
|
CompiledQueryCacheMiss(): void;
|
|
605
699
|
DbContextDisposing(): void;
|
|
@@ -620,6 +714,8 @@ export const EntityFrameworkEventSource: {
|
|
|
620
714
|
export type EntityFrameworkEventSource = EntityFrameworkEventSource$instance;
|
|
621
715
|
|
|
622
716
|
export interface EntityFrameworkInternalAttribute$instance extends Attribute {
|
|
717
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_EntityFrameworkInternalAttribute: never;
|
|
718
|
+
|
|
623
719
|
}
|
|
624
720
|
|
|
625
721
|
|
|
@@ -631,52 +727,58 @@ export const EntityFrameworkInternalAttribute: {
|
|
|
631
727
|
export type EntityFrameworkInternalAttribute = EntityFrameworkInternalAttribute$instance;
|
|
632
728
|
|
|
633
729
|
export interface EntityFrameworkRelationalServicesBuilder$instance extends EntityFrameworkServicesBuilder {
|
|
730
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_EntityFrameworkRelationalServicesBuilder: never;
|
|
731
|
+
|
|
634
732
|
TryAddCoreServices(): EntityFrameworkServicesBuilder;
|
|
635
|
-
TryGetServiceCharacteristics(serviceType: Type):
|
|
636
|
-
TryGetServiceCharacteristics(serviceType: Type):
|
|
733
|
+
TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
|
|
734
|
+
TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
|
|
637
735
|
}
|
|
638
736
|
|
|
639
737
|
|
|
640
738
|
export const EntityFrameworkRelationalServicesBuilder: {
|
|
641
739
|
new(serviceCollection: IServiceCollection): EntityFrameworkRelationalServicesBuilder;
|
|
642
|
-
readonly RelationalServices:
|
|
740
|
+
readonly RelationalServices: IDictionary_2<Type, ServiceCharacteristics>;
|
|
643
741
|
};
|
|
644
742
|
|
|
645
743
|
|
|
646
744
|
export type EntityFrameworkRelationalServicesBuilder = EntityFrameworkRelationalServicesBuilder$instance;
|
|
647
745
|
|
|
648
746
|
export interface EntityFrameworkServicesBuilder$instance {
|
|
747
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_EntityFrameworkServicesBuilder: never;
|
|
748
|
+
|
|
649
749
|
readonly ServiceCollectionMap: ServiceCollectionMap;
|
|
650
750
|
GetServiceCharacteristics(serviceType: Type): ServiceCharacteristics;
|
|
651
751
|
TryAdd<TService, TImplementation extends TService>(): EntityFrameworkServicesBuilder;
|
|
652
752
|
TryAdd(serviceType: Type, implementationType: Type): EntityFrameworkServicesBuilder;
|
|
653
|
-
TryAdd<TService>(factory:
|
|
654
|
-
TryAdd(serviceType: Type, implementationType: Type, factory:
|
|
753
|
+
TryAdd<TService>(factory: Func_2<IServiceProvider, TService>): EntityFrameworkServicesBuilder;
|
|
754
|
+
TryAdd(serviceType: Type, implementationType: Type, factory: Func_2<IServiceProvider, unknown>): EntityFrameworkServicesBuilder;
|
|
655
755
|
TryAdd<TService>(implementation: TService): EntityFrameworkServicesBuilder;
|
|
656
756
|
TryAdd(serviceType: Type, implementation: unknown): EntityFrameworkServicesBuilder;
|
|
657
757
|
TryAddCoreServices(): EntityFrameworkServicesBuilder;
|
|
658
|
-
TryAddProviderSpecificServices(serviceMap:
|
|
659
|
-
TryGetServiceCharacteristics(serviceType: Type):
|
|
758
|
+
TryAddProviderSpecificServices(serviceMap: Action_1<ServiceCollectionMap>): EntityFrameworkServicesBuilder;
|
|
759
|
+
TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
|
|
660
760
|
}
|
|
661
761
|
|
|
662
762
|
|
|
663
763
|
export const EntityFrameworkServicesBuilder: {
|
|
664
764
|
new(serviceCollection: IServiceCollection): EntityFrameworkServicesBuilder;
|
|
665
|
-
readonly CoreServices:
|
|
765
|
+
readonly CoreServices: IDictionary_2<Type, ServiceCharacteristics>;
|
|
666
766
|
};
|
|
667
767
|
|
|
668
768
|
|
|
669
769
|
export type EntityFrameworkServicesBuilder = EntityFrameworkServicesBuilder$instance;
|
|
670
770
|
|
|
671
771
|
export interface IndentedStringBuilder$instance {
|
|
772
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_IndentedStringBuilder: never;
|
|
773
|
+
|
|
672
774
|
readonly IndentCount: int;
|
|
673
775
|
readonly Length: int;
|
|
674
776
|
Append(value: string): IndentedStringBuilder;
|
|
675
777
|
Append(value: FormattableString): IndentedStringBuilder;
|
|
676
778
|
Append(value: char): IndentedStringBuilder;
|
|
677
|
-
Append(value:
|
|
678
|
-
Append(value:
|
|
679
|
-
AppendJoin(values:
|
|
779
|
+
Append(value: IEnumerable_1<System_Internal.String>): IndentedStringBuilder;
|
|
780
|
+
Append(value: IEnumerable_1<System_Internal.Char>): IndentedStringBuilder;
|
|
781
|
+
AppendJoin(values: IEnumerable_1<System_Internal.String>, separator?: string): IndentedStringBuilder;
|
|
680
782
|
AppendJoin(separator: string, ...values: string[]): IndentedStringBuilder;
|
|
681
783
|
AppendLine(): IndentedStringBuilder;
|
|
682
784
|
AppendLine(value: string): IndentedStringBuilder;
|
|
@@ -700,6 +802,8 @@ export const IndentedStringBuilder: {
|
|
|
700
802
|
export type IndentedStringBuilder = IndentedStringBuilder$instance;
|
|
701
803
|
|
|
702
804
|
export interface ModelCacheKey$instance {
|
|
805
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelCacheKey: never;
|
|
806
|
+
|
|
703
807
|
Equals(other: ModelCacheKey): boolean;
|
|
704
808
|
Equals(obj: unknown): boolean;
|
|
705
809
|
GetHashCode(): int;
|
|
@@ -715,6 +819,10 @@ export const ModelCacheKey: {
|
|
|
715
819
|
export type ModelCacheKey = ModelCacheKey$instance;
|
|
716
820
|
|
|
717
821
|
export interface ModelCacheKeyFactory$instance {
|
|
822
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelCacheKeyFactory: never;
|
|
823
|
+
|
|
824
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelCacheKeyFactory: never;
|
|
825
|
+
|
|
718
826
|
readonly Dependencies: ModelCacheKeyFactoryDependencies;
|
|
719
827
|
Create(context: DbContext): unknown;
|
|
720
828
|
Create(context: DbContext, designTime: boolean): unknown;
|
|
@@ -734,6 +842,10 @@ export type ModelCacheKeyFactory = ModelCacheKeyFactory$instance & __ModelCacheK
|
|
|
734
842
|
|
|
735
843
|
|
|
736
844
|
export interface ModelCacheKeyFactoryDependencies$instance {
|
|
845
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelCacheKeyFactoryDependencies: never;
|
|
846
|
+
|
|
847
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
848
|
+
|
|
737
849
|
_Clone_$(): ModelCacheKeyFactoryDependencies;
|
|
738
850
|
Equals(obj: unknown): boolean;
|
|
739
851
|
Equals(other: ModelCacheKeyFactoryDependencies): boolean;
|
|
@@ -749,7 +861,11 @@ export const ModelCacheKeyFactoryDependencies: {
|
|
|
749
861
|
|
|
750
862
|
export type ModelCacheKeyFactoryDependencies = ModelCacheKeyFactoryDependencies$instance;
|
|
751
863
|
|
|
752
|
-
export interface ModelCustomizer$instance {
|
|
864
|
+
export interface ModelCustomizer$instance extends IModelCustomizer$instance {
|
|
865
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelCustomizer: never;
|
|
866
|
+
|
|
867
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelCustomizer: never;
|
|
868
|
+
|
|
753
869
|
readonly Dependencies: ModelCustomizerDependencies;
|
|
754
870
|
Customize(modelBuilder: ModelBuilder, context: DbContext): void;
|
|
755
871
|
}
|
|
@@ -764,12 +880,14 @@ export interface __ModelCustomizer$views {
|
|
|
764
880
|
As_IModelCustomizer(): IModelCustomizer$instance;
|
|
765
881
|
}
|
|
766
882
|
|
|
767
|
-
export interface ModelCustomizer$instance extends IModelCustomizer$instance {}
|
|
768
|
-
|
|
769
883
|
export type ModelCustomizer = ModelCustomizer$instance & __ModelCustomizer$views;
|
|
770
884
|
|
|
771
885
|
|
|
772
886
|
export interface ModelCustomizerDependencies$instance {
|
|
887
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelCustomizerDependencies: never;
|
|
888
|
+
|
|
889
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
890
|
+
|
|
773
891
|
_Clone_$(): ModelCustomizerDependencies;
|
|
774
892
|
Equals(obj: unknown): boolean;
|
|
775
893
|
Equals(other: ModelCustomizerDependencies): boolean;
|
|
@@ -786,6 +904,10 @@ export const ModelCustomizerDependencies: {
|
|
|
786
904
|
export type ModelCustomizerDependencies = ModelCustomizerDependencies$instance;
|
|
787
905
|
|
|
788
906
|
export interface ModelDependencies$instance {
|
|
907
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelDependencies: never;
|
|
908
|
+
|
|
909
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
910
|
+
|
|
789
911
|
Logger: IDiagnosticsLogger_1<DbLoggerCategory_Model>;
|
|
790
912
|
_Clone_$(): ModelDependencies;
|
|
791
913
|
Equals(obj: unknown): boolean;
|
|
@@ -803,6 +925,8 @@ export const ModelDependencies: {
|
|
|
803
925
|
export type ModelDependencies = ModelDependencies$instance;
|
|
804
926
|
|
|
805
927
|
export interface ModelRuntimeInitializer$instance {
|
|
928
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelRuntimeInitializer: never;
|
|
929
|
+
|
|
806
930
|
readonly Dependencies: ModelRuntimeInitializerDependencies;
|
|
807
931
|
Initialize(model: IModel, designTime?: boolean, validationLogger?: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): IModel;
|
|
808
932
|
InitializeModel(model: IModel, designTime: boolean, prevalidation: boolean): void;
|
|
@@ -817,6 +941,10 @@ export const ModelRuntimeInitializer: {
|
|
|
817
941
|
export type ModelRuntimeInitializer = ModelRuntimeInitializer$instance;
|
|
818
942
|
|
|
819
943
|
export interface ModelRuntimeInitializerDependencies$instance {
|
|
944
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelRuntimeInitializerDependencies: never;
|
|
945
|
+
|
|
946
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
947
|
+
|
|
820
948
|
ModelDependencies: RuntimeModelDependencies;
|
|
821
949
|
ModelValidator: IModelValidator;
|
|
822
950
|
_Clone_$(): ModelRuntimeInitializerDependencies;
|
|
@@ -835,6 +963,8 @@ export const ModelRuntimeInitializerDependencies: {
|
|
|
835
963
|
export type ModelRuntimeInitializerDependencies = ModelRuntimeInitializerDependencies$instance;
|
|
836
964
|
|
|
837
965
|
export interface ModelSnapshot$instance {
|
|
966
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelSnapshot: never;
|
|
967
|
+
|
|
838
968
|
readonly Model: IModel;
|
|
839
969
|
BuildModel(modelBuilder: ModelBuilder): void;
|
|
840
970
|
}
|
|
@@ -846,7 +976,11 @@ export const ModelSnapshot: (abstract new() => ModelSnapshot) & {
|
|
|
846
976
|
|
|
847
977
|
export type ModelSnapshot = ModelSnapshot$instance;
|
|
848
978
|
|
|
849
|
-
export interface ModelSource$instance {
|
|
979
|
+
export interface ModelSource$instance extends IModelSource$instance {
|
|
980
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelSource: never;
|
|
981
|
+
|
|
982
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelSource: never;
|
|
983
|
+
|
|
850
984
|
readonly Dependencies: ModelSourceDependencies;
|
|
851
985
|
CreateModel(context: DbContext, modelCreationDependencies: ModelCreationDependencies, designTime: boolean): IModel;
|
|
852
986
|
CreateModel(context: DbContext, conventionSetBuilder: IConventionSetBuilder, modelDependencies: ModelDependencies): IModel;
|
|
@@ -863,12 +997,14 @@ export interface __ModelSource$views {
|
|
|
863
997
|
As_IModelSource(): IModelSource$instance;
|
|
864
998
|
}
|
|
865
999
|
|
|
866
|
-
export interface ModelSource$instance extends IModelSource$instance {}
|
|
867
|
-
|
|
868
1000
|
export type ModelSource = ModelSource$instance & __ModelSource$views;
|
|
869
1001
|
|
|
870
1002
|
|
|
871
1003
|
export interface ModelSourceDependencies$instance {
|
|
1004
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelSourceDependencies: never;
|
|
1005
|
+
|
|
1006
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1007
|
+
|
|
872
1008
|
MemoryCache: IMemoryCache;
|
|
873
1009
|
ModelCacheKeyFactory: IModelCacheKeyFactory;
|
|
874
1010
|
ModelCustomizer: IModelCustomizer;
|
|
@@ -887,7 +1023,11 @@ export const ModelSourceDependencies: {
|
|
|
887
1023
|
|
|
888
1024
|
export type ModelSourceDependencies = ModelSourceDependencies$instance;
|
|
889
1025
|
|
|
890
|
-
export interface ModelValidator$instance {
|
|
1026
|
+
export interface ModelValidator$instance extends IModelValidator$instance {
|
|
1027
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelValidator: never;
|
|
1028
|
+
|
|
1029
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelValidator: never;
|
|
1030
|
+
|
|
891
1031
|
readonly Dependencies: ModelValidatorDependencies;
|
|
892
1032
|
IsOwned(targetType: Type, conventionModel: IConventionModel): boolean;
|
|
893
1033
|
IsRedundant(foreignKey: IForeignKey): boolean;
|
|
@@ -929,12 +1069,14 @@ export interface __ModelValidator$views {
|
|
|
929
1069
|
As_IModelValidator(): IModelValidator$instance;
|
|
930
1070
|
}
|
|
931
1071
|
|
|
932
|
-
export interface ModelValidator$instance extends IModelValidator$instance {}
|
|
933
|
-
|
|
934
1072
|
export type ModelValidator = ModelValidator$instance & __ModelValidator$views;
|
|
935
1073
|
|
|
936
1074
|
|
|
937
1075
|
export interface ModelValidatorDependencies$instance {
|
|
1076
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ModelValidatorDependencies: never;
|
|
1077
|
+
|
|
1078
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1079
|
+
|
|
938
1080
|
MemberClassifier: IMemberClassifier;
|
|
939
1081
|
_Clone_$(): ModelValidatorDependencies;
|
|
940
1082
|
Equals(obj: unknown): boolean;
|
|
@@ -951,9 +1093,13 @@ export const ModelValidatorDependencies: {
|
|
|
951
1093
|
|
|
952
1094
|
export type ModelValidatorDependencies = ModelValidatorDependencies$instance;
|
|
953
1095
|
|
|
954
|
-
export interface PooledDbContextFactory_1$instance<TContext extends DbContext> {
|
|
1096
|
+
export interface PooledDbContextFactory_1$instance<TContext extends DbContext> extends Microsoft_EntityFrameworkCore_Internal.IDbContextFactory_1$instance<TContext> {
|
|
1097
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_PooledDbContextFactory_1: never;
|
|
1098
|
+
|
|
1099
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_IDbContextFactory_1: never;
|
|
1100
|
+
|
|
955
1101
|
CreateDbContext(): TContext;
|
|
956
|
-
CreateDbContextAsync(cancellationToken?: CancellationToken):
|
|
1102
|
+
CreateDbContextAsync(cancellationToken?: CancellationToken): Task_1<TContext>;
|
|
957
1103
|
}
|
|
958
1104
|
|
|
959
1105
|
|
|
@@ -967,16 +1113,18 @@ export interface __PooledDbContextFactory_1$views<TContext extends DbContext> {
|
|
|
967
1113
|
As_IDbContextFactory_1(): Microsoft_EntityFrameworkCore_Internal.IDbContextFactory_1$instance<TContext>;
|
|
968
1114
|
}
|
|
969
1115
|
|
|
970
|
-
export interface PooledDbContextFactory_1$instance<TContext extends DbContext> extends Microsoft_EntityFrameworkCore_Internal.IDbContextFactory_1$instance<TContext> {}
|
|
971
|
-
|
|
972
1116
|
export type PooledDbContextFactory_1<TContext extends DbContext> = PooledDbContextFactory_1$instance<TContext> & __PooledDbContextFactory_1$views<TContext>;
|
|
973
1117
|
|
|
974
1118
|
|
|
975
|
-
export interface RelationalDbContextOptionsBuilder_2$instance<TBuilder extends RelationalDbContextOptionsBuilder_2<TBuilder, TExtension>, TExtension extends RelationalOptionsExtension> {
|
|
1119
|
+
export interface RelationalDbContextOptionsBuilder_2$instance<TBuilder extends RelationalDbContextOptionsBuilder_2<TBuilder, TExtension>, TExtension extends RelationalOptionsExtension> extends IRelationalDbContextOptionsBuilderInfrastructure$instance {
|
|
1120
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalDbContextOptionsBuilder_2: never;
|
|
1121
|
+
|
|
1122
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
|
|
1123
|
+
|
|
976
1124
|
readonly OptionsBuilder: DbContextOptionsBuilder;
|
|
977
|
-
CommandTimeout(commandTimeout:
|
|
1125
|
+
CommandTimeout(commandTimeout: Nullable_1<System_Internal.Int32>): TBuilder;
|
|
978
1126
|
Equals(obj: unknown): boolean;
|
|
979
|
-
ExecutionStrategy(getExecutionStrategy:
|
|
1127
|
+
ExecutionStrategy(getExecutionStrategy: Func_2<ExecutionStrategyDependencies, IExecutionStrategy>): TBuilder;
|
|
980
1128
|
GetHashCode(): int;
|
|
981
1129
|
MaxBatchSize(maxBatchSize: int): TBuilder;
|
|
982
1130
|
MigrationsAssembly(assemblyName: string): TBuilder;
|
|
@@ -989,7 +1137,7 @@ export interface RelationalDbContextOptionsBuilder_2$instance<TBuilder extends R
|
|
|
989
1137
|
UseParameterizedCollectionMode(parameterizedCollectionMode: ParameterTranslationMode): TBuilder;
|
|
990
1138
|
UseQuerySplittingBehavior(querySplittingBehavior: QuerySplittingBehavior): TBuilder;
|
|
991
1139
|
UseRelationalNulls(useRelationalNulls?: boolean): TBuilder;
|
|
992
|
-
WithOption(setAction:
|
|
1140
|
+
WithOption(setAction: Func_2<TExtension, TExtension>): TBuilder;
|
|
993
1141
|
}
|
|
994
1142
|
|
|
995
1143
|
|
|
@@ -1001,12 +1149,14 @@ export interface __RelationalDbContextOptionsBuilder_2$views<TBuilder extends Re
|
|
|
1001
1149
|
As_IRelationalDbContextOptionsBuilderInfrastructure(): IRelationalDbContextOptionsBuilderInfrastructure$instance;
|
|
1002
1150
|
}
|
|
1003
1151
|
|
|
1004
|
-
export interface RelationalDbContextOptionsBuilder_2$instance<TBuilder extends RelationalDbContextOptionsBuilder_2<TBuilder, TExtension>, TExtension extends RelationalOptionsExtension> extends IRelationalDbContextOptionsBuilderInfrastructure$instance {}
|
|
1005
|
-
|
|
1006
1152
|
export type RelationalDbContextOptionsBuilder_2<TBuilder extends RelationalDbContextOptionsBuilder_2<TBuilder, TExtension>, TExtension extends RelationalOptionsExtension> = RelationalDbContextOptionsBuilder_2$instance<TBuilder, TExtension> & __RelationalDbContextOptionsBuilder_2$views<TBuilder, TExtension>;
|
|
1007
1153
|
|
|
1008
1154
|
|
|
1009
1155
|
export interface RelationalModelCustomizer$instance extends ModelCustomizer$instance {
|
|
1156
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalModelCustomizer: never;
|
|
1157
|
+
|
|
1158
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelCustomizer: never;
|
|
1159
|
+
|
|
1010
1160
|
Customize(modelBuilder: ModelBuilder, context: DbContext): void;
|
|
1011
1161
|
}
|
|
1012
1162
|
|
|
@@ -1024,6 +1174,10 @@ export type RelationalModelCustomizer = RelationalModelCustomizer$instance & __R
|
|
|
1024
1174
|
|
|
1025
1175
|
|
|
1026
1176
|
export interface RelationalModelDependencies$instance {
|
|
1177
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalModelDependencies: never;
|
|
1178
|
+
|
|
1179
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1180
|
+
|
|
1027
1181
|
RowForeignKeyValueFactoryFactory: IRowForeignKeyValueFactoryFactory;
|
|
1028
1182
|
RowIndexValueFactoryFactory: IRowIndexValueFactoryFactory;
|
|
1029
1183
|
RowKeyValueFactoryFactory: IRowKeyValueFactoryFactory;
|
|
@@ -1044,6 +1198,10 @@ export const RelationalModelDependencies: {
|
|
|
1044
1198
|
export type RelationalModelDependencies = RelationalModelDependencies$instance;
|
|
1045
1199
|
|
|
1046
1200
|
export interface RelationalModelRuntimeInitializer$instance extends ModelRuntimeInitializer {
|
|
1201
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalModelRuntimeInitializer: never;
|
|
1202
|
+
|
|
1203
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelRuntimeInitializer: never;
|
|
1204
|
+
|
|
1047
1205
|
readonly RelationalDependencies: RelationalModelRuntimeInitializerDependencies;
|
|
1048
1206
|
Initialize(model: IModel, designTime?: boolean, validationLogger?: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): IModel;
|
|
1049
1207
|
InitializeModel(model: IModel, designTime: boolean, prevalidation: boolean): void;
|
|
@@ -1063,6 +1221,10 @@ export type RelationalModelRuntimeInitializer = RelationalModelRuntimeInitialize
|
|
|
1063
1221
|
|
|
1064
1222
|
|
|
1065
1223
|
export interface RelationalModelRuntimeInitializerDependencies$instance {
|
|
1224
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalModelRuntimeInitializerDependencies: never;
|
|
1225
|
+
|
|
1226
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1227
|
+
|
|
1066
1228
|
RelationalAnnotationProvider: IRelationalAnnotationProvider;
|
|
1067
1229
|
RelationalModelDependencies: RelationalModelDependencies;
|
|
1068
1230
|
_Clone_$(): RelationalModelRuntimeInitializerDependencies;
|
|
@@ -1081,6 +1243,10 @@ export const RelationalModelRuntimeInitializerDependencies: {
|
|
|
1081
1243
|
export type RelationalModelRuntimeInitializerDependencies = RelationalModelRuntimeInitializerDependencies$instance;
|
|
1082
1244
|
|
|
1083
1245
|
export interface RelationalModelValidator$instance extends ModelValidator$instance {
|
|
1246
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalModelValidator: never;
|
|
1247
|
+
|
|
1248
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelValidator: never;
|
|
1249
|
+
|
|
1084
1250
|
readonly RelationalDependencies: RelationalModelValidatorDependencies;
|
|
1085
1251
|
GetDefaultColumnValue(property: IProperty, storeObject: StoreObjectIdentifier): unknown | undefined;
|
|
1086
1252
|
IsRedundant(foreignKey: IForeignKey): boolean;
|
|
@@ -1117,16 +1283,16 @@ export interface RelationalModelValidator$instance extends ModelValidator$instan
|
|
|
1117
1283
|
ValidatePropertyMapping(structuralType: IConventionTypeBase, model: IConventionModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1118
1284
|
ValidatePropertyMapping(complexProperty: IConventionComplexProperty, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1119
1285
|
ValidatePropertyOverrides(model: IModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1120
|
-
ValidateSharedCheckConstraintCompatibility(mappedTypes:
|
|
1121
|
-
ValidateSharedColumnsCompatibility(mappedTypes:
|
|
1122
|
-
ValidateSharedForeignKeysCompatibility(mappedTypes:
|
|
1123
|
-
ValidateSharedIndexesCompatibility(mappedTypes:
|
|
1124
|
-
ValidateSharedKeysCompatibility(mappedTypes:
|
|
1286
|
+
ValidateSharedCheckConstraintCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1287
|
+
ValidateSharedColumnsCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1288
|
+
ValidateSharedForeignKeysCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1289
|
+
ValidateSharedIndexesCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1290
|
+
ValidateSharedKeysCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1125
1291
|
ValidateSharedTableCompatibility(model: IModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1126
|
-
ValidateSharedTableCompatibility(mappedTypes:
|
|
1127
|
-
ValidateSharedTriggerCompatibility(mappedTypes:
|
|
1292
|
+
ValidateSharedTableCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1293
|
+
ValidateSharedTriggerCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1128
1294
|
ValidateSharedViewCompatibility(model: IModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1129
|
-
ValidateSharedViewCompatibility(mappedTypes:
|
|
1295
|
+
ValidateSharedViewCompatibility(mappedTypes: IReadOnlyList_1<IEntityType>, viewName: string, schema: string, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1130
1296
|
ValidateSqlQueries(model: IModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1131
1297
|
ValidateStoredProcedures(model: IModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
1132
1298
|
ValidateTriggers(model: IModel, logger: IDiagnosticsLogger_1<DbLoggerCategory_Model_Validation>): void;
|
|
@@ -1148,6 +1314,10 @@ export type RelationalModelValidator = RelationalModelValidator$instance & __Rel
|
|
|
1148
1314
|
|
|
1149
1315
|
|
|
1150
1316
|
export interface RelationalModelValidatorDependencies$instance {
|
|
1317
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalModelValidatorDependencies: never;
|
|
1318
|
+
|
|
1319
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1320
|
+
|
|
1151
1321
|
TypeMappingSource: IRelationalTypeMappingSource;
|
|
1152
1322
|
_Clone_$(): RelationalModelValidatorDependencies;
|
|
1153
1323
|
Equals(obj: unknown): boolean;
|
|
@@ -1164,36 +1334,40 @@ export const RelationalModelValidatorDependencies: {
|
|
|
1164
1334
|
|
|
1165
1335
|
export type RelationalModelValidatorDependencies = RelationalModelValidatorDependencies$instance;
|
|
1166
1336
|
|
|
1167
|
-
export interface RelationalOptionsExtension$instance {
|
|
1168
|
-
readonly
|
|
1337
|
+
export interface RelationalOptionsExtension$instance extends IDbContextOptionsExtension$instance {
|
|
1338
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RelationalOptionsExtension: never;
|
|
1339
|
+
|
|
1340
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsExtension: never;
|
|
1341
|
+
|
|
1342
|
+
readonly CommandTimeout: Nullable_1<System_Internal.Int32>;
|
|
1169
1343
|
readonly Connection: DbConnection | undefined;
|
|
1170
1344
|
readonly ConnectionString: string | undefined;
|
|
1171
|
-
readonly ExecutionStrategyFactory:
|
|
1345
|
+
readonly ExecutionStrategyFactory: Func_2<ExecutionStrategyDependencies, IExecutionStrategy> | undefined;
|
|
1172
1346
|
readonly Info: DbContextOptionsExtensionInfo;
|
|
1173
1347
|
readonly IsConnectionOwned: boolean;
|
|
1174
|
-
readonly MaxBatchSize:
|
|
1348
|
+
readonly MaxBatchSize: Nullable_1<System_Internal.Int32>;
|
|
1175
1349
|
readonly MigrationsAssembly: string | undefined;
|
|
1176
1350
|
readonly MigrationsAssemblyObject: Assembly | undefined;
|
|
1177
1351
|
readonly MigrationsHistoryTableName: string | undefined;
|
|
1178
1352
|
readonly MigrationsHistoryTableSchema: string | undefined;
|
|
1179
|
-
readonly MinBatchSize:
|
|
1353
|
+
readonly MinBatchSize: Nullable_1<System_Internal.Int32>;
|
|
1180
1354
|
readonly ParameterizedCollectionMode: ParameterTranslationMode;
|
|
1181
|
-
readonly QuerySplittingBehavior:
|
|
1355
|
+
readonly QuerySplittingBehavior: Nullable_1<QuerySplittingBehavior>;
|
|
1182
1356
|
readonly UseRelationalNulls: boolean;
|
|
1183
1357
|
ApplyServices(services: IServiceCollection): void;
|
|
1184
1358
|
Clone(): RelationalOptionsExtension;
|
|
1185
1359
|
Validate(options: IDbContextOptions): void;
|
|
1186
|
-
WithCommandTimeout(commandTimeout:
|
|
1360
|
+
WithCommandTimeout(commandTimeout: Nullable_1<System_Internal.Int32>): RelationalOptionsExtension;
|
|
1187
1361
|
WithConnection(connection: DbConnection): RelationalOptionsExtension;
|
|
1188
1362
|
WithConnection(connection: DbConnection, owned: boolean): RelationalOptionsExtension;
|
|
1189
1363
|
WithConnectionString(connectionString: string): RelationalOptionsExtension;
|
|
1190
|
-
WithExecutionStrategyFactory(executionStrategyFactory:
|
|
1191
|
-
WithMaxBatchSize(maxBatchSize:
|
|
1364
|
+
WithExecutionStrategyFactory(executionStrategyFactory: Func_2<ExecutionStrategyDependencies, IExecutionStrategy>): RelationalOptionsExtension;
|
|
1365
|
+
WithMaxBatchSize(maxBatchSize: Nullable_1<System_Internal.Int32>): RelationalOptionsExtension;
|
|
1192
1366
|
WithMigrationsAssembly(migrationsAssembly: string): RelationalOptionsExtension;
|
|
1193
1367
|
WithMigrationsAssembly(migrationsAssembly: Assembly): RelationalOptionsExtension;
|
|
1194
1368
|
WithMigrationsHistoryTableName(migrationsHistoryTableName: string): RelationalOptionsExtension;
|
|
1195
1369
|
WithMigrationsHistoryTableSchema(migrationsHistoryTableSchema: string): RelationalOptionsExtension;
|
|
1196
|
-
WithMinBatchSize(minBatchSize:
|
|
1370
|
+
WithMinBatchSize(minBatchSize: Nullable_1<System_Internal.Int32>): RelationalOptionsExtension;
|
|
1197
1371
|
WithUseParameterizedCollectionMode(parameterizedCollectionMode: ParameterTranslationMode): RelationalOptionsExtension;
|
|
1198
1372
|
WithUseQuerySplittingBehavior(querySplittingBehavior: QuerySplittingBehavior): RelationalOptionsExtension;
|
|
1199
1373
|
WithUseRelationalNulls(useRelationalNulls: boolean): RelationalOptionsExtension;
|
|
@@ -1210,27 +1384,30 @@ export interface __RelationalOptionsExtension$views {
|
|
|
1210
1384
|
As_IDbContextOptionsExtension(): IDbContextOptionsExtension$instance;
|
|
1211
1385
|
}
|
|
1212
1386
|
|
|
1213
|
-
export interface RelationalOptionsExtension$instance extends IDbContextOptionsExtension$instance {}
|
|
1214
|
-
|
|
1215
1387
|
export type RelationalOptionsExtension = RelationalOptionsExtension$instance & __RelationalOptionsExtension$views;
|
|
1216
1388
|
|
|
1217
1389
|
|
|
1218
1390
|
export interface RuntimeAnnotatableBase$instance {
|
|
1391
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RuntimeAnnotatableBase: never;
|
|
1392
|
+
|
|
1393
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
|
|
1394
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
|
|
1395
|
+
|
|
1219
1396
|
[name: string]: unknown | undefined;
|
|
1220
1397
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
1221
|
-
AddAnnotations(annotations:
|
|
1222
|
-
AddAnnotations(annotations:
|
|
1398
|
+
AddAnnotations(annotations: IEnumerable_1<IAnnotation>): void;
|
|
1399
|
+
AddAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
1223
1400
|
AddRuntimeAnnotation(name: string, value: unknown): Annotation;
|
|
1224
1401
|
AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
|
|
1225
|
-
AddRuntimeAnnotations(annotations:
|
|
1226
|
-
AddRuntimeAnnotations(annotations:
|
|
1402
|
+
AddRuntimeAnnotations(annotations: IEnumerable_1<Annotation>): void;
|
|
1403
|
+
AddRuntimeAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
1227
1404
|
CreateAnnotation(name: string, value: unknown): Annotation;
|
|
1228
1405
|
CreateRuntimeAnnotation(name: string, value: unknown): Annotation;
|
|
1229
1406
|
FindAnnotation(name: string): Annotation | undefined;
|
|
1230
1407
|
FindRuntimeAnnotation(name: string): Annotation | undefined;
|
|
1231
1408
|
GetAnnotation(annotationName: string): Annotation;
|
|
1232
|
-
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory:
|
|
1233
|
-
GetRuntimeAnnotations():
|
|
1409
|
+
GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func_2<TArg, TValue>, factoryArgument: TArg): TValue;
|
|
1410
|
+
GetRuntimeAnnotations(): IEnumerable_1<Annotation>;
|
|
1234
1411
|
RemoveAnnotation(name: string): Annotation | undefined;
|
|
1235
1412
|
RemoveRuntimeAnnotation(name: string): Annotation | undefined;
|
|
1236
1413
|
SetAnnotation(name: string, value: unknown): void;
|
|
@@ -1253,6 +1430,10 @@ export type RuntimeAnnotatableBase = RuntimeAnnotatableBase$instance & __Runtime
|
|
|
1253
1430
|
|
|
1254
1431
|
|
|
1255
1432
|
export interface RuntimeModelDependencies$instance {
|
|
1433
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_RuntimeModelDependencies: never;
|
|
1434
|
+
|
|
1435
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1436
|
+
|
|
1256
1437
|
ConstructorBindingFactory: IConstructorBindingFactory;
|
|
1257
1438
|
ParameterBindingFactories: IParameterBindingFactories;
|
|
1258
1439
|
TypeMappingSource: ITypeMappingSource;
|
|
@@ -1272,36 +1453,40 @@ export const RuntimeModelDependencies: {
|
|
|
1272
1453
|
export type RuntimeModelDependencies = RuntimeModelDependencies$instance;
|
|
1273
1454
|
|
|
1274
1455
|
export interface ServiceCollectionMap$instance {
|
|
1456
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ServiceCollectionMap: never;
|
|
1457
|
+
|
|
1458
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
1459
|
+
|
|
1275
1460
|
readonly ServiceCollection: IServiceCollection;
|
|
1276
1461
|
TryAdd(serviceType: Type, implementationType: Type, lifetime: ServiceLifetime): ServiceCollectionMap;
|
|
1277
|
-
TryAdd(serviceType: Type, factory:
|
|
1462
|
+
TryAdd(serviceType: Type, factory: Func_2<IServiceProvider, unknown>, lifetime: ServiceLifetime): ServiceCollectionMap;
|
|
1278
1463
|
TryAddEnumerable(serviceType: Type, implementationType: Type, lifetime: ServiceLifetime): ServiceCollectionMap;
|
|
1279
|
-
TryAddEnumerable(serviceType: Type, implementationType: Type, factory:
|
|
1464
|
+
TryAddEnumerable(serviceType: Type, implementationType: Type, factory: Func_2<IServiceProvider, unknown>, lifetime: ServiceLifetime): ServiceCollectionMap;
|
|
1280
1465
|
TryAddScoped<TService, TImplementation extends TService>(): ServiceCollectionMap;
|
|
1281
1466
|
TryAddScoped(serviceType: Type, implementationType: Type): ServiceCollectionMap;
|
|
1282
|
-
TryAddScoped<TService>(factory:
|
|
1283
|
-
TryAddScoped(serviceType: Type, factory:
|
|
1467
|
+
TryAddScoped<TService>(factory: Func_2<IServiceProvider, TService>): ServiceCollectionMap;
|
|
1468
|
+
TryAddScoped(serviceType: Type, factory: Func_2<IServiceProvider, unknown>): ServiceCollectionMap;
|
|
1284
1469
|
TryAddScopedEnumerable<TService, TImplementation extends TService>(): ServiceCollectionMap;
|
|
1285
1470
|
TryAddScopedEnumerable(serviceType: Type, implementationType: Type): ServiceCollectionMap;
|
|
1286
|
-
TryAddScopedEnumerable<TService, TImplementation extends TService>(factory:
|
|
1471
|
+
TryAddScopedEnumerable<TService, TImplementation extends TService>(factory: Func_2<IServiceProvider, TImplementation>): ServiceCollectionMap;
|
|
1287
1472
|
TryAddSingleton<TService, TImplementation extends TService>(): ServiceCollectionMap;
|
|
1288
1473
|
TryAddSingleton(serviceType: Type, implementationType: Type): ServiceCollectionMap;
|
|
1289
|
-
TryAddSingleton<TService>(factory:
|
|
1290
|
-
TryAddSingleton(serviceType: Type, factory:
|
|
1474
|
+
TryAddSingleton<TService>(factory: Func_2<IServiceProvider, TService>): ServiceCollectionMap;
|
|
1475
|
+
TryAddSingleton(serviceType: Type, factory: Func_2<IServiceProvider, unknown>): ServiceCollectionMap;
|
|
1291
1476
|
TryAddSingleton<TService>(implementation: TService): ServiceCollectionMap;
|
|
1292
1477
|
TryAddSingleton(serviceType: Type, implementation: unknown): ServiceCollectionMap;
|
|
1293
1478
|
TryAddSingletonEnumerable<TService, TImplementation extends TService>(): ServiceCollectionMap;
|
|
1294
1479
|
TryAddSingletonEnumerable(serviceType: Type, implementationType: Type): ServiceCollectionMap;
|
|
1295
|
-
TryAddSingletonEnumerable<TService, TImplementation extends TService>(factory:
|
|
1480
|
+
TryAddSingletonEnumerable<TService, TImplementation extends TService>(factory: Func_2<IServiceProvider, TImplementation>): ServiceCollectionMap;
|
|
1296
1481
|
TryAddSingletonEnumerable<TService>(implementation: TService): ServiceCollectionMap;
|
|
1297
1482
|
TryAddSingletonEnumerable(serviceType: Type, implementation: unknown): ServiceCollectionMap;
|
|
1298
1483
|
TryAddTransient<TService, TImplementation extends TService>(): ServiceCollectionMap;
|
|
1299
1484
|
TryAddTransient(serviceType: Type, implementationType: Type): ServiceCollectionMap;
|
|
1300
|
-
TryAddTransient<TService>(factory:
|
|
1301
|
-
TryAddTransient(serviceType: Type, factory:
|
|
1485
|
+
TryAddTransient<TService>(factory: Func_2<IServiceProvider, TService>): ServiceCollectionMap;
|
|
1486
|
+
TryAddTransient(serviceType: Type, factory: Func_2<IServiceProvider, unknown>): ServiceCollectionMap;
|
|
1302
1487
|
TryAddTransientEnumerable<TService, TImplementation extends TService>(): ServiceCollectionMap;
|
|
1303
1488
|
TryAddTransientEnumerable(serviceType: Type, implementationType: Type): ServiceCollectionMap;
|
|
1304
|
-
TryAddTransientEnumerable<TService, TImplementation extends TService>(factory:
|
|
1489
|
+
TryAddTransientEnumerable<TService, TImplementation extends TService>(factory: Func_2<IServiceProvider, TImplementation>): ServiceCollectionMap;
|
|
1305
1490
|
}
|
|
1306
1491
|
|
|
1307
1492
|
|
|
@@ -1314,12 +1499,12 @@ export interface __ServiceCollectionMap$views {
|
|
|
1314
1499
|
As_IInfrastructure_1(): IInfrastructure_1$instance<IInternalServiceCollectionMap>;
|
|
1315
1500
|
}
|
|
1316
1501
|
|
|
1317
|
-
export interface ServiceCollectionMap$instance extends IInfrastructure_1$instance<IInternalServiceCollectionMap> {}
|
|
1318
|
-
|
|
1319
1502
|
export type ServiceCollectionMap = ServiceCollectionMap$instance & __ServiceCollectionMap$views;
|
|
1320
1503
|
|
|
1321
1504
|
|
|
1322
1505
|
export interface ServiceProviderAccessor$instance {
|
|
1506
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ServiceProviderAccessor: never;
|
|
1507
|
+
|
|
1323
1508
|
readonly RootServiceProvider: IServiceProvider;
|
|
1324
1509
|
}
|
|
1325
1510
|
|
|
@@ -1360,16 +1545,16 @@ export abstract class ExpressionExtensions$instance {
|
|
|
1360
1545
|
static CreateEFPropertyExpression(target: Expression, property: IPropertyBase, makeNullable?: boolean): Expression;
|
|
1361
1546
|
static CreateEFPropertyExpression(target: Expression, propertyDeclaringType: Type, propertyType: Type, propertyName: string, makeNullable: boolean): Expression;
|
|
1362
1547
|
static CreateEqualsExpression(left: Expression, right: Expression, negated?: boolean): Expression;
|
|
1363
|
-
static CreateKeyValuesExpression(target: Expression, properties:
|
|
1548
|
+
static CreateKeyValuesExpression(target: Expression, properties: IReadOnlyList_1<IProperty>, makeNullable?: boolean): Expression;
|
|
1364
1549
|
static CreateValueBufferReadValueExpression(valueBuffer: Expression, type: Type, index: int, property: IPropertyBase): Expression;
|
|
1365
1550
|
static GetMemberAccess(memberAccessExpression: LambdaExpression): MemberInfo;
|
|
1366
|
-
static GetMemberAccessList(memberAccessExpression: LambdaExpression):
|
|
1551
|
+
static GetMemberAccessList(memberAccessExpression: LambdaExpression): IReadOnlyList_1<MemberInfo>;
|
|
1367
1552
|
static GetPropertyAccess(propertyAccessExpression: LambdaExpression): PropertyInfo;
|
|
1368
|
-
static GetPropertyAccessList(propertyAccessExpression: LambdaExpression):
|
|
1553
|
+
static GetPropertyAccessList(propertyAccessExpression: LambdaExpression): IReadOnlyList_1<PropertyInfo>;
|
|
1369
1554
|
static IsMemberAccess(expression: Expression, model: IModel, baseExpression: Expression, memberIdentity: MemberIdentity): boolean;
|
|
1370
1555
|
static IsMemberAccess(expression: Expression, model: IModel, baseExpression: Expression): boolean;
|
|
1371
1556
|
static MakeMemberAccess(expression: Expression, member: MemberInfo): MemberExpression;
|
|
1372
|
-
static Print(expression: Expression, characterLimit?:
|
|
1557
|
+
static Print(expression: Expression, characterLimit?: Nullable_1<System_Internal.Int32>): string;
|
|
1373
1558
|
static TryGetEFPropertyArguments(methodCallExpression: MethodCallExpression, entityExpression: Expression, propertyName: string): boolean;
|
|
1374
1559
|
static TryGetIndexerArguments(methodCallExpression: MethodCallExpression, model: IModel, entityExpression: Expression, propertyName: string): boolean;
|
|
1375
1560
|
}
|
|
@@ -1406,8 +1591,8 @@ export abstract class RelationalModelExtensions$instance {
|
|
|
1406
1591
|
export type RelationalModelExtensions = RelationalModelExtensions$instance;
|
|
1407
1592
|
|
|
1408
1593
|
export abstract class RelationalPropertyExtensions$instance {
|
|
1409
|
-
static FormatColumns(properties:
|
|
1410
|
-
static GetColumnNames(properties:
|
|
1594
|
+
static FormatColumns(properties: IEnumerable_1<IReadOnlyProperty>, storeObject: StoreObjectIdentifier): string;
|
|
1595
|
+
static GetColumnNames(properties: IEnumerable_1<IReadOnlyProperty>, storeObject: StoreObjectIdentifier): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
1411
1596
|
}
|
|
1412
1597
|
|
|
1413
1598
|
|
|
@@ -1421,13 +1606,13 @@ export abstract class TypeExtensions$instance {
|
|
|
1421
1606
|
export type TypeExtensions = TypeExtensions$instance;
|
|
1422
1607
|
|
|
1423
1608
|
export abstract class Uniquifier$instance {
|
|
1424
|
-
static Truncate(identifier: string, maxLength: int, uniquifier?:
|
|
1425
|
-
static Truncate(identifier: string, maxLength: int, suffix: string, uniquifier?:
|
|
1426
|
-
static Uniquify<TKey, TValue>(currentIdentifier: string, otherIdentifiers:
|
|
1427
|
-
static Uniquify<TKey, TValue>(currentIdentifier: string, otherIdentifiers:
|
|
1428
|
-
static Uniquify<T>(currentIdentifier: string, otherIdentifiers:
|
|
1429
|
-
static Uniquify<T>(currentIdentifier: string, otherIdentifiers:
|
|
1430
|
-
static Uniquify(currentIdentifier: string, otherIdentifiers:
|
|
1609
|
+
static Truncate(identifier: string, maxLength: int, uniquifier?: Nullable_1<System_Internal.Int32>): string;
|
|
1610
|
+
static Truncate(identifier: string, maxLength: int, suffix: string, uniquifier?: Nullable_1<System_Internal.Int32>): string;
|
|
1611
|
+
static Uniquify<TKey, TValue>(currentIdentifier: string, otherIdentifiers: IReadOnlyDictionary_2<TKey, TValue>, keySelector: Func_2<System_Internal.String, TKey>, maxLength: int): string;
|
|
1612
|
+
static Uniquify<TKey, TValue>(currentIdentifier: string, otherIdentifiers: IReadOnlyDictionary_2<TKey, TValue>, keySelector: Func_2<System_Internal.String, TKey>, suffix: string, maxLength: int): string;
|
|
1613
|
+
static Uniquify<T>(currentIdentifier: string, otherIdentifiers: IReadOnlyDictionary_2<System_Internal.String, T>, maxLength: int): string;
|
|
1614
|
+
static Uniquify<T>(currentIdentifier: string, otherIdentifiers: IReadOnlyDictionary_2<System_Internal.String, T>, suffix: string, maxLength: int): string;
|
|
1615
|
+
static Uniquify(currentIdentifier: string, otherIdentifiers: ISet_1<System_Internal.String>, suffix: string, maxLength: int): string;
|
|
1431
1616
|
}
|
|
1432
1617
|
|
|
1433
1618
|
|