@tsonic/efcore 10.0.5 → 10.0.9
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 +601 -531
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +203 -166
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +388 -327
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +123 -103
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +22 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +443 -261
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +66 -42
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +221 -155
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +39 -29
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +141 -123
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1275 -1307
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +553 -519
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +363 -307
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +13 -7
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +26 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1576 -1343
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +91 -67
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +78 -74
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +271 -207
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +22 -20
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +389 -241
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +354 -267
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +188 -120
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +21 -15
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +93 -73
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +359 -242
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +53 -37
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +85 -25
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +137 -43
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +92 -68
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +121 -91
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +53 -23
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
- package/System.Transactions/internal/index.d.ts +3 -3
- package/__internal/extensions/index.d.ts +1462 -1465
- package/package.json +4 -4
|
@@ -13,15 +13,15 @@ import * as Microsoft_EntityFrameworkCore_Internal_Internal from "../../Microsof
|
|
|
13
13
|
import type { IInjectableService } from "../../Microsoft.EntityFrameworkCore.Internal/internal/index.js";
|
|
14
14
|
import type { IEntityType, ITypeBase } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
15
15
|
import type { DbContext, DbContextOptionsBuilder, DbLoggerCategory_Infrastructure, QueryTrackingBehavior } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
16
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
17
|
-
import type {
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import {
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import type {
|
|
24
|
-
import type { IServiceCollection, ServiceDescriptor, ServiceLifetime } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
16
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import type { IComparer_1, IList_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
18
|
+
import { MemberInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
19
|
+
import * as System_Reflection_Internal from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
20
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
21
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
22
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
23
|
+
import type { Action_2, Boolean as ClrBoolean, IDisposable, Int32, IServiceProvider, Nullable_1, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
24
|
+
import type { IServiceCollection, ServiceDescriptor, ServiceLifetime } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
25
25
|
|
|
26
26
|
export interface ILazyLoaderFactory$instance extends IDisposable, IResettableService {
|
|
27
27
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_Internal_ILazyLoaderFactory: never;
|
|
@@ -36,7 +36,9 @@ export interface ILazyLoaderFactory$instance extends Microsoft_EntityFrameworkCo
|
|
|
36
36
|
|
|
37
37
|
export type ILazyLoaderFactory = ILazyLoaderFactory$instance;
|
|
38
38
|
|
|
39
|
-
export interface ConcurrencyDetector$instance {
|
|
39
|
+
export interface ConcurrencyDetector$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IConcurrencyDetector$instance {
|
|
40
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_ConcurrencyDetector: never;
|
|
41
|
+
|
|
40
42
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IConcurrencyDetector: never;
|
|
41
43
|
|
|
42
44
|
EnterCriticalSection(): ConcurrencyDetectorCriticalSectionDisposer;
|
|
@@ -53,12 +55,12 @@ export interface __ConcurrencyDetector$views {
|
|
|
53
55
|
As_IConcurrencyDetector(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IConcurrencyDetector$instance;
|
|
54
56
|
}
|
|
55
57
|
|
|
56
|
-
export interface ConcurrencyDetector$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IConcurrencyDetector$instance {}
|
|
57
|
-
|
|
58
58
|
export type ConcurrencyDetector = ConcurrencyDetector$instance & __ConcurrencyDetector$views;
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
export interface CoreSingletonOptions$instance {
|
|
62
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_CoreSingletonOptions: never;
|
|
63
|
+
|
|
62
64
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ICoreSingletonOptions: never;
|
|
63
65
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ISingletonOptions: never;
|
|
64
66
|
|
|
@@ -84,7 +86,9 @@ export interface __CoreSingletonOptions$views {
|
|
|
84
86
|
export type CoreSingletonOptions = CoreSingletonOptions$instance & __CoreSingletonOptions$views;
|
|
85
87
|
|
|
86
88
|
|
|
87
|
-
export interface CurrentDbContext$instance {
|
|
89
|
+
export interface CurrentDbContext$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.ICurrentDbContext$instance {
|
|
90
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_CurrentDbContext: never;
|
|
91
|
+
|
|
88
92
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ICurrentDbContext: never;
|
|
89
93
|
|
|
90
94
|
readonly Context: DbContext;
|
|
@@ -100,12 +104,12 @@ export interface __CurrentDbContext$views {
|
|
|
100
104
|
As_ICurrentDbContext(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.ICurrentDbContext$instance;
|
|
101
105
|
}
|
|
102
106
|
|
|
103
|
-
export interface CurrentDbContext$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.ICurrentDbContext$instance {}
|
|
104
|
-
|
|
105
107
|
export type CurrentDbContext = CurrentDbContext$instance & __CurrentDbContext$views;
|
|
106
108
|
|
|
107
109
|
|
|
108
|
-
export interface DbContextOptionsConfiguration_1$instance<TContext extends DbContext> {
|
|
110
|
+
export interface DbContextOptionsConfiguration_1$instance<TContext extends DbContext> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsConfiguration_1$instance<TContext> {
|
|
111
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_DbContextOptionsConfiguration_1: never;
|
|
112
|
+
|
|
109
113
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsConfiguration_1: never;
|
|
110
114
|
|
|
111
115
|
Configure(serviceProvider: IServiceProvider, optionsBuilder: DbContextOptionsBuilder): void;
|
|
@@ -113,7 +117,7 @@ export interface DbContextOptionsConfiguration_1$instance<TContext extends DbCon
|
|
|
113
117
|
|
|
114
118
|
|
|
115
119
|
export const DbContextOptionsConfiguration_1: {
|
|
116
|
-
new<TContext extends DbContext>(configure:
|
|
120
|
+
new<TContext extends DbContext>(configure: Action_2<IServiceProvider, DbContextOptionsBuilder>): DbContextOptionsConfiguration_1<TContext>;
|
|
117
121
|
};
|
|
118
122
|
|
|
119
123
|
|
|
@@ -121,15 +125,15 @@ export interface __DbContextOptionsConfiguration_1$views<TContext extends DbCont
|
|
|
121
125
|
As_IDbContextOptionsConfiguration_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsConfiguration_1$instance<TContext>;
|
|
122
126
|
}
|
|
123
127
|
|
|
124
|
-
export interface DbContextOptionsConfiguration_1$instance<TContext extends DbContext> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsConfiguration_1$instance<TContext> {}
|
|
125
|
-
|
|
126
128
|
export type DbContextOptionsConfiguration_1<TContext extends DbContext> = DbContextOptionsConfiguration_1$instance<TContext> & __DbContextOptionsConfiguration_1$views<TContext>;
|
|
127
129
|
|
|
128
130
|
|
|
129
|
-
export interface DbSetFinder$instance {
|
|
131
|
+
export interface DbSetFinder$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbSetFinder$instance {
|
|
132
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_DbSetFinder: never;
|
|
133
|
+
|
|
130
134
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbSetFinder: never;
|
|
131
135
|
|
|
132
|
-
FindSets(contextType: Type):
|
|
136
|
+
FindSets(contextType: Type): IReadOnlyList_1<DbSetProperty>;
|
|
133
137
|
}
|
|
134
138
|
|
|
135
139
|
|
|
@@ -142,12 +146,12 @@ export interface __DbSetFinder$views {
|
|
|
142
146
|
As_IDbSetFinder(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbSetFinder$instance;
|
|
143
147
|
}
|
|
144
148
|
|
|
145
|
-
export interface DbSetFinder$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbSetFinder$instance {}
|
|
146
|
-
|
|
147
149
|
export type DbSetFinder = DbSetFinder$instance & __DbSetFinder$views;
|
|
148
150
|
|
|
149
151
|
|
|
150
152
|
export interface EntityFrameworkMetrics$instance {
|
|
153
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_EntityFrameworkMetrics: never;
|
|
154
|
+
|
|
151
155
|
}
|
|
152
156
|
|
|
153
157
|
|
|
@@ -167,13 +171,15 @@ export const EntityFrameworkMetrics: {
|
|
|
167
171
|
export type EntityFrameworkMetrics = EntityFrameworkMetrics$instance;
|
|
168
172
|
|
|
169
173
|
export interface InternalServiceCollectionMap$instance {
|
|
174
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_InternalServiceCollectionMap: never;
|
|
175
|
+
|
|
170
176
|
readonly ServiceCollection: IServiceCollection;
|
|
171
177
|
AddDependency(serviceType: Type, lifetime: ServiceLifetime): IInternalServiceCollectionMap;
|
|
172
178
|
AddDependencyScoped<TDependencies>(): IInternalServiceCollectionMap;
|
|
173
179
|
AddDependencySingleton<TDependencies>(): IInternalServiceCollectionMap;
|
|
174
|
-
AddNewDescriptor(indexes:
|
|
180
|
+
AddNewDescriptor(indexes: IList_1<System_Internal.Int32>, newDescriptor: ServiceDescriptor): void;
|
|
175
181
|
DoPatchInjection<TService>(): InternalServiceCollectionMap;
|
|
176
|
-
GetOrCreateDescriptorIndexes(serviceType: Type):
|
|
182
|
+
GetOrCreateDescriptorIndexes(serviceType: Type): IList_1<System_Internal.Int32>;
|
|
177
183
|
}
|
|
178
184
|
|
|
179
185
|
|
|
@@ -184,7 +190,9 @@ export const InternalServiceCollectionMap: {
|
|
|
184
190
|
|
|
185
191
|
export type InternalServiceCollectionMap = InternalServiceCollectionMap$instance;
|
|
186
192
|
|
|
187
|
-
export interface LazyLoader$instance {
|
|
193
|
+
export interface LazyLoader$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.ILazyLoader$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IInjectableService$instance {
|
|
194
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_LazyLoader: never;
|
|
195
|
+
|
|
188
196
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ILazyLoader: never;
|
|
189
197
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Internal_IInjectableService: never;
|
|
190
198
|
|
|
@@ -194,7 +202,7 @@ export interface LazyLoader$instance {
|
|
|
194
202
|
Attaching(context: DbContext, entityType: IEntityType, entity: unknown): void;
|
|
195
203
|
Detaching(context: DbContext, entity: unknown): boolean;
|
|
196
204
|
Dispose(): void;
|
|
197
|
-
Injected(context: DbContext, entity: unknown, queryTrackingBehavior:
|
|
205
|
+
Injected(context: DbContext, entity: unknown, queryTrackingBehavior: Nullable_1<QueryTrackingBehavior>, structuralType: ITypeBase): void;
|
|
198
206
|
IsLoaded(entity: unknown, navigationName?: string): boolean;
|
|
199
207
|
Load(entity: unknown, navigationName?: string): void;
|
|
200
208
|
LoadAsync(entity: unknown, cancellationToken?: CancellationToken, navigationName?: string): Task;
|
|
@@ -212,12 +220,12 @@ export interface __LazyLoader$views {
|
|
|
212
220
|
As_ILazyLoader(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.ILazyLoader$instance;
|
|
213
221
|
}
|
|
214
222
|
|
|
215
|
-
export interface LazyLoader$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.ILazyLoader$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IInjectableService$instance {}
|
|
216
|
-
|
|
217
223
|
export type LazyLoader = LazyLoader$instance & __LazyLoader$views;
|
|
218
224
|
|
|
219
225
|
|
|
220
226
|
export interface LazyLoaderFactory$instance {
|
|
227
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_LazyLoaderFactory: never;
|
|
228
|
+
|
|
221
229
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
222
230
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_Internal_ILazyLoaderFactory: never;
|
|
223
231
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -243,6 +251,8 @@ export type LazyLoaderFactory = LazyLoaderFactory$instance & __LazyLoaderFactory
|
|
|
243
251
|
|
|
244
252
|
|
|
245
253
|
export interface MemberInfoNameComparer$instance {
|
|
254
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_Internal_MemberInfoNameComparer: never;
|
|
255
|
+
|
|
246
256
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
247
257
|
|
|
248
258
|
Compare(x: MemberInfo, y: MemberInfo): int;
|