@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.
- package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +15 -2065
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +0 -756
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +0 -210
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
- package/README.md +119 -2
- package/package.json +4 -4
|
@@ -60,26 +60,6 @@
|
|
|
60
60
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
|
|
61
61
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
62
62
|
"isExtensionMethod": false
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator::NextAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
66
|
-
"clrName": "NextAsync",
|
|
67
|
-
"metadataToken": 0,
|
|
68
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
69
|
-
"normalizedSignature": "NextAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
|
|
70
|
-
"emitScope": "ClassSurface",
|
|
71
|
-
"provenance": "BaseOverload",
|
|
72
|
-
"arity": 0,
|
|
73
|
-
"parameterCount": 2,
|
|
74
|
-
"isStatic": false,
|
|
75
|
-
"isAbstract": false,
|
|
76
|
-
"isVirtual": true,
|
|
77
|
-
"isOverride": false,
|
|
78
|
-
"isSealed": false,
|
|
79
|
-
"visibility": "Public",
|
|
80
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
|
|
81
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
82
|
-
"isExtensionMethod": false
|
|
83
63
|
}
|
|
84
64
|
],
|
|
85
65
|
"properties": [
|
|
@@ -269,46 +249,6 @@
|
|
|
269
249
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
|
|
270
250
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
271
251
|
"isExtensionMethod": false
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
275
|
-
"clrName": "Next",
|
|
276
|
-
"metadataToken": 0,
|
|
277
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
278
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
279
|
-
"emitScope": "ClassSurface",
|
|
280
|
-
"provenance": "BaseOverload",
|
|
281
|
-
"arity": 0,
|
|
282
|
-
"parameterCount": 1,
|
|
283
|
-
"isStatic": false,
|
|
284
|
-
"isAbstract": true,
|
|
285
|
-
"isVirtual": true,
|
|
286
|
-
"isOverride": false,
|
|
287
|
-
"isSealed": false,
|
|
288
|
-
"visibility": "Public",
|
|
289
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
|
|
290
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
291
|
-
"isExtensionMethod": false
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
295
|
-
"clrName": "Next",
|
|
296
|
-
"metadataToken": 0,
|
|
297
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
298
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
299
|
-
"emitScope": "ClassSurface",
|
|
300
|
-
"provenance": "BaseOverload",
|
|
301
|
-
"arity": 0,
|
|
302
|
-
"parameterCount": 1,
|
|
303
|
-
"isStatic": false,
|
|
304
|
-
"isAbstract": false,
|
|
305
|
-
"isVirtual": true,
|
|
306
|
-
"isOverride": false,
|
|
307
|
-
"isSealed": false,
|
|
308
|
-
"visibility": "Public",
|
|
309
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
|
|
310
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
311
|
-
"isExtensionMethod": false
|
|
312
252
|
}
|
|
313
253
|
],
|
|
314
254
|
"properties": [
|
|
@@ -386,46 +326,6 @@
|
|
|
386
326
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator",
|
|
387
327
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
388
328
|
"isExtensionMethod": false
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
392
|
-
"clrName": "Next",
|
|
393
|
-
"metadataToken": 0,
|
|
394
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
395
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
396
|
-
"emitScope": "ClassSurface",
|
|
397
|
-
"provenance": "BaseOverload",
|
|
398
|
-
"arity": 0,
|
|
399
|
-
"parameterCount": 1,
|
|
400
|
-
"isStatic": false,
|
|
401
|
-
"isAbstract": true,
|
|
402
|
-
"isVirtual": true,
|
|
403
|
-
"isOverride": false,
|
|
404
|
-
"isSealed": false,
|
|
405
|
-
"visibility": "Public",
|
|
406
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator",
|
|
407
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
408
|
-
"isExtensionMethod": false
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
412
|
-
"clrName": "Next",
|
|
413
|
-
"metadataToken": 0,
|
|
414
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
415
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
416
|
-
"emitScope": "ClassSurface",
|
|
417
|
-
"provenance": "BaseOverload",
|
|
418
|
-
"arity": 0,
|
|
419
|
-
"parameterCount": 1,
|
|
420
|
-
"isStatic": false,
|
|
421
|
-
"isAbstract": false,
|
|
422
|
-
"isVirtual": true,
|
|
423
|
-
"isOverride": false,
|
|
424
|
-
"isSealed": false,
|
|
425
|
-
"visibility": "Public",
|
|
426
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator",
|
|
427
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
428
|
-
"isExtensionMethod": false
|
|
429
329
|
}
|
|
430
330
|
],
|
|
431
331
|
"properties": [],
|
|
@@ -483,46 +383,6 @@
|
|
|
483
383
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator",
|
|
484
384
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
485
385
|
"isExtensionMethod": false
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
489
|
-
"clrName": "Next",
|
|
490
|
-
"metadataToken": 0,
|
|
491
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
492
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
493
|
-
"emitScope": "ClassSurface",
|
|
494
|
-
"provenance": "BaseOverload",
|
|
495
|
-
"arity": 0,
|
|
496
|
-
"parameterCount": 1,
|
|
497
|
-
"isStatic": false,
|
|
498
|
-
"isAbstract": true,
|
|
499
|
-
"isVirtual": true,
|
|
500
|
-
"isOverride": false,
|
|
501
|
-
"isSealed": false,
|
|
502
|
-
"visibility": "Public",
|
|
503
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator",
|
|
504
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
505
|
-
"isExtensionMethod": false
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
509
|
-
"clrName": "Next",
|
|
510
|
-
"metadataToken": 0,
|
|
511
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
512
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
513
|
-
"emitScope": "ClassSurface",
|
|
514
|
-
"provenance": "BaseOverload",
|
|
515
|
-
"arity": 0,
|
|
516
|
-
"parameterCount": 1,
|
|
517
|
-
"isStatic": false,
|
|
518
|
-
"isAbstract": false,
|
|
519
|
-
"isVirtual": true,
|
|
520
|
-
"isOverride": false,
|
|
521
|
-
"isSealed": false,
|
|
522
|
-
"visibility": "Public",
|
|
523
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator",
|
|
524
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
525
|
-
"isExtensionMethod": false
|
|
526
386
|
}
|
|
527
387
|
],
|
|
528
388
|
"properties": [],
|
|
@@ -580,46 +440,6 @@
|
|
|
580
440
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
|
|
581
441
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
582
442
|
"isExtensionMethod": false
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
586
|
-
"clrName": "Next",
|
|
587
|
-
"metadataToken": 0,
|
|
588
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
589
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
590
|
-
"emitScope": "ClassSurface",
|
|
591
|
-
"provenance": "BaseOverload",
|
|
592
|
-
"arity": 0,
|
|
593
|
-
"parameterCount": 1,
|
|
594
|
-
"isStatic": false,
|
|
595
|
-
"isAbstract": true,
|
|
596
|
-
"isVirtual": true,
|
|
597
|
-
"isOverride": false,
|
|
598
|
-
"isSealed": false,
|
|
599
|
-
"visibility": "Public",
|
|
600
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
|
|
601
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
602
|
-
"isExtensionMethod": false
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
606
|
-
"clrName": "Next",
|
|
607
|
-
"metadataToken": 0,
|
|
608
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
609
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
610
|
-
"emitScope": "ClassSurface",
|
|
611
|
-
"provenance": "BaseOverload",
|
|
612
|
-
"arity": 0,
|
|
613
|
-
"parameterCount": 1,
|
|
614
|
-
"isStatic": false,
|
|
615
|
-
"isAbstract": false,
|
|
616
|
-
"isVirtual": true,
|
|
617
|
-
"isOverride": false,
|
|
618
|
-
"isSealed": false,
|
|
619
|
-
"visibility": "Public",
|
|
620
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
|
|
621
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
622
|
-
"isExtensionMethod": false
|
|
623
443
|
}
|
|
624
444
|
],
|
|
625
445
|
"properties": [
|
|
@@ -697,46 +517,6 @@
|
|
|
697
517
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
|
|
698
518
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
699
519
|
"isExtensionMethod": false
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
703
|
-
"clrName": "Next",
|
|
704
|
-
"metadataToken": 0,
|
|
705
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
706
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
707
|
-
"emitScope": "ClassSurface",
|
|
708
|
-
"provenance": "BaseOverload",
|
|
709
|
-
"arity": 0,
|
|
710
|
-
"parameterCount": 1,
|
|
711
|
-
"isStatic": false,
|
|
712
|
-
"isAbstract": true,
|
|
713
|
-
"isVirtual": true,
|
|
714
|
-
"isOverride": false,
|
|
715
|
-
"isSealed": false,
|
|
716
|
-
"visibility": "Public",
|
|
717
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
|
|
718
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
719
|
-
"isExtensionMethod": false
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
723
|
-
"clrName": "Next",
|
|
724
|
-
"metadataToken": 0,
|
|
725
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
726
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
727
|
-
"emitScope": "ClassSurface",
|
|
728
|
-
"provenance": "BaseOverload",
|
|
729
|
-
"arity": 0,
|
|
730
|
-
"parameterCount": 1,
|
|
731
|
-
"isStatic": false,
|
|
732
|
-
"isAbstract": false,
|
|
733
|
-
"isVirtual": true,
|
|
734
|
-
"isOverride": false,
|
|
735
|
-
"isSealed": false,
|
|
736
|
-
"visibility": "Public",
|
|
737
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
|
|
738
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
739
|
-
"isExtensionMethod": false
|
|
740
520
|
}
|
|
741
521
|
],
|
|
742
522
|
"properties": [
|
|
@@ -814,46 +594,6 @@
|
|
|
814
594
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator",
|
|
815
595
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
816
596
|
"isExtensionMethod": false
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
820
|
-
"clrName": "Next",
|
|
821
|
-
"metadataToken": 0,
|
|
822
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
823
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
824
|
-
"emitScope": "ClassSurface",
|
|
825
|
-
"provenance": "BaseOverload",
|
|
826
|
-
"arity": 0,
|
|
827
|
-
"parameterCount": 1,
|
|
828
|
-
"isStatic": false,
|
|
829
|
-
"isAbstract": true,
|
|
830
|
-
"isVirtual": true,
|
|
831
|
-
"isOverride": false,
|
|
832
|
-
"isSealed": false,
|
|
833
|
-
"visibility": "Public",
|
|
834
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator",
|
|
835
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
836
|
-
"isExtensionMethod": false
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
840
|
-
"clrName": "Next",
|
|
841
|
-
"metadataToken": 0,
|
|
842
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
843
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
844
|
-
"emitScope": "ClassSurface",
|
|
845
|
-
"provenance": "BaseOverload",
|
|
846
|
-
"arity": 0,
|
|
847
|
-
"parameterCount": 1,
|
|
848
|
-
"isStatic": false,
|
|
849
|
-
"isAbstract": false,
|
|
850
|
-
"isVirtual": true,
|
|
851
|
-
"isOverride": false,
|
|
852
|
-
"isSealed": false,
|
|
853
|
-
"visibility": "Public",
|
|
854
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator",
|
|
855
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
856
|
-
"isExtensionMethod": false
|
|
857
597
|
}
|
|
858
598
|
],
|
|
859
599
|
"properties": [],
|
|
@@ -911,46 +651,6 @@
|
|
|
911
651
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator",
|
|
912
652
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
913
653
|
"isExtensionMethod": false
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
917
|
-
"clrName": "Next",
|
|
918
|
-
"metadataToken": 0,
|
|
919
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
920
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
921
|
-
"emitScope": "ClassSurface",
|
|
922
|
-
"provenance": "BaseOverload",
|
|
923
|
-
"arity": 0,
|
|
924
|
-
"parameterCount": 1,
|
|
925
|
-
"isStatic": false,
|
|
926
|
-
"isAbstract": true,
|
|
927
|
-
"isVirtual": true,
|
|
928
|
-
"isOverride": false,
|
|
929
|
-
"isSealed": false,
|
|
930
|
-
"visibility": "Public",
|
|
931
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator",
|
|
932
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
933
|
-
"isExtensionMethod": false
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
937
|
-
"clrName": "Next",
|
|
938
|
-
"metadataToken": 0,
|
|
939
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
940
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
941
|
-
"emitScope": "ClassSurface",
|
|
942
|
-
"provenance": "BaseOverload",
|
|
943
|
-
"arity": 0,
|
|
944
|
-
"parameterCount": 1,
|
|
945
|
-
"isStatic": false,
|
|
946
|
-
"isAbstract": false,
|
|
947
|
-
"isVirtual": true,
|
|
948
|
-
"isOverride": false,
|
|
949
|
-
"isSealed": false,
|
|
950
|
-
"visibility": "Public",
|
|
951
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator",
|
|
952
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
953
|
-
"isExtensionMethod": false
|
|
954
654
|
}
|
|
955
655
|
],
|
|
956
656
|
"properties": [],
|
|
@@ -1008,46 +708,6 @@
|
|
|
1008
708
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator",
|
|
1009
709
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1010
710
|
"isExtensionMethod": false
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1014
|
-
"clrName": "Next",
|
|
1015
|
-
"metadataToken": 0,
|
|
1016
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1017
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1018
|
-
"emitScope": "ClassSurface",
|
|
1019
|
-
"provenance": "BaseOverload",
|
|
1020
|
-
"arity": 0,
|
|
1021
|
-
"parameterCount": 1,
|
|
1022
|
-
"isStatic": false,
|
|
1023
|
-
"isAbstract": true,
|
|
1024
|
-
"isVirtual": true,
|
|
1025
|
-
"isOverride": false,
|
|
1026
|
-
"isSealed": false,
|
|
1027
|
-
"visibility": "Public",
|
|
1028
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator",
|
|
1029
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1030
|
-
"isExtensionMethod": false
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1034
|
-
"clrName": "Next",
|
|
1035
|
-
"metadataToken": 0,
|
|
1036
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1037
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1038
|
-
"emitScope": "ClassSurface",
|
|
1039
|
-
"provenance": "BaseOverload",
|
|
1040
|
-
"arity": 0,
|
|
1041
|
-
"parameterCount": 1,
|
|
1042
|
-
"isStatic": false,
|
|
1043
|
-
"isAbstract": false,
|
|
1044
|
-
"isVirtual": true,
|
|
1045
|
-
"isOverride": false,
|
|
1046
|
-
"isSealed": false,
|
|
1047
|
-
"visibility": "Public",
|
|
1048
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator",
|
|
1049
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1050
|
-
"isExtensionMethod": false
|
|
1051
711
|
}
|
|
1052
712
|
],
|
|
1053
713
|
"properties": [],
|
|
@@ -1105,46 +765,6 @@
|
|
|
1105
765
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator",
|
|
1106
766
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1107
767
|
"isExtensionMethod": false
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1111
|
-
"clrName": "Next",
|
|
1112
|
-
"metadataToken": 0,
|
|
1113
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1114
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1115
|
-
"emitScope": "ClassSurface",
|
|
1116
|
-
"provenance": "BaseOverload",
|
|
1117
|
-
"arity": 0,
|
|
1118
|
-
"parameterCount": 1,
|
|
1119
|
-
"isStatic": false,
|
|
1120
|
-
"isAbstract": true,
|
|
1121
|
-
"isVirtual": true,
|
|
1122
|
-
"isOverride": false,
|
|
1123
|
-
"isSealed": false,
|
|
1124
|
-
"visibility": "Public",
|
|
1125
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator",
|
|
1126
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1127
|
-
"isExtensionMethod": false
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1131
|
-
"clrName": "Next",
|
|
1132
|
-
"metadataToken": 0,
|
|
1133
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1134
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1135
|
-
"emitScope": "ClassSurface",
|
|
1136
|
-
"provenance": "BaseOverload",
|
|
1137
|
-
"arity": 0,
|
|
1138
|
-
"parameterCount": 1,
|
|
1139
|
-
"isStatic": false,
|
|
1140
|
-
"isAbstract": false,
|
|
1141
|
-
"isVirtual": true,
|
|
1142
|
-
"isOverride": false,
|
|
1143
|
-
"isSealed": false,
|
|
1144
|
-
"visibility": "Public",
|
|
1145
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator",
|
|
1146
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1147
|
-
"isExtensionMethod": false
|
|
1148
768
|
}
|
|
1149
769
|
],
|
|
1150
770
|
"properties": [],
|
|
@@ -1202,46 +822,6 @@
|
|
|
1202
822
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator",
|
|
1203
823
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1204
824
|
"isExtensionMethod": false
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1208
|
-
"clrName": "Next",
|
|
1209
|
-
"metadataToken": 0,
|
|
1210
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1211
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1212
|
-
"emitScope": "ClassSurface",
|
|
1213
|
-
"provenance": "BaseOverload",
|
|
1214
|
-
"arity": 0,
|
|
1215
|
-
"parameterCount": 1,
|
|
1216
|
-
"isStatic": false,
|
|
1217
|
-
"isAbstract": true,
|
|
1218
|
-
"isVirtual": true,
|
|
1219
|
-
"isOverride": false,
|
|
1220
|
-
"isSealed": false,
|
|
1221
|
-
"visibility": "Public",
|
|
1222
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator",
|
|
1223
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1224
|
-
"isExtensionMethod": false
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1228
|
-
"clrName": "Next",
|
|
1229
|
-
"metadataToken": 0,
|
|
1230
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1231
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1232
|
-
"emitScope": "ClassSurface",
|
|
1233
|
-
"provenance": "BaseOverload",
|
|
1234
|
-
"arity": 0,
|
|
1235
|
-
"parameterCount": 1,
|
|
1236
|
-
"isStatic": false,
|
|
1237
|
-
"isAbstract": false,
|
|
1238
|
-
"isVirtual": true,
|
|
1239
|
-
"isOverride": false,
|
|
1240
|
-
"isSealed": false,
|
|
1241
|
-
"visibility": "Public",
|
|
1242
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator",
|
|
1243
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1244
|
-
"isExtensionMethod": false
|
|
1245
825
|
}
|
|
1246
826
|
],
|
|
1247
827
|
"properties": [],
|
|
@@ -1358,46 +938,6 @@
|
|
|
1358
938
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
|
|
1359
939
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1360
940
|
"isExtensionMethod": false
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1364
|
-
"clrName": "Next",
|
|
1365
|
-
"metadataToken": 0,
|
|
1366
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1367
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1368
|
-
"emitScope": "ClassSurface",
|
|
1369
|
-
"provenance": "BaseOverload",
|
|
1370
|
-
"arity": 0,
|
|
1371
|
-
"parameterCount": 1,
|
|
1372
|
-
"isStatic": false,
|
|
1373
|
-
"isAbstract": true,
|
|
1374
|
-
"isVirtual": true,
|
|
1375
|
-
"isOverride": false,
|
|
1376
|
-
"isSealed": false,
|
|
1377
|
-
"visibility": "Public",
|
|
1378
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
|
|
1379
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1380
|
-
"isExtensionMethod": false
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1384
|
-
"clrName": "Next",
|
|
1385
|
-
"metadataToken": 0,
|
|
1386
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1387
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1388
|
-
"emitScope": "ClassSurface",
|
|
1389
|
-
"provenance": "BaseOverload",
|
|
1390
|
-
"arity": 0,
|
|
1391
|
-
"parameterCount": 1,
|
|
1392
|
-
"isStatic": false,
|
|
1393
|
-
"isAbstract": false,
|
|
1394
|
-
"isVirtual": true,
|
|
1395
|
-
"isOverride": false,
|
|
1396
|
-
"isSealed": false,
|
|
1397
|
-
"visibility": "Public",
|
|
1398
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
|
|
1399
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1400
|
-
"isExtensionMethod": false
|
|
1401
941
|
}
|
|
1402
942
|
],
|
|
1403
943
|
"properties": [],
|
|
@@ -1455,46 +995,6 @@
|
|
|
1455
995
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator",
|
|
1456
996
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1457
997
|
"isExtensionMethod": false
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1461
|
-
"clrName": "Next",
|
|
1462
|
-
"metadataToken": 0,
|
|
1463
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1464
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1465
|
-
"emitScope": "ClassSurface",
|
|
1466
|
-
"provenance": "BaseOverload",
|
|
1467
|
-
"arity": 0,
|
|
1468
|
-
"parameterCount": 1,
|
|
1469
|
-
"isStatic": false,
|
|
1470
|
-
"isAbstract": true,
|
|
1471
|
-
"isVirtual": true,
|
|
1472
|
-
"isOverride": false,
|
|
1473
|
-
"isSealed": false,
|
|
1474
|
-
"visibility": "Public",
|
|
1475
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator",
|
|
1476
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1477
|
-
"isExtensionMethod": false
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1481
|
-
"clrName": "Next",
|
|
1482
|
-
"metadataToken": 0,
|
|
1483
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1484
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1485
|
-
"emitScope": "ClassSurface",
|
|
1486
|
-
"provenance": "BaseOverload",
|
|
1487
|
-
"arity": 0,
|
|
1488
|
-
"parameterCount": 1,
|
|
1489
|
-
"isStatic": false,
|
|
1490
|
-
"isAbstract": false,
|
|
1491
|
-
"isVirtual": true,
|
|
1492
|
-
"isOverride": false,
|
|
1493
|
-
"isSealed": false,
|
|
1494
|
-
"visibility": "Public",
|
|
1495
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator",
|
|
1496
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1497
|
-
"isExtensionMethod": false
|
|
1498
998
|
}
|
|
1499
999
|
],
|
|
1500
1000
|
"properties": [],
|
|
@@ -1552,46 +1052,6 @@
|
|
|
1552
1052
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
|
|
1553
1053
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1554
1054
|
"isExtensionMethod": false
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1558
|
-
"clrName": "Next",
|
|
1559
|
-
"metadataToken": 0,
|
|
1560
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1561
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1562
|
-
"emitScope": "ClassSurface",
|
|
1563
|
-
"provenance": "BaseOverload",
|
|
1564
|
-
"arity": 0,
|
|
1565
|
-
"parameterCount": 1,
|
|
1566
|
-
"isStatic": false,
|
|
1567
|
-
"isAbstract": true,
|
|
1568
|
-
"isVirtual": true,
|
|
1569
|
-
"isOverride": false,
|
|
1570
|
-
"isSealed": false,
|
|
1571
|
-
"visibility": "Public",
|
|
1572
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
|
|
1573
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1574
|
-
"isExtensionMethod": false
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1578
|
-
"clrName": "Next",
|
|
1579
|
-
"metadataToken": 0,
|
|
1580
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1581
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1582
|
-
"emitScope": "ClassSurface",
|
|
1583
|
-
"provenance": "BaseOverload",
|
|
1584
|
-
"arity": 0,
|
|
1585
|
-
"parameterCount": 1,
|
|
1586
|
-
"isStatic": false,
|
|
1587
|
-
"isAbstract": false,
|
|
1588
|
-
"isVirtual": true,
|
|
1589
|
-
"isOverride": false,
|
|
1590
|
-
"isSealed": false,
|
|
1591
|
-
"visibility": "Public",
|
|
1592
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
|
|
1593
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1594
|
-
"isExtensionMethod": false
|
|
1595
1055
|
}
|
|
1596
1056
|
],
|
|
1597
1057
|
"properties": [
|
|
@@ -1669,46 +1129,6 @@
|
|
|
1669
1129
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator",
|
|
1670
1130
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1671
1131
|
"isExtensionMethod": false
|
|
1672
|
-
},
|
|
1673
|
-
{
|
|
1674
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1675
|
-
"clrName": "Next",
|
|
1676
|
-
"metadataToken": 0,
|
|
1677
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1678
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1679
|
-
"emitScope": "ClassSurface",
|
|
1680
|
-
"provenance": "BaseOverload",
|
|
1681
|
-
"arity": 0,
|
|
1682
|
-
"parameterCount": 1,
|
|
1683
|
-
"isStatic": false,
|
|
1684
|
-
"isAbstract": true,
|
|
1685
|
-
"isVirtual": true,
|
|
1686
|
-
"isOverride": false,
|
|
1687
|
-
"isSealed": false,
|
|
1688
|
-
"visibility": "Public",
|
|
1689
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator",
|
|
1690
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1691
|
-
"isExtensionMethod": false
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1695
|
-
"clrName": "Next",
|
|
1696
|
-
"metadataToken": 0,
|
|
1697
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1698
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1699
|
-
"emitScope": "ClassSurface",
|
|
1700
|
-
"provenance": "BaseOverload",
|
|
1701
|
-
"arity": 0,
|
|
1702
|
-
"parameterCount": 1,
|
|
1703
|
-
"isStatic": false,
|
|
1704
|
-
"isAbstract": false,
|
|
1705
|
-
"isVirtual": true,
|
|
1706
|
-
"isOverride": false,
|
|
1707
|
-
"isSealed": false,
|
|
1708
|
-
"visibility": "Public",
|
|
1709
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator",
|
|
1710
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1711
|
-
"isExtensionMethod": false
|
|
1712
1132
|
}
|
|
1713
1133
|
],
|
|
1714
1134
|
"properties": [],
|
|
@@ -1766,46 +1186,6 @@
|
|
|
1766
1186
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator",
|
|
1767
1187
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1768
1188
|
"isExtensionMethod": false
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1772
|
-
"clrName": "Next",
|
|
1773
|
-
"metadataToken": 0,
|
|
1774
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1775
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1776
|
-
"emitScope": "ClassSurface",
|
|
1777
|
-
"provenance": "BaseOverload",
|
|
1778
|
-
"arity": 0,
|
|
1779
|
-
"parameterCount": 1,
|
|
1780
|
-
"isStatic": false,
|
|
1781
|
-
"isAbstract": true,
|
|
1782
|
-
"isVirtual": true,
|
|
1783
|
-
"isOverride": false,
|
|
1784
|
-
"isSealed": false,
|
|
1785
|
-
"visibility": "Public",
|
|
1786
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator",
|
|
1787
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1788
|
-
"isExtensionMethod": false
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1792
|
-
"clrName": "Next",
|
|
1793
|
-
"metadataToken": 0,
|
|
1794
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1795
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1796
|
-
"emitScope": "ClassSurface",
|
|
1797
|
-
"provenance": "BaseOverload",
|
|
1798
|
-
"arity": 0,
|
|
1799
|
-
"parameterCount": 1,
|
|
1800
|
-
"isStatic": false,
|
|
1801
|
-
"isAbstract": false,
|
|
1802
|
-
"isVirtual": true,
|
|
1803
|
-
"isOverride": false,
|
|
1804
|
-
"isSealed": false,
|
|
1805
|
-
"visibility": "Public",
|
|
1806
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator",
|
|
1807
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1808
|
-
"isExtensionMethod": false
|
|
1809
1189
|
}
|
|
1810
1190
|
],
|
|
1811
1191
|
"properties": [],
|
|
@@ -1863,46 +1243,6 @@
|
|
|
1863
1243
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator",
|
|
1864
1244
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1865
1245
|
"isExtensionMethod": false
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1869
|
-
"clrName": "Next",
|
|
1870
|
-
"metadataToken": 0,
|
|
1871
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
|
|
1872
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue|static=false",
|
|
1873
|
-
"emitScope": "ClassSurface",
|
|
1874
|
-
"provenance": "BaseOverload",
|
|
1875
|
-
"arity": 0,
|
|
1876
|
-
"parameterCount": 1,
|
|
1877
|
-
"isStatic": false,
|
|
1878
|
-
"isAbstract": true,
|
|
1879
|
-
"isVirtual": true,
|
|
1880
|
-
"isOverride": false,
|
|
1881
|
-
"isSealed": false,
|
|
1882
|
-
"visibility": "Public",
|
|
1883
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator",
|
|
1884
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1885
|
-
"isExtensionMethod": false
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1889
|
-
"clrName": "Next",
|
|
1890
|
-
"metadataToken": 0,
|
|
1891
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
|
|
1892
|
-
"normalizedSignature": "Next|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
|
|
1893
|
-
"emitScope": "ClassSurface",
|
|
1894
|
-
"provenance": "BaseOverload",
|
|
1895
|
-
"arity": 0,
|
|
1896
|
-
"parameterCount": 1,
|
|
1897
|
-
"isStatic": false,
|
|
1898
|
-
"isAbstract": false,
|
|
1899
|
-
"isVirtual": true,
|
|
1900
|
-
"isOverride": false,
|
|
1901
|
-
"isSealed": false,
|
|
1902
|
-
"visibility": "Public",
|
|
1903
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator",
|
|
1904
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1905
|
-
"isExtensionMethod": false
|
|
1906
1246
|
}
|
|
1907
1247
|
],
|
|
1908
1248
|
"properties": [],
|