@tsonic/efcore 10.0.1 → 10.0.3

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 (88) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +18 -10
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +29 -10
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +135 -58
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +40 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +6 -1
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +21 -18
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +5 -11
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +144 -25
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +7 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -4
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +280 -236
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +99 -15
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +205 -12
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +5 -1
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +1 -1
  36. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  38. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +372 -117
  39. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  40. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +99 -12
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +60 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +193 -54
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  47. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +1 -0
  48. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  49. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  50. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +421 -36
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  52. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +116 -16
  53. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  55. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +77 -68
  56. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  58. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +3 -2
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  60. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +63 -22
  61. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  62. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +213 -44
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +18 -3
  65. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  67. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +2 -25
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +3 -1
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  73. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  74. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  75. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +113 -51
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  77. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +20 -6
  78. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  79. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +16 -5
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +3 -1
  84. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  85. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  86. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  87. package/System.Transactions/bindings.json +6 -0
  88. package/package.json +1 -1
@@ -9,19 +9,21 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import type { ptr } from "@tsonic/core/types.js";
10
10
 
11
11
  // Import types from other namespaces
12
- import type { IConventionComplexPropertyBuilder, IConventionComplexTypeBuilder, IConventionElementTypeBuilder, IConventionEntityTypeBuilder, IConventionForeignKeyBuilder, IConventionIndexBuilder, IConventionKeyBuilder, IConventionModelBuilder, IConventionNavigationBuilder, IConventionPropertyBuilder, IConventionSkipNavigationBuilder, IConventionTriggerBuilder, IConventionTypeBaseBuilder } from "../../Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js";
12
+ import type { IConventionComplexPropertyBuilder, IConventionComplexTypeBuilder, IConventionComplexTypeDiscriminatorBuilder, IConventionDbFunctionBuilder, IConventionDiscriminatorBuilder, IConventionElementTypeBuilder, IConventionEntityTypeBuilder, IConventionForeignKeyBuilder, IConventionIndexBuilder, IConventionKeyBuilder, IConventionModelBuilder, IConventionNavigationBuilder, IConventionPropertyBuilder, IConventionSkipNavigationBuilder, IConventionTriggerBuilder, IConventionTypeBaseBuilder } from "../../Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js";
13
13
  import type { ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies } from "../../Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.js";
14
- import type { IConventionAnnotation, IConventionComplexProperty, IConventionEntityType, IConventionForeignKey, IConventionIndex, IConventionKey, IConventionNavigation, IConventionProperty, IConventionSkipNavigation, IConventionTrigger, IElementType, IMetadataReference_1, IModel, IReadOnlyEntityType, IReadOnlyForeignKey, IReadOnlyProperty, StoreObjectIdentifier, ValueGenerated } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
14
+ import type { RuntimeStoredProcedureParameter, RuntimeStoredProcedureResultColumn } from "../../Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.js";
15
+ import type { IComplexProperty, IComplexType, IConventionAnnotation, IConventionComplexProperty, IConventionComplexType, IConventionEntityType, IConventionForeignKey, IConventionIndex, IConventionKey, IConventionModel, IConventionNavigation, IConventionProperty, IConventionSkipNavigation, IConventionTrigger, IConventionTypeBase, IDbFunction, IDbFunctionParameter, IElementType, IEntityType, IEntityTypeMappingFragment, IForeignKey, IIndex, IKey, IMetadataReference_1, IModel, INavigation, IParameterBindingFactory, IProperty, IReadOnlyCheckConstraint, IReadOnlyEntityType, IReadOnlyForeignKey, IReadOnlyIndex, IReadOnlyKey, IReadOnlyProperty, IReadOnlyTrigger, IRelationalPropertyOverrides, ISequence, IServiceProperty, ISkipNavigation, IStoredProcedure, IStoredProcedureParameter, IStoredProcedureResultColumn, ITrigger, ITypeMappingConfiguration, RuntimeComplexProperty, RuntimeComplexType, RuntimeDbFunction, RuntimeDbFunctionParameter, RuntimeElementType, RuntimeEntityType, RuntimeEntityTypeMappingFragment, RuntimeForeignKey, RuntimeIndex, RuntimeKey, RuntimeModel, RuntimeNavigation, RuntimeProperty, RuntimeRelationalPropertyOverrides, RuntimeSequence, RuntimeServiceProperty, RuntimeSkipNavigation, RuntimeStoredProcedure, RuntimeTrigger, RuntimeTypeMappingConfiguration, StoreObjectIdentifier, ValueGenerated } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
16
+ import type { CoreTypeMapping } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
15
17
  import * as Microsoft_EntityFrameworkCore_Internal from "../../Microsoft.EntityFrameworkCore/internal/index.js";
