@tsonic/efcore 10.0.1 → 10.0.2
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/bindings.json +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- package/package.json +1 -1
|
@@ -27,7 +27,13 @@ import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
|
27
27
|
import * as Microsoft_Extensions_Logging_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
28
28
|
import type { EventId, ILogger, ILoggerFactory, ILoggerProvider, LogLevel } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
29
29
|
|
|
30
|
-
export
|
|
30
|
+
export abstract class DbCommandInterceptorAggregator$protected {
|
|
31
|
+
protected CreateChain2(interceptors: IEnumerable<IDbCommandInterceptor>): IDbCommandInterceptor;
|
|
32
|
+
protected abstract CreateChain(interceptors: IEnumerable<unknown>): unknown;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
export interface DbCommandInterceptorAggregator$instance extends DbCommandInterceptorAggregator$protected, InterceptorAggregator_1<IDbCommandInterceptor> {
|
|
31
37
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
32
38
|
}
|
|
33
39
|
|
|
@@ -44,7 +50,13 @@ export interface __DbCommandInterceptorAggregator$views {
|
|
|
44
50
|
export type DbCommandInterceptorAggregator = DbCommandInterceptorAggregator$instance & __DbCommandInterceptorAggregator$views;
|
|
45
51
|
|
|
46
52
|
|
|
47
|
-
export
|
|
53
|
+
export abstract class DbConnectionInterceptorAggregator$protected {
|
|
54
|
+
protected CreateChain2(interceptors: IEnumerable<IDbConnectionInterceptor>): IDbConnectionInterceptor;
|
|
55
|
+
protected abstract CreateChain(interceptors: IEnumerable<unknown>): unknown;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
export interface DbConnectionInterceptorAggregator$instance extends DbConnectionInterceptorAggregator$protected, InterceptorAggregator_1<IDbConnectionInterceptor> {
|
|
48
60
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
49
61
|
}
|
|
50
62
|
|
|
@@ -61,7 +73,13 @@ export interface __DbConnectionInterceptorAggregator$views {
|
|
|
61
73
|
export type DbConnectionInterceptorAggregator = DbConnectionInterceptorAggregator$instance & __DbConnectionInterceptorAggregator$views;
|
|
62
74
|
|
|
63
75
|
|
|
64
|
-
export
|
|
76
|
+
export abstract class DbTransactionInterceptorAggregator$protected {
|
|
77
|
+
protected CreateChain2(interceptors: IEnumerable<IDbTransactionInterceptor>): IDbTransactionInterceptor;
|
|
78
|
+
protected abstract CreateChain(interceptors: IEnumerable<unknown>): unknown;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
export interface DbTransactionInterceptorAggregator$instance extends DbTransactionInterceptorAggregator$protected, InterceptorAggregator_1<IDbTransactionInterceptor> {
|
|
65
83
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
66
84
|
}
|
|
67
85
|
|
|
@@ -141,7 +159,13 @@ export interface FormattingDbContextLogger$instance extends Microsoft_EntityFram
|
|
|
141
159
|
export type FormattingDbContextLogger = FormattingDbContextLogger$instance & __FormattingDbContextLogger$views;
|
|
142
160
|
|
|
143
161
|
|
|
144
|
-
export
|
|
162
|
+
export abstract class IdentityResolutionInterceptorAggregator$protected {
|
|
163
|
+
protected CreateChain2(interceptors: IEnumerable<IIdentityResolutionInterceptor>): IIdentityResolutionInterceptor;
|
|
164
|
+
protected abstract CreateChain(interceptors: IEnumerable<unknown>): unknown;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
export interface IdentityResolutionInterceptorAggregator$instance extends IdentityResolutionInterceptorAggregator$protected, InterceptorAggregator_1<IIdentityResolutionInterceptor> {
|
|
145
169
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
146
170
|
}
|
|
147
171
|
|
|
@@ -179,9 +203,9 @@ export type Interceptors = Interceptors$instance & __Interceptors$views;
|
|
|
179
203
|
|
|
180
204
|
export interface LoggingOptions$instance {
|
|
181
205
|
DetailedErrorsEnabled: boolean;
|
|
182
|
-
|
|
206
|
+
IsSensitiveDataLoggingEnabled: boolean;
|
|
183
207
|
IsSensitiveDataLoggingWarned: boolean;
|
|
184
|
-
|
|
208
|
+
WarningsConfiguration: WarningsConfiguration;
|
|
185
209
|
Initialize(options: IDbContextOptions): void;
|
|
186
210
|
ShouldWarnForStringEnumValueInJson(enumType: Type): boolean;
|
|
187
211
|
Validate(options: IDbContextOptions): void;
|
|
@@ -201,7 +225,13 @@ export interface __LoggingOptions$views {
|
|
|
201
225
|
export type LoggingOptions = LoggingOptions$instance & __LoggingOptions$views;
|
|
202
226
|
|
|
203
227
|
|
|
204
|
-
export
|
|
228
|
+
export abstract class MaterializationInterceptorAggregator$protected {
|
|
229
|
+
protected CreateChain2(interceptors: IEnumerable<IMaterializationInterceptor>): IMaterializationInterceptor;
|
|
230
|
+
protected abstract CreateChain(interceptors: IEnumerable<unknown>): unknown;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
export interface MaterializationInterceptorAggregator$instance extends MaterializationInterceptorAggregator$protected, InterceptorAggregator_1<IMaterializationInterceptor> {
|
|
205
235
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
206
236
|
}
|
|
207
237
|
|
|
@@ -238,7 +268,13 @@ export interface NullDbContextLogger$instance extends Microsoft_EntityFrameworkC
|
|
|
238
268
|
export type NullDbContextLogger = NullDbContextLogger$instance & __NullDbContextLogger$views;
|
|
239
269
|
|
|
240
270
|
|
|
241
|
-
export
|
|
271
|
+
export abstract class QueryExpressionInterceptorAggregator$protected {
|
|
272
|
+
protected CreateChain2(interceptors: IEnumerable<IQueryExpressionInterceptor>): IQueryExpressionInterceptor;
|
|
273
|
+
protected abstract CreateChain(interceptors: IEnumerable<unknown>): unknown;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
export interface QueryExpressionInterceptorAggregator$instance extends QueryExpressionInterceptorAggregator$protected, InterceptorAggregator_1<IQueryExpressionInterceptor> {
|
|
242
278
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
243
279
|
}
|
|
244
280
|
|
|
@@ -278,10 +314,7 @@ export interface RelationalCommandDiagnosticsLogger$instance extends Diagnostics
|
|
|
278
314
|
DataReaderClosing(connection: IRelationalConnection, command: DbCommand, dataReader: DbDataReader, commandId: Guid, recordsAffected: int, readCount: int, startTime: DateTimeOffset): InterceptionResult;
|
|
279
315
|
DataReaderClosingAsync(connection: IRelationalConnection, command: DbCommand, dataReader: DbDataReader, commandId: Guid, recordsAffected: int, readCount: int, startTime: DateTimeOffset): ValueTask<InterceptionResult>;
|
|
280
316
|
DataReaderDisposing(connection: IRelationalConnection, command: DbCommand, dataReader: DbDataReader, commandId: Guid, recordsAffected: int, readCount: int, startTime: DateTimeOffset, duration: TimeSpan): InterceptionResult;
|
|
281
|
-
|
|
282
|
-
NeedsEventData(definition: EventDefinitionBase, diagnosticSourceEnabled: boolean, simpleLogEnabled: boolean): boolean;
|
|
283
|
-
NeedsEventData<TInterceptor extends IInterceptor>(definition: EventDefinitionBase, interceptor: TInterceptor, diagnosticSourceEnabled: boolean, simpleLogEnabled: boolean): boolean;
|
|
284
|
-
ShouldLog(definition: EventDefinitionBase): boolean;
|
|
317
|
+
NeedsEventData2(definition: EventDefinitionBase, diagnosticSourceEnabled: boolean, simpleLogEnabled: boolean): boolean;
|
|
285
318
|
ShouldLogCommandCreate(now: DateTimeOffset): boolean;
|
|
286
319
|
ShouldLogCommandExecute(now: DateTimeOffset): boolean;
|
|
287
320
|
ShouldLogDataReaderClose(now: DateTimeOffset): boolean;
|
|
@@ -322,10 +355,7 @@ export interface RelationalConnectionDiagnosticsLogger$instance extends Diagnost
|
|
|
322
355
|
ConnectionOpenedAsync(connection: IRelationalConnection, startTime: DateTimeOffset, duration: TimeSpan, cancellationToken?: CancellationToken): Task;
|
|
323
356
|
ConnectionOpening(connection: IRelationalConnection, startTime: DateTimeOffset): InterceptionResult;
|
|
324
357
|
ConnectionOpeningAsync(connection: IRelationalConnection, startTime: DateTimeOffset, cancellationToken: CancellationToken): ValueTask<InterceptionResult>;
|
|
325
|
-
|
|
326
|
-
NeedsEventData(definition: EventDefinitionBase, diagnosticSourceEnabled: boolean, simpleLogEnabled: boolean): boolean;
|
|
327
|
-
NeedsEventData<TInterceptor extends IInterceptor>(definition: EventDefinitionBase, interceptor: TInterceptor, diagnosticSourceEnabled: boolean, simpleLogEnabled: boolean): boolean;
|
|
328
|
-
ShouldLog(definition: EventDefinitionBase): boolean;
|
|
358
|
+
NeedsEventData2(definition: EventDefinitionBase, diagnosticSourceEnabled: boolean, simpleLogEnabled: boolean): boolean;
|
|
329
359
|
ShouldLogConnectionClose(now: DateTimeOffset): boolean;
|
|
330
360
|
ShouldLogConnectionCreate(now: DateTimeOffset): boolean;
|
|
331
361
|
ShouldLogConnectionDispose(now: DateTimeOffset): boolean;
|
|
@@ -347,7 +377,13 @@ export interface __RelationalConnectionDiagnosticsLogger$views {
|
|
|
347
377
|
export type RelationalConnectionDiagnosticsLogger = RelationalConnectionDiagnosticsLogger$instance & __RelationalConnectionDiagnosticsLogger$views;
|
|
348
378
|
|
|
349
379
|
|
|
350
|
-
export
|
|
380
|
+
export abstract class SaveChangesInterceptorAggregator$protected {
|
|
381
|
+
protected CreateChain2(interceptors: IEnumerable<ISaveChangesInterceptor>): ISaveChangesInterceptor;
|
|
382
|
+
protected abstract CreateChain(interceptors: IEnumerable<unknown>): unknown;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
export interface SaveChangesInterceptorAggregator$instance extends SaveChangesInterceptorAggregator$protected, InterceptorAggregator_1<ISaveChangesInterceptor> {
|
|
351
387
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
352
388
|
}
|
|
353
389
|
|