@tsonic/efcore 0.1.1 → 0.1.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.
Files changed (60) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8 -8
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +14 -14
  3. package/Microsoft.EntityFrameworkCore/internal/metadata.json +4 -4
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +12 -12
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +9 -9
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/metadata.json +3 -3
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +2 -2
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -1
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +6 -6
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +6 -6
  11. package/Microsoft.EntityFrameworkCore.Design/internal/metadata.json +3 -3
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +4 -4
  13. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +4 -4
  14. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/metadata.json +2 -2
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +6 -6
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +80 -80
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +3 -3
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +2 -2
  19. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +4 -4
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +1 -1
  21. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +6 -6
  22. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +21 -21
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/metadata.json +3 -3
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +145 -145
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +128 -128
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -72
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +24 -24
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +2 -2
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +1 -1
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/metadata.json +1 -1
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +2 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +30 -30
  34. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +116 -116
  35. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +15 -15
  36. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2 -2
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +3 -3
  38. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +1 -1
  39. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +1 -1
  40. package/Microsoft.EntityFrameworkCore.Query/bindings.json +71 -71
  41. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +75 -75
  42. package/Microsoft.EntityFrameworkCore.Query/internal/metadata.json +33 -33
  43. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +6 -6
  44. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +9 -9
  45. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/metadata.json +1 -1
  46. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +47 -47
  47. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +25 -25
  48. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/metadata.json +6 -6
  49. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +47 -47
  50. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +51 -51
  51. package/Microsoft.EntityFrameworkCore.Storage/internal/metadata.json +23 -23
  52. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +2 -2
  53. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -1
  54. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/metadata.json +1 -1
  55. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +2 -2
  56. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +4 -4
  57. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +2 -2
  58. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/metadata.json +2 -2
  59. package/__internal/extensions/index.d.ts +7 -7
  60. package/package.json +1 -1
@@ -46,7 +46,7 @@
46
46
  {
47
47
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.AutoTransactionBehavior::NeverMicrosoft.EntityFrameworkCore.AutoTransactionBehavior",
48
48
  "clrName": "Never",
49
- "tsEmitName": "never_",
49
+ "tsEmitName": "never",
50
50
  "metadataToken": 67108888,
51
51
  "normalizedSignature": "Never|Microsoft.EntityFrameworkCore.AutoTransactionBehavior|static=true|const=true",
52
52
  "isStatic": true,
@@ -89,7 +89,7 @@
89
89
  }
90
90
  },