16
- import type { BackingFieldAttribute, CommentAttribute, DbContext, DeleteBehaviorAttribute, EntityTypeConfigurationAttribute, KeylessAttribute, OwnedAttribute, PrecisionAttribute, UnicodeAttribute } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
17
- import type { Dictionary, IEnumerable, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
18
+ import type { BackingFieldAttribute, CommentAttribute, DbContext, DeleteBehavior, DeleteBehaviorAttribute, EntityTypeConfigurationAttribute, KeylessAttribute, OwnedAttribute, PrecisionAttribute, UnicodeAttribute } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
19
+ import type { Dictionary, IEnumerable, IList, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
18
20
  import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
19
21
  import type { ConcurrencyCheckAttribute, KeyAttribute, MaxLengthAttribute, RequiredAttribute, StringLengthAttribute, TimestampAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
20
22
  import * as System_ComponentModel_DataAnnotations_Schema_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.Schema.js";
21
23
  import type { ColumnAttribute, ComplexTypeAttribute, DatabaseGeneratedAttribute, InversePropertyAttribute, NotMappedAttribute, TableAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.Schema.js";
22
24
  import * as System_Internal from "@tsonic/dotnet/System.js";
23
25
  import type { Attribute, Boolean as ClrBoolean, IDisposable, Int32, Nullable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
24
- import type { FieldInfo, MemberInfo } from "@tsonic/dotnet/System.Reflection.js";
26
+ import type { FieldInfo, MemberInfo, NullabilityInfo } from "@tsonic/dotnet/System.Reflection.js";
25
27
  import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization.js";
26
28
  import type { JsonPropertyNameAttribute } from "@tsonic/dotnet/System.Text.Json.Serialization.js";
27
29
 
@@ -572,7 +574,9 @@ export type ITypeIgnoredConvention = ITypeIgnoredConvention$instance;
572
574
  export interface BackingFieldAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<BackingFieldAttribute>, IConvention {
573
575
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
574
576
  ProcessComplexPropertyFieldChanged(propertyBuilder: IConventionComplexPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
577
+ ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: BackingFieldAttribute, clrMember: MemberInfo, context: IConventionContext): void;
575
578
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
579
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: BackingFieldAttribute, clrMember: MemberInfo, context: IConventionContext): void;
576
580
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
577
581
  }
578
582
 
@@ -593,6 +597,7 @@ export type BackingFieldAttributeConvention = BackingFieldAttributeConvention$in
593
597
 
594
598
 
595
599
  export interface BackingFieldConvention$instance extends IConvention {
600
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
596
601
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
597
602
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
598
603
  ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, context: IConventionContext_1<IConventionNavigationBuilder>): void;
@@ -620,6 +625,7 @@ export type BackingFieldConvention = BackingFieldConvention$instance & __Backing
620
625
 
621
626
 
622
627
  export interface BaseTypeDiscoveryConvention$instance extends IConvention {
628
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
623
629
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
624
630
  ProcessForeignKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, foreignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
625
631
  }
@@ -641,6 +647,8 @@ export type BaseTypeDiscoveryConvention = BaseTypeDiscoveryConvention$instance &
641
647
 
642
648
 
643
649
  export interface CascadeDeleteConvention$instance extends IConvention {
650
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
651
+ GetTargetDeleteBehavior(foreignKey: IConventionForeignKey): DeleteBehavior;
644
652
  ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
645
653
  ProcessForeignKeyRequirednessChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<Nullable<System_Internal.Boolean>>): void;
646
654
  }
@@ -662,6 +670,7 @@ export type CascadeDeleteConvention = CascadeDeleteConvention$instance & __Casca
662
670
 
663
671
 
664
672
  export interface ChangeTrackingStrategyConvention$instance extends IConvention {
673
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
665
674
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
666
675
  }
667
676
 
@@ -681,6 +690,8 @@ export type ChangeTrackingStrategyConvention = ChangeTrackingStrategyConvention$
681
690
 
682
691
 
683
692
  export interface CheckConstraintConvention$instance extends IConvention {
693
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
694
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
684
695
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
685
696
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
686
697
  }
@@ -702,6 +713,11 @@ export type CheckConstraintConvention = CheckConstraintConvention$instance & __C
702
713
 
703
714
 
704
715
  export interface ComplexPropertyDiscoveryConvention$instance extends IConvention {
716
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
717
+ readonly UseAttributes: boolean;
718
+ DiscoverComplexProperties(structuralTypeBuilder: IConventionTypeBaseBuilder, context: IConventionContext): void;
719
+ GetMembers(structuralType: IConventionTypeBase): IEnumerable<MemberInfo>;
720
+ IsCandidateComplexProperty(memberInfo: MemberInfo, structuralType: IConventionTypeBase, targetClrType: Type, isCollection: boolean): boolean;
705
721
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
706
722
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
707
723
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
@@ -762,6 +778,7 @@ export type ComplexTypeAttributeConvention = ComplexTypeAttributeConvention$inst
762
778
 
763
779
  export interface ConcurrencyCheckAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<ConcurrencyCheckAttribute>, IConvention {
764
780
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
781
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: ConcurrencyCheckAttribute, clrMember: MemberInfo, context: IConventionContext): void;
765
782
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
766
783
  }
767
784
 
@@ -780,6 +797,7 @@ export type ConcurrencyCheckAttributeConvention = ConcurrencyCheckAttributeConve
780
797
 
781
798
 
782
799
  export interface ConstructorBindingConvention$instance extends IConvention {
800
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
783
801
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
784
802
  }
785
803
 
@@ -875,6 +893,7 @@ export type ConventionSet = ConventionSet$instance;
875
893
 
876
894
  export interface DatabaseGeneratedAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<DatabaseGeneratedAttribute>, IConvention {
877
895
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
896
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: DatabaseGeneratedAttribute, clrMember: MemberInfo, context: IConventionContext): void;
878
897
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
879
898
  }
880
899
 
@@ -893,6 +912,7 @@ export type DatabaseGeneratedAttributeConvention = DatabaseGeneratedAttributeCon
893
912
 
894
913
 
895
914
  export interface DbSetFindingConvention$instance extends IConvention {
915
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
896
916
  ProcessModelInitialized(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
897
917
  }
898
918
 
@@ -916,7 +936,9 @@ export interface DeleteBehaviorAttributeConvention$instance extends PropertyAttr
916
936
  ProcessForeignKeyPrincipalEndChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
917
937
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
918
938
  ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, context: IConventionContext_1<IConventionNavigationBuilder>): void;
939
+ ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: DeleteBehaviorAttribute, clrMember: MemberInfo, context: IConventionContext): void;
919
940
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
941
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: DeleteBehaviorAttribute, clrMember: MemberInfo, context: IConventionContext): void;
920
942
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
921
943
  }
922
944
 
@@ -941,9 +963,12 @@ export type DeleteBehaviorAttributeConvention = DeleteBehaviorAttributeConventio
941
963
 
942
964
 
