@tsonic/efcore 10.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -16,7 +16,31 @@
16
16
  "isSealed": false,
17
17
  "isStatic": false,
18
18
  "arity": 0,
19
+ "baseType": {
20
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
21
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator"
22
+ },
19
23
  "methods": [
24
+ {
25
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator::NextValue(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
26
+ "clrName": "NextValue",
27
+ "metadataToken": 100664324,
28
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
29
+ "normalizedSignature": "NextValue|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
30
+ "emitScope": "ClassSurface",
31
+ "provenance": "Original",
32
+ "arity": 0,
33
+ "parameterCount": 1,
34
+ "isStatic": false,
35
+ "isAbstract": false,
36
+ "isVirtual": true,
37
+ "isOverride": true,
38
+ "isSealed": false,
39
+ "visibility": "Protected",
40
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
41
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
42
+ "isExtensionMethod": false
43
+ },
20
44
  {
21
45
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator::NextAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
22
46
  "clrName": "NextAsync",
@@ -32,6 +56,7 @@
32
56
  "isVirtual": true,
33
57
  "isOverride": true,
34
58
  "isSealed": false,
59
+ "visibility": "Public",
35
60
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
36
61
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
37
62
  "isExtensionMethod": false
@@ -51,6 +76,7 @@
51
76
  "isVirtual": true,
52
77
  "isOverride": false,
53
78
  "isSealed": false,
79
+ "visibility": "Public",
54
80
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
55
81
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
56
82
  "isExtensionMethod": false
@@ -72,6 +98,7 @@
72
98
  "isAbstract": false,
73
99
  "isVirtual": true,
74
100
  "isOverride": true,
101
+ "visibility": "Public",
75
102
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
76
103
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
77
104
  },
@@ -90,6 +117,7 @@
90
117
  "isAbstract": false,
91
118
  "isVirtual": true,
92
119
  "isOverride": true,
120
+ "visibility": "Public",
93
121
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
94
122
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
95
123
  }
@@ -104,6 +132,7 @@
104
132
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter):void|static=false",
105
133
  "isStatic": false,
106
134
  "parameterCount": 2,
135
+ "visibility": "Public",
107
136
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.ConvertedValueGenerator",
108
137
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
109
138
  }
@@ -120,7 +149,32 @@
120
149
  "isSealed": false,
121
150
  "isStatic": false,
122
151
  "arity": 0,
123
- "methods": [],
152
+ "baseType": {
153
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
154
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator"
155
+ },
156
+ "methods": [
157
+ {
158
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.DiscriminatorValueGenerator::NextValue(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
159
+ "clrName": "NextValue",
160
+ "metadataToken": 100664329,
161
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
162
+ "normalizedSignature": "NextValue|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
163
+ "emitScope": "ClassSurface",
164
+ "provenance": "Original",
165
+ "arity": 0,
166
+ "parameterCount": 1,
167
+ "isStatic": false,
168
+ "isAbstract": false,
169
+ "isVirtual": true,
170
+ "isOverride": true,
171
+ "isSealed": false,
172
+ "visibility": "Protected",
173
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.DiscriminatorValueGenerator",
174
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
175
+ "isExtensionMethod": false
176
+ }
177
+ ],
124
178
  "properties": [
125
179
  {
126
180
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.DiscriminatorValueGenerator::GeneratesTemporaryValues:System.Boolean",
@@ -137,6 +191,7 @@
137
191
  "isAbstract": false,
138
192
  "isVirtual": true,
139
193
  "isOverride": true,
194
+ "visibility": "Public",
140
195
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.DiscriminatorValueGenerator",
141
196
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
142
197
  },
@@ -155,6 +210,7 @@
155
210
  "isAbstract": false,
156
211
  "isVirtual": true,
157
212
  "isOverride": true,
213
+ "visibility": "Public",
158
214
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.DiscriminatorValueGenerator",
159
215
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
160
216
  }
@@ -169,6 +225,7 @@
169
225
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IProperty):void|static=false",
170
226
  "isStatic": false,