91
91
  {
92
- "tsName": "never_",
92
+ "tsName": "never",
93
93
  "isStatic": true,
94
94
  "tsSignatureId": "Never|Microsoft.EntityFrameworkCore.AutoTransactionBehavior|static=true|const=true",
95
95
  "target": {
@@ -1027,7 +1027,7 @@
1027
1027
  {
1028
1028
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.WarningBehavior::ThrowMicrosoft.EntityFrameworkCore.WarningBehavior",
1029
1029
  "clrName": "Throw",
1030
- "tsEmitName": "throw_",
1030
+ "tsEmitName": "throw",
1031
1031
  "metadataToken": 67108973,
1032
1032
  "normalizedSignature": "Throw|Microsoft.EntityFrameworkCore.WarningBehavior|static=true|const=true",
1033
1033
  "isStatic": true,
@@ -1070,7 +1070,7 @@
1070
1070
  }
1071
1071
  },
1072
1072
  {
1073
- "tsName": "throw_",
1073
+ "tsName": "throw",
1074
1074
  "isStatic": true,
1075
1075
  "tsSignatureId": "Throw|Microsoft.EntityFrameworkCore.WarningBehavior|static=true|const=true",
1076
1076
  "target": {
@@ -1499,7 +1499,7 @@
1499
1499
  {
1500
1500
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContext::Set():DbSet_1",
1501
1501
  "clrName": "Set",
1502
- "tsEmitName": "set_",
1502
+ "tsEmitName": "set",
1503
1503
  "metadataToken": 100663426,
1504
1504
  "canonicalSignature": "():DbSet_1",
1505
1505
  "normalizedSignature": "Set|():DbSet_1|static=false",
@@ -1513,7 +1513,7 @@
1513
1513
  {
1514
1514
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContext::Set(System.String):DbSet_1",
1515
1515
  "clrName": "Set",
1516
- "tsEmitName": "set_",
1516
+ "tsEmitName": "set",
1517
1517
  "metadataToken": 100663427,
1518
1518
  "canonicalSignature": "(System.String):DbSet_1",
1519
1519
  "normalizedSignature": "Set|(System.String):DbSet_1|static=false",
@@ -2414,7 +2414,7 @@
2414
2414
  ],
2415
2415
  "exposedMethods": [
2416
2416
  {
2417
- "tsName": "set_",
2417
+ "tsName": "set",
2418
2418
  "isStatic": false,
2419
2419
  "tsSignatureId": "Set|():DbSet_1|static=false",
2420
2420
  "target": {
@@ -2424,7 +2424,7 @@
2424
2424
  }
2425
2425
  },
2426
2426
  {
2427
- "tsName": "set_",
2427
+ "tsName": "set",
2428
2428
  "isStatic": false,
2429
2429
  "tsSignatureId": "Set|(System.String):DbSet_1|static=false",
2430
2430
  "target": {
@@ -52,7 +52,7 @@ import type { EventId, ILoggerFactory, LogLevel } from "@tsonic/microsoft-extens
52
52
  export enum AutoTransactionBehavior {
53
53
  whenNeeded = 0,
54
54
  always = 1,
55
- never_ = 2
55
+ never = 2
56
56
  }
57
57
 
58
58
 
@@ -117,7 +117,7 @@ export enum QueryTrackingBehavior {
117
117
  export enum WarningBehavior {
118
118
  log = 0,
119
119
  ignore = 1,
120
- throw_ = 2
120
+ throw = 2
121
121
  }
122
122
 
123
123
 
@@ -215,8 +215,8 @@ export interface DbContext$instance {
215
215
  saveChanges(acceptAllChangesOnSuccess: boolean): int;
216
216
  saveChangesAsync(cancellationToken?: CancellationToken): Task<System_Internal.Int32>;
217
217
  saveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken): Task<System_Internal.Int32>;
218
- set_<TEntity>(): DbSet_1<TEntity>;
219
- set_<TEntity>(name: string): DbSet_1<TEntity>;
218
+ set<TEntity>(): DbSet_1<TEntity>;
219
+ set<TEntity>(name: string): DbSet_1<TEntity>;
220
220
  toString(): string | undefined;
221
221
  update<TEntity>(entity: TEntity): EntityEntry_1<TEntity>;
222
222
  update(entity: unknown): EntityEntry;
@@ -698,10 +698,10 @@ export interface ModelBuilder$instance {
698
698
  applyConfiguration<TEntity>(configuration: IEntityTypeConfiguration_1<TEntity>): ModelBuilder;
699
699
  applyConfigurationsFromAssembly(assembly: Assembly, predicate?: Func<Type, System_Internal.Boolean>): ModelBuilder;
700
700
  entity<TEntity>(): EntityTypeBuilder_1<TEntity>;
701
- entity(type_: Type): EntityTypeBuilder;
701
+ entity(type: Type): EntityTypeBuilder;
702
702
  entity(name: string): EntityTypeBuilder;
703
703
  entity<TEntity>(buildAction: Action<EntityTypeBuilder_1<TEntity>>): ModelBuilder;
704
- entity(type_: Type, buildAction: Action<EntityTypeBuilder>): ModelBuilder;
704
+ entity(type: Type, buildAction: Action<EntityTypeBuilder>): ModelBuilder;
705
705
  entity(name: string, buildAction: Action<EntityTypeBuilder>): ModelBuilder;
706
706
  equals(obj: unknown): boolean;
707
707
  finalizeModel(): IModel;
@@ -710,14 +710,14 @@ export interface ModelBuilder$instance {
710
710
  hasChangeTrackingStrategy(changeTrackingStrategy: ChangeTrackingStrategy): ModelBuilder;
711
711
  hasEmbeddedDiscriminatorName(name: string): ModelBuilder;
712
712
  ignore<TStructural>(): ModelBuilder;
713
- ignore(type_: Type): ModelBuilder;
713
+ ignore(type: Type): ModelBuilder;
714
714
  ignore(typeName: string): ModelBuilder;
715
715
  owned<T>(): OwnedEntityTypeBuilder_1<T>;
716
- owned(type_: Type): OwnedEntityTypeBuilder;
716
+ owned(type: Type): OwnedEntityTypeBuilder;
717
717
  sharedTypeEntity<TEntity>(name: string): EntityTypeBuilder_1<TEntity>;
718
- sharedTypeEntity(name: string, type_: Type): EntityTypeBuilder;
718
+ sharedTypeEntity(name: string, type: Type): EntityTypeBuilder;
719
719
  sharedTypeEntity<TEntity>(name: string, buildAction: Action<EntityTypeBuilder_1<TEntity>>): ModelBuilder;
720
- sharedTypeEntity(name: string, type_: Type, buildAction: Action<EntityTypeBuilder>): ModelBuilder;
720
+ sharedTypeEntity(name: string, type: Type, buildAction: Action<EntityTypeBuilder>): ModelBuilder;
721
721
  toString(): string | undefined;
722
722
  usePropertyAccessMode(propertyAccessMode: PropertyAccessMode): ModelBuilder;
723
723
  }
@@ -753,7 +753,7 @@ export interface ModelConfigurationBuilder$instance {
753
753
  equals(obj: unknown): boolean;
754
754
  getHashCode(): int;
755
755
  ignoreAny<T>(): ModelConfigurationBuilder;
756
- ignoreAny(type_: Type): ModelConfigurationBuilder;
756
+ ignoreAny(type: Type): ModelConfigurationBuilder;
757
757
  properties<TProperty>(): PropertiesConfigurationBuilder_1<TProperty>;
758
758
  properties<TProperty>(buildAction: Action<PropertiesConfigurationBuilder_1<TProperty>>): ModelConfigurationBuilder;
759
759
  properties(propertyType: Type): PropertiesConfigurationBuilder;
@@ -1694,9 +1694,9 @@ export abstract class RelationalModelBuilderExtensions$instance {
1694
1694
  static hasSequence(modelBuilder: ModelBuilder, name: string, builderAction: Action<SequenceBuilder>): ModelBuilder;
1695
1695
  static hasSequence(modelBuilder: ModelBuilder, name: string, schema: string, builderAction: Action<SequenceBuilder>): ModelBuilder;
1696
1696
  static hasSequence(modelBuilder: ModelBuilder, name: string, schema?: string): SequenceBuilder;
1697
- static hasSequence(modelBuilder: ModelBuilder, type_: Type, name: string, builderAction: Action<SequenceBuilder>): ModelBuilder;
1698
- static hasSequence(modelBuilder: ModelBuilder, type_: Type, name: string, schema: string, builderAction: Action<SequenceBuilder>): ModelBuilder;
1699
- static hasSequence(modelBuilder: ModelBuilder, type_: Type, name: string, schema?: string): SequenceBuilder;
1697
+ static hasSequence(modelBuilder: ModelBuilder, type: Type, name: string, builderAction: Action<SequenceBuilder>): ModelBuilder;
1698
+ static hasSequence(modelBuilder: ModelBuilder, type: Type, name: string, schema: string, builderAction: Action<SequenceBuilder>): ModelBuilder;
1699
+ static hasSequence(modelBuilder: ModelBuilder, type: Type, name: string, schema?: string): SequenceBuilder;
1700
1700
  static useCollation(modelBuilder: IConventionModelBuilder, collation: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
1701
1701
  static useCollation(modelBuilder: ModelBuilder, collation: string): ModelBuilder;
1702
1702
  }
@@ -49,7 +49,7 @@
49
49
  {
50
50
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.AutoTransactionBehavior::NeverMicrosoft.EntityFrameworkCore.AutoTransactionBehavior",
51
51
  "clrName": "Never",
52
- "tsEmitName": "never_",
52
+ "tsEmitName": "never",
53
53
  "normalizedSignature": "Never|Microsoft.EntityFrameworkCore.AutoTransactionBehavior|static=true|const=true",
54
54
  "isStatic": true,
55
55
  "isReadOnly": false,
@@ -554,7 +554,7 @@
554
554
  {
555
555
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.WarningBehavior::ThrowMicrosoft.EntityFrameworkCore.WarningBehavior",
556
556
  "clrName": "Throw",
557
- "tsEmitName": "throw_",
557
+ "tsEmitName": "throw",
558
558
  "normalizedSignature": "Throw|Microsoft.EntityFrameworkCore.WarningBehavior|static=true|const=true",
559
559
  "isStatic": true,
560
560
  "isReadOnly": false,
@@ -854,7 +854,7 @@
854
854
  {
855
855
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContext::Set():DbSet_1",
856
856
  "clrName": "Set",
857
- "tsEmitName": "set_",
857
+ "tsEmitName": "set",
858
858
  "normalizedSignature": "Set|():DbSet_1|static=false",
859
859
  "provenance": "Original",
860
860
  "emitScope": "ClassSurface",
@@ -870,7 +870,7 @@
870
870
  {
871
871
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContext::Set(System.String):DbSet_1",
872
872
  "clrName": "Set",
873
- "tsEmitName": "set_",
873
+ "tsEmitName": "set",
874
874
  "normalizedSignature": "Set|(System.String):DbSet_1|static=false",
875
875
  "provenance": "Original",
876
876
  "emitScope": "ClassSurface",
@@ -46,7 +46,7 @@
46
46
  {
47
47
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.CascadeTiming::NeverMicrosoft.EntityFrameworkCore.ChangeTracking.CascadeTiming",
48
48
  "clrName": "Never",
49
- "tsEmitName": "never_",
49
+ "tsEmitName": "never",
50
50
  "metadataToken": 67110998,
51
51
  "normalizedSignature": "Never|Microsoft.EntityFrameworkCore.ChangeTracking.CascadeTiming|static=true|const=true",
52
52
  "isStatic": true,
@@ -89,7 +89,7 @@
89
89
  }
90
90
  },
91
91
  {
92
- "tsName": "never_",
92
+ "tsName": "never",
93
93
  "isStatic": true,
94
94
  "tsSignatureId": "Never|Microsoft.EntityFrameworkCore.ChangeTracking.CascadeTiming|static=true|const=true",
95
95
  "target": {
@@ -857,7 +857,7 @@
857
857
  }
858
858
  },
859
859
  {
860
- "tsName": "type_",
860
+ "tsName": "type",
861
861
  "isStatic": false,
862
862
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
863
863
  "target": {
@@ -1075,7 +1075,7 @@
1075
1075
  }
1076
1076
  },
1077
1077
  {
1078
- "tsName": "type_",
1078
+ "tsName": "type",
1079
1079
  "isStatic": false,
1080
1080
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
1081
1081
  "target": {
@@ -8170,7 +8170,7 @@
8170
8170
  }
8171
8171
  },
8172
8172
  {
8173
- "tsName": "type_",
8173
+ "tsName": "type",
8174
8174
  "isStatic": false,
8175
8175
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
8176
8176
  "target": {
@@ -8437,7 +8437,7 @@
8437
8437
  }
8438
8438
  },
8439
8439
  {
8440
- "tsName": "type_",
8440
+ "tsName": "type",
8441
8441
  "isStatic": false,
8442
8442
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
8443
8443
  "target": {
@@ -8704,7 +8704,7 @@
8704
8704
  }
8705
8705
  },
8706
8706
  {
8707
- "tsName": "type_",
8707
+ "tsName": "type",
8708
8708
  "isStatic": false,
8709
8709
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
8710
8710
  "target": {
@@ -8971,7 +8971,7 @@
8971
8971
  }
8972
8972
  },
8973
8973
  {
8974
- "tsName": "type_",
8974
+ "tsName": "type",
8975
8975
  "isStatic": false,
8976
8976
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
8977
8977
  "target": {
@@ -12718,7 +12718,7 @@
12718
12718
  {
12719
12719
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer::Type:System.Type",
12720
12720
  "clrName": "Type",
12721
- "tsEmitName": "type_",
12721
+ "tsEmitName": "type",
12722
12722
  "metadataToken": 385878166,
12723
12723
  "canonicalSignature": ":System.Type",
12724
12724
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -12893,7 +12893,7 @@
12893
12893
  ],
12894
12894
  "exposedProperties": [
12895
12895
  {
12896
- "tsName": "type_",
12896
+ "tsName": "type",
12897
12897
  "isStatic": false,
12898
12898
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
12899
12899
  "target": {
@@ -13054,7 +13054,7 @@
13054
13054
  {
13055
13055
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer\u00601::Type:System.Type",
13056
13056
  "clrName": "Type",
13057
- "tsEmitName": "type_",
13057
+ "tsEmitName": "type",
13058
13058
  "metadataToken": 385878172,
13059
13059
  "canonicalSignature": ":System.Type",
13060
13060
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -13286,7 +13286,7 @@
13286
13286
  }
13287
13287
  },
13288
13288
  {
13289
- "tsName": "type_",
13289
+ "tsName": "type",
13290
13290
  "isStatic": false,
13291
13291
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
13292
13292
  "target": {
@@ -38,7 +38,7 @@ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
38
38
  export enum CascadeTiming {
39
39
  immediate = 0,
40
40
  onSaveChanges = 1,
41
- never_ = 2
41
+ never = 2
42
42
  }
43
43
 
44
44
 
@@ -164,7 +164,7 @@ export type ChangeTracker = ChangeTracker$instance & __ChangeTracker$views;
164
164
 
165
165
 
166
166
  export interface CollectionEntry$instance extends NavigationEntry$instance {
167
- currentValue: IEnumerable | IEnumerable_1<TRelatedEntity> | unknown;
167
+ currentValue: IEnumerable | unknown;
168
168
  isModified: boolean;
169
169
  findEntry(entity: unknown): EntityEntry | undefined;
170
170
  load(): void;
@@ -730,17 +730,17 @@ export interface LocalView_1$instance<TEntity> {
730
730
 
731
731
 
732
732
  export const LocalView_1: {
733
- new<TEntity>(set_: DbSet_1<TEntity>): LocalView_1<TEntity>;
733
+ new<TEntity>(set: DbSet_1<TEntity>): LocalView_1<TEntity>;
734
734
  };
735
735
 
736
736
 
737
737
  export type LocalView_1<TEntity> = LocalView_1$instance<TEntity>;
738
738
 
739
739
  export interface MemberEntry$instance {
740
- currentValue: TComplexProperty | unknown;
740
+ currentValue: IEnumerable | unknown;
741
741
  readonly entityEntry: EntityEntry | EntityEntry_1<TEntity>;
742
742
  isModified: boolean;
743
- readonly metadata: IProperty | IPropertyBase;
743
+ readonly metadata: IComplexProperty | IPropertyBase;
744
744
  equals(obj: unknown): boolean;
745
745
  getHashCode(): int;
746
746
  toString(): string | undefined;
@@ -957,7 +957,7 @@ export interface ValueComparer$instance {
957
957
  readonly hashCodeExpression: LambdaExpression;
958
958
  readonly objectEqualsExpression: LambdaExpression;
959
959
  readonly snapshotExpression: LambdaExpression;
960
- readonly type_: Type;
960
+ readonly type: Type;
961
961
  equals(left: unknown, right: unknown): boolean;
962
962
  extractEqualsBody(leftExpression: Expression, rightExpression: Expression): Expression;
963
963
  extractHashCodeBody(expression: Expression): Expression;
@@ -970,8 +970,8 @@ export interface ValueComparer$instance {
970
970
  export const ValueComparer: {
971
971
  add(hash: HashCode, code: int): HashCode;
972
972
  createDefault<T>(favorStructuralComparisons: boolean): ValueComparer;
973
- createDefault(type_: Type, favorStructuralComparisons: boolean): ValueComparer;
974
- getGenericSnapshotMethod(type_: Type): MethodInfo;
973
+ createDefault(type: Type, favorStructuralComparisons: boolean): ValueComparer;
974
+ getGenericSnapshotMethod(type: Type): MethodInfo;
975
975
  };
976
976
 
977
977
 
@@ -982,7 +982,7 @@ export interface ValueComparer_1$instance<T> extends ValueComparer {
982
982
  readonly hashCodeExpression: Expression<Func<T, System_Internal.Int32>>;
983
983
  readonly objectEqualsExpression: LambdaExpression;
984
984
  readonly snapshotExpression: Expression<Func<T, T>>;
985
- readonly type_: Type;
985
+ readonly type: Type;
986
986
  equals(left: unknown, right: unknown): boolean;
987
987
  equals(left: T, right: T): boolean;
988
988
  getHashCode(instance: unknown): int;
@@ -48,7 +48,7 @@
48
48
  {
49
49
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.CascadeTiming::NeverMicrosoft.EntityFrameworkCore.ChangeTracking.CascadeTiming",
50
50
  "clrName": "Never",
51
- "tsEmitName": "never_",
51
+ "tsEmitName": "never",
52
52
  "normalizedSignature": "Never|Microsoft.EntityFrameworkCore.ChangeTracking.CascadeTiming|static=true|const=true",
53
53
  "isStatic": true,
54
54
  "isReadOnly": false,
@@ -6557,7 +6557,7 @@
6557
6557
  {
6558
6558
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer::Type:System.Type",
6559
6559
  "clrName": "Type",
6560
- "tsEmitName": "type_",
6560
+ "tsEmitName": "type",
6561
6561
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
6562
6562
  "provenance": "Original",
6563
6563
  "emitScope": "ClassSurface",
@@ -6761,7 +6761,7 @@
6761
6761
  {
6762
6762
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer\u00601::Type:System.Type",
6763
6763
  "clrName": "Type",
6764
- "tsEmitName": "type_",
6764
+ "tsEmitName": "type",
6765
6765
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
6766
6766
  "provenance": "Original",
6767
6767
  "emitScope": "ClassSurface",
@@ -7008,7 +7008,7 @@
7008
7008
  }
7009
7009
  },
7010
7010
  {
7011
- "tsName": "type_",
7011
+ "tsName": "type",
7012
7012
  "isStatic": false,
7013
7013
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
7014
7014
  "target": {
@@ -18670,7 +18670,7 @@
18670
18670
  }
18671
18671
  },
18672
18672
  {
18673
- "tsName": "type_",
18673
+ "tsName": "type",
18674
18674
  "isStatic": false,
18675
18675
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
18676
18676
  "target": {
@@ -266,7 +266,7 @@ export interface IStateManager$instance extends IResettableService {
266
266
  stopTracking(entry: InternalComplexEntry, oldState: EntityState): void;
267
267
  tryGetEntry(key: IKey, keyValues: IReadOnlyList<unknown>): InternalEntityEntry | undefined;
268
268
  tryGetEntry(key: IKey, keyValues: unknown[], throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
269
- tryGetEntry(entity: unknown, type_: IEntityType, throwOnTypeMismatch?: boolean): InternalEntityEntry | undefined;
269
+ tryGetEntry(entity: unknown, type: IEntityType, throwOnTypeMismatch?: boolean): InternalEntityEntry | undefined;
270
270
  tryGetEntry(entity: unknown, throwOnNonUniqueness?: boolean): InternalEntityEntry | undefined;
271
271
  tryGetEntryTyped<TKey>(key: IKey, keyValue: TKey): InternalEntityEntry | undefined;
272
272
  tryGetExistingEntry(entity: unknown, key: IKey): InternalEntityEntry | undefined;
@@ -1322,7 +1322,7 @@
1322
1322
  {
1323
1323
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.ICSharpHelper::Namespace(System.String[]):System.String",
1324
1324
  "clrName": "Namespace",
1325
- "tsEmitName": "namespace_",
1325
+ "tsEmitName": "namespace",
1326
1326
  "metadataToken": 100674914,
1327
1327
  "canonicalSignature": "(System.String[]):System.String",
1328
1328
  "normalizedSignature": "Namespace|(System.String[]):System.String|static=false",
@@ -1784,7 +1784,7 @@
1784
1784
  }
1785
1785
  },
1786
1786
  {
1787
- "tsName": "namespace_",
1787
+ "tsName": "namespace",
1788
1788
  "isStatic": false,
1789
1789
  "tsSignatureId": "Namespace|(System.String[]):System.String|static=false",
1790
1790
  "target": {
@@ -3956,7 +3956,7 @@
3956
3956
  {
3957
3957
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment::Type:System.Type",
3958
3958
  "clrName": "Type",
3959
- "tsEmitName": "type_",
3959
+ "tsEmitName": "type",
3960
3960
  "metadataToken": 385878002,
3961
3961
  "canonicalSignature": ":System.Type",
3962
3962
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -4022,7 +4022,7 @@
4022
4022
  ],
4023
4023
  "exposedProperties": [
4024
4024
  {
4025
- "tsName": "type_",
4025
+ "tsName": "type",
4026
4026
  "isStatic": false,
4027
4027
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
4028
4028
  "target": {
@@ -4576,7 +4576,7 @@
4576
4576
  {
4577
4577
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment::Namespace:System.String",
4578
4578
  "clrName": "Namespace",
4579
- "tsEmitName": "namespace_",
4579
+ "tsEmitName": "namespace",
4580
4580
  "metadataToken": 385878014,
4581
4581
  "canonicalSignature": ":System.String",
4582
4582
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
@@ -4782,7 +4782,7 @@
4782
4782
  }
4783
4783
  },
4784
4784
  {
4785
- "tsName": "namespace_",
4785
+ "tsName": "namespace",
4786
4786
  "isStatic": false,
4787
4787
  "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
4788
4788
  "target": {
@@ -66,7 +66,7 @@ export interface ICSharpHelper$instance {
66
66
  fragment(fragment: IMethodCallCodeFragment, instanceIdentifier: string, typeQualified: boolean): string;
67
67
  fragment(fragment: NestedClosureCodeFragment, indent?: int): string;
68
68
  fragment(fragment: PropertyAccessorCodeFragment): string;
69
- getRequiredUsings(type_: Type): IEnumerable<System_Internal.String>;
69
+ getRequiredUsings(type: Type): IEnumerable<System_Internal.String>;
70
70
  identifier(name: string, scope?: ICollection<System_Internal.String>, capitalize?: Nullable<System_Internal.Boolean>): string;
71
71
  identifier<T>(name: string, value: T, scope: IDictionary<System_Internal.String, T>, capitalize?: Nullable<System_Internal.Boolean>): string;
72
72
  lambda(properties: IEnumerable<IProperty>, lambdaIdentifier?: string): string;
@@ -99,7 +99,7 @@ export interface ICSharpHelper$instance {
99
99
  literal(value: uint): string;
100
100
  literal(value: ulong): string;
101
101
  literal<T>(values: T[], vertical?: boolean): string;
102
- namespace_(...name: string[]): string;
102
+ namespace(...name: string[]): string;
103
103
  statement(node: Expression, collectedNamespaces: ISet<System_Internal.String>, unsafeAccessors: ISet<System_Internal.String>, constantReplacements?: IReadOnlyDictionary<unknown, System_Internal.String>, memberAccessReplacements?: IReadOnlyDictionary<MemberInfo, QualifiedName>): string;
104
104
  unknownLiteral(value: unknown): string;
105
105
  xmlComment(comment: string, indent?: int): string;
@@ -205,13 +205,13 @@ export type AnnotationCodeGeneratorDependencies = AnnotationCodeGeneratorDepende
205
205
  export interface AttributeCodeFragment$instance {
206
206
  readonly arguments: IReadOnlyList<unknown | undefined>;
207
207
  readonly namedArguments: IReadOnlyDictionary<System_Internal.String, unknown | undefined>;
208
- readonly type_: Type;
208
+ readonly type: Type;
209
209
  }
210
210
 
211
211
 
212
212
  export const AttributeCodeFragment: {
213
- new(type_: Type, arguments: unknown[]): AttributeCodeFragment;
214
- new(type_: Type, arguments: IEnumerable<unknown>, namedArguments: IDictionary<System_Internal.String, unknown>): AttributeCodeFragment;
213
+ new(type: Type, arguments: unknown[]): AttributeCodeFragment;
214
+ new(type: Type, arguments: IEnumerable<unknown>, namedArguments: IDictionary<System_Internal.String, unknown>): AttributeCodeFragment;
215
215
  };
216
216
 
217
217
 
@@ -275,7 +275,7 @@ export interface MethodCallCodeFragment$instance {
275
275
  readonly declaringType: string;
276
276
  readonly method: string;
277
277
  readonly methodInfo: MethodInfo | undefined;
278
- readonly namespace_: string;
278
+ readonly namespace: string;
279
279
  chain(methodInfo: MethodInfo, ...arguments: unknown[]): MethodCallCodeFragment;
280
280
  chain(method: string, ...arguments: unknown[]): MethodCallCodeFragment;
281
281
  chain(call: MethodCallCodeFragment): MethodCallCodeFragment;
@@ -1140,7 +1140,7 @@
1140
1140
  {
1141
1141
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.ICSharpHelper::Namespace(System.String[]):System.String",
1142
1142
  "clrName": "Namespace",
1143
- "tsEmitName": "namespace_",
1143
+ "tsEmitName": "namespace",
1144
1144
  "normalizedSignature": "Namespace|(System.String[]):System.String|static=false",
1145
1145
  "provenance": "Original",
1146
1146
  "emitScope": "ClassSurface",
@@ -2707,7 +2707,7 @@
2707
2707
  {
2708
2708
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment::Type:System.Type",
2709
2709
  "clrName": "Type",
2710
- "tsEmitName": "type_",
2710
+ "tsEmitName": "type",
2711
2711
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
2712
2712
  "provenance": "Original",
2713
2713
  "emitScope": "ClassSurface",
@@ -3038,7 +3038,7 @@
3038
3038
  {
3039
3039
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment::Namespace:System.String",
3040
3040
  "clrName": "Namespace",
3041
- "tsEmitName": "namespace_",
3041
+ "tsEmitName": "namespace",
3042
3042
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
3043
3043
  "provenance": "Original",
3044
3044
  "emitScope": "ClassSurface",
@@ -554,7 +554,7 @@
554
554
  {
555
555
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName::Namespace:System.String",
556
556
  "clrName": "Namespace",
557
- "tsEmitName": "namespace_",
557
+ "tsEmitName": "namespace",
558
558
  "metadataToken": 385878044,
559
559
  "canonicalSignature": ":System.String",
560
560
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=getset",
@@ -644,7 +644,7 @@
644
644
  }
645
645
  },
646
646
  {
647
- "tsName": "namespace_",
647
+ "tsName": "namespace",
648
648
  "isStatic": false,
649
649
  "tsSignatureId": "Namespace|:System.String|static=false|accessor=getset",
650
650
  "target": {
@@ -1563,7 +1563,7 @@
1563
1563
  {
1564
1564
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters::Namespace:System.String",
1565
1565
  "clrName": "Namespace",
1566
- "tsEmitName": "namespace_",
1566
+ "tsEmitName": "namespace",
1567
1567
  "metadataToken": 385878033,
1568
1568
  "canonicalSignature": ":System.String",
1569
1569
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=getset",
@@ -1799,7 +1799,7 @@
1799
1799
  }
1800
1800
  },
1801
1801
  {
1802
- "tsName": "namespace_",
1802
+ "tsName": "namespace",
1803
1803
  "isStatic": false,
1804
1804
  "tsSignatureId": "Namespace|:System.String|static=false|accessor=getset",
1805
1805
  "target": {
@@ -46,7 +46,7 @@ export type ICSharpRuntimeAnnotationCodeGenerator = ICSharpRuntimeAnnotationCode
46
46
 
47
47
  export interface QualifiedName$instance {
48
48
  name: string;
49
- namespace_: string;
49
+ namespace: string;
50
50
  deconstruct(Name: string, Namespace: string): void;
51
51
  equals(obj: unknown): boolean;
52
52
  equals(other: QualifiedName): boolean;
@@ -85,7 +85,7 @@ export interface CSharpRuntimeAnnotationCodeGenerator$instance {
85
85
 
86
86
  export const CSharpRuntimeAnnotationCodeGenerator: {
87
87
  new(dependencies: CSharpRuntimeAnnotationCodeGeneratorDependencies): CSharpRuntimeAnnotationCodeGenerator;
88
- addNamespace(type_: Type, namespaces: ISet<System_Internal.String>): void;
88
+ addNamespace(type: Type, namespaces: ISet<System_Internal.String>): void;
89
89
  create(comparer: ValueComparer, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
90
90
  create(converter: ValueConverter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
91
91
  createJsonValueReaderWriter(jsonValueReaderWriter: JsonValueReaderWriter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
@@ -125,7 +125,7 @@ export interface CSharpRuntimeAnnotationCodeGeneratorParameters$instance {
125
125
  isRuntime: boolean;
126
126
  mainBuilder: IndentedStringBuilder;
127
127
  methodBuilder: IndentedStringBuilder;
128
- namespace_: string;
128
+ namespace: string;
129
129
  namespaces: ISet<System_Internal.String>;
130
130
  scopeObjects: IDictionary<System_Internal.String, unknown>;
131
131
  scopeVariables: IDictionary<unknown, System_Internal.String>;
@@ -140,7 +140,7 @@ export interface CSharpRuntimeAnnotationCodeGeneratorParameters$instance {
140
140
 
141
141
 
142
142
  export const CSharpRuntimeAnnotationCodeGeneratorParameters: {
143
- new(targetName: string, className: string, namespace_: string, mainBuilder: IndentedStringBuilder, methodBuilder: IndentedStringBuilder, namespaces: ISet<System_Internal.String>, scopeObjects: IDictionary<System_Internal.String, unknown>, scopeVariables: IDictionary<unknown, System_Internal.String>, configurationClassNames: Dictionary<ITypeBase, System_Internal.String>, nullable: boolean, nativeAot: boolean): CSharpRuntimeAnnotationCodeGeneratorParameters;
143
+ new(targetName: string, className: string, namespace: string, mainBuilder: IndentedStringBuilder, methodBuilder: IndentedStringBuilder, namespaces: ISet<System_Internal.String>, scopeObjects: IDictionary<System_Internal.String, unknown>, scopeVariables: IDictionary<unknown, System_Internal.String>, configurationClassNames: Dictionary<ITypeBase, System_Internal.String>, nullable: boolean, nativeAot: boolean): CSharpRuntimeAnnotationCodeGeneratorParameters;
144
144
  };
145
145
 
146
146
 
@@ -431,7 +431,7 @@
431
431
  {
432
432
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName::Namespace:System.String",
433
433
  "clrName": "Namespace",
434
- "tsEmitName": "namespace_",
434
+ "tsEmitName": "namespace",
435
435
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=getset",
436
436
  "provenance": "Original",
437
437
  "emitScope": "ClassSurface",
@@ -1106,7 +1106,7 @@
1106
1106
  {
1107
1107
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters::Namespace:System.String",
1108
1108
  "clrName": "Namespace",
1109
- "tsEmitName": "namespace_",
1109
+ "tsEmitName": "namespace",
1110
1110
  "normalizedSignature": "Namespace|:System.String|static=false|accessor=getset",
1111
1111
  "provenance": "Original",
1112
1112
  "emitScope": "ClassSurface",