943
965
  export interface DiscriminatorConvention$instance extends IConvention {
966
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
944
967
  ProcessDiscriminatorPropertySet(structuralTypeBuilder: IConventionTypeBaseBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
945
968
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
946
969
  ProcessEntityTypeRemoved(modelBuilder: IConventionModelBuilder, entityType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
970
+ SetDefaultDiscriminatorValue(complexType: IConventionComplexType, discriminatorBuilder: IConventionComplexTypeDiscriminatorBuilder): void;
971
+ SetDefaultDiscriminatorValues(entityTypes: IEnumerable<IConventionEntityType>, discriminatorBuilder: IConventionDiscriminatorBuilder): void;
947
972
  }
948
973
 
949
974
 
@@ -964,6 +989,8 @@ export type DiscriminatorConvention = DiscriminatorConvention$instance & __Discr
964
989
 
965
990
 
966
991
  export interface DiscriminatorLengthConvention$instance extends IConvention {
992
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
993
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
967
994
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
968
995
  }
969
996
 
@@ -983,6 +1010,7 @@ export type DiscriminatorLengthConvention = DiscriminatorLengthConvention$instan
983
1010
 
984
1011
 
985
1012
  export interface ElementMappingConvention$instance extends IConvention {
1013
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
986
1014
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
987
1015
  }
988
1016
 
@@ -1002,6 +1030,7 @@ export type ElementMappingConvention = ElementMappingConvention$instance & __Ele
1002
1030
 
1003
1031
 
1004
1032
  export interface ElementTypeChangedConvention$instance extends IConvention {
1033
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1005
1034
  ProcessForeignKeyAdded(foreignKeyBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
1006
1035
  ProcessForeignKeyPropertiesChanged(relationshipBuilder: IConventionForeignKeyBuilder, oldDependentProperties: IReadOnlyList<IConventionProperty>, oldPrincipalKey: IConventionKey, context: IConventionContext_1<IReadOnlyList<IConventionProperty>>): void;
1007
1036
  ProcessPropertyElementTypeChanged(propertyBuilder: IConventionPropertyBuilder, newElementType: IElementType, oldElementType: IElementType, context: IConventionContext_1<IElementType>): void;
@@ -1025,6 +1054,8 @@ export type ElementTypeChangedConvention = ElementTypeChangedConvention$instance
1025
1054
 
1026
1055
 
1027
1056
  export interface EntitySplittingConvention$instance extends IConvention {
1057
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1058
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1028
1059
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1029
1060
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1030
1061
  }
@@ -1047,6 +1078,7 @@ export type EntitySplittingConvention = EntitySplittingConvention$instance & __E
1047
1078
 
1048
1079
  export interface EntityTypeConfigurationAttributeConvention$instance extends TypeAttributeConventionBase_1$instance<EntityTypeConfigurationAttribute>, IConvention {
1049
1080
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
1081
+ ProcessComplexTypeAdded(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: EntityTypeConfigurationAttribute, context: IConventionContext): void;
1050
1082
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1051
1083
  }
1052
1084
 
@@ -1065,6 +1097,8 @@ export type EntityTypeConfigurationAttributeConvention = EntityTypeConfiguration
1065
1097
 
1066
1098
 
1067
1099
  export interface EntityTypeHierarchyMappingConvention$instance extends IConvention {
1100
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1101
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1068
1102
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1069
1103
  }
1070
1104
 
@@ -1084,6 +1118,7 @@ export type EntityTypeHierarchyMappingConvention = EntityTypeHierarchyMappingCon
1084
1118
 
1085
1119
 
1086
1120
  export interface ForeignKeyAttributeConvention$instance extends IConvention {
1121
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1087
1122
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
1088
1123
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1089
1124
  ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
@@ -1115,6 +1150,9 @@ export type ForeignKeyAttributeConvention = ForeignKeyAttributeConvention$instan
1115
1150
 
1116
1151
 
1117
1152
  export interface ForeignKeyIndexConvention$instance extends IConvention {
1153
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1154
+ AreIndexedBy(properties: IReadOnlyList<IConventionProperty>, unique: boolean, coveringIndexProperties: IReadOnlyList<IConventionProperty>, coveringIndexUnique: boolean): boolean;
1155
+ CreateIndex(properties: IReadOnlyList<IConventionProperty>, unique: boolean, entityTypeBuilder: IConventionEntityTypeBuilder): IConventionIndex | undefined;
1118
1156
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
1119
1157
  ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
1120
1158
  ProcessForeignKeyPropertiesChanged(relationshipBuilder: IConventionForeignKeyBuilder, oldDependentProperties: IReadOnlyList<IConventionProperty>, oldPrincipalKey: IConventionKey, context: IConventionContext_1<IReadOnlyList<IConventionProperty>>): void;
@@ -1154,6 +1192,7 @@ export type ForeignKeyIndexConvention = ForeignKeyIndexConvention$instance & __F
1154
1192
 
1155
1193
 
1156
1194
  export interface ForeignKeyPropertyDiscoveryConvention$instance extends IConvention {
1195
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1157
1196
  ProcessEntityTypeMemberIgnored(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
1158
1197
  ProcessEntityTypePrimaryKeyChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newPrimaryKey: IConventionKey, previousPrimaryKey: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
1159
1198
  ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
@@ -1204,6 +1243,7 @@ export type ForeignKeyPropertyDiscoveryConvention = ForeignKeyPropertyDiscoveryC
1204
1243
 
1205
1244
 
1206
1245
  export interface IndexAttributeConvention$instance extends IConvention {
1246
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1207
1247
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1208
1248
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
1209
1249
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
@@ -1240,6 +1280,7 @@ export interface InversePropertyAttributeConvention$instance extends NavigationA
1240
1280
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1241
1281
  ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, context: IConventionContext_1<IConventionNavigationBuilder>): void;
1242
1282
  ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, attribute: InversePropertyAttribute, context: IConventionContext_1<IConventionNavigationBuilder>): void;
1283
+ TryGetTargetEntityTypeBuilder(entityTypeBuilder: IConventionEntityTypeBuilder, targetClrType: Type, navigationMemberInfo: MemberInfo, shouldCreate?: boolean): IConventionEntityTypeBuilder | undefined;
1243
1284
  }
1244
1285
 
1245
1286
 
@@ -1268,7 +1309,9 @@ export interface KeyAttributeConvention$instance extends PropertyAttributeConven
1268
1309
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1269
1310
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
1270
1311
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1312
+ ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: KeyAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1271
1313
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1314
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: KeyAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1272
1315
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1273
1316
  }
1274
1317
 
@@ -1293,6 +1336,8 @@ export type KeyAttributeConvention = KeyAttributeConvention$instance & __KeyAttr
1293
1336
 
1294
1337
 
1295
1338
  export interface KeyDiscoveryConvention$instance extends IConvention {
1339
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1340
+ DiscoverKeyProperties(entityType: IConventionEntityType): List<IConventionProperty> | undefined;
1296
1341
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1297
1342
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
1298
1343
  ProcessEntityTypeMemberIgnored(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
@@ -1301,9 +1346,12 @@ export interface KeyDiscoveryConvention$instance extends IConvention {
1301
1346
  ProcessForeignKeyPropertiesChanged(relationshipBuilder: IConventionForeignKeyBuilder, oldDependentProperties: IReadOnlyList<IConventionProperty>, oldPrincipalKey: IConventionKey, context: IConventionContext_1<IReadOnlyList<IConventionProperty>>): void;
1302
1347
  ProcessForeignKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, foreignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
1303
1348
  ProcessForeignKeyUniquenessChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<Nullable<System_Internal.Boolean>>): void;
1349
+ ProcessKeyProperties(keyProperties: IList<IConventionProperty>, entityType: IConventionEntityType): void;
1304
1350
  ProcessKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, key: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
1305
1351
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1306
1352
  ProcessSkipNavigationForeignKeyChanged(skipNavigationBuilder: IConventionSkipNavigationBuilder, foreignKey: IConventionForeignKey, oldForeignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
1353
+ ShouldDiscoverKeyProperties(entityType: IConventionEntityType): boolean;
1354
+ TryConfigurePrimaryKey(entityTypeBuilder: IConventionEntityTypeBuilder): void;
1307
1355
  }
1308
1356
 
1309
1357
 
@@ -1350,10 +1398,15 @@ export type KeylessAttributeConvention = KeylessAttributeConvention$instance & _
1350
1398
 
1351
1399
 
1352
1400
  export interface ManyToManyJoinEntityTypeConvention$instance extends IConvention {
1401
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1402
+ CreateJoinEntityType(joinEntityTypeName: string, skipNavigation: IConventionSkipNavigation): void;
1403
+ CreateSkipNavigationForeignKey(skipNavigation: IConventionSkipNavigation, joinEntityTypeBuilder: IConventionEntityTypeBuilder): IConventionForeignKey;
1404
+ GenerateJoinTypeName(skipNavigation: IConventionSkipNavigation): string;
1353
1405
  ProcessSkipNavigationAdded(skipNavigationBuilder: IConventionSkipNavigationBuilder, context: IConventionContext_1<IConventionSkipNavigationBuilder>): void;
1354
1406
  ProcessSkipNavigationForeignKeyChanged(skipNavigationBuilder: IConventionSkipNavigationBuilder, foreignKey: IConventionForeignKey, oldForeignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
1355
1407
  ProcessSkipNavigationInverseChanged(skipNavigationBuilder: IConventionSkipNavigationBuilder, inverse: IConventionSkipNavigation, oldInverse: IConventionSkipNavigation, context: IConventionContext_1<IConventionSkipNavigation>): void;
1356
1408
  ProcessSkipNavigationRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, navigation: IConventionSkipNavigation, context: IConventionContext_1<IConventionSkipNavigation>): void;
1409
+ ShouldCreateJoinType(skipNavigation: IConventionSkipNavigation): boolean;
1357
1410
  }
1358
1411
 
1359
1412
 
@@ -1376,7 +1429,9 @@ export type ManyToManyJoinEntityTypeConvention = ManyToManyJoinEntityTypeConvent
1376
1429
 
1377
1430
  export interface MaxLengthAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<MaxLengthAttribute>, IConvention {
1378
1431
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
1432
+ ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: MaxLengthAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1379
1433
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1434
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: MaxLengthAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1380
1435
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1381
1436
  }
1382
1437
 
@@ -1396,6 +1451,7 @@ export type MaxLengthAttributeConvention = MaxLengthAttributeConvention$instance
1396
1451
 
1397
1452
 
1398
1453
  export interface ModelCleanupConvention$instance extends IConvention {
1454
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1399
1455
  ProcessForeignKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, foreignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
1400
1456
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1401
1457
  }
@@ -1417,6 +1473,7 @@ export type ModelCleanupConvention = ModelCleanupConvention$instance & __ModelCl
1417
1473
 
1418
1474
 
1419
1475
  export interface NavigationAttributeConventionBase_1$instance<TAttribute extends Attribute> {
1476
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1420
1477
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1421
1478
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, navigationMemberInfo: MemberInfo, targetClrType: Type, attribute: TAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1422
1479
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
@@ -1436,7 +1493,9 @@ export interface NavigationAttributeConventionBase_1$instance<TAttribute extends
1436
1493
  }
1437
1494
 
1438
1495
 
1439
- export const NavigationAttributeConventionBase_1: {
1496
+ export const NavigationAttributeConventionBase_1: (abstract new<TAttribute extends Attribute>(dependencies: ProviderConventionSetBuilderDependencies) => NavigationAttributeConventionBase_1<TAttribute>) & {
1497
+ GetAttributes<TAttribute extends Attribute, TCustomAttribute extends Attribute>(entityType: IConventionEntityType, navigation: IConventionNavigation): IEnumerable<TCustomAttribute>;
1498
+ GetAttributes<TAttribute extends Attribute, TCustomAttribute extends Attribute>(entityType: IConventionEntityType, skipNavigation: IConventionSkipNavigation): IEnumerable<TCustomAttribute>;
1440
1499
  };
1441
1500
 
1442
1501
 
@@ -1464,6 +1523,7 @@ export type NavigationBackingFieldAttributeConvention = NavigationBackingFieldAt
1464
1523
 
1465
1524
 
1466
1525
  export interface NavigationEagerLoadingConvention$instance extends IConvention {
1526
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1467
1527
  ProcessForeignKeyOwnershipChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<Nullable<System_Internal.Boolean>>): void;
1468
1528
  }
1469
1529
 
@@ -1483,10 +1543,12 @@ export type NavigationEagerLoadingConvention = NavigationEagerLoadingConvention$
1483
1543
 
1484
1544
 
1485
1545
  export interface NonNullableConventionBase$instance {
1546
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1547
+ TryGetNullabilityInfo(modelBuilder: IConventionModelBuilder, memberInfo: MemberInfo, nullabilityInfo: NullabilityInfo): boolean;
1486
1548
  }
1487
1549
 
1488
1550
 
1489
- export const NonNullableConventionBase: {
1551
+ export const NonNullableConventionBase: (abstract new(dependencies: ProviderConventionSetBuilderDependencies) => NonNullableConventionBase) & {
1490
1552
  };
1491
1553
 
1492
1554
 
@@ -1541,8 +1603,10 @@ export type NonNullableReferencePropertyConvention = NonNullableReferencePropert
1541
1603
 
1542
1604
 
1543
1605
  export interface NotMappedMemberAttributeConvention$instance extends IConvention {
1606
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1544
1607
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
1545
1608
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1609
+ ShouldIgnore(memberInfo: MemberInfo): boolean;
1546
1610
  }
1547
1611
 
1548
1612
 
@@ -1580,6 +1644,7 @@ export type NotMappedTypeAttributeConvention = NotMappedTypeAttributeConvention$
1580
1644
 
1581
1645
  export interface OwnedAttributeConvention$instance extends TypeAttributeConventionBase_1$instance<OwnedAttribute>, IConvention {
1582
1646
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
1647
+ ProcessComplexTypeAdded(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: OwnedAttribute, context: IConventionContext): void;
1583
1648
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1584
1649
  }
1585
1650
 
@@ -1598,7 +1663,9 @@ export type OwnedAttributeConvention = OwnedAttributeConvention$instance & __Own
1598
1663
 
1599
1664
 
1600
1665
  export interface PrecisionAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<PrecisionAttribute>, IConvention {
1666
+ ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: PrecisionAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1601
1667
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1668
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: PrecisionAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1602
1669
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1603
1670
  }
1604
1671
 
@@ -1617,14 +1684,17 @@ export type PrecisionAttributeConvention = PrecisionAttributeConvention$instance
1617
1684
 
1618
1685
 
1619
1686
  export interface PropertyAttributeConventionBase_1$instance<TAttribute extends Attribute> extends IConvention {
1687
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1620
1688
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
1621
1689
  ProcessComplexPropertyFieldChanged(propertyBuilder: IConventionComplexPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1622
1690
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1691
+ ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: TAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1692
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: TAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1623
1693
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1624
1694
  }
1625
1695
 
1626
1696
 
1627
- export const PropertyAttributeConventionBase_1: {
1697
+ export const PropertyAttributeConventionBase_1: (abstract new<TAttribute extends Attribute>(dependencies: ProviderConventionSetBuilderDependencies) => PropertyAttributeConventionBase_1<TAttribute>) & {
1628
1698
  };
1629
1699
 
1630
1700
 
@@ -1633,12 +1703,17 @@ export interface __PropertyAttributeConventionBase_1$views<TAttribute extends At
1633
1703
  As_IPropertyFieldChangedConvention(): IPropertyFieldChangedConvention$instance;
1634
1704
  }
1635
1705
 
1636
- export interface PropertyAttributeConventionBase_1$instance<TAttribute extends Attribute> extends IPropertyAddedConvention$instance, IPropertyFieldChangedConvention$instance {}
1706
+ export interface PropertyAttributeConventionBase_1$instance<TAttribute extends Attribute> extends IPropertyFieldChangedConvention$instance {}
1637
1707
 
1638
1708
  export type PropertyAttributeConventionBase_1<TAttribute extends Attribute> = PropertyAttributeConventionBase_1$instance<TAttribute> & __PropertyAttributeConventionBase_1$views<TAttribute>;
1639
1709
 
1640
1710
 
1641
1711
  export interface PropertyDiscoveryConvention$instance extends IConvention {
1712
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1713
+ readonly UseAttributes: boolean;
1714
+ DiscoverPrimitiveProperties(structuralTypeBuilder: IConventionTypeBaseBuilder, context: IConventionContext): void;
1715
+ GetMembers(structuralType: IConventionTypeBase): IEnumerable<MemberInfo>;
1716
+ IsCandidatePrimitiveProperty(memberInfo: MemberInfo, structuralType: IConventionTypeBase, mapping: CoreTypeMapping): boolean;
1642
1717
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
1643
1718
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1644
1719
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
@@ -1662,6 +1737,8 @@ export type PropertyDiscoveryConvention = PropertyDiscoveryConvention$instance &
1662
1737
 
1663
1738
 
1664
1739
  export interface PropertyOverridesConvention$instance extends IConvention {
1740
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1741
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1665
1742
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1666
1743
  }
1667
1744
 
@@ -1681,6 +1758,8 @@ export type PropertyOverridesConvention = PropertyOverridesConvention$instance &
1681
1758
 
1682
1759
 
1683
1760
  export interface QueryFilterRewritingConvention$instance extends IConvention {
1761
+ DbSetAccessRewriter: unknown;
1762
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1684
1763
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1685
1764
  }
1686
1765
 
@@ -1700,7 +1779,9 @@ export type QueryFilterRewritingConvention = QueryFilterRewritingConvention$inst
1700
1779
 
1701
1780
 
1702
1781
  export interface RelationalColumnAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<ColumnAttribute>, IConvention {
1782
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1703
1783
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1784
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: ColumnAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1704
1785
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1705
1786
  }
1706
1787
 
@@ -1719,7 +1800,9 @@ export type RelationalColumnAttributeConvention = RelationalColumnAttributeConve
1719
1800
 
1720
1801
 
1721
1802
  export interface RelationalColumnCommentAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<CommentAttribute>, IConvention {
1803
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1722
1804
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1805
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: CommentAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1723
1806
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1724
1807
  }
1725
1808
 
@@ -1738,6 +1821,9 @@ export type RelationalColumnCommentAttributeConvention = RelationalColumnComment
1738
1821
 
1739
1822
 
1740
1823
  export interface RelationalDbFunctionAttributeConvention$instance extends IConvention {
1824
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1825
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1826
+ ProcessDbFunctionAdded(dbFunctionBuilder: IConventionDbFunctionBuilder, context: IConventionContext): void;
1741
1827
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1742
1828
  ProcessModelInitialized(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1743
1829
  }
@@ -1759,6 +1845,9 @@ export type RelationalDbFunctionAttributeConvention = RelationalDbFunctionAttrib
1759
1845
 
1760
1846
 
1761
1847
  export interface RelationalKeyDiscoveryConvention$instance extends KeyDiscoveryConvention$instance, IConvention {
1848
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1849
+ DiscoverKeyProperties(entityType: IConventionEntityType): List<IConventionProperty> | undefined;
1850
+ DiscoverKeyProperties(entityType: IConventionEntityType): List<IConventionProperty> | undefined;
1762
1851
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1763
1852
  ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
1764
1853
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
@@ -1768,6 +1857,8 @@ export interface RelationalKeyDiscoveryConvention$instance extends KeyDiscoveryC
1768
1857
  ProcessForeignKeyPropertiesChanged(relationshipBuilder: IConventionForeignKeyBuilder, oldDependentProperties: IReadOnlyList<IConventionProperty>, oldPrincipalKey: IConventionKey, context: IConventionContext_1<IReadOnlyList<IConventionProperty>>): void;
1769
1858
  ProcessForeignKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, foreignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
1770
1859
  ProcessForeignKeyUniquenessChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<Nullable<System_Internal.Boolean>>): void;
1860
+ ProcessKeyProperties(keyProperties: IList<IConventionProperty>, entityType: IConventionEntityType): void;
1861
+ ProcessKeyProperties(keyProperties: IList<IConventionProperty>, entityType: IConventionEntityType): void;
1771
1862
  ProcessKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, key: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
1772
1863
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1773
1864
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
@@ -1802,6 +1893,8 @@ export type RelationalKeyDiscoveryConvention = RelationalKeyDiscoveryConvention$
1802
1893
 
1803
1894
 
1804
1895
  export interface RelationalMapToJsonConvention$instance extends IConvention {
1896
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1897
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1805
1898
  ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
1806
1899
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1807
1900
  }
@@ -1823,7 +1916,9 @@ export type RelationalMapToJsonConvention = RelationalMapToJsonConvention$instan
1823
1916
 
1824
1917
 
1825
1918
  export interface RelationalMaxIdentifierLengthConvention$instance extends IConvention {
1919
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
1826
1920
  readonly MaxIdentifierLength: int;
1921
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1827
1922
  ProcessModelInitialized(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1828
1923
  }
1829
1924
 
@@ -1843,6 +1938,7 @@ export type RelationalMaxIdentifierLengthConvention = RelationalMaxIdentifierLen
1843
1938
 
1844
1939
 
1845
1940
  export interface RelationalNavigationJsonPropertyNameAttributeConvention$instance extends NavigationAttributeConventionBase_1<JsonPropertyNameAttribute>, IConvention {
1941
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1846
1942
  ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, context: IConventionContext_1<IConventionNavigationBuilder>): void;
1847
1943
  ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, attribute: JsonPropertyNameAttribute, context: IConventionContext_1<IConventionNavigationBuilder>): void;
1848
1944
  }
@@ -1861,7 +1957,9 @@ export type RelationalNavigationJsonPropertyNameAttributeConvention = Relational
1861
1957
 
1862
1958
 
1863
1959
  export interface RelationalPropertyJsonPropertyNameAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<JsonPropertyNameAttribute>, IConvention {
1960
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1864
1961
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
1962
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: JsonPropertyNameAttribute, clrMember: MemberInfo, context: IConventionContext): void;
1865
1963
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
1866
1964
  }
1867
1965
 
@@ -1880,6 +1978,7 @@ export type RelationalPropertyJsonPropertyNameAttributeConvention = RelationalPr
1880
1978
 
1881
1979
 
1882
1980
  export interface RelationalQueryFilterRewritingConvention$instance extends QueryFilterRewritingConvention$instance, IConvention {
1981
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1883
1982
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
1884
1983
  }
1885
1984
 
@@ -1897,7 +1996,30 @@ export type RelationalQueryFilterRewritingConvention = RelationalQueryFilterRewr
1897
1996
 
1898
1997
 
1899
1998
  export interface RelationalRuntimeModelConvention$instance extends RuntimeModelConvention$instance, IConvention {
1999
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2000
+ ProcessComplexTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, complexType: IComplexType, runtimeComplexType: RuntimeComplexType, runtime: boolean): void;
2001
+ ProcessComplexTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, complexType: IComplexType, runtimeComplexType: RuntimeComplexType, runtime: boolean): void;
2002
+ ProcessEntityTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityType: IEntityType, runtimeEntityType: RuntimeEntityType, runtime: boolean): void;
2003
+ ProcessEntityTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityType: IEntityType, runtimeEntityType: RuntimeEntityType, runtime: boolean): void;
2004
+ ProcessEntityTypeMappingFragmentAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityTypeMappingFragment: IEntityTypeMappingFragment, runtimeEntityTypeMappingFragment: RuntimeEntityTypeMappingFragment, runtime: boolean): void;
2005
+ ProcessForeignKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, foreignKey: IForeignKey, runtimeForeignKey: RuntimeForeignKey, runtime: boolean): void;
2006
+ ProcessForeignKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, foreignKey: IForeignKey, runtimeForeignKey: RuntimeForeignKey, runtime: boolean): void;
2007
+ ProcessFunctionAnnotations(annotations: Dictionary<System_Internal.String, unknown>, function_: IDbFunction, runtimeFunction: RuntimeDbFunction, runtime: boolean): void;
2008
+ ProcessFunctionParameterAnnotations(annotations: Dictionary<System_Internal.String, unknown>, parameter: IDbFunctionParameter, runtimeParameter: RuntimeDbFunctionParameter, runtime: boolean): void;
2009
+ ProcessIndexAnnotations(annotations: Dictionary<System_Internal.String, unknown>, index: IIndex, runtimeIndex: RuntimeIndex, runtime: boolean): void;
2010
+ ProcessIndexAnnotations(annotations: Dictionary<System_Internal.String, unknown>, index: IIndex, runtimeIndex: RuntimeIndex, runtime: boolean): void;
2011
+ ProcessKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
2012
+ ProcessKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
2013
+ ProcessModelAnnotations(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
2014
+ ProcessModelAnnotations(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
1900
2015
  ProcessModelFinalized(model: IModel): IModel;
2016
+ ProcessPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
2017
+ ProcessPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
2018
+ ProcessPropertyOverridesAnnotations(annotations: Dictionary<System_Internal.String, unknown>, propertyOverrides: IRelationalPropertyOverrides, runtimePropertyOverrides: RuntimeRelationalPropertyOverrides, runtime: boolean): void;
2019
+ ProcessSequenceAnnotations(annotations: Dictionary<System_Internal.String, unknown>, sequence: ISequence, runtimeSequence: RuntimeSequence, runtime: boolean): void;
2020
+ ProcessStoredProcedureAnnotations(annotations: Dictionary<System_Internal.String, unknown>, storedProcedure: IStoredProcedure, runtimeStoredProcedure: RuntimeStoredProcedure, runtime: boolean): void;
2021
+ ProcessStoredProcedureParameterAnnotations(annotations: Dictionary<System_Internal.String, unknown>, parameter: IStoredProcedureParameter, runtimeParameter: RuntimeStoredProcedureParameter, runtime: boolean): void;
2022
+ ProcessStoredProcedureResultColumnAnnotations(annotations: Dictionary<System_Internal.String, unknown>, resultColumn: IStoredProcedureResultColumn, runtimeResultColumn: RuntimeStoredProcedureResultColumn, runtime: boolean): void;
1901
2023
  }
1902
2024
 
1903
2025
 
@@ -1914,6 +2036,7 @@ export type RelationalRuntimeModelConvention = RelationalRuntimeModelConvention$
1914
2036
 
1915
2037
 
1916
2038
  export interface RelationalTableAttributeConvention$instance extends TypeAttributeConventionBase_1$instance<TableAttribute>, IConvention {
2039
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1917
2040
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1918
2041
  }
1919
2042
 
@@ -1931,6 +2054,7 @@ export type RelationalTableAttributeConvention = RelationalTableAttributeConvent
1931
2054
 
1932
2055
 
1933
2056
  export interface RelationalTableCommentAttributeConvention$instance extends TypeAttributeConventionBase_1$instance<CommentAttribute>, IConvention {
2057
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
1934
2058
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1935
2059
  }
1936
2060
 
@@ -1948,6 +2072,10 @@ export type RelationalTableCommentAttributeConvention = RelationalTableCommentAt
1948
2072
 
1949
2073
 
1950
2074
  export interface RelationalValueGenerationConvention$instance extends ValueGenerationConvention$instance, IConvention {
2075
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2076
+ GetValueGenerated(property: IConventionProperty): Nullable<ValueGenerated>;
2077
+ GetValueGenerated(property: IConventionProperty): Nullable<ValueGenerated>;
2078
+ MappingStrategyAllowsValueGeneration(property: IConventionProperty, mappingStrategy: string): boolean;
1951
2079
  ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
1952
2080
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
1953
2081
  ProcessEntityTypePrimaryKeyChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newPrimaryKey: IConventionKey, previousPrimaryKey: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
@@ -1981,6 +2109,9 @@ export type RelationalValueGenerationConvention = RelationalValueGenerationConve
1981
2109
 
1982
2110
 
1983
2111
  export interface RelationshipDiscoveryConvention$instance extends IConvention {
2112
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2113
+ readonly UseAttributes: boolean;
2114
+ DiscoverRelationships(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext, discoverUnmatchedInverses?: boolean): void;
1984
2115
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
1985
2116
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
1986
2117
  ProcessEntityTypeMemberIgnored(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
@@ -1990,6 +2121,8 @@ export interface RelationshipDiscoveryConvention$instance extends IConvention {
1990
2121
  ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, context: IConventionContext_1<IConventionNavigationBuilder>): void;
1991
2122
  ProcessNavigationRemoved(sourceEntityTypeBuilder: IConventionEntityTypeBuilder, targetEntityTypeBuilder: IConventionEntityTypeBuilder, navigationName: string, memberInfo: MemberInfo, context: IConventionContext_1<System_Internal.String>): void;
1992
2123
  ProcessTypeIgnored(modelBuilder: IConventionModelBuilder, name: string, type: Type, context: IConventionContext_1<System_Internal.String>): void;
2124
+ ShouldBeOwned(targetType: Type, model: IConventionModel): Nullable<System_Internal.Boolean>;
2125
+ TryGetTargetEntityTypeBuilder(entityTypeBuilder: IConventionEntityTypeBuilder, targetClrType: Type, navigationMemberInfo: MemberInfo, shouldBeOwned?: Nullable<System_Internal.Boolean>, shouldCreate?: boolean): IConventionEntityTypeBuilder | undefined;
1993
2126
  }
1994
2127
 
1995
2128
 
@@ -2042,7 +2175,9 @@ export type RequiredNavigationAttributeConvention = RequiredNavigationAttributeC
2042
2175
  export interface RequiredPropertyAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<RequiredAttribute>, IConvention {
2043
2176
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
2044
2177
  ProcessComplexPropertyFieldChanged(propertyBuilder: IConventionComplexPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
2178
+ ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: RequiredAttribute, clrMember: MemberInfo, context: IConventionContext): void;
2045
2179
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
2180
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: RequiredAttribute, clrMember: MemberInfo, context: IConventionContext): void;
2046
2181
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
2047
2182
  }
2048
2183
 
@@ -2063,7 +2198,26 @@ export type RequiredPropertyAttributeConvention = RequiredPropertyAttributeConve
2063
2198
 
2064
2199
 
2065
2200
  export interface RuntimeModelConvention$instance extends IConvention {
2201
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2202
+ Create(model: IModel): RuntimeModel;
2203
+ GetForeignKey(foreignKey: IForeignKey, entityType: RuntimeEntityType): RuntimeForeignKey;
2204
+ GetIndex(index: IIndex, entityType: RuntimeEntityType): RuntimeIndex;
2205
+ GetKey(key: IKey, entityType: RuntimeEntityType): RuntimeKey;
2206
+ ProcessComplexPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IComplexProperty, runtimeProperty: RuntimeComplexProperty, runtime: boolean): void;
2207
+ ProcessComplexTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, complexType: IComplexType, runtimeComplexType: RuntimeComplexType, runtime: boolean): void;
2208
+ ProcessElementTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, element: IElementType, runtimeElement: RuntimeElementType, runtime: boolean): void;
2209
+ ProcessEntityTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityType: IEntityType, runtimeEntityType: RuntimeEntityType, runtime: boolean): void;
2210
+ ProcessForeignKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, foreignKey: IForeignKey, runtimeForeignKey: RuntimeForeignKey, runtime: boolean): void;
2211
+ ProcessIndexAnnotations(annotations: Dictionary<System_Internal.String, unknown>, index: IIndex, runtimeIndex: RuntimeIndex, runtime: boolean): void;
2212
+ ProcessKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
2213
+ ProcessModelAnnotations(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
2066
2214
  ProcessModelFinalized(model: IModel): IModel;
2215
+ ProcessNavigationAnnotations(annotations: Dictionary<System_Internal.String, unknown>, navigation: INavigation, runtimeNavigation: RuntimeNavigation, runtime: boolean): void;
2216
+ ProcessPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
2217
+ ProcessServicePropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IServiceProperty, runtimeProperty: RuntimeServiceProperty, runtime: boolean): void;
2218
+ ProcessSkipNavigationAnnotations(annotations: Dictionary<System_Internal.String, unknown>, skipNavigation: ISkipNavigation, runtimeSkipNavigation: RuntimeSkipNavigation, runtime: boolean): void;
2219
+ ProcessTriggerAnnotations(annotations: Dictionary<System_Internal.String, unknown>, trigger: ITrigger, runtimeTrigger: RuntimeTrigger, runtime: boolean): void;
2220
+ ProcessTypeMappingConfigurationAnnotations(annotations: Dictionary<System_Internal.String, unknown>, typeConfiguration: ITypeMappingConfiguration, runtimeTypeConfiguration: RuntimeTypeMappingConfiguration, runtime: boolean): void;
2067
2221
  }