171
227
  "parameterCount": 1,
228
+ "visibility": "Public",
172
229
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.DiscriminatorValueGenerator",
173
230
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
174
231
  }
@@ -185,6 +242,13 @@
185
242
  "isSealed": false,
186
243
  "isStatic": false,
187
244
  "arity": 0,
245
+ "baseType": {
246
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
247
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
248
+ "typeArguments": [
249
+ "Byte[]"
250
+ ]
251
+ },
188
252
  "methods": [
189
253
  {
190
254
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Byte[]",
@@ -201,6 +265,7 @@
201
265
  "isVirtual": true,
202
266
  "isOverride": true,
203
267
  "isSealed": false,
268
+ "visibility": "Public",
204
269
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
205
270
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
206
271
  "isExtensionMethod": false
@@ -220,6 +285,7 @@
220
285
  "isVirtual": true,
221
286
  "isOverride": false,
222
287
  "isSealed": false,
288
+ "visibility": "Public",
223
289
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
224
290
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
225
291
  "isExtensionMethod": false
@@ -239,6 +305,7 @@
239
305
  "isVirtual": true,
240
306
  "isOverride": false,
241
307
  "isSealed": false,
308
+ "visibility": "Public",
242
309
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
243
310
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
244
311
  "isExtensionMethod": false
@@ -260,6 +327,7 @@
260
327
  "isAbstract": false,
261
328
  "isVirtual": true,
262
329
  "isOverride": true,
330
+ "visibility": "Public",
263
331
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
264
332
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
265
333
  }
@@ -274,6 +342,7 @@
274
342
  "normalizedSignature": "constructor|():void|static=false",
275
343
  "isStatic": false,
276
344
  "parameterCount": 0,
345
+ "visibility": "Public",
277
346
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryBinaryValueGenerator",
278
347
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
279
348
  }
@@ -290,6 +359,13 @@
290
359
  "isSealed": false,
291
360
  "isStatic": false,
292
361
  "arity": 0,
