@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.
Files changed (40) hide show
  1. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +634 -529
  2. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +299 -154
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +591 -291
  4. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +139 -103
  5. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +36 -10
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +535 -261
  7. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +105 -42
  8. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +330 -145
  9. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +62 -30
  10. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +235 -121
  11. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1624 -1035
  12. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +718 -476
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +860 -307
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +27 -7
  15. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +35 -21
  16. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2232 -1303
  17. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +123 -67
  18. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +88 -74
  19. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +445 -207
  20. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +28 -20
  21. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +601 -240
  22. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +505 -257
  23. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +318 -120
  24. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +35 -15
  25. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +133 -73
  26. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +502 -239
  27. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +80 -35
  28. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +3 -0
  29. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +102 -25
  30. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +143 -43
  31. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
  32. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +136 -68
  33. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +198 -91
  34. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +69 -23
  35. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
  36. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
  37. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  38. package/System.Transactions/internal/index.d.ts +3 -3
  39. package/__internal/extensions/index.d.ts +1553 -1291
  40. package/package.json +4 -4
@@ -17,23 +17,23 @@ import type { IComplexProperty, IEntityType, IModel, INavigation, INavigationBas
17
17
  import * as Microsoft_EntityFrameworkCore_Update_Internal from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
18
18
  import type { IUpdateEntry } from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
19
19
  import type { DbContext, DbSet_1, EntityState, QueryTrackingBehavior } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
20
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
21
- import type { HashSet_1$Enumerator, ICollection as ICollection__System_Collections_Generic, IComparer, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IEqualityComparer as IEqualityComparer__System_Collections_Generic, IList as IList__System_Collections_Generic, IReadOnlyCollection, IReadOnlyList, ISet, List } from "@tsonic/dotnet/System.Collections.Generic.js";
22
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
23
- import type { ICollection, IEnumerable, IEqualityComparer, IList } from "@tsonic/dotnet/System.Collections.js";
24
- import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel.js";
25
- import type { ObservableCollection } from "@tsonic/dotnet/System.Collections.ObjectModel.js";
26
- import * as System_Collections_Specialized_Internal from "@tsonic/dotnet/System.Collections.Specialized.js";
27
- import type { INotifyCollectionChanged, NotifyCollectionChangedEventArgs, NotifyCollectionChangedEventHandler } from "@tsonic/dotnet/System.Collections.Specialized.js";
28
- import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
29
- import type { BindingList, IListSource, INotifyPropertyChanged, INotifyPropertyChanging, PropertyChangedEventArgs, PropertyChangedEventHandler, PropertyChangingEventArgs, PropertyChangingEventHandler } from "@tsonic/dotnet/System.ComponentModel.js";
30
- import * as System_Internal from "@tsonic/dotnet/System.js";
31
- import type { Action, Boolean as ClrBoolean, Enum, EventArgs, EventHandler, Func, HashCode, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, Predicate, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
32
- import type { Expression, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions.js";
33
- import type { IQueryable } from "@tsonic/dotnet/System.Linq.js";
34
- import type { MethodInfo } from "@tsonic/dotnet/System.Reflection.js";
35
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
36
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
20
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
21
+ import type { HashSet_1$Enumerator, ICollection_1, IComparer_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1, ISet_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
22
+ import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
23
+ import type { ObservableCollection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
24
+ import * as System_Collections_Specialized_Internal from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
25
+ import type { INotifyCollectionChanged, NotifyCollectionChangedEventArgs, NotifyCollectionChangedEventHandler } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
26
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
27
+ import type { ICollection, IEnumerable, IEqualityComparer, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
28
+ import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
29
+ import type { BindingList_1, IListSource, INotifyPropertyChanged, INotifyPropertyChanging, PropertyChangedEventArgs, PropertyChangedEventHandler, PropertyChangingEventArgs, PropertyChangingEventHandler } from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
30
+ import type { Expression, Expression_1, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
31
+ import type { IQueryable, IQueryable_1 } from "@tsonic/dotnet/System.Linq/internal/index.js";
32
+ import type { MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
33
+ import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
34
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
35
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
36
+ import type { Action_1, Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, Func_2, Func_3, HashCode, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, Predicate_1, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
37
37
 
38
38
  export enum CascadeTiming {
39
39
  Immediate = 0,
@@ -57,6 +57,8 @@ export enum LoadOptions {
57
57
 
58
58
 
59
59
  export interface IDependentKeyValueFactory$instance {
60
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
61
+
60
62
  CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues?: boolean): unknown;
61
63
  }
62
64
 
@@ -64,7 +66,9 @@ export interface IDependentKeyValueFactory$instance {
64
66
  export type IDependentKeyValueFactory = IDependentKeyValueFactory$instance;
65
67
 
66
68
  export interface IDependentKeyValueFactory_1$instance<TKey> extends IDependentKeyValueFactory {
67
- readonly EqualityComparer: IEqualityComparer__System_Collections_Generic<TKey>;
69
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
70
+
71
+ readonly EqualityComparer: IEqualityComparer_1<TKey>;
68
72
  CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues?: boolean): unknown;
69
73
  TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
70
74
  }
@@ -75,14 +79,18 @@ export interface IDependentKeyValueFactory_1$instance<TKey> extends IDependentKe
75
79
  export type IDependentKeyValueFactory_1<TKey> = IDependentKeyValueFactory_1$instance<TKey>;
76
80
 
77
81
  export interface IEntityEntryGraphIterator$instance {
78
- TraverseGraph<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func<EntityEntryGraphNode_1<TState>, System_Internal.Boolean>): void;
79
- TraverseGraphAsync<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func<EntityEntryGraphNode_1<TState>, CancellationToken, Task<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task;
82
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IEntityEntryGraphIterator: never;
83
+
84
+ TraverseGraph<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func_2<EntityEntryGraphNode_1<TState>, System_Internal.Boolean>): void;
85
+ TraverseGraphAsync<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func_3<EntityEntryGraphNode_1<TState>, CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task;
80
86
  }
81
87
 
82
88
 
83
89
  export type IEntityEntryGraphIterator = IEntityEntryGraphIterator$instance;
84
90
 
85
91
  export interface IPrincipalKeyValueFactory$instance {
92
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory: never;
93
+
86
94
  CreateEquatableKey(entry: IUpdateEntry, fromOriginalValues?: boolean): unknown;
87
95
  }
88
96
 
@@ -90,13 +98,15 @@ export interface IPrincipalKeyValueFactory$instance {
90
98
  export type IPrincipalKeyValueFactory = IPrincipalKeyValueFactory$instance;
91
99
 
92
100
  export interface IPrincipalKeyValueFactory_1$instance<TKey> extends IPrincipalKeyValueFactory {
93
- readonly EqualityComparer: IEqualityComparer__System_Collections_Generic<TKey>;
101
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory_1: never;
102
+
103
+ readonly EqualityComparer: IEqualityComparer_1<TKey>;
94
104
  CreateEquatableKey(entry: IUpdateEntry, fromOriginalValues?: boolean): unknown;
95
105
  CreateFromCurrentValues(entry: IUpdateEntry): TKey;
96
- CreateFromKeyValues(keyValues: IReadOnlyList<unknown>): unknown | undefined;
106
+ CreateFromKeyValues(keyValues: IReadOnlyList_1<unknown>): unknown | undefined;
97
107
  CreateFromRelationshipSnapshot(entry: IUpdateEntry): TKey;
98
108
  FindNullPropertyInCurrentValues(entry: IUpdateEntry): IProperty;
99
- FindNullPropertyInKeyValues(keyValues: IReadOnlyList<unknown>): IProperty;
109
+ FindNullPropertyInKeyValues(keyValues: IReadOnlyList_1<unknown>): IProperty;
100
110
  }
101
111
 
102
112
 
@@ -105,6 +115,11 @@ export interface IPrincipalKeyValueFactory_1$instance<TKey> extends IPrincipalKe
105
115
  export type IPrincipalKeyValueFactory_1<TKey> = IPrincipalKeyValueFactory_1$instance<TKey>;
106
116
 
107
117
  export interface ArrayStructuralComparer_1$instance<TElement> extends ValueComparer_1<TElement[]> {
118
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ArrayStructuralComparer_1: never;
119
+
120
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
121
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
122
+
108
123
  }
109
124
 
110
125
 
@@ -116,6 +131,11 @@ export const ArrayStructuralComparer_1: {
116
131
  export type ArrayStructuralComparer_1<TElement> = ArrayStructuralComparer_1$instance<TElement>;
117
132
 
118
133
  export interface CaseInsensitiveValueComparer$instance extends ValueComparer_1<System_Internal.String> {
134
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_CaseInsensitiveValueComparer: never;
135
+
136
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
137
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
138
+
119
139
  }
120
140
 
121
141
 
@@ -126,7 +146,11 @@ export const CaseInsensitiveValueComparer: {
126
146
 
127
147
  export type CaseInsensitiveValueComparer = CaseInsensitiveValueComparer$instance;
128
148
 
129
- export interface ChangeTracker$instance {
149
+ export interface ChangeTracker$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IResettableService$instance {
150
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ChangeTracker: never;
151
+
152
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
153
+
130
154
  AutoDetectChangesEnabled: boolean;
131
155
  CascadeDeleteTiming: CascadeTiming;
132
156
  readonly Context: DbContext;
@@ -138,14 +162,14 @@ export interface ChangeTracker$instance {
138
162
  CascadeChanges(): void;
139
163
  Clear(): void;
140
164
  DetectChanges(): void;
141
- Entries(): IEnumerable__System_Collections_Generic<EntityEntry>;
142
- Entries<TEntity>(): IEnumerable__System_Collections_Generic<EntityEntry_1<TEntity>>;
165
+ Entries(): IEnumerable_1<EntityEntry>;
166
+ Entries<TEntity>(): IEnumerable_1<EntityEntry_1<TEntity>>;
143
167
  Equals(obj: unknown): boolean;
144
168
  GetHashCode(): int;
145
169
  HasChanges(): boolean;
146
170
  ToString(): string | undefined;
147
- TrackGraph(rootEntity: unknown, callback: Action<EntityEntryGraphNode>): void;
148
- TrackGraph<TState>(rootEntity: unknown, state: TState, callback: Func<EntityEntryGraphNode_1<TState>, System_Internal.Boolean>): void;
171
+ TrackGraph(rootEntity: unknown, callback: Action_1<EntityEntryGraphNode>): void;
172
+ TrackGraph<TState>(rootEntity: unknown, state: TState, callback: Func_2<EntityEntryGraphNode_1<TState>, System_Internal.Boolean>): void;
149
173
  }
150
174
 
151
175
 
@@ -158,12 +182,14 @@ export interface __ChangeTracker$views {
158
182
  As_IResettableService(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IResettableService$instance;
159
183
  }
160
184
 
161
- export interface ChangeTracker$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IResettableService$instance {}
162
-
163
185
  export type ChangeTracker = ChangeTracker$instance & __ChangeTracker$views;
164
186
 
165
187
 
166
188
  export interface CollectionEntry$instance extends NavigationEntry$instance {
189
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_CollectionEntry: never;
190
+
191
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
192
+
167
193
  CurrentValue: IEnumerable | unknown;
168
194
  IsModified: boolean;
169
195
  FindEntry(entity: unknown): EntityEntry | undefined;
@@ -186,13 +212,15 @@ export interface __CollectionEntry$views {
186
212
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
187
213
  }
188
214
 
189
- export interface CollectionEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
190
-
191
215
  export type CollectionEntry = CollectionEntry$instance & __CollectionEntry$views;
192
216
 
193
217
 
194
- export interface CollectionEntry_2$instance<TEntity, TRelatedEntity> extends CollectionEntry$instance {
195
- readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
218
+ export interface CollectionEntry_2$instance<TEntity, TRelatedEntity> extends CollectionEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
219
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_CollectionEntry_2: never;
220
+
221
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
222
+
223
+ readonly EntityEntry: EntityEntry_1<TEntity>;
196
224
  FindEntry(entity: unknown): EntityEntry | undefined;
197
225
  Query(): IQueryable;
198
226
  }
@@ -208,15 +236,17 @@ export interface __CollectionEntry_2$views<TEntity, TRelatedEntity> {
208
236
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
209
237
  }
210
238
 
211
- export interface CollectionEntry_2$instance<TEntity, TRelatedEntity> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
212
-
213
239
  export type CollectionEntry_2<TEntity, TRelatedEntity> = CollectionEntry_2$instance<TEntity, TRelatedEntity> & __CollectionEntry_2$views<TEntity, TRelatedEntity>;
214
240
 
215
241
 
216
242
  export interface ComplexCollectionEntry$instance extends MemberEntry$instance {
243
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexCollectionEntry: never;
244
+
245
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
246
+
217
247
  IsModified: boolean;
218
248
  readonly [ordinal: number]: ComplexElementEntry;
219
- GetEnumerator(): IEnumerator<ComplexElementEntry>;
249
+ GetEnumerator(): IEnumerator_1<ComplexElementEntry>;
220
250
  GetOriginalEntry(ordinal: int): ComplexElementEntry;
221
251
  }
222
252
 
@@ -230,13 +260,15 @@ export interface __ComplexCollectionEntry$views {
230
260
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
231
261
  }
232
262
 
233
- export interface ComplexCollectionEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
234
-
235
263
  export type ComplexCollectionEntry = ComplexCollectionEntry$instance & __ComplexCollectionEntry$views;
236
264
 
237
265
 
238
- export interface ComplexCollectionEntry_2$instance<TEntity, TElement> extends ComplexCollectionEntry$instance {
239
- readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
266
+ export interface ComplexCollectionEntry_2$instance<TEntity, TElement> extends ComplexCollectionEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
267
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexCollectionEntry_2: never;
268
+
269
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
270
+
271
+ readonly EntityEntry: EntityEntry_1<TEntity>;
240
272
  GetOriginalEntry(ordinal: int): ComplexElementEntry;
241
273
  }
242
274
 
@@ -250,20 +282,22 @@ export interface __ComplexCollectionEntry_2$views<TEntity, TElement> {
250
282
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
251
283
  }
252
284
 
253
- export interface ComplexCollectionEntry_2$instance<TEntity, TElement> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
254
-
255
285
  export type ComplexCollectionEntry_2<TEntity, TElement> = ComplexCollectionEntry_2$instance<TEntity, TElement> & __ComplexCollectionEntry_2$views<TEntity, TElement>;
256
286
 
257
287
 
258
288
  export interface ComplexElementEntry$instance {
259
- readonly ComplexCollections: IEnumerable__System_Collections_Generic<ComplexCollectionEntry>;
260
- readonly ComplexProperties: IEnumerable__System_Collections_Generic<ComplexPropertyEntry>;
261
- readonly CurrentValue: TComplexProperty | unknown;
262
- readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
289
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexElementEntry: never;
290
+
291
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
292
+
293
+ readonly ComplexCollections: IEnumerable_1<ComplexCollectionEntry>;
294
+ readonly ComplexProperties: IEnumerable_1<ComplexPropertyEntry>;
295
+ readonly CurrentValue: unknown;
296
+ readonly EntityEntry: EntityEntry;
263
297
  readonly InternalEntry: InternalComplexEntry;
264
298
  IsModified: boolean;
265
299
  readonly Metadata: IComplexProperty;
266
- readonly Properties: IEnumerable__System_Collections_Generic<PropertyEntry>;
300
+ readonly Properties: IEnumerable_1<PropertyEntry>;
267
301
  State: EntityState;
268
302
  ComplexCollection(property: IComplexProperty): ComplexCollectionEntry;
269
303
  ComplexCollection(propertyName: string): ComplexCollectionEntry;
@@ -283,12 +317,14 @@ export interface __ComplexElementEntry$views {
283
317
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalComplexEntry>;
284
318
  }
285
319
 
286
- export interface ComplexElementEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalComplexEntry> {}
287
-
288
320
  export type ComplexElementEntry = ComplexElementEntry$instance & __ComplexElementEntry$views;
289
321
 
290
322
 
291
- export interface ComplexElementEntry_2$instance<TEntity, TComplexProperty> extends ComplexElementEntry$instance {
323
+ export interface ComplexElementEntry_2$instance<TEntity, TComplexProperty> extends ComplexElementEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalComplexEntry> {
324
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexElementEntry_2: never;
325
+
326
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
327
+
292
328
  ComplexCollection<TElement>(property: IComplexProperty): ComplexCollectionEntry_2<TEntity, TElement>;
293
329
  ComplexCollection<TElement>(propertyName: string): ComplexCollectionEntry_2<TEntity, TElement>;
294
330
  ComplexCollection(property: IComplexProperty): ComplexCollectionEntry;
@@ -313,16 +349,18 @@ export interface __ComplexElementEntry_2$views<TEntity, TComplexProperty> {
313
349
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalComplexEntry>;
314
350
  }
315
351
 
316
- export interface ComplexElementEntry_2$instance<TEntity, TComplexProperty> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalComplexEntry> {}
317
-
318
352
  export type ComplexElementEntry_2<TEntity, TComplexProperty> = ComplexElementEntry_2$instance<TEntity, TComplexProperty> & __ComplexElementEntry_2$views<TEntity, TComplexProperty>;
319
353
 
320
354
 
321
355
  export interface ComplexPropertyEntry$instance extends MemberEntry$instance {
322
- readonly ComplexCollections: IEnumerable__System_Collections_Generic<ComplexCollectionEntry>;
323
- readonly ComplexProperties: IEnumerable__System_Collections_Generic<ComplexPropertyEntry>;
356
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexPropertyEntry: never;
357
+
358
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
359
+
360
+ readonly ComplexCollections: IEnumerable_1<ComplexCollectionEntry>;
361
+ readonly ComplexProperties: IEnumerable_1<ComplexPropertyEntry>;
324
362
  IsModified: boolean;
325
- readonly Properties: IEnumerable__System_Collections_Generic<PropertyEntry>;
363
+ readonly Properties: IEnumerable_1<PropertyEntry>;
326
364
  ComplexCollection(property: IComplexProperty): ComplexCollectionEntry;
327
365
  ComplexCollection(propertyName: string): ComplexCollectionEntry;
328
366
  ComplexProperty(property: IComplexProperty): ComplexPropertyEntry;
@@ -341,14 +379,16 @@ export interface __ComplexPropertyEntry$views {
341
379
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
342
380
  }
343
381
 
344
- export interface ComplexPropertyEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
345
-
346
382
  export type ComplexPropertyEntry = ComplexPropertyEntry$instance & __ComplexPropertyEntry$views;
347
383
 
348
384
 
349
- export interface ComplexPropertyEntry_2$instance<TEntity, TComplexProperty> extends ComplexPropertyEntry$instance {
350
- CurrentValue: TComplexProperty | unknown;
351
- readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
385
+ export interface ComplexPropertyEntry_2$instance<TEntity, TComplexProperty> extends ComplexPropertyEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
386
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexPropertyEntry_2: never;
387
+
388
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
389
+
390
+ CurrentValue: TComplexProperty;
391
+ readonly EntityEntry: EntityEntry_1<TEntity>;
352
392
  ComplexCollection<TElement>(property: IComplexProperty): ComplexCollectionEntry_2<TEntity, TElement>;
353
393
  ComplexCollection<TElement>(propertyName: string): ComplexCollectionEntry_2<TEntity, TElement>;
354
394
  ComplexCollection(property: IComplexProperty): ComplexCollectionEntry;
@@ -373,12 +413,12 @@ export interface __ComplexPropertyEntry_2$views<TEntity, TComplexProperty> {
373
413
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
374
414
  }
375
415
 
376
- export interface ComplexPropertyEntry_2$instance<TEntity, TComplexProperty> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
377
-
378
416
  export type ComplexPropertyEntry_2<TEntity, TComplexProperty> = ComplexPropertyEntry_2$instance<TEntity, TComplexProperty> & __ComplexPropertyEntry_2$views<TEntity, TComplexProperty>;
379
417
 
380
418
 
381
419
  export interface DetectChangesEventArgs$instance extends EventArgs {
420
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_DetectChangesEventArgs: never;
421
+
382
422
  }
383
423
 
384
424
 
@@ -390,6 +430,8 @@ export const DetectChangesEventArgs: {
390
430
  export type DetectChangesEventArgs = DetectChangesEventArgs$instance;
391
431
 
392
432
  export interface DetectedChangesEventArgs$instance extends EventArgs {
433
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_DetectedChangesEventArgs: never;
434
+
393
435
  readonly ChangesFound: boolean;
394
436
  }
395
437
 
@@ -402,6 +444,8 @@ export const DetectedChangesEventArgs: {
402
444
  export type DetectedChangesEventArgs = DetectedChangesEventArgs$instance;
403
445
 
404
446
  export interface DetectedEntityChangesEventArgs$instance extends DetectedChangesEventArgs {
447
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_DetectedEntityChangesEventArgs: never;
448
+
405
449
  readonly Entry: EntityEntry;
406
450
  }
407
451
 
@@ -414,6 +458,8 @@ export const DetectedEntityChangesEventArgs: {
414
458
  export type DetectedEntityChangesEventArgs = DetectedEntityChangesEventArgs$instance;
415
459
 
416
460
  export interface DetectEntityChangesEventArgs$instance extends DetectChangesEventArgs {
461
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_DetectEntityChangesEventArgs: never;
462
+
417
463
  readonly Entry: EntityEntry;
418
464
  }
419
465
 
@@ -426,21 +472,25 @@ export const DetectEntityChangesEventArgs: {
426
472
  export type DetectEntityChangesEventArgs = DetectEntityChangesEventArgs$instance;
427
473
 
428
474
  export interface EntityEntry$instance {
429
- readonly Collections: IEnumerable__System_Collections_Generic<CollectionEntry>;
430
- readonly ComplexCollections: IEnumerable__System_Collections_Generic<ComplexCollectionEntry>;
431
- readonly ComplexProperties: IEnumerable__System_Collections_Generic<ComplexPropertyEntry>;
475
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityEntry: never;
476
+
477
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
478
+
479
+ readonly Collections: IEnumerable_1<CollectionEntry>;
480
+ readonly ComplexCollections: IEnumerable_1<ComplexCollectionEntry>;
481
+ readonly ComplexProperties: IEnumerable_1<ComplexPropertyEntry>;
432
482
  readonly Context: DbContext;
433
483
  readonly CurrentValues: PropertyValues;
434
484
  readonly DebugView: DebugView;
435
- readonly Entity: TEntity | unknown;
485
+ readonly Entity: unknown;
436
486
  readonly InternalEntry: InternalEntityEntry;
437
487
  readonly IsKeySet: boolean;
438
- readonly Members: IEnumerable__System_Collections_Generic<MemberEntry>;
488
+ readonly Members: IEnumerable_1<MemberEntry>;
439
489
  readonly Metadata: IEntityType;
440
- readonly Navigations: IEnumerable__System_Collections_Generic<NavigationEntry>;
490
+ readonly Navigations: IEnumerable_1<NavigationEntry>;
441
491
  readonly OriginalValues: PropertyValues;
442
- readonly Properties: IEnumerable__System_Collections_Generic<PropertyEntry>;
443
- readonly References: IEnumerable__System_Collections_Generic<ReferenceEntry>;
492
+ readonly Properties: IEnumerable_1<PropertyEntry>;
493
+ readonly References: IEnumerable_1<ReferenceEntry>;
444
494
  State: EntityState;
445
495
  Collection(navigation: INavigationBase): CollectionEntry;
446
496
  Collection(propertyName: string): CollectionEntry;
@@ -451,7 +501,7 @@ export interface EntityEntry$instance {
451
501
  DetectChanges(): void;
452
502
  Equals(obj: unknown): boolean;
453
503
  GetDatabaseValues(): PropertyValues | undefined;
454
- GetDatabaseValuesAsync(cancellationToken?: CancellationToken): Task<PropertyValues | undefined>;
504
+ GetDatabaseValuesAsync(cancellationToken?: CancellationToken): Task_1<PropertyValues | undefined>;
455
505
  GetHashCode(): int;
456
506
  Member(propertyBase: IPropertyBase): MemberEntry;
457
507
  Member(propertyName: string): MemberEntry;
@@ -476,12 +526,14 @@ export interface __EntityEntry$views {
476
526
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry>;
477
527
  }
478
528
 
479
- export interface EntityEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {}
480
-
481
529
  export type EntityEntry = EntityEntry$instance & __EntityEntry$views;
482
530
 
483
531
 
484
- export interface EntityEntry_1$instance<TEntity> extends EntityEntry$instance {
532
+ export interface EntityEntry_1$instance<TEntity> extends EntityEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {
533
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityEntry_1: never;
534
+
535
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
536
+
485
537
  Collection<TProperty>(navigation: INavigationBase): CollectionEntry_2<TEntity, TProperty>;
486
538
  Collection<TProperty>(propertyName: string): CollectionEntry_2<TEntity, TProperty>;
487
539
  Collection(navigation: INavigationBase): CollectionEntry;
@@ -514,12 +566,12 @@ export interface __EntityEntry_1$views<TEntity> {
514
566
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry>;
515
567
  }
516
568
 
517
- export interface EntityEntry_1$instance<TEntity> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {}
518
-
519
569
  export type EntityEntry_1<TEntity> = EntityEntry_1$instance<TEntity> & __EntityEntry_1$views<TEntity>;
520
570
 
521
571
 
522
572
  export interface EntityEntryEventArgs$instance extends EventArgs {
573
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityEntryEventArgs: never;
574
+
523
575
  readonly Entry: EntityEntry;
524
576
  }
525
577
 
@@ -532,6 +584,10 @@ export const EntityEntryEventArgs: {
532
584
  export type EntityEntryEventArgs = EntityEntryEventArgs$instance;
533
585
 
534
586
  export interface EntityEntryGraphNode$instance {
587
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityEntryGraphNode: never;
588
+
589
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
590
+
535
591
  readonly Entry: EntityEntry;
536
592
  readonly InboundNavigation: INavigationBase | undefined;
537
593
  readonly SourceEntry: EntityEntry | undefined;
@@ -548,12 +604,14 @@ export interface __EntityEntryGraphNode$views {
548
604
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry>;
549
605
  }
550
606
 
551
- export interface EntityEntryGraphNode$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {}
552
-
553
607
  export type EntityEntryGraphNode = EntityEntryGraphNode$instance & __EntityEntryGraphNode$views;
554
608
 
555
609
 
556
- export interface EntityEntryGraphNode_1$instance<TState> extends EntityEntryGraphNode$instance {
610
+ export interface EntityEntryGraphNode_1$instance<TState> extends EntityEntryGraphNode$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {
611
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityEntryGraphNode_1: never;
612
+
613
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
614
+
557
615
  NodeState: TState;
558
616
  CreateNode(currentNode: EntityEntryGraphNode, internalEntityEntry: InternalEntityEntry, reachedVia: INavigationBase): EntityEntryGraphNode;
559
617
  }
@@ -569,12 +627,12 @@ export interface __EntityEntryGraphNode_1$views<TState> {
569
627
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry>;
570
628
  }
571
629
 
572
- export interface EntityEntryGraphNode_1$instance<TState> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {}
573
-
574
630
  export type EntityEntryGraphNode_1<TState> = EntityEntryGraphNode_1$instance<TState> & __EntityEntryGraphNode_1$views<TState>;
575
631
 
576
632
 
577
633
  export interface EntityStateChangedEventArgs$instance extends EntityEntryEventArgs {
634
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityStateChangedEventArgs: never;
635
+
578
636
  readonly NewState: EntityState;
579
637
  readonly OldState: EntityState;
580
638
  }
@@ -588,6 +646,8 @@ export const EntityStateChangedEventArgs: {
588
646
  export type EntityStateChangedEventArgs = EntityStateChangedEventArgs$instance;
589
647
 
590
648
  export interface EntityStateChangingEventArgs$instance extends EntityEntryEventArgs {
649
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityStateChangingEventArgs: never;
650
+
591
651
  readonly NewState: EntityState;
592
652
  readonly OldState: EntityState;
593
653
  }
@@ -601,6 +661,8 @@ export const EntityStateChangingEventArgs: {
601
661
  export type EntityStateChangingEventArgs = EntityStateChangingEventArgs$instance;
602
662
 
603
663
  export interface EntityTrackedEventArgs$instance extends EntityEntryEventArgs {
664
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityTrackedEventArgs: never;
665
+
604
666
  readonly FromQuery: boolean;
605
667
  }
606
668
 
@@ -613,6 +675,8 @@ export const EntityTrackedEventArgs: {
613
675
  export type EntityTrackedEventArgs = EntityTrackedEventArgs$instance;
614
676
 
615
677
  export interface EntityTrackingEventArgs$instance extends EntityEntryEventArgs {
678
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityTrackingEventArgs: never;
679
+
616
680
  readonly FromQuery: boolean;
617
681
  readonly State: EntityState;
618
682
  }
@@ -626,6 +690,11 @@ export const EntityTrackingEventArgs: {
626
690
  export type EntityTrackingEventArgs = EntityTrackingEventArgs$instance;
627
691
 
628
692
  export interface EntryCurrentValueComparer_1$instance<TProperty> {
693
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntryCurrentValueComparer_1: never;
694
+
695
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
696
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
697
+
629
698
  Compare(x: IUpdateEntry, y: IUpdateEntry): int;
630
699
  Equals(x: IUpdateEntry, y: IUpdateEntry): boolean;
631
700
  GetHashCode(obj: IUpdateEntry): int;
@@ -640,6 +709,11 @@ export const EntryCurrentValueComparer_1: {
640
709
  export type EntryCurrentValueComparer_1<TProperty> = EntryCurrentValueComparer_1$instance<TProperty>;
641
710
 
642
711
  export interface GeometryValueComparer_1$instance<TGeometry> extends ValueComparer_1<TGeometry> {
712
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_GeometryValueComparer_1: never;
713
+
714
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
715
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
716
+
643
717
  }
644
718
 
645
719
 
@@ -650,7 +724,13 @@ export const GeometryValueComparer_1: {
650
724
 
651
725
  export type GeometryValueComparer_1<TGeometry> = GeometryValueComparer_1$instance<TGeometry>;
652
726
 
653
- export interface ListOfNullableValueTypesComparer_2$instance<TConcreteList, TElement extends unknown> extends ValueComparer_1<IEnumerable__System_Collections_Generic<Nullable<TElement>>> {
727
+ export interface ListOfNullableValueTypesComparer_2$instance<TConcreteList, TElement extends unknown> extends ValueComparer_1<IEnumerable_1<Nullable_1<TElement>>>, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>, System_Collections_Generic_Internal.IEqualityComparer_1<unknown>, System_Collections_Generic_Internal.IEqualityComparer_1<IEnumerable_1<Nullable_1<TElement>>> {
728
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ListOfNullableValueTypesComparer_2: never;
729
+
730
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
731
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
732
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
733
+
654
734
  readonly ElementComparer: ValueComparer;
655
735
  }
656
736
 
@@ -664,12 +744,16 @@ export interface __ListOfNullableValueTypesComparer_2$views<TConcreteList, TElem
664
744
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>;
665
745
  }
666
746
 
667
- export interface ListOfNullableValueTypesComparer_2$instance<TConcreteList, TElement extends unknown> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer> {}
668
-
669
747
  export type ListOfNullableValueTypesComparer_2<TConcreteList, TElement> = ListOfNullableValueTypesComparer_2$instance<TConcreteList, TElement> & __ListOfNullableValueTypesComparer_2$views<TConcreteList, TElement>;
670
748
 
671
749
 
672
- export interface ListOfReferenceTypesComparer_2$instance<TConcreteList, TElement> extends ValueComparer_1<unknown> {
750
+ export interface ListOfReferenceTypesComparer_2$instance<TConcreteList, TElement> extends ValueComparer_1<unknown>, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>, System_Collections_Generic_Internal.IEqualityComparer_1<unknown> {
751
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ListOfReferenceTypesComparer_2: never;
752
+
753
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
754
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
755
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
756
+
673
757
  readonly ElementComparer: ValueComparer;
674
758
  }
675
759
 
@@ -683,12 +767,16 @@ export interface __ListOfReferenceTypesComparer_2$views<TConcreteList, TElement>
683
767
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>;
684
768
  }
685
769
 
686
- export interface ListOfReferenceTypesComparer_2$instance<TConcreteList, TElement> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer> {}
687
-
688
770
  export type ListOfReferenceTypesComparer_2<TConcreteList, TElement> = ListOfReferenceTypesComparer_2$instance<TConcreteList, TElement> & __ListOfReferenceTypesComparer_2$views<TConcreteList, TElement>;
689
771
 
690
772
 
691
- export interface ListOfValueTypesComparer_2$instance<TConcreteList, TElement extends unknown> extends ValueComparer_1<IEnumerable__System_Collections_Generic<TElement>> {
773
+ export interface ListOfValueTypesComparer_2$instance<TConcreteList, TElement extends unknown> extends ValueComparer_1<IEnumerable_1<TElement>>, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>, System_Collections_Generic_Internal.IEqualityComparer_1<unknown>, System_Collections_Generic_Internal.IEqualityComparer_1<IEnumerable_1<TElement>> {
774
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ListOfValueTypesComparer_2: never;
775
+
776
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
777
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
778
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
779
+
692
780
  readonly ElementComparer: ValueComparer;
693
781
  }
694
782
 
@@ -702,12 +790,20 @@ export interface __ListOfValueTypesComparer_2$views<TConcreteList, TElement exte
702
790
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>;
703
791
  }
704
792
 
705
- export interface ListOfValueTypesComparer_2$instance<TConcreteList, TElement extends unknown> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer> {}
706
-
707
793
  export type ListOfValueTypesComparer_2<TConcreteList, TElement> = ListOfValueTypesComparer_2$instance<TConcreteList, TElement> & __ListOfValueTypesComparer_2$views<TConcreteList, TElement>;
708
794
 
709
795
 
710
796
  export interface LocalView_1$instance<TEntity> {
797
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_LocalView_1: never;
798
+
799
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
800
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
801
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
802
+ readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
803
+ readonly __tsonic_iface_System_ComponentModel_IListSource: never;
804
+ readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
805
+ readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanging: never;
806
+
711
807
  readonly Count: int;
712
808
  readonly IsReadOnly: boolean;
713
809
  Add(item: TEntity): void;
@@ -716,22 +812,22 @@ export interface LocalView_1$instance<TEntity> {
716
812
  CopyTo(array: TEntity[], arrayIndex: int): void;
717
813
  FindEntry<TKey>(keyValue: TKey): EntityEntry_1<TEntity> | undefined;
718
814
  FindEntry<TProperty>(propertyName: string, propertyValue: TProperty): EntityEntry_1<TEntity> | undefined;
719
- FindEntry(propertyNames: IEnumerable__System_Collections_Generic<System_Internal.String>, propertyValues: IEnumerable__System_Collections_Generic<unknown>): EntityEntry_1<TEntity> | undefined;
815
+ FindEntry(propertyNames: IEnumerable_1<System_Internal.String>, propertyValues: IEnumerable_1<unknown>): EntityEntry_1<TEntity> | undefined;
720
816
  FindEntry<TProperty>(property: IProperty, propertyValue: TProperty): EntityEntry_1<TEntity> | undefined;
721
- FindEntry(properties: IEnumerable__System_Collections_Generic<IProperty>, propertyValues: IEnumerable__System_Collections_Generic<unknown>): EntityEntry_1<TEntity> | undefined;
722
- FindEntryUntyped(keyValues: IEnumerable__System_Collections_Generic<unknown>): EntityEntry_1<TEntity> | undefined;
723
- GetEntries<TProperty>(propertyName: string, propertyValue: TProperty): IEnumerable__System_Collections_Generic<EntityEntry_1<TEntity>>;
724
- GetEntries(propertyNames: IEnumerable__System_Collections_Generic<System_Internal.String>, propertyValues: IEnumerable__System_Collections_Generic<unknown>): IEnumerable__System_Collections_Generic<EntityEntry_1<TEntity>>;
725
- GetEntries<TProperty>(property: IProperty, propertyValue: TProperty): IEnumerable__System_Collections_Generic<EntityEntry_1<TEntity>>;
726
- GetEntries(properties: IEnumerable__System_Collections_Generic<IProperty>, propertyValues: IEnumerable__System_Collections_Generic<unknown>): IEnumerable__System_Collections_Generic<EntityEntry_1<TEntity>>;
727
- GetEnumerator(): IEnumerator<TEntity>;
817
+ FindEntry(properties: IEnumerable_1<IProperty>, propertyValues: IEnumerable_1<unknown>): EntityEntry_1<TEntity> | undefined;
818
+ FindEntryUntyped(keyValues: IEnumerable_1<unknown>): EntityEntry_1<TEntity> | undefined;
819
+ GetEntries<TProperty>(propertyName: string, propertyValue: TProperty): IEnumerable_1<EntityEntry_1<TEntity>>;
820
+ GetEntries(propertyNames: IEnumerable_1<System_Internal.String>, propertyValues: IEnumerable_1<unknown>): IEnumerable_1<EntityEntry_1<TEntity>>;
821
+ GetEntries<TProperty>(property: IProperty, propertyValue: TProperty): IEnumerable_1<EntityEntry_1<TEntity>>;
822
+ GetEntries(properties: IEnumerable_1<IProperty>, propertyValues: IEnumerable_1<unknown>): IEnumerable_1<EntityEntry_1<TEntity>>;
823
+ GetEnumerator(): IEnumerator_1<TEntity>;
728
824
  OnCollectionChanged(e: NotifyCollectionChangedEventArgs): void;
729
825
  OnPropertyChanged(e: PropertyChangedEventArgs): void;
730
826
  OnPropertyChanging(e: PropertyChangingEventArgs): void;
731
827
  Remove(item: TEntity): boolean;
732
828
  Reset(): void;
733
- ToBindingList(): BindingList<TEntity>;
734
- ToObservableCollection(): ObservableCollection<TEntity>;
829
+ ToBindingList(): BindingList_1<TEntity>;
830
+ ToObservableCollection(): ObservableCollection_1<TEntity>;
735
831
  }
736
832
 
737
833
 
@@ -743,11 +839,15 @@ export const LocalView_1: {
743
839
  export type LocalView_1<TEntity> = LocalView_1$instance<TEntity>;
744
840
 
745
841
  export interface MemberEntry$instance {
746
- CurrentValue: TProperty | unknown;
747
- readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
842
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_MemberEntry: never;
843
+
844
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
845
+
846
+ CurrentValue: IEnumerable | unknown;
847
+ readonly EntityEntry: EntityEntry;
748
848
  readonly InternalEntry: IInternalEntry;
749
849
  IsModified: boolean;
750
- readonly Metadata: IProperty | IPropertyBase;
850
+ readonly Metadata: IComplexProperty | IPropertyBase;
751
851
  Equals(obj: unknown): boolean;
752
852
  GetHashCode(): int;
753
853
  ToString(): string | undefined;
@@ -762,12 +862,14 @@ export interface __MemberEntry$views {
762
862
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
763
863
  }
764
864
 
765
- export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
766
-
767
865
  export type MemberEntry = MemberEntry$instance & __MemberEntry$views;
768
866
 
769
867
 
770
868
  export interface NavigationEntry$instance extends MemberEntry$instance {
869
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_NavigationEntry: never;
870
+
871
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
872
+
771
873
  readonly InternalEntityEntry: InternalEntityEntry;
772
874
  IsLoaded: boolean;
773
875
  Load(): void;
@@ -786,26 +888,49 @@ export interface __NavigationEntry$views {
786
888
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
787
889
  }
788
890
 
789
- export interface NavigationEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
790
-
791
891
  export type NavigationEntry = NavigationEntry$instance & __NavigationEntry$views;
792
892
 
793
893
 
794
- export interface ObservableCollectionListSource_1$instance<T> extends ObservableCollection<T> {
894
+ export interface ObservableCollectionListSource_1$instance<T> extends ObservableCollection_1<T> {
895
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ObservableCollectionListSource_1: never;
896
+
897
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
898
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
899
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
900
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
901
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
902
+ readonly __tsonic_iface_System_Collections_ICollection: never;
903
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
904
+ readonly __tsonic_iface_System_Collections_IList: never;
905
+ readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
906
+ readonly __tsonic_iface_System_ComponentModel_IListSource: never;
907
+ readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
908
+
795
909
  }
796
910
 
797
911
 
798
912
  export const ObservableCollectionListSource_1: {
799
913
  new<T>(): ObservableCollectionListSource_1<T>;
800
- new<T>(collection: IEnumerable__System_Collections_Generic<T>): ObservableCollectionListSource_1<T>;
801
- new<T>(list: List<T>): ObservableCollectionListSource_1<T>;
914
+ new<T>(collection: IEnumerable_1<T>): ObservableCollectionListSource_1<T>;
915
+ new<T>(list: List_1<T>): ObservableCollectionListSource_1<T>;
802
916
  };
803
917
 
804
918
 
805
919
  export type ObservableCollectionListSource_1<T> = ObservableCollectionListSource_1$instance<T>;
806
920
 
807
921
  export interface ObservableHashSet_1$instance<T> {
808
- readonly Comparer: IEqualityComparer__System_Collections_Generic<T>;
922
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ObservableHashSet_1: never;
923
+
924
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
925
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
926
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
927
+ readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
928
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
929
+ readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
930
+ readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
931
+ readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanging: never;
932
+
933
+ readonly Comparer: IEqualityComparer_1<T>;
809
934
  readonly Count: int;
810
935
  readonly IsReadOnly: boolean;
811
936
  Add(item: T): boolean;
@@ -814,40 +939,44 @@ export interface ObservableHashSet_1$instance<T> {
814
939
  CopyTo(array: T[], arrayIndex: int): void;
815
940
  CopyTo(array: T[]): void;
816
941
  CopyTo(array: T[], arrayIndex: int, count: int): void;
817
- ExceptWith(other: IEnumerable__System_Collections_Generic<T>): void;
942
+ ExceptWith(other: IEnumerable_1<T>): void;
818
943
  GetEnumerator(): HashSet_1$Enumerator<T>;
819
- IntersectWith(other: IEnumerable__System_Collections_Generic<T>): void;
820
- IsProperSubsetOf(other: IEnumerable__System_Collections_Generic<T>): boolean;
821
- IsProperSupersetOf(other: IEnumerable__System_Collections_Generic<T>): boolean;
822
- IsSubsetOf(other: IEnumerable__System_Collections_Generic<T>): boolean;
823
- IsSupersetOf(other: IEnumerable__System_Collections_Generic<T>): boolean;
944
+ IntersectWith(other: IEnumerable_1<T>): void;
945
+ IsProperSubsetOf(other: IEnumerable_1<T>): boolean;
946
+ IsProperSupersetOf(other: IEnumerable_1<T>): boolean;
947
+ IsSubsetOf(other: IEnumerable_1<T>): boolean;
948
+ IsSupersetOf(other: IEnumerable_1<T>): boolean;
824
949
  OnCollectionChanged(e: NotifyCollectionChangedEventArgs): void;
825
950
  OnPropertyChanged(e: PropertyChangedEventArgs): void;
826
951
  OnPropertyChanging(e: PropertyChangingEventArgs): void;
827
- Overlaps(other: IEnumerable__System_Collections_Generic<T>): boolean;
952
+ Overlaps(other: IEnumerable_1<T>): boolean;
828
953
  Remove(item: T): boolean;
829
- RemoveWhere(match: Predicate<T>): int;
830
- SetEquals(other: IEnumerable__System_Collections_Generic<T>): boolean;
831
- SymmetricExceptWith(other: IEnumerable__System_Collections_Generic<T>): void;
954
+ RemoveWhere(match: Predicate_1<T>): int;
955
+ SetEquals(other: IEnumerable_1<T>): boolean;
956
+ SymmetricExceptWith(other: IEnumerable_1<T>): void;
832
957
  TrimExcess(): void;
833
- UnionWith(other: IEnumerable__System_Collections_Generic<T>): void;
958
+ UnionWith(other: IEnumerable_1<T>): void;
834
959
  }
835
960
 
836
961
 
837
962
  export const ObservableHashSet_1: {
838
963
  new<T>(): ObservableHashSet_1<T>;
839
- new<T>(comparer: IEqualityComparer__System_Collections_Generic<T>): ObservableHashSet_1<T>;
840
- new<T>(collection: IEnumerable__System_Collections_Generic<T>): ObservableHashSet_1<T>;
841
- new<T>(collection: IEnumerable__System_Collections_Generic<T>, comparer: IEqualityComparer__System_Collections_Generic<T>): ObservableHashSet_1<T>;
964
+ new<T>(comparer: IEqualityComparer_1<T>): ObservableHashSet_1<T>;
965
+ new<T>(collection: IEnumerable_1<T>): ObservableHashSet_1<T>;
966
+ new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T>): ObservableHashSet_1<T>;
842
967
  };
843
968
 
844
969
 
845
970
  export type ObservableHashSet_1<T> = ObservableHashSet_1$instance<T>;
846
971
 
847
972
  export interface PropertyEntry$instance extends MemberEntry$instance {
973
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_PropertyEntry: never;
974
+
975
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
976
+
848
977
  IsModified: boolean;
849
978
  IsTemporary: boolean;
850
- OriginalValue: TProperty | unknown;
979
+ OriginalValue: unknown;
851
980
  }
852
981
 
853
982
 
@@ -860,14 +989,16 @@ export interface __PropertyEntry$views {
860
989
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
861
990
  }
862
991
 
863
- export interface PropertyEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
864
-
865
992
  export type PropertyEntry = PropertyEntry$instance & __PropertyEntry$views;
866
993
 
867
994
 
868
- export interface PropertyEntry_2$instance<TEntity, TProperty> extends PropertyEntry$instance {
869
- CurrentValue: TProperty | unknown;
870
- readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
995
+ export interface PropertyEntry_2$instance<TEntity, TProperty> extends PropertyEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
996
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_PropertyEntry_2: never;
997
+
998
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
999
+
1000
+ CurrentValue: TProperty;
1001
+ readonly EntityEntry: EntityEntry_1<TEntity>;
871
1002
  }
872
1003
 
873
1004
 
@@ -880,15 +1011,15 @@ export interface __PropertyEntry_2$views<TEntity, TProperty> {
880
1011
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
881
1012
  }
882
1013
 
883
- export interface PropertyEntry_2$instance<TEntity, TProperty> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
884
-
885
1014
  export type PropertyEntry_2<TEntity, TProperty> = PropertyEntry_2$instance<TEntity, TProperty> & __PropertyEntry_2$views<TEntity, TProperty>;
886
1015
 
887
1016
 
888
1017
  export interface PropertyValues$instance {
889
- readonly ComplexCollectionProperties: IReadOnlyList<IComplexProperty>;
1018
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_PropertyValues: never;
1019
+
1020
+ readonly ComplexCollectionProperties: IReadOnlyList_1<IComplexProperty>;
890
1021
  readonly InternalEntry: InternalEntryBase;
891
- readonly Properties: IReadOnlyList<IProperty>;
1022
+ readonly Properties: IReadOnlyList_1<IProperty>;
892
1023
  readonly StructuralType: ITypeBase;
893
1024
  Clone(): PropertyValues;
894
1025
  Equals(obj: unknown): boolean;
@@ -903,7 +1034,7 @@ export interface PropertyValues$instance {
903
1034
  set_Item(complexProperty: IComplexProperty, value: IList | undefined): void;
904
1035
  SetValues(obj: unknown): void;
905
1036
  SetValues(propertyValues: PropertyValues): void;
906
- SetValues<TProperty>(values: IDictionary<System_Internal.String, TProperty>): void;
1037
+ SetValues<TProperty>(values: IDictionary_2<System_Internal.String, TProperty>): void;
907
1038
  ToObject(): unknown;
908
1039
  ToString(): string | undefined;
909
1040
  TryGetValue<TValue>(propertyName: string, value: TValue): boolean;
@@ -917,8 +1048,12 @@ export const PropertyValues: (abstract new(internalEntry: InternalEntryBase) =>
917
1048
  export type PropertyValues = PropertyValues$instance;
918
1049
 
919
1050
  export interface ReferenceEntry$instance extends NavigationEntry$instance {
1051
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ReferenceEntry: never;
1052
+
1053
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
1054
+
920
1055
  IsModified: boolean;
921
- readonly TargetEntry: EntityEntry | undefined | EntityEntry_1<TProperty> | undefined;
1056
+ readonly TargetEntry: EntityEntry | undefined;
922
1057
  GetTargetEntry(): InternalEntityEntry | undefined;
923
1058
  Load(): void;
924
1059
  Load(options: LoadOptions): void;
@@ -938,14 +1073,16 @@ export interface __ReferenceEntry$views {
938
1073
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
939
1074
  }
940
1075
 
941
- export interface ReferenceEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
942
-
943
1076
  export type ReferenceEntry = ReferenceEntry$instance & __ReferenceEntry$views;
944
1077
 
945
1078
 
946
- export interface ReferenceEntry_2$instance<TEntity, TProperty> extends ReferenceEntry$instance {
947
- CurrentValue: TProperty | unknown;
948
- readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
1079
+ export interface ReferenceEntry_2$instance<TEntity, TProperty> extends ReferenceEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
1080
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ReferenceEntry_2: never;
1081
+
1082
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
1083
+
1084
+ CurrentValue: TProperty;
1085
+ readonly EntityEntry: EntityEntry_1<TEntity>;
949
1086
  Query(): IQueryable;
950
1087
  }
951
1088
 
@@ -960,12 +1097,15 @@ export interface __ReferenceEntry_2$views<TEntity, TProperty> {
960
1097
  As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
961
1098
  }
962
1099
 
963
- export interface ReferenceEntry_2$instance<TEntity, TProperty> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {}
964
-
965
1100
  export type ReferenceEntry_2<TEntity, TProperty> = ReferenceEntry_2$instance<TEntity, TProperty> & __ReferenceEntry_2$views<TEntity, TProperty>;
966
1101
 
967
1102
 
968
1103
  export interface ValueComparer$instance {
1104
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ValueComparer: never;
1105
+
1106
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1107
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1108
+
969
1109
  readonly EqualsExpression: LambdaExpression;
970
1110
  readonly HashCodeExpression: LambdaExpression;
971
1111
  readonly ObjectEqualsExpression: LambdaExpression;
@@ -983,7 +1123,7 @@ export interface ValueComparer$instance {
983
1123
  export const ValueComparer: (abstract new(equalsExpression: LambdaExpression, hashCodeExpression: LambdaExpression, snapshotExpression: LambdaExpression) => ValueComparer) & {
984
1124
  readonly HashCodeAddMethod: MethodInfo;
985
1125
  readonly ToHashCodeMethod: MethodInfo;
986
- readonly BoolIdentity: Expression<Func<System_Internal.Boolean, System_Internal.Boolean>>;
1126
+ readonly BoolIdentity: Expression_1<Func_2<System_Internal.Boolean, System_Internal.Boolean>>;
987
1127
  Add(hash: HashCode, code: int): HashCode;
988
1128
  CreateDefault<T>(favorStructuralComparisons: boolean): ValueComparer;
989
1129
  CreateDefault(type: Type, favorStructuralComparisons: boolean): ValueComparer;
@@ -994,10 +1134,15 @@ export const ValueComparer: (abstract new(equalsExpression: LambdaExpression, ha
994
1134
  export type ValueComparer = ValueComparer$instance;
995
1135
 
996
1136
  export interface ValueComparer_1$instance<T> extends ValueComparer {
997
- readonly EqualsExpression: Expression<Func<T | undefined, T | undefined, System_Internal.Boolean>>;
998
- readonly HashCodeExpression: Expression<Func<T, System_Internal.Int32>>;
1137
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ValueComparer_1: never;
1138
+
1139
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1140
+ readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1141
+
1142
+ readonly EqualsExpression: Expression_1<Func_3<T | undefined, T | undefined, System_Internal.Boolean>>;
1143
+ readonly HashCodeExpression: Expression_1<Func_2<T, System_Internal.Int32>>;
999
1144
  readonly ObjectEqualsExpression: LambdaExpression;
1000
- readonly SnapshotExpression: Expression<Func<T, T>>;
1145
+ readonly SnapshotExpression: Expression_1<Func_2<T, T>>;
1001
1146
  readonly Type: Type;
1002
1147
  Equals(left: unknown, right: unknown): boolean;
1003
1148
  Equals(left: T, right: T): boolean;
@@ -1010,11 +1155,11 @@ export interface ValueComparer_1$instance<T> extends ValueComparer {
1010
1155
 
1011
1156
  export const ValueComparer_1: {
1012
1157
  new<T>(favorStructuralComparisons: boolean): ValueComparer_1<T>;
1013
- new<T>(equalsExpression: Expression<Func<T, T, System_Internal.Boolean>>, hashCodeExpression: Expression<Func<T, System_Internal.Int32>>): ValueComparer_1<T>;
1014
- new<T>(equalsExpression: Expression<Func<T, T, System_Internal.Boolean>>, hashCodeExpression: Expression<Func<T, System_Internal.Int32>>, snapshotExpression: Expression<Func<T, T>>): ValueComparer_1<T>;
1015
- CreateDefaultEqualsExpression<T>(): Expression<Func<T | undefined, T | undefined, System_Internal.Boolean>>;
1016
- CreateDefaultHashCodeExpression<T>(favorStructuralComparisons: boolean): Expression<Func<T, System_Internal.Int32>>;
1017
- CreateDefaultSnapshotExpression<T>(favorStructuralComparisons: boolean): Expression<Func<T, T>>;
1158
+ new<T>(equalsExpression: Expression_1<Func_3<T, T, System_Internal.Boolean>>, hashCodeExpression: Expression_1<Func_2<T, System_Internal.Int32>>): ValueComparer_1<T>;
1159
+ new<T>(equalsExpression: Expression_1<Func_3<T, T, System_Internal.Boolean>>, hashCodeExpression: Expression_1<Func_2<T, System_Internal.Int32>>, snapshotExpression: Expression_1<Func_2<T, T>>): ValueComparer_1<T>;
1160
+ CreateDefaultEqualsExpression<T>(): Expression_1<Func_3<T | undefined, T | undefined, System_Internal.Boolean>>;
1161
+ CreateDefaultHashCodeExpression<T>(favorStructuralComparisons: boolean): Expression_1<Func_2<T, System_Internal.Int32>>;
1162
+ CreateDefaultSnapshotExpression<T>(favorStructuralComparisons: boolean): Expression_1<Func_2<T, T>>;
1018
1163
  };
1019
1164
 
1020
1165