@tsonic/efcore 10.0.12 → 10.0.16

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 (52) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
  7. package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
  8. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
  9. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
  10. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
  11. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
  12. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
  13. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
  14. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
  15. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
  16. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
  17. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
  18. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
  19. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
  20. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
  21. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
  22. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
  23. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +15 -2065
  25. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +0 -756
  27. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
  28. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
  29. package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
  30. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
  31. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
  32. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
  33. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
  34. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
  35. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
  36. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +0 -210
  37. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
  38. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
  39. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
  40. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
  41. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
  42. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
  43. package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
  44. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
  45. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
  46. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
  47. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
  48. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
  49. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
  50. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
  51. package/README.md +119 -2
  52. package/package.json +4 -4
@@ -145,46 +145,6 @@
145
145
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
146
146
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
147
147
  "isExtensionMethod": false
148
- },
149
- {
150
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
151
- "clrName": "Next",
152
- "metadataToken": 0,
153
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
154
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
155
- "emitScope": "ClassSurface",
156
- "provenance": "BaseOverload",
157
- "arity": 0,
158
- "parameterCount": 1,
159
- "isStatic": false,
160
- "isAbstract": true,
161
- "isVirtual": true,
162
- "isOverride": false,
163
- "isSealed": false,
164
- "visibility": "Public",
165
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
166
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
167
- "isExtensionMethod": false
168
- },
169
- {
170
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
171
- "clrName": "Next",
172
- "metadataToken": 0,
173
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
174
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
175
- "emitScope": "ClassSurface",
176
- "provenance": "BaseOverload",
177
- "arity": 0,
178
- "parameterCount": 1,
179
- "isStatic": false,
180
- "isAbstract": false,
181
- "isVirtual": true,
182
- "isOverride": false,
183
- "isSealed": false,
184
- "visibility": "Public",
185
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
186
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
187
- "isExtensionMethod": false
188
148
  }
189
149
  ],
190
150
  "properties": [
@@ -316,46 +276,6 @@
316
276
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
317
277
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
318
278
  "isExtensionMethod": false
319
- },
320
- {
321
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
322
- "clrName": "Next",
323
- "metadataToken": 0,
324
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
325
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
326
- "emitScope": "ClassSurface",
327
- "provenance": "BaseOverload",
328
- "arity": 0,
329
- "parameterCount": 1,
330
- "isStatic": false,
331
- "isAbstract": true,
332
- "isVirtual": true,
333
- "isOverride": false,
334
- "isSealed": false,
335
- "visibility": "Public",
336
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
337
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
338
- "isExtensionMethod": false
339
- },
340
- {
341
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
342
- "clrName": "Next",
343
- "metadataToken": 0,
344
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
345
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
346
- "emitScope": "ClassSurface",
347
- "provenance": "BaseOverload",
348
- "arity": 0,
349
- "parameterCount": 1,
350
- "isStatic": false,
351
- "isAbstract": false,
352
- "isVirtual": true,
353
- "isOverride": false,
354
- "isSealed": false,
355
- "visibility": "Public",
356
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
357
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
358
- "isExtensionMethod": false
359
279
  }
360
280
  ],
361
281
  "properties": [
@@ -498,31 +418,11 @@
498
418
  "isExtensionMethod": false
499
419
  },
500
420
  {
501
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
502
- "clrName": "Next",
503
- "metadataToken": 0,
504
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
505
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
506
- "emitScope": "ClassSurface",
507
- "provenance": "BaseOverload",
508
- "arity": 0,
509
- "parameterCount": 1,
510
- "isStatic": false,
511
- "isAbstract": false,
512
- "isVirtual": true,
513
- "isOverride": false,
514
- "isSealed": false,
515
- "visibility": "Public",
516
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
517
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
518
- "isExtensionMethod": false
519
- },
520
- {
521
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601::NextAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
421
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601::NextAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Object\u003E",
522
422
  "clrName": "NextAsync",
523
423
  "metadataToken": 0,
524
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
525
- "normalizedSignature": "NextAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
424
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Object\u003E",
425
+ "normalizedSignature": "NextAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Object\u003E|static=false",
526
426
  "emitScope": "ClassSurface",
527
427
  "provenance": "BaseOverload",
528
428
  "arity": 0,
@@ -744,52 +644,6 @@
744
644
  "modifier": "out"
745
645
  }
746
646
  ]