2068
2222
 
2069
2223
 
@@ -2082,6 +2236,8 @@ export type RuntimeModelConvention = RuntimeModelConvention$instance & __Runtime
2082
2236
 
2083
2237
 
2084
2238
  export interface SequenceUniquificationConvention$instance extends IConvention {
2239
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2240
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2085
2241
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
2086
2242
  }
2087
2243
 
@@ -2101,6 +2257,11 @@ export type SequenceUniquificationConvention = SequenceUniquificationConvention$
2101
2257
 
2102
2258
 
2103
2259
  export interface ServicePropertyDiscoveryConvention$instance extends IConvention {
2260
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2261
+ readonly UseAttributes: boolean;
2262
+ DiscoverServiceProperties(structuralTypeBuilder: IConventionTypeBaseBuilder, context: IConventionContext): void;
2263
+ GetMembers(structuralType: IConventionTypeBase): IEnumerable<MemberInfo>;
2264
+ IsCandidateServiceProperty(memberInfo: MemberInfo, structuralType: IConventionTypeBase, factory: IParameterBindingFactory): boolean;
2104
2265
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
2105
2266
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
2106
2267
  }
@@ -2122,6 +2283,20 @@ export type ServicePropertyDiscoveryConvention = ServicePropertyDiscoveryConvent
2122
2283
 
