@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
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
// Primitive type aliases from @tsonic/core
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
+
// Import support types from @tsonic/core
|
|
9
|
+
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
+
|
|
8
11
|
// Import types from other namespaces
|
|
9
12
|
import type { ValueComparer } from "../../Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.js";
|
|
10
13
|
import type { IDiagnosticsLogger_1, IRelationalCommandDiagnosticsLogger } from "../../Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
|
|
@@ -21,9 +24,10 @@ import type { IEnumerable, IReadOnlyDictionary, IReadOnlyList } from "@tsonic/do
|
|
|
21
24
|
import type { DbCommand, DbParameter, DbParameterCollection } from "@tsonic/dotnet/System.Data.Common.js";
|
|
22
25
|
import type { DbType, ParameterDirection } from "@tsonic/dotnet/System.Data.js";
|
|
23
26
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
24
|
-
import type { Boolean as ClrBoolean, Byte, Exception, Func, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
|
|
27
|
+
import type { Boolean as ClrBoolean, Byte, Exception, Func, IEquatable, Int32, IServiceProvider, Nullable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
|
|
25
28
|
import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
26
29
|
import type { MethodInfo } from "@tsonic/dotnet/System.Reflection.js";
|
|
30
|
+
import type { StringBuilder } from "@tsonic/dotnet/System.Text.js";
|
|
27
31
|
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
28
32
|
|
|
29
33
|
export interface ICompositeJsonValueReaderWriter$instance {
|
|
@@ -69,7 +73,13 @@ export interface __CompositeRelationalParameter$views {
|
|
|
69
73
|
export type CompositeRelationalParameter = CompositeRelationalParameter$instance & __CompositeRelationalParameter$views;
|
|
70
74
|
|
|
71
75
|
|
|
72
|
-
export
|
|
76
|
+
export abstract class DatabaseFacadeDependencies$protected {
|
|
77
|
+
protected readonly EqualityContract: Type;
|
|
78
|
+
protected PrintMembers(builder: StringBuilder): boolean;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
export interface DatabaseFacadeDependencies$instance extends DatabaseFacadeDependencies$protected {
|
|
73
83
|
readonly AdHocMapper: IAdHocMapper;
|
|
74
84
|
readonly CommandLogger: IDiagnosticsLogger_1<DbLoggerCategory_Database_Command>;
|
|
75
85
|
readonly ConcurrencyDetector: IConcurrencyDetector;
|
|
@@ -91,6 +101,7 @@ export interface DatabaseFacadeDependencies$instance {
|
|
|
91
101
|
|
|
92
102
|
export const DatabaseFacadeDependencies: {
|
|
93
103
|
new(transactionManager: IDbContextTransactionManager, databaseCreator: IDatabaseCreator, executionStrategy: IExecutionStrategy, executionStrategyFactory: IExecutionStrategyFactory, databaseProviders: IEnumerable<IDatabaseProvider>, commandLogger: IDiagnosticsLogger_1<DbLoggerCategory_Database_Command>, concurrencyDetector: IConcurrencyDetector, coreOptions: ICoreSingletonOptions, queryProvider: IAsyncQueryProvider, adHocMapper: IAdHocMapper, typeMappingSource: ITypeMappingSource): DatabaseFacadeDependencies;
|
|
104
|
+
new(original: DatabaseFacadeDependencies): DatabaseFacadeDependencies;
|
|
94
105
|
};
|
|
95
106
|
|
|
96
107
|
|
|
@@ -120,7 +131,12 @@ export interface __ExceptionDetector$views {
|
|
|
120
131
|
export type ExceptionDetector = ExceptionDetector$instance & __ExceptionDetector$views;
|
|
121
132
|
|
|
122
133
|
|
|
123
|
-
export
|
|
134
|
+
export abstract class ExecutionStrategyFactory$protected {
|
|
135
|
+
protected readonly Dependencies: ExecutionStrategyDependencies;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
export interface ExecutionStrategyFactory$instance extends ExecutionStrategyFactory$protected {
|
|
124
140
|
Create(): IExecutionStrategy;
|
|
125
141
|
}
|
|
126
142
|
|
|
@@ -139,7 +155,12 @@ export interface ExecutionStrategyFactory$instance extends Microsoft_EntityFrame
|
|
|
139
155
|
export type ExecutionStrategyFactory = ExecutionStrategyFactory$instance & __ExecutionStrategyFactory$views;
|
|
140
156
|
|
|
141
157
|
|
|
142
|
-
export
|
|
158
|
+
export abstract class NamedConnectionStringResolver$protected {
|
|
159
|
+
protected readonly ApplicationServiceProvider: IServiceProvider | undefined;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
export interface NamedConnectionStringResolver$instance extends NamedConnectionStringResolver$protected, NamedConnectionStringResolverBase {
|
|
143
164
|
ResolveConnectionString(connectionString: string): string;
|
|
144
165
|
}
|
|
145
166
|
|
|
@@ -156,18 +177,32 @@ export interface __NamedConnectionStringResolver$views {
|
|
|
156
177
|
export type NamedConnectionStringResolver = NamedConnectionStringResolver$instance & __NamedConnectionStringResolver$views;
|
|
157
178
|
|
|
158
179
|
|
|
159
|
-
export
|
|
180
|
+
export abstract class NamedConnectionStringResolverBase$protected {
|
|
181
|
+
protected readonly ApplicationServiceProvider: IServiceProvider | undefined;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
export interface NamedConnectionStringResolverBase$instance extends NamedConnectionStringResolverBase$protected {
|
|
160
186
|
ResolveConnectionString(connectionString: string): string;
|
|
161
187
|
}
|
|
162
188
|
|
|
163
189
|
|
|
164
190
|
export const NamedConnectionStringResolverBase: {
|
|
191
|
+
new(): NamedConnectionStringResolverBase;
|
|
165
192
|
};
|
|
166
193
|
|
|
167
194
|
|
|
168
195
|
export type NamedConnectionStringResolverBase = NamedConnectionStringResolverBase$instance;
|
|
169
196
|
|
|
170
|
-
export
|
|
197
|
+
export abstract class NullTypeMapping$protected {
|
|
198
|
+
protected Clone5(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
199
|
+
protected Clone(parameters: CoreTypeMapping_CoreTypeMappingParameters): CoreTypeMapping;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
export interface NullTypeMapping$instance extends NullTypeMapping$protected, RelationalTypeMapping {
|
|
204
|
+
Clone2(mappingInfo?: Nullable<RelationalTypeMappingInfo>, clrType?: Type, converter?: ValueConverter, comparer?: ValueComparer, keyComparer?: ValueComparer, providerValueComparer?: ValueComparer, elementMapping?: CoreTypeMapping, jsonValueReaderWriter?: JsonValueReaderWriter, storeTypePostfix?: Nullable<StoreTypePostfix>): RelationalTypeMapping;
|
|
205
|
+
Clone2(mappingInfo?: Nullable<TypeMappingInfo>, clrType?: Type, converter?: ValueConverter, comparer?: ValueComparer, keyComparer?: ValueComparer, providerValueComparer?: ValueComparer, elementMapping?: CoreTypeMapping, jsonValueReaderWriter?: JsonValueReaderWriter): CoreTypeMapping;
|
|
171
206
|
}
|
|
172
207
|
|
|
173
208
|
|
|
@@ -219,7 +254,13 @@ export interface RawSqlCommandBuilder$instance extends Microsoft_EntityFramework
|
|
|
219
254
|
export type RawSqlCommandBuilder = RawSqlCommandBuilder$instance & __RawSqlCommandBuilder$views;
|
|
220
255
|
|
|
221
256
|
|
|
222
|
-
export
|
|
257
|
+
export abstract class RelationalDatabaseFacadeDependencies$protected {
|
|
258
|
+
protected readonly EqualityContract: Type;
|
|
259
|
+
protected PrintMembers(builder: StringBuilder): boolean;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
export interface RelationalDatabaseFacadeDependencies$instance extends RelationalDatabaseFacadeDependencies$protected {
|
|
223
264
|
readonly AdHocMapper: IAdHocMapper;
|
|
224
265
|
readonly CommandLogger: IRelationalCommandDiagnosticsLogger;
|
|
225
266
|
readonly ConcurrencyDetector: IConcurrencyDetector;
|
|
@@ -243,6 +284,7 @@ export interface RelationalDatabaseFacadeDependencies$instance {
|
|
|
243
284
|
|
|
244
285
|
export const RelationalDatabaseFacadeDependencies: {
|
|
245
286
|
new(transactionManager: IDbContextTransactionManager, databaseCreator: IDatabaseCreator, executionStrategy: IExecutionStrategy, executionStrategyFactory: IExecutionStrategyFactory, databaseProviders: IEnumerable<IDatabaseProvider>, commandLogger: IRelationalCommandDiagnosticsLogger, concurrencyDetector: IConcurrencyDetector, relationalConnection: IRelationalConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, coreOptions: ICoreSingletonOptions, queryProvider: IAsyncQueryProvider, adHocMapper: IAdHocMapper, relationalTypeMappingSource: IRelationalTypeMappingSource): RelationalDatabaseFacadeDependencies;
|
|
287
|
+
new(original: RelationalDatabaseFacadeDependencies): RelationalDatabaseFacadeDependencies;
|
|
246
288
|
};
|
|
247
289
|
|
|
248
290
|
|
|
@@ -264,6 +306,7 @@ export interface RelationalParameterBase$instance {
|
|
|
264
306
|
|
|
265
307
|
|
|
266
308
|
export const RelationalParameterBase: {
|
|
309
|
+
new(invariantName: string): RelationalParameterBase;
|
|
267
310
|
};
|
|
268
311
|
|
|
269
312
|
|
|
@@ -19,9 +19,10 @@ import type { DbLoggerCategory_Database_Command } from './Microsoft.EntityFramew
|
|
|
19
19
|
import type { IEnumerable, IReadOnlyDictionary, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
20
20
|
import type { DbCommand, DbParameter, DbParameterCollection } from '@tsonic/dotnet/System.Data.Common.js';
|
|
21
21
|
import type { DbType, ParameterDirection } from '@tsonic/dotnet/System.Data.js';
|
|
22
|
-
import type { Boolean as ClrBoolean, Byte, Exception, Func, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
|
|
22
|
+
import type { Boolean as ClrBoolean, Byte, Exception, Func, IEquatable, Int32, IServiceProvider, Nullable, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
|
|
23
23
|
import type { Expression } from '@tsonic/dotnet/System.Linq.Expressions.js';
|
|
24
24
|
import type { MethodInfo } from '@tsonic/dotnet/System.Reflection.js';
|
|
25
|
+
import type { StringBuilder } from '@tsonic/dotnet/System.Text.js';
|
|
25
26
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
26
27
|
|
|
27
28
|
// Public API exports (curated - no internal $instance/$views leakage)
|