@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
|
@@ -10,7 +10,7 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Internal from "../../Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.js";
|
|
13
|
-
import type { IChangeDetector, IInternalEntry, InternalComplexEntry, InternalEntityEntry, IStateManager } from "../../Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.js";
|
|
13
|
+
import type { IChangeDetector, IInternalEntry, InternalComplexEntry, InternalEntityEntry, InternalEntryBase, IStateManager } from "../../Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.js";
|
|
14
14
|
import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
15
15
|
import type { DebugView, IInfrastructure_1, IResettableService } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
16
16
|
import type { IComplexProperty, IEntityType, IModel, INavigation, INavigationBase, IProperty, IPropertyBase, ITypeBase } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
@@ -24,9 +24,9 @@ import type { ICollection, IEnumerable, IEqualityComparer, IList } from "@tsonic
|
|
|
24
24
|
import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel.js";
|
|
25
25
|
import type { ObservableCollection } from "@tsonic/dotnet/System.Collections.ObjectModel.js";
|
|
26
26
|
import * as System_Collections_Specialized_Internal from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
27
|
-
import type { INotifyCollectionChanged, NotifyCollectionChangedEventHandler } from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
27
|
+
import type { INotifyCollectionChanged, NotifyCollectionChangedEventArgs, NotifyCollectionChangedEventHandler } from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
28
28
|
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
29
|
-
import type { BindingList, IListSource, INotifyPropertyChanged, INotifyPropertyChanging, PropertyChangedEventHandler, PropertyChangingEventHandler } from "@tsonic/dotnet/System.ComponentModel.js";
|
|
29
|
+
import type { BindingList, IListSource, INotifyPropertyChanged, INotifyPropertyChanging, PropertyChangedEventArgs, PropertyChangedEventHandler, PropertyChangingEventArgs, PropertyChangingEventHandler } from "@tsonic/dotnet/System.ComponentModel.js";
|
|
30
30
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
31
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
32
|
import type { Expression, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
@@ -163,7 +163,12 @@ export interface ChangeTracker$instance extends Microsoft_EntityFrameworkCore_In
|
|
|
163
163
|
export type ChangeTracker = ChangeTracker$instance & __ChangeTracker$views;
|
|
164
164
|
|
|
165
165
|
|
|
166
|
-
export
|
|
166
|
+
export abstract class CollectionEntry$protected {
|
|
167
|
+
protected GetInternalTargetEntry(entity: unknown): InternalEntityEntry | undefined;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
export interface CollectionEntry$instance extends CollectionEntry$protected, NavigationEntry$instance {
|
|
167
172
|
CurrentValue: IEnumerable | unknown;
|
|
168
173
|
IsModified: boolean;
|
|
169
174
|
FindEntry(entity: unknown): EntityEntry | undefined;
|
|
@@ -254,7 +259,12 @@ export interface ComplexCollectionEntry_2$instance<TEntity, TElement> extends Mi
|
|
|
254
259
|
export type ComplexCollectionEntry_2<TEntity, TElement> = ComplexCollectionEntry_2$instance<TEntity, TElement> & __ComplexCollectionEntry_2$views<TEntity, TElement>;
|
|
255
260
|
|
|
256
261
|
|
|
257
|
-
export
|
|
262
|
+
export abstract class ComplexElementEntry$protected {
|
|
263
|
+
protected readonly InternalEntry: InternalComplexEntry;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
export interface ComplexElementEntry$instance extends ComplexElementEntry$protected {
|
|
258
268
|
readonly ComplexCollections: IEnumerable__System_Collections_Generic<ComplexCollectionEntry>;
|
|
259
269
|
readonly ComplexProperties: IEnumerable__System_Collections_Generic<ComplexPropertyEntry>;
|
|
260
270
|
readonly CurrentValue: TComplexProperty | unknown;
|
|
@@ -423,7 +433,12 @@ export const DetectEntityChangesEventArgs: {
|
|
|
423
433
|
|
|
424
434
|
export type DetectEntityChangesEventArgs = DetectEntityChangesEventArgs$instance;
|
|
425
435
|
|
|
426
|
-
export
|
|
436
|
+
export abstract class EntityEntry$protected {
|
|
437
|
+
protected readonly InternalEntry: InternalEntityEntry;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
export interface EntityEntry$instance extends EntityEntry$protected {
|
|
427
442
|
readonly Collections: IEnumerable__System_Collections_Generic<CollectionEntry>;
|
|
428
443
|
readonly ComplexCollections: IEnumerable__System_Collections_Generic<ComplexCollectionEntry>;
|
|
429
444
|
readonly ComplexProperties: IEnumerable__System_Collections_Generic<ComplexPropertyEntry>;
|
|
@@ -704,7 +719,14 @@ export interface ListOfValueTypesComparer_2$instance<TConcreteList, TElement ext
|
|
|
704
719
|
export type ListOfValueTypesComparer_2<TConcreteList, TElement> = ListOfValueTypesComparer_2$instance<TConcreteList, TElement> & __ListOfValueTypesComparer_2$views<TConcreteList, TElement>;
|
|
705
720
|
|
|
706
721
|
|
|
707
|
-
export
|
|
722
|
+
export abstract class LocalView_1$protected<TEntity> {
|
|
723
|
+
protected OnCollectionChanged(e: NotifyCollectionChangedEventArgs): void;
|
|
724
|
+
protected OnPropertyChanged(e: PropertyChangedEventArgs): void;
|
|
725
|
+
protected OnPropertyChanging(e: PropertyChangingEventArgs): void;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
export interface LocalView_1$instance<TEntity> extends LocalView_1$protected<TEntity> {
|
|
708
730
|
readonly Count: int;
|
|
709
731
|
readonly IsReadOnly: boolean;
|
|
710
732
|
Add(item: TEntity): void;
|
|
@@ -736,11 +758,16 @@ export const LocalView_1: {
|
|
|
736
758
|
|
|
737
759
|
export type LocalView_1<TEntity> = LocalView_1$instance<TEntity>;
|
|
738
760
|
|
|
739
|
-
export
|
|
740
|
-
|
|
761
|
+
export abstract class MemberEntry$protected {
|
|
762
|
+
protected readonly InternalEntry: IInternalEntry;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
export interface MemberEntry$instance extends MemberEntry$protected {
|
|
767
|
+
CurrentValue: TProperty | unknown;
|
|
741
768
|
readonly EntityEntry: EntityEntry | EntityEntry_1<TEntity>;
|
|
742
769
|
IsModified: boolean;
|
|
743
|
-
readonly Metadata:
|
|
770
|
+
readonly Metadata: INavigationBase | IPropertyBase;
|
|
744
771
|
Equals(obj: unknown): boolean;
|
|
745
772
|
GetHashCode(): int;
|
|
746
773
|
ToString(): string | undefined;
|
|
@@ -748,6 +775,7 @@ export interface MemberEntry$instance {
|
|
|
748
775
|
|
|
749
776
|
|
|
750
777
|
export const MemberEntry: {
|
|
778
|
+
new(internalEntry: IInternalEntry, metadata: IPropertyBase): MemberEntry;
|
|
751
779
|
};
|
|
752
780
|
|
|
753
781
|
|
|
@@ -760,7 +788,12 @@ export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infr
|
|
|
760
788
|
export type MemberEntry = MemberEntry$instance & __MemberEntry$views;
|
|
761
789
|
|
|
762
790
|
|
|
763
|
-
export
|
|
791
|
+
export abstract class NavigationEntry$protected {
|
|
792
|
+
protected readonly InternalEntityEntry: InternalEntityEntry;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
export interface NavigationEntry$instance extends NavigationEntry$protected, MemberEntry$instance {
|
|
764
797
|
IsLoaded: boolean;
|
|
765
798
|
Load(): void;
|
|
766
799
|
Load(options: LoadOptions): void;
|
|
@@ -771,6 +804,8 @@ export interface NavigationEntry$instance extends MemberEntry$instance {
|
|
|
771
804
|
|
|
772
805
|
|
|
773
806
|
export const NavigationEntry: {
|
|
807
|
+
new(internalEntry: InternalEntityEntry, name: string, collection: boolean): NavigationEntry;
|
|
808
|
+
new(internalEntry: InternalEntityEntry, navigationBase: INavigationBase, collection: boolean): NavigationEntry;
|
|
774
809
|
};
|
|
775
810
|
|
|
776
811
|
|
|
@@ -796,7 +831,14 @@ export const ObservableCollectionListSource_1: {
|
|
|
796
831
|
|
|
797
832
|
export type ObservableCollectionListSource_1<T> = ObservableCollectionListSource_1$instance<T>;
|
|
798
833
|
|
|
799
|
-
export
|
|
834
|
+
export abstract class ObservableHashSet_1$protected<T> {
|
|
835
|
+
protected OnCollectionChanged(e: NotifyCollectionChangedEventArgs): void;
|
|
836
|
+
protected OnPropertyChanged(e: PropertyChangedEventArgs): void;
|
|
837
|
+
protected OnPropertyChanging(e: PropertyChangingEventArgs): void;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
export interface ObservableHashSet_1$instance<T> extends ObservableHashSet_1$protected<T> {
|
|
800
842
|
readonly Comparer: IEqualityComparer__System_Collections_Generic<T>;
|
|
801
843
|
readonly Count: int;
|
|
802
844
|
readonly IsReadOnly: boolean;
|
|
@@ -874,7 +916,12 @@ export interface PropertyEntry_2$instance<TEntity, TProperty> extends Microsoft_
|
|
|
874
916
|
export type PropertyEntry_2<TEntity, TProperty> = PropertyEntry_2$instance<TEntity, TProperty> & __PropertyEntry_2$views<TEntity, TProperty>;
|
|
875
917
|
|
|
876
918
|
|
|
877
|
-
export
|
|
919
|
+
export abstract class PropertyValues$protected {
|
|
920
|
+
protected readonly InternalEntry: InternalEntryBase;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
export interface PropertyValues$instance extends PropertyValues$protected {
|
|
878
925
|
readonly ComplexCollectionProperties: IReadOnlyList<IComplexProperty>;
|
|
879
926
|
readonly Properties: IReadOnlyList<IProperty>;
|
|
880
927
|
readonly StructuralType: ITypeBase;
|
|
@@ -899,12 +946,18 @@ export interface PropertyValues$instance {
|
|
|
899
946
|
|
|
900
947
|
|
|
901
948
|
export const PropertyValues: {
|
|
949
|
+
new(internalEntry: InternalEntryBase): PropertyValues;
|
|
902
950
|
};
|
|
903
951
|
|
|
904
952
|
|
|
905
953
|
export type PropertyValues = PropertyValues$instance;
|
|
906
954
|
|
|
907
|
-
export
|
|
955
|
+
export abstract class ReferenceEntry$protected {
|
|
956
|
+
protected GetTargetEntry(): InternalEntityEntry | undefined;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
export interface ReferenceEntry$instance extends ReferenceEntry$protected, NavigationEntry$instance {
|
|
908
961
|
IsModified: boolean;
|
|
909
962
|
readonly TargetEntry: EntityEntry | undefined | EntityEntry_1<TProperty> | undefined;
|
|
910
963
|
Load(): void;
|
|
@@ -968,6 +1021,10 @@ export interface ValueComparer$instance {
|
|
|
968
1021
|
|
|
969
1022
|
|
|
970
1023
|
export const ValueComparer: {
|
|
1024
|
+
new(equalsExpression: LambdaExpression, hashCodeExpression: LambdaExpression, snapshotExpression: LambdaExpression): ValueComparer;
|
|
1025
|
+
readonly HashCodeAddMethod: MethodInfo;
|
|
1026
|
+
readonly ToHashCodeMethod: MethodInfo;
|
|
1027
|
+
readonly BoolIdentity: Expression<Func<System_Internal.Boolean, System_Internal.Boolean>>;
|
|
971
1028
|
Add(hash: HashCode, code: int): HashCode;
|
|
972
1029
|
CreateDefault<T>(favorStructuralComparisons: boolean): ValueComparer;
|
|
973
1030
|
CreateDefault(type: Type, favorStructuralComparisons: boolean): ValueComparer;
|
|
@@ -996,6 +1053,9 @@ export const ValueComparer_1: {
|
|
|
996
1053
|
new<T>(favorStructuralComparisons: boolean): ValueComparer_1<T>;
|
|
997
1054
|
new<T>(equalsExpression: Expression<Func<T, T, System_Internal.Boolean>>, hashCodeExpression: Expression<Func<T, System_Internal.Int32>>): ValueComparer_1<T>;
|
|
998
1055
|
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>;
|
|
1056
|
+
CreateDefaultEqualsExpression<T>(): Expression<Func<T | undefined, T | undefined, System_Internal.Boolean>>;
|
|
1057
|
+
CreateDefaultHashCodeExpression<T>(favorStructuralComparisons: boolean): Expression<Func<T, System_Internal.Int32>>;
|
|
1058
|
+
CreateDefaultSnapshotExpression<T>(favorStructuralComparisons: boolean): Expression<Func<T, T>>;
|
|
999
1059
|
};
|
|
1000
1060
|
|
|
1001
1061
|
|