2123
2284
 
2124
2285
  export interface SharedTableConvention$instance extends IConvention {
2286
+ readonly CheckConstraintsUniqueAcrossTables: boolean;
2287
+ readonly DefaultConstraintsUniqueAcrossTables: boolean;
2288
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2289
+ readonly ForeignKeysUniqueAcrossTables: boolean;
2290
+ readonly IndexesUniqueAcrossTables: boolean;
2291
+ readonly KeysUniqueAcrossTables: boolean;
2292
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2293
+ readonly TriggersUniqueAcrossTables: boolean;
2294
+ AreCompatible(key: IReadOnlyKey, duplicateKey: IReadOnlyKey, storeObject: StoreObjectIdentifier): boolean;
2295
+ AreCompatible(index: IReadOnlyIndex, duplicateIndex: IReadOnlyIndex, storeObject: StoreObjectIdentifier): boolean;
2296
+ AreCompatible(foreignKey: IReadOnlyForeignKey, duplicateForeignKey: IReadOnlyForeignKey, storeObject: StoreObjectIdentifier): boolean;
2297
+ AreCompatible(checkConstraint: IReadOnlyCheckConstraint, duplicateCheckConstraint: IReadOnlyCheckConstraint, storeObject: StoreObjectIdentifier): boolean;
2298
+ AreCompatible(trigger: IReadOnlyTrigger, duplicateTrigger: IReadOnlyTrigger, storeObject: StoreObjectIdentifier): boolean;
2299
+ AreCompatibleDefaultConstraints(property: IReadOnlyProperty, duplicateProperty: IReadOnlyProperty, storeObject: StoreObjectIdentifier): boolean;
2125
2300
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
2126
2301
  }