362
+ "baseType": {
363
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
364
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
365
+ "typeArguments": [
366
+ "Byte"
367
+ ]
368
+ },
293
369
  "methods": [
294
370
  {
295
371
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Byte",
@@ -306,6 +382,7 @@
306
382
  "isVirtual": true,
307
383
  "isOverride": true,
308
384
  "isSealed": false,
385
+ "visibility": "Public",
309
386
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator",
310
387
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
311
388
  "isExtensionMethod": false
@@ -325,6 +402,7 @@
325
402
  "isVirtual": true,
326
403
  "isOverride": false,
327
404
  "isSealed": false,
405
+ "visibility": "Public",
328
406
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator",
329
407
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
330
408
  "isExtensionMethod": false
@@ -344,6 +422,7 @@
344
422
  "isVirtual": true,
345
423
  "isOverride": false,
346
424
  "isSealed": false,
425
+ "visibility": "Public",
347
426
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator",
348
427
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
349
428
  "isExtensionMethod": false
@@ -360,6 +439,7 @@
360
439
  "normalizedSignature": "constructor|():void|static=false",
361
440
  "isStatic": false,
362
441
  "parameterCount": 0,
442
+ "visibility": "Public",
363
443
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryByteValueGenerator",
364
444
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
365
445
  }
@@ -376,6 +456,13 @@
376
456
  "isSealed": false,
377
457
  "isStatic": false,
378
458
  "arity": 0,
459
+ "baseType": {
460
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
461
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
462
+ "typeArguments": [
463
+ "Char"
464
+ ]
465
+ },
379
466
  "methods": [
380
467
  {
381
468
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Char",
@@ -392,6 +479,7 @@
392
479
  "isVirtual": true,
393
480
  "isOverride": true,
394
481
  "isSealed": false,
482
+ "visibility": "Public",
395
483
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator",
396
484
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
397
485
  "isExtensionMethod": false
@@ -411,6 +499,7 @@
411
499
  "isVirtual": true,
412
500
  "isOverride": false,
413
501
  "isSealed": false,
502
+ "visibility": "Public",
414
503
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator",
415
504
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
416
505
  "isExtensionMethod": false
@@ -430,6 +519,7 @@
430
519
  "isVirtual": true,
431
520
  "isOverride": false,
432
521
  "isSealed": false,
522
+ "visibility": "Public",
433
523
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator",
434
524
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
435
525
  "isExtensionMethod": false
@@ -446,6 +536,7 @@
446
536
  "normalizedSignature": "constructor|():void|static=false",
447
537
  "isStatic": false,
448
538
  "parameterCount": 0,
539
+ "visibility": "Public",
449
540
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryCharValueGenerator",
450
541
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
451
542
  }
@@ -462,6 +553,13 @@
462
553
  "isSealed": false,
463
554
  "isStatic": false,
464
555
  "arity": 0,
556
+ "baseType": {
557
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
558
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
559
+ "typeArguments": [
560
+ "DateTimeOffset"
561
+ ]
562
+ },
465
563
  "methods": [
466
564
  {
467
565
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.DateTimeOffset",
@@ -478,6 +576,7 @@
478
576
  "isVirtual": true,
479
577
  "isOverride": true,
480
578
  "isSealed": false,
579
+ "visibility": "Public",
481
580
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
482
581
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
483
582
  "isExtensionMethod": false
@@ -497,6 +596,7 @@
497
596
  "isVirtual": true,
498
597
  "isOverride": false,
499
598
  "isSealed": false,
599
+ "visibility": "Public",
500
600
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
501
601
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
502
602
  "isExtensionMethod": false
@@ -516,6 +616,7 @@
516
616
  "isVirtual": true,
517
617
  "isOverride": false,
518
618
  "isSealed": false,
619
+ "visibility": "Public",
519
620
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
520
621
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
521
622
  "isExtensionMethod": false
@@ -537,6 +638,7 @@
537
638
  "isAbstract": false,
538
639
  "isVirtual": true,
539
640
  "isOverride": true,
641
+ "visibility": "Public",
540
642
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
541
643
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
542
644
  }
@@ -551,6 +653,7 @@
551
653
  "normalizedSignature": "constructor|():void|static=false",
552
654
  "isStatic": false,
553
655
  "parameterCount": 0,
656
+ "visibility": "Public",
554
657
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeOffsetValueGenerator",
555
658
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
556
659
  }
@@ -567,6 +670,13 @@
567
670
  "isSealed": false,
568
671
  "isStatic": false,
569
672
  "arity": 0,
673
+ "baseType": {
674
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
675
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
676
+ "typeArguments": [
677
+ "DateTime"
678
+ ]
679
+ },
570
680
  "methods": [
571
681
  {
572
682
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.DateTime",
@@ -583,6 +693,7 @@
583
693
  "isVirtual": true,
584
694
  "isOverride": true,
585
695
  "isSealed": false,
696
+ "visibility": "Public",
586
697
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
587
698
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
588
699
  "isExtensionMethod": false
@@ -602,6 +713,7 @@
602
713
  "isVirtual": true,
603
714
  "isOverride": false,
604
715
  "isSealed": false,
716
+ "visibility": "Public",
605
717
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
606
718
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
607
719
  "isExtensionMethod": false
@@ -621,6 +733,7 @@
621
733
  "isVirtual": true,
622
734
  "isOverride": false,
623
735
  "isSealed": false,
736
+ "visibility": "Public",
624
737
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
625
738
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
626
739
  "isExtensionMethod": false
@@ -642,6 +755,7 @@
642
755
  "isAbstract": false,
643
756
  "isVirtual": true,
644
757
  "isOverride": true,
758
+ "visibility": "Public",
645
759
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
646
760
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
647
761
  }
@@ -656,6 +770,7 @@
656
770
  "normalizedSignature": "constructor|():void|static=false",
657
771
  "isStatic": false,
658
772
  "parameterCount": 0,
773
+ "visibility": "Public",
659
774
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDateTimeValueGenerator",
660
775
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
661
776
  }
@@ -672,6 +787,13 @@
672
787
  "isSealed": false,
673
788
  "isStatic": false,
674
789
  "arity": 0,
790
+ "baseType": {
791
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
792
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
793
+ "typeArguments": [
794
+ "Decimal"
795
+ ]
796
+ },
675
797
  "methods": [
676
798
  {
677
799
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Decimal",
@@ -688,6 +810,7 @@
688
810
  "isVirtual": true,
689
811
  "isOverride": true,
690
812
  "isSealed": false,
813
+ "visibility": "Public",
691
814
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator",
692
815
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
693
816
  "isExtensionMethod": false
@@ -707,6 +830,7 @@
707
830
  "isVirtual": true,
708
831
  "isOverride": false,
709
832
  "isSealed": false,
833
+ "visibility": "Public",
710
834
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator",
711
835
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
712
836
  "isExtensionMethod": false
@@ -726,6 +850,7 @@
726
850
  "isVirtual": true,
727
851
  "isOverride": false,
728
852
  "isSealed": false,
853
+ "visibility": "Public",
729
854
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator",
730
855
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
731
856
  "isExtensionMethod": false
@@ -742,6 +867,7 @@
742
867
  "normalizedSignature": "constructor|():void|static=false",
743
868
  "isStatic": false,
744
869
  "parameterCount": 0,
870
+ "visibility": "Public",
745
871
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDecimalValueGenerator",
746
872
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
747
873
  }
@@ -758,6 +884,13 @@
758
884
  "isSealed": false,
759
885
  "isStatic": false,
760
886
  "arity": 0,
887
+ "baseType": {
888
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
889
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
890
+ "typeArguments": [
891
+ "Double"
892
+ ]
893
+ },
761
894
  "methods": [
762
895
  {
763
896
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Double",
@@ -774,6 +907,7 @@
774
907
  "isVirtual": true,
775
908
  "isOverride": true,
776
909
  "isSealed": false,
910
+ "visibility": "Public",
777
911
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator",
778
912
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
779
913
  "isExtensionMethod": false
@@ -793,6 +927,7 @@
793
927
  "isVirtual": true,
794
928
  "isOverride": false,
795
929
  "isSealed": false,
930
+ "visibility": "Public",
796
931
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator",
797
932
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
798
933
  "isExtensionMethod": false
@@ -812,6 +947,7 @@
812
947
  "isVirtual": true,
813
948
  "isOverride": false,
814
949
  "isSealed": false,
950
+ "visibility": "Public",
815
951
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator",
816
952
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
817
953
  "isExtensionMethod": false
@@ -828,6 +964,7 @@
828
964
  "normalizedSignature": "constructor|():void|static=false",
829
965
  "isStatic": false,
830
966
  "parameterCount": 0,
967
+ "visibility": "Public",
831
968
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryDoubleValueGenerator",
832
969
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
833
970
  }
@@ -844,6 +981,13 @@
844
981
  "isSealed": false,
845
982
  "isStatic": false,
846
983
  "arity": 0,
984
+ "baseType": {
985
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
986
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
987
+ "typeArguments": [
988
+ "Single"
989
+ ]
990
+ },
847
991
  "methods": [
848
992
  {
849
993
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Single",
@@ -860,6 +1004,7 @@
860
1004
  "isVirtual": true,
861
1005
  "isOverride": true,
862
1006
  "isSealed": false,
1007
+ "visibility": "Public",
863
1008
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator",
864
1009
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
865
1010
  "isExtensionMethod": false
@@ -879,6 +1024,7 @@
879
1024
  "isVirtual": true,
880
1025
  "isOverride": false,
881
1026
  "isSealed": false,
1027
+ "visibility": "Public",
882
1028
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator",
883
1029
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
884
1030
  "isExtensionMethod": false
@@ -898,6 +1044,7 @@
898
1044
  "isVirtual": true,
899
1045
  "isOverride": false,
900
1046
  "isSealed": false,
1047
+ "visibility": "Public",
901
1048
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator",
902
1049
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
903
1050
  "isExtensionMethod": false
@@ -914,6 +1061,7 @@
914
1061
  "normalizedSignature": "constructor|():void|static=false",
915
1062
  "isStatic": false,
916
1063
  "parameterCount": 0,
1064
+ "visibility": "Public",
917
1065
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryFloatValueGenerator",
918
1066
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
919
1067
  }
@@ -930,6 +1078,13 @@
930
1078
  "isSealed": false,
931
1079
  "isStatic": false,
932
1080
  "arity": 0,
1081
+ "baseType": {
1082
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1083
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1084
+ "typeArguments": [
1085
+ "Int32"
1086
+ ]
1087
+ },
933
1088
  "methods": [
934
1089
  {
935
1090
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Int32",
@@ -946,6 +1101,7 @@
946
1101
  "isVirtual": true,
947
1102
  "isOverride": true,
948
1103
  "isSealed": false,
1104
+ "visibility": "Public",
949
1105
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator",
950
1106
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
951
1107
  "isExtensionMethod": false
@@ -965,6 +1121,7 @@
965
1121
  "isVirtual": true,
966
1122
  "isOverride": false,
967
1123
  "isSealed": false,
1124
+ "visibility": "Public",
968
1125
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator",
969
1126
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
970
1127
  "isExtensionMethod": false
@@ -984,6 +1141,7 @@
984
1141
  "isVirtual": true,
985
1142
  "isOverride": false,
986
1143
  "isSealed": false,
1144
+ "visibility": "Public",
987
1145
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator",
988
1146
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
989
1147
  "isExtensionMethod": false
@@ -1000,6 +1158,7 @@
1000
1158
  "normalizedSignature": "constructor|():void|static=false",
1001
1159
  "isStatic": false,
1002
1160
  "parameterCount": 0,
1161
+ "visibility": "Public",
1003
1162
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryIntValueGenerator",
1004
1163
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1005
1164
  }
@@ -1016,6 +1175,13 @@
1016
1175
  "isSealed": false,
1017
1176
  "isStatic": false,
1018
1177
  "arity": 0,
1178
+ "baseType": {
1179
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1180
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1181
+ "typeArguments": [
1182
+ "Int64"
1183
+ ]
1184
+ },
1019
1185
  "methods": [
1020
1186
  {
1021
1187
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Int64",
@@ -1032,6 +1198,7 @@
1032
1198
  "isVirtual": true,
1033
1199
  "isOverride": true,
1034
1200
  "isSealed": false,
1201
+ "visibility": "Public",
1035
1202
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator",
1036
1203
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1037
1204
  "isExtensionMethod": false
@@ -1051,6 +1218,7 @@
1051
1218
  "isVirtual": true,
1052
1219
  "isOverride": false,
1053
1220
  "isSealed": false,
1221
+ "visibility": "Public",
1054
1222
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator",
1055
1223
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1056
1224
  "isExtensionMethod": false
@@ -1070,6 +1238,7 @@
1070
1238
  "isVirtual": true,
1071
1239
  "isOverride": false,
1072
1240
  "isSealed": false,
1241
+ "visibility": "Public",
1073
1242
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator",
1074
1243
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1075
1244
  "isExtensionMethod": false
@@ -1086,6 +1255,7 @@
1086
1255
  "normalizedSignature": "constructor|():void|static=false",
1087
1256
  "isStatic": false,
1088
1257
  "parameterCount": 0,
1258
+ "visibility": "Public",
1089
1259
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryLongValueGenerator",
1090
1260
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1091
1261
  }
@@ -1102,6 +1272,16 @@
1102
1272
  "isSealed": false,
1103
1273
  "isStatic": false,
1104
1274
  "arity": 1,
1275
+ "baseType": {
1276
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1277
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1278
+ "typeArguments": [
1279
+ "TValue"
1280
+ ]
1281
+ },
1282
+ "typeParameters": [
1283
+ "TValue"
1284
+ ],
1105
1285
  "methods": [],
1106
1286
  "properties": [
1107
1287
  {
@@ -1119,13 +1299,26 @@
1119
1299
  "isAbstract": false,
1120
1300
  "isVirtual": true,
1121
1301
  "isOverride": true,
1302
+ "visibility": "Public",
1122
1303
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1123
1304
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1124
1305
  }
1125
1306
  ],
1126
1307
  "fields": [],
1127
1308
  "events": [],
1128
- "constructors": []
1309
+ "constructors": [
1310
+ {
1311
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601::.ctor():void",
1312
+ "metadataToken": 100664347,
1313
+ "canonicalSignature": "():void",
1314
+ "normalizedSignature": "constructor|():void|static=false",
1315
+ "isStatic": false,
1316
+ "parameterCount": 0,
1317
+ "visibility": "Protected",
1318
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1319
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1320
+ }
1321
+ ]
1129
1322
  },
1130
1323
  {
1131
1324
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
@@ -1138,6 +1331,13 @@
1138
1331
  "isSealed": false,
1139
1332
  "isStatic": false,
1140
1333
  "arity": 0,
1334
+ "baseType": {
1335
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1336
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1337
+ "typeArguments": [
1338
+ "SByte"
1339
+ ]
1340
+ },
1141
1341
  "methods": [
1142
1342
  {
1143
1343
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.SByte",
@@ -1154,6 +1354,7 @@
1154
1354
  "isVirtual": true,
1155
1355
  "isOverride": true,
1156
1356
  "isSealed": false,
1357
+ "visibility": "Public",
1157
1358
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
1158
1359
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1159
1360
  "isExtensionMethod": false
@@ -1173,6 +1374,7 @@
1173
1374
  "isVirtual": true,
1174
1375
  "isOverride": false,
1175
1376
  "isSealed": false,
1377
+ "visibility": "Public",
1176
1378
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
1177
1379
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1178
1380
  "isExtensionMethod": false
@@ -1192,6 +1394,7 @@
1192
1394
  "isVirtual": true,
1193
1395
  "isOverride": false,
1194
1396
  "isSealed": false,
1397
+ "visibility": "Public",
1195
1398
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
1196
1399
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1197
1400
  "isExtensionMethod": false
@@ -1208,6 +1411,7 @@
1208
1411
  "normalizedSignature": "constructor|():void|static=false",
1209
1412
  "isStatic": false,
1210
1413
  "parameterCount": 0,
1414
+ "visibility": "Public",
1211
1415
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporarySByteValueGenerator",
1212
1416
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1213
1417
  }
@@ -1224,6 +1428,13 @@
1224
1428
  "isSealed": false,
1225
1429
  "isStatic": false,
1226
1430
  "arity": 0,
1431
+ "baseType": {
1432
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1433
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1434
+ "typeArguments": [
1435
+ "Int16"
1436
+ ]
1437
+ },
1227
1438
  "methods": [
1228
1439
  {
1229
1440
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Int16",
@@ -1240,6 +1451,7 @@
1240
1451
  "isVirtual": true,
1241
1452
  "isOverride": true,
1242
1453
  "isSealed": false,
1454
+ "visibility": "Public",
1243
1455
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator",
1244
1456
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1245
1457
  "isExtensionMethod": false
@@ -1259,6 +1471,7 @@
1259
1471
  "isVirtual": true,
1260
1472
  "isOverride": false,
1261
1473
  "isSealed": false,
1474
+ "visibility": "Public",
1262
1475
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator",
1263
1476
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1264
1477
  "isExtensionMethod": false
@@ -1278,6 +1491,7 @@
1278
1491
  "isVirtual": true,
1279
1492
  "isOverride": false,
1280
1493
  "isSealed": false,
1494
+ "visibility": "Public",
1281
1495
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator",
1282
1496
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1283
1497
  "isExtensionMethod": false
@@ -1294,6 +1508,7 @@
1294
1508
  "normalizedSignature": "constructor|():void|static=false",
1295
1509
  "isStatic": false,
1296
1510
  "parameterCount": 0,
1511
+ "visibility": "Public",
1297
1512
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryShortValueGenerator",
1298
1513
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1299
1514
  }
@@ -1310,6 +1525,13 @@
1310
1525
  "isSealed": false,
1311
1526
  "isStatic": false,
1312
1527
  "arity": 0,
1528
+ "baseType": {
1529
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1530
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1531
+ "typeArguments": [
1532
+ "String"
1533
+ ]
1534
+ },
1313
1535
  "methods": [
1314
1536
  {
1315
1537
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.String",
@@ -1326,6 +1548,7 @@
1326
1548
  "isVirtual": true,
1327
1549
  "isOverride": true,
1328
1550
  "isSealed": false,
1551
+ "visibility": "Public",
1329
1552
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
1330
1553
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1331
1554
  "isExtensionMethod": false
@@ -1345,6 +1568,7 @@
1345
1568
  "isVirtual": true,
1346
1569
  "isOverride": false,
1347
1570
  "isSealed": false,
1571
+ "visibility": "Public",
1348
1572
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
1349
1573
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1350
1574
  "isExtensionMethod": false
@@ -1364,6 +1588,7 @@
1364
1588
  "isVirtual": true,
1365
1589
  "isOverride": false,
1366
1590
  "isSealed": false,
1591
+ "visibility": "Public",
1367
1592
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
1368
1593
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1369
1594
  "isExtensionMethod": false
@@ -1385,6 +1610,7 @@
1385
1610
  "isAbstract": false,
1386
1611
  "isVirtual": true,
1387
1612
  "isOverride": true,
1613
+ "visibility": "Public",
1388
1614
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
1389
1615
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1390
1616
  }
@@ -1399,6 +1625,7 @@
1399
1625
  "normalizedSignature": "constructor|():void|static=false",
1400
1626
  "isStatic": false,
1401
1627
  "parameterCount": 0,
1628
+ "visibility": "Public",
1402
1629
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryStringValueGenerator",
1403
1630
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1404
1631
  }
@@ -1415,6 +1642,13 @@
1415
1642
  "isSealed": false,
1416
1643
  "isStatic": false,
1417
1644
  "arity": 0,
1645
+ "baseType": {
1646
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1647
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1648
+ "typeArguments": [
1649
+ "UInt32"
1650
+ ]
1651
+ },
1418
1652
  "methods": [
1419
1653
  {
1420
1654
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.UInt32",
@@ -1431,6 +1665,7 @@
1431
1665
  "isVirtual": true,
1432
1666
  "isOverride": true,
1433
1667
  "isSealed": false,
1668
+ "visibility": "Public",
1434
1669
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator",
1435
1670
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1436
1671
  "isExtensionMethod": false
@@ -1450,6 +1685,7 @@
1450
1685
  "isVirtual": true,
1451
1686
  "isOverride": false,
1452
1687
  "isSealed": false,
1688
+ "visibility": "Public",
1453
1689
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator",
1454
1690
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1455
1691
  "isExtensionMethod": false
@@ -1469,6 +1705,7 @@
1469
1705
  "isVirtual": true,
1470
1706
  "isOverride": false,
1471
1707
  "isSealed": false,
1708
+ "visibility": "Public",
1472
1709
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator",
1473
1710
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1474
1711
  "isExtensionMethod": false
@@ -1485,6 +1722,7 @@
1485
1722
  "normalizedSignature": "constructor|():void|static=false",
1486
1723
  "isStatic": false,
1487
1724
  "parameterCount": 0,
1725
+ "visibility": "Public",
1488
1726
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUIntValueGenerator",
1489
1727
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1490
1728
  }
@@ -1501,6 +1739,13 @@
1501
1739
  "isSealed": false,
1502
1740
  "isStatic": false,
1503
1741
  "arity": 0,
1742
+ "baseType": {
1743
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1744
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1745
+ "typeArguments": [
1746
+ "UInt64"
1747
+ ]
1748
+ },
1504
1749
  "methods": [
1505
1750
  {
1506
1751
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.UInt64",
@@ -1517,6 +1762,7 @@
1517
1762
  "isVirtual": true,
1518
1763
  "isOverride": true,
1519
1764
  "isSealed": false,
1765
+ "visibility": "Public",
1520
1766
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator",
1521
1767
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1522
1768
  "isExtensionMethod": false
@@ -1536,6 +1782,7 @@
1536
1782
  "isVirtual": true,
1537
1783
  "isOverride": false,
1538
1784
  "isSealed": false,
1785
+ "visibility": "Public",
1539
1786
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator",
1540
1787
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1541
1788
  "isExtensionMethod": false
@@ -1555,6 +1802,7 @@
1555
1802
  "isVirtual": true,
1556
1803
  "isOverride": false,
1557
1804
  "isSealed": false,
1805
+ "visibility": "Public",
1558
1806
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator",
1559
1807
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1560
1808
  "isExtensionMethod": false
@@ -1571,6 +1819,7 @@
1571
1819
  "normalizedSignature": "constructor|():void|static=false",
1572
1820
  "isStatic": false,
1573
1821
  "parameterCount": 0,
1822
+ "visibility": "Public",
1574
1823
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryULongValueGenerator",
1575
1824
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1576
1825
  }
@@ -1587,6 +1836,13 @@
1587
1836
  "isSealed": false,
1588
1837
  "isStatic": false,
1589
1838
  "arity": 0,
1839
+ "baseType": {
1840
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1841
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryNumberValueGenerator\u00601",
1842
+ "typeArguments": [
1843
+ "UInt16"
1844
+ ]
1845
+ },
1590
1846
  "methods": [
1591
1847
  {
1592
1848
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.UInt16",
@@ -1603,6 +1859,7 @@
1603
1859
  "isVirtual": true,
1604
1860
  "isOverride": true,
1605
1861
  "isSealed": false,
1862
+ "visibility": "Public",
1606
1863
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator",
1607
1864
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1608
1865
  "isExtensionMethod": false
@@ -1622,6 +1879,7 @@
1622
1879
  "isVirtual": true,
1623
1880
  "isOverride": false,
1624
1881
  "isSealed": false,
1882
+ "visibility": "Public",
1625
1883
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator",
1626
1884
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1627
1885
  "isExtensionMethod": false
@@ -1641,6 +1899,7 @@
1641
1899
  "isVirtual": true,
1642
1900
  "isOverride": false,
1643
1901
  "isSealed": false,
1902
+ "visibility": "Public",
1644
1903
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator",
1645
1904
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1646
1905
  "isExtensionMethod": false
@@ -1657,6 +1916,7 @@
1657
1916
  "normalizedSignature": "constructor|():void|static=false",
1658
1917
  "isStatic": false,
1659
1918
  "parameterCount": 0,
1919
+ "visibility": "Public",
1660
1920
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.Internal.TemporaryUShortValueGenerator",
1661
1921
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1662
1922
  }