747
- },
748
- {
749
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector::Select(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
750
- "clrName": "Select",
751
- "metadataToken": 0,
752
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
753
- "normalizedSignature": "Select|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator|static=false",
754
- "emitScope": "ClassSurface",
755
- "provenance": "BaseOverload",
756
- "arity": 0,
757
- "parameterCount": 2,
758
- "isStatic": false,
759
- "isAbstract": false,
760
- "isVirtual": true,
761
- "isOverride": false,
762
- "isSealed": false,
763
- "visibility": "Public",
764
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
765
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
766
- "isExtensionMethod": false
767
- },
768
- {
769
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector::TrySelect(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u0026):System.Boolean",
770
- "clrName": "TrySelect",
771
- "metadataToken": 0,
772
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u0026):System.Boolean",
773
- "normalizedSignature": "TrySelect|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u0026):System.Boolean|static=false",
774
- "emitScope": "ClassSurface",
775
- "provenance": "BaseOverload",
776
- "arity": 0,
777
- "parameterCount": 3,
778
- "isStatic": false,
779
- "isAbstract": false,
780
- "isVirtual": true,
781
- "isOverride": false,
782
- "isSealed": false,
783
- "visibility": "Public",
784
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
785
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
786
- "isExtensionMethod": false,
787
- "parameterModifiers": [
788
- {
789
- "index": 2,
790
- "modifier": "out"
791
- }
792
- ]
793
647
  }
794
648
  ],
795
649
  "properties": [],
@@ -847,46 +701,6 @@
847
701
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
848
702
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
849
703
  "isExtensionMethod": false
850
- },
851
- {
852
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
853
- "clrName": "Next",
854
- "metadataToken": 0,
855
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
856
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
857
- "emitScope": "ClassSurface",
858
- "provenance": "BaseOverload",
859
- "arity": 0,
860
- "parameterCount": 1,
861
- "isStatic": false,
862
- "isAbstract": true,
863
- "isVirtual": true,
864
- "isOverride": false,
865
- "isSealed": false,
866
- "visibility": "Public",
867
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
868
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
869
- "isExtensionMethod": false
870
- },
871
- {
872
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
873
- "clrName": "Next",
874
- "metadataToken": 0,
875
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
876
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
877
- "emitScope": "ClassSurface",
878
- "provenance": "BaseOverload",
879
- "arity": 0,
880
- "parameterCount": 1,
881
- "isStatic": false,
882
- "isAbstract": false,
883
- "isVirtual": true,
884
- "isOverride": false,
885
- "isSealed": false,
886
- "visibility": "Public",
887
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
888
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
889
- "isExtensionMethod": false
890
704
  }
891
705
  ],
892
706
  "properties": [
@@ -964,46 +778,6 @@
964
778
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
965
779
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
966
780
  "isExtensionMethod": false
967
- },
968
- {
969
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
970
- "clrName": "Next",
971
- "metadataToken": 0,
972
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
973
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
974
- "emitScope": "ClassSurface",
975
- "provenance": "BaseOverload",
976
- "arity": 0,
977
- "parameterCount": 1,
978
- "isStatic": false,
979
- "isAbstract": true,
980
- "isVirtual": true,
981
- "isOverride": false,
982
- "isSealed": false,
983
- "visibility": "Public",
984
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
985
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
986
- "isExtensionMethod": false
987
- },
988
- {
989
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
990
- "clrName": "Next",
991
- "metadataToken": 0,
992
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
993
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
994
- "emitScope": "ClassSurface",
995
- "provenance": "BaseOverload",
996
- "arity": 0,
997
- "parameterCount": 1,
998
- "isStatic": false,
999
- "isAbstract": false,
1000
- "isVirtual": true,
1001
- "isOverride": false,
1002
- "isSealed": false,
1003
- "visibility": "Public",
1004
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
1005
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1006
- "isExtensionMethod": false
1007
781
  }
1008
782
  ],
1009
783
  "properties": [
@@ -1423,31 +1197,11 @@
1423
1197
  "isExtensionMethod": false
1424
1198
  },
1425
1199
  {
1426
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
1427
- "clrName": "Next",
1428
- "metadataToken": 0,
1429
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
1430
- "normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
1431
- "emitScope": "ClassSurface",
1432
- "provenance": "BaseOverload",
1433
- "arity": 0,
1434
- "parameterCount": 1,
1435
- "isStatic": false,
1436
- "isAbstract": false,
1437
- "isVirtual": true,
1438
- "isOverride": false,
1439
- "isSealed": false,
1440
- "visibility": "Public",
1441
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1442
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1443
- "isExtensionMethod": false
1444
- },
1445
- {
1446
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::NextAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1200
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::NextAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Object\u003E",
1447
1201
  "clrName": "NextAsync",
1448
1202
  "metadataToken": 0,
1449
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1450
- "normalizedSignature": "NextAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1203
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Object\u003E",
1204
+ "normalizedSignature": "NextAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Object\u003E|static=false",
1451
1205
  "emitScope": "ClassSurface",
1452
1206
  "provenance": "BaseOverload",
1453
1207
  "arity": 0,
@@ -1461,26 +1215,6 @@
1461
1215
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1462
1216
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1463
1217
  "isExtensionMethod": false
1464
- },
1465
- {
1466
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::NextValueAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1467
- "clrName": "NextValueAsync",
1468
- "metadataToken": 0,
1469
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1470
- "normalizedSignature": "NextValueAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1471
- "emitScope": "ClassSurface",
1472
- "provenance": "BaseOverload",
1473
- "arity": 0,
1474
- "parameterCount": 2,
1475
- "isStatic": false,
1476
- "isAbstract": false,
1477
- "isVirtual": true,
1478
- "isOverride": false,
1479
- "isSealed": false,
1480
- "visibility": "Protected",
1481
- "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1482
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1483
- "isExtensionMethod": false
1484
1218
  }