2127
2302
 
@@ -2141,6 +2316,8 @@ export type SharedTableConvention = SharedTableConvention$instance & __SharedTab
2141
2316
 
2142
2317
 
2143
2318
  export interface StoredProcedureConvention$instance extends IConvention {
2319
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2320
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2144
2321
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
2145
2322
  }
2146
2323
 
@@ -2160,8 +2337,11 @@ export type StoredProcedureConvention = StoredProcedureConvention$instance & __S
2160
2337
 
2161
2338
 
2162
2339
  export interface StoreGenerationConvention$instance extends IConvention {
2340
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2341
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2163
2342
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
2164
2343
  ProcessPropertyAnnotationChanged(propertyBuilder: IConventionPropertyBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
2344
+ Validate(property: IConventionProperty, storeObject: StoreObjectIdentifier): void;
2165
2345
  }
2166
2346
 
2167
2347
 
@@ -2182,6 +2362,7 @@ export type StoreGenerationConvention = StoreGenerationConvention$instance & __S
2182
2362
 
2183
2363
  export interface StringLengthAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<StringLengthAttribute>, IConvention {
2184
2364
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
2365
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: StringLengthAttribute, clrMember: MemberInfo, context: IConventionContext): void;
2185
2366
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
2186
2367
  }
2187
2368
 
@@ -2200,6 +2381,8 @@ export type StringLengthAttributeConvention = StringLengthAttributeConvention$in
2200
2381
 
2201
2382
 
2202
2383
  export interface TableNameFromDbSetConvention$instance extends IConvention {
2384
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2385
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2203
2386
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
2204
2387
  ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
2205
2388
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
@@ -2225,6 +2408,8 @@ export type TableNameFromDbSetConvention = TableNameFromDbSetConvention$instance
2225
2408
 
2226
2409
 
2227
2410
  export interface TableSharingConcurrencyTokenConvention$instance extends IConvention {
2411
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2412
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2228
2413
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
2229
2414
  }
2230
2415
 
@@ -2246,6 +2431,8 @@ export type TableSharingConcurrencyTokenConvention = TableSharingConcurrencyToke
2246
2431
 
2247
2432
 
2248
2433
  export interface TableValuedDbFunctionConvention$instance extends IConvention {
2434
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2435
+ readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
2249
2436
  ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
2250
2437
  }
2251
2438
 
@@ -2266,6 +2453,7 @@ export type TableValuedDbFunctionConvention = TableValuedDbFunctionConvention$in
2266
2453
 
2267
2454
  export interface TimestampAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<TimestampAttribute>, IConvention {
2268
2455
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
2456
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: TimestampAttribute, clrMember: MemberInfo, context: IConventionContext): void;
2269
2457
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
2270
2458
  }