1485
1219
  ],
1486
1220
  "properties": [],
@@ -40,8 +40,8 @@ export interface BinaryValueGenerator$instance extends ValueGenerator_1<byte[]>
40
40
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_ValueGeneration_BinaryValueGenerator: never;
41
41
 
42
42
  readonly GeneratesTemporaryValues: boolean;
43
- Next4(entry: EntityEntry): byte[];
44
- Next4(entry: EntityEntry): unknown;
43
+ Next(entry: EntityEntry): byte[];
44
+ Next(entry: EntityEntry): unknown;
45
45
  }
46
46
 
47
47
 
@@ -70,8 +70,8 @@ export interface GuidValueGenerator$instance extends ValueGenerator_1<Guid> {
70
70
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_ValueGeneration_GuidValueGenerator: never;
71
71
 
72
72
  readonly GeneratesTemporaryValues: boolean;
73
- Next4(entry: EntityEntry): Guid;
74
- Next4(entry: EntityEntry): unknown;
73
+ Next(entry: EntityEntry): Guid;
74
+ Next(entry: EntityEntry): unknown;
75
75
  }
76
76
 
77
77
 
@@ -90,7 +90,7 @@ export interface HiLoValueGenerator_1$instance<TValue> extends ValueGenerator_1<
90
90
  Next(entry: EntityEntry): TValue;
91
91
  Next(entry: EntityEntry): unknown;
92
92
  NextAsync(entry: EntityEntry, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
93
- NextAsync(entry: EntityEntry, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
93
+ NextAsync(entry: EntityEntry, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
94
94
  }
95
95
 
96
96
 
@@ -118,14 +118,12 @@ export const HiLoValueGeneratorState: {
118
118
 
119
119
  export type HiLoValueGeneratorState = HiLoValueGeneratorState$instance;
120
120
 
121
- export interface RelationalValueGeneratorSelector$instance extends ValueGeneratorSelector$instance {
121
+ export interface RelationalValueGeneratorSelector$instance extends ValueGeneratorSelector$instance, IValueGeneratorSelector$instance {
122
122
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_ValueGeneration_RelationalValueGeneratorSelector: never;
123
123
 
124
124
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ValueGeneration_IValueGeneratorSelector: never;
125
125
 
126
126
  FindForType(property: IProperty, typeBase: ITypeBase, clrType: Type): ValueGenerator | undefined;
127
- Select(property: IProperty, typeBase: ITypeBase): ValueGenerator | undefined;
128
- TrySelect(property: IProperty, typeBase: ITypeBase, valueGenerator: ValueGenerator): boolean;
129
127
  }
130
128
 
131
129
 
@@ -145,8 +143,8 @@ export interface SequentialGuidValueGenerator$instance extends ValueGenerator_1<
145
143
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_ValueGeneration_SequentialGuidValueGenerator: never;
146
144
 
147
145
  readonly GeneratesTemporaryValues: boolean;
148
- Next4(entry: EntityEntry): Guid;
149
- Next4(entry: EntityEntry): unknown;
146
+ Next(entry: EntityEntry): Guid;
147
+ Next(entry: EntityEntry): unknown;
150
148
  }
151
149
 
152
150
 
@@ -161,8 +159,8 @@ export interface StringValueGenerator$instance extends ValueGenerator_1<System_I
161
159
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_ValueGeneration_StringValueGenerator: never;
162
160
 
163
161
  readonly GeneratesTemporaryValues: boolean;
164
- Next4(entry: EntityEntry): string;
165
- Next4(entry: EntityEntry): unknown;
162
+ Next(entry: EntityEntry): string;
163
+ Next(entry: EntityEntry): unknown;
166
164
  }
167
165
 
168
166
 
@@ -229,7 +227,6 @@ export interface ValueGenerator_1$instance<TValue> extends ValueGenerator {
229
227
  NextAsync(entry: EntityEntry, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
230
228
  NextValue(entry: EntityEntry): unknown | undefined;
231
229
  NextValueAsync(entry: EntityEntry, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
232
- NextValueAsync(entry: EntityEntry, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
233
230
  }
234
231
 
235
232