2271
2459
 
@@ -2284,12 +2472,16 @@ export type TimestampAttributeConvention = TimestampAttributeConvention$instance
2284
2472
 
2285
2473
 
2286
2474
  export interface TypeAttributeConventionBase_1$instance<TAttribute extends Attribute> extends IConvention {
2475
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2287
2476
  ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
2477
+ ProcessComplexTypeAdded(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: TAttribute, context: IConventionContext): void;
2288
2478
  ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
2479
+ ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: TAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
2480
+ ReplaceWithEntityType(complexTypeBuilder: IConventionComplexTypeBuilder, shouldBeOwned?: Nullable<System_Internal.Boolean>): IConventionEntityTypeBuilder | undefined;
2289
2481
  }
2290
2482
 
2291
2483
 
2292
- export const TypeAttributeConventionBase_1: {
2484
+ export const TypeAttributeConventionBase_1: (abstract new<TAttribute extends Attribute>(dependencies: ProviderConventionSetBuilderDependencies) => TypeAttributeConventionBase_1<TAttribute>) & {
2293
2485
  };
2294
2486
 
2295
2487
 
@@ -2297,13 +2489,12 @@ export interface __TypeAttributeConventionBase_1$views<TAttribute extends Attrib
2297
2489
  As_IEntityTypeAddedConvention(): IEntityTypeAddedConvention$instance;
2298
2490
  }
2299
2491
 
2300
- export interface TypeAttributeConventionBase_1$instance<TAttribute extends Attribute> extends IEntityTypeAddedConvention$instance {}
2301
-
2302
2492
  export type TypeAttributeConventionBase_1<TAttribute extends Attribute> = TypeAttributeConventionBase_1$instance<TAttribute> & __TypeAttributeConventionBase_1$views<TAttribute>;
2303
2493
 
2304
2494
 
2305
2495
  export interface UnicodeAttributeConvention$instance extends PropertyAttributeConventionBase_1$instance<UnicodeAttribute>, IConvention {
2306
2496
  ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
2497
+ ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: UnicodeAttribute, clrMember: MemberInfo, context: IConventionContext): void;
2307
2498
  ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
2308
2499
  }
2309
2500
 
@@ -2322,6 +2513,8 @@ export type UnicodeAttributeConvention = UnicodeAttributeConvention$instance & _
2322
2513
 
2323
2514
 
2324
2515
  export interface ValueGenerationConvention$instance extends IConvention {
2516
+ readonly Dependencies: ProviderConventionSetBuilderDependencies;
2517
+ GetValueGenerated(property: IConventionProperty): Nullable<ValueGenerated>;
2325
2518
  ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
2326
2519
  ProcessEntityTypePrimaryKeyChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newPrimaryKey: IConventionKey, previousPrimaryKey: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
2327
2520
  ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;