@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.
- package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- package/package.json +1 -1
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
19
29
|
{
|
|
20
30
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor::ExecuteNonQuery(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):System.Void",
|
|
@@ -31,6 +41,7 @@
|
|
|
31
41
|
"isVirtual": true,
|
|
32
42
|
"isOverride": false,
|
|
33
43
|
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
34
45
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor",
|
|
35
46
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
36
47
|
"isExtensionMethod": false
|
|
@@ -50,6 +61,7 @@
|
|
|
50
61
|
"isVirtual": true,
|
|
51
62
|
"isOverride": false,
|
|
52
63
|
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
53
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor",
|
|
54
66
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
55
67
|
"isExtensionMethod": false
|
|
@@ -69,6 +81,7 @@
|
|
|
69
81
|
"isVirtual": true,
|
|
70
82
|
"isOverride": false,
|
|
71
83
|
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
72
85
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor",
|
|
73
86
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
74
87
|
"isExtensionMethod": false
|
|
@@ -88,6 +101,7 @@
|
|
|
88
101
|
"isVirtual": true,
|
|
89
102
|
"isOverride": false,
|
|
90
103
|
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
91
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor",
|
|
92
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
93
107
|
"isExtensionMethod": false
|
|
@@ -107,6 +121,7 @@
|
|
|
107
121
|
"isVirtual": true,
|
|
108
122
|
"isOverride": false,
|
|
109
123
|
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
110
125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
111
126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
112
127
|
"isExtensionMethod": false,
|
|
@@ -127,6 +142,7 @@
|
|
|
127
142
|
"isVirtual": true,
|
|
128
143
|
"isOverride": false,
|
|
129
144
|
"isSealed": false,
|
|
145
|
+
"visibility": "Public",
|
|
130
146
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
131
147
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
132
148
|
"isExtensionMethod": false,
|
|
@@ -147,6 +163,7 @@
|
|
|
147
163
|
"isVirtual": true,
|
|
148
164
|
"isOverride": false,
|
|
149
165
|
"isSealed": false,
|
|
166
|
+
"visibility": "Public",
|
|
150
167
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
151
168
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
152
169
|
"isExtensionMethod": false,
|
|
@@ -167,6 +184,7 @@
|
|
|
167
184
|
"isVirtual": true,
|
|
168
185
|
"isOverride": false,
|
|
169
186
|
"isSealed": false,
|
|
187
|
+
"visibility": "Public",
|
|
170
188
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
171
189
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
172
190
|
"isExtensionMethod": false,
|
|
@@ -184,6 +202,7 @@
|
|
|
184
202
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy):void|static=false",
|
|
185
203
|
"isStatic": false,
|
|
186
204
|
"parameterCount": 1,
|
|
205
|
+
"visibility": "Public",
|
|
187
206
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor",
|
|
188
207
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
189
208
|
}
|
|
@@ -200,6 +219,16 @@
|
|
|
200
219
|
"isSealed": false,
|
|
201
220
|
"isStatic": false,
|
|
202
221
|
"arity": 0,
|
|
222
|
+
"baseType": {
|
|
223
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
224
|
+
"clrName": "System.Object"
|
|
225
|
+
},
|
|
226
|
+
"interfaces": [
|
|
227
|
+
{
|
|
228
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
229
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
203
232
|
"methods": [
|
|
204
233
|
{
|
|
205
234
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly::FindMigrationId(System.String):System.String",
|
|
@@ -216,6 +245,7 @@
|
|
|
216
245
|
"isVirtual": true,
|
|
217
246
|
"isOverride": false,
|
|
218
247
|
"isSealed": false,
|
|
248
|
+
"visibility": "Public",
|
|
219
249
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly",
|
|
220
250
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
221
251
|
"isExtensionMethod": false
|
|
@@ -235,6 +265,7 @@
|
|
|
235
265
|
"isVirtual": true,
|
|
236
266
|
"isOverride": false,
|
|
237
267
|
"isSealed": false,
|
|
268
|
+
"visibility": "Public",
|
|
238
269
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly",
|
|
239
270
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
240
271
|
"isExtensionMethod": false
|
|
@@ -254,6 +285,7 @@
|
|
|
254
285
|
"isVirtual": true,
|
|
255
286
|
"isOverride": false,
|
|
256
287
|
"isSealed": false,
|
|
288
|
+
"visibility": "Public",
|
|
257
289
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
258
290
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
259
291
|
"isExtensionMethod": false,
|
|
@@ -274,6 +306,7 @@
|
|
|
274
306
|
"isVirtual": true,
|
|
275
307
|
"isOverride": false,
|
|
276
308
|
"isSealed": false,
|
|
309
|
+
"visibility": "Public",
|
|
277
310
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
278
311
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
279
312
|
"isExtensionMethod": false,
|
|
@@ -296,6 +329,7 @@
|
|
|
296
329
|
"isAbstract": false,
|
|
297
330
|
"isVirtual": true,
|
|
298
331
|
"isOverride": false,
|
|
332
|
+
"visibility": "Public",
|
|
299
333
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly",
|
|
300
334
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
301
335
|
},
|
|
@@ -314,6 +348,7 @@
|
|
|
314
348
|
"isAbstract": false,
|
|
315
349
|
"isVirtual": true,
|
|
316
350
|
"isOverride": false,
|
|
351
|
+
"visibility": "Public",
|
|
317
352
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly",
|
|
318
353
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
319
354
|
},
|
|
@@ -332,6 +367,7 @@
|
|
|
332
367
|
"isAbstract": false,
|
|
333
368
|
"isVirtual": true,
|
|
334
369
|
"isOverride": false,
|
|
370
|
+
"visibility": "Public",
|
|
335
371
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly",
|
|
336
372
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
337
373
|
},
|
|
@@ -350,6 +386,7 @@
|
|
|
350
386
|
"isAbstract": false,
|
|
351
387
|
"isVirtual": true,
|
|
352
388
|
"isOverride": false,
|
|
389
|
+
"visibility": "Public",
|
|
353
390
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
354
391
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
355
392
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -369,6 +406,7 @@
|
|
|
369
406
|
"isAbstract": false,
|
|
370
407
|
"isVirtual": true,
|
|
371
408
|
"isOverride": false,
|
|
409
|
+
"visibility": "Public",
|
|
372
410
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
373
411
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
374
412
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -388,6 +426,7 @@
|
|
|
388
426
|
"isAbstract": false,
|
|
389
427
|
"isVirtual": true,
|
|
390
428
|
"isOverride": false,
|
|
429
|
+
"visibility": "Public",
|
|
391
430
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
392
431
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
393
432
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -403,6 +442,7 @@
|
|
|
403
442
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions,Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BMigrations,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
404
443
|
"isStatic": false,
|
|
405
444
|
"parameterCount": 4,
|
|
445
|
+
"visibility": "Public",
|
|
406
446
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly",
|
|
407
447
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
408
448
|
}
|
|
@@ -419,6 +459,16 @@
|
|
|
419
459
|
"isSealed": false,
|
|
420
460
|
"isStatic": false,
|
|
421
461
|
"arity": 0,
|
|
462
|
+
"baseType": {
|
|
463
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
464
|
+
"clrName": "System.Object"
|
|
465
|
+
},
|
|
466
|
+
"interfaces": [
|
|
467
|
+
{
|
|
468
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator",
|
|
469
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator"
|
|
470
|
+
}
|
|
471
|
+
],
|
|
422
472
|
"methods": [
|
|
423
473
|
{
|
|
424
474
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsIdGenerator::GetName(System.String):System.String",
|
|
@@ -435,6 +485,7 @@
|
|
|
435
485
|
"isVirtual": true,
|
|
436
486
|
"isOverride": false,
|
|
437
487
|
"isSealed": false,
|
|
488
|
+
"visibility": "Public",
|
|
438
489
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsIdGenerator",
|
|
439
490
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
440
491
|
"isExtensionMethod": false
|
|
@@ -454,6 +505,7 @@
|
|
|
454
505
|
"isVirtual": true,
|
|
455
506
|
"isOverride": false,
|
|
456
507
|
"isSealed": false,
|
|
508
|
+
"visibility": "Public",
|
|
457
509
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsIdGenerator",
|
|
458
510
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
459
511
|
"isExtensionMethod": false
|
|
@@ -473,6 +525,7 @@
|
|
|
473
525
|
"isVirtual": true,
|
|
474
526
|
"isOverride": false,
|
|
475
527
|
"isSealed": false,
|
|
528
|
+
"visibility": "Public",
|
|
476
529
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsIdGenerator",
|
|
477
530
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
478
531
|
"isExtensionMethod": false
|
|
@@ -492,6 +545,7 @@
|
|
|
492
545
|
"isVirtual": true,
|
|
493
546
|
"isOverride": false,
|
|
494
547
|
"isSealed": false,
|
|
548
|
+
"visibility": "Public",
|
|
495
549
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator",
|
|
496
550
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
497
551
|
"isExtensionMethod": false,
|
|
@@ -512,6 +566,7 @@
|
|
|
512
566
|
"isVirtual": true,
|
|
513
567
|
"isOverride": false,
|
|
514
568
|
"isSealed": false,
|
|
569
|
+
"visibility": "Public",
|
|
515
570
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator",
|
|
516
571
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
517
572
|
"isExtensionMethod": false,
|
|
@@ -529,6 +584,7 @@
|
|
|
529
584
|
"normalizedSignature": "constructor|():void|static=false",
|
|
530
585
|
"isStatic": false,
|
|
531
586
|
"parameterCount": 0,
|
|
587
|
+
"visibility": "Public",
|
|
532
588
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsIdGenerator",
|
|
533
589
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
534
590
|
}
|
|
@@ -545,6 +601,16 @@
|
|
|
545
601
|
"isSealed": false,
|
|
546
602
|
"isStatic": false,
|
|
547
603
|
"arity": 0,
|
|
604
|
+
"baseType": {
|
|
605
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
606
|
+
"clrName": "System.Object"
|
|
607
|
+
},
|
|
608
|
+
"interfaces": [
|
|
609
|
+
{
|
|
610
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer",
|
|
611
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer"
|
|
612
|
+
}
|
|
613
|
+
],
|
|
548
614
|
"methods": [
|
|
549
615
|
{
|
|
550
616
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::HasDifferences(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Boolean",
|
|
@@ -561,6 +627,7 @@
|
|
|
561
627
|
"isVirtual": true,
|
|
562
628
|
"isOverride": false,
|
|
563
629
|
"isSealed": false,
|
|
630
|
+
"visibility": "Public",
|
|
564
631
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
565
632
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
566
633
|
"isExtensionMethod": false
|
|
@@ -580,18 +647,19 @@
|
|
|
580
647
|
"isVirtual": true,
|
|
581
648
|
"isOverride": false,
|
|
582
649
|
"isSealed": false,
|
|
650
|
+
"visibility": "Public",
|
|
583
651
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
584
652
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
585
653
|
"isExtensionMethod": false
|
|
586
654
|
},
|
|
587
655
|
{
|
|
588
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.
|
|
589
|
-
"clrName": "
|
|
590
|
-
"metadataToken":
|
|
591
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
592
|
-
"normalizedSignature": "
|
|
593
|
-
"emitScope": "
|
|
594
|
-
"provenance": "
|
|
656
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Sort(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
657
|
+
"clrName": "Sort",
|
|
658
|
+
"metadataToken": 100668701,
|
|
659
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
660
|
+
"normalizedSignature": "Sort|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
661
|
+
"emitScope": "ClassSurface",
|
|
662
|
+
"provenance": "Original",
|
|
595
663
|
"arity": 0,
|
|
596
664
|
"parameterCount": 2,
|
|
597
665
|
"isStatic": false,
|
|
@@ -599,19 +667,39 @@
|
|
|
599
667
|
"isVirtual": true,
|
|
600
668
|
"isOverride": false,
|
|
601
669
|
"isSealed": false,
|
|
602
|
-
"
|
|
670
|
+
"visibility": "Protected",
|
|
671
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
603
672
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
604
|
-
"isExtensionMethod": false
|
|
605
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer"
|
|
673
|
+
"isExtensionMethod": false
|
|
606
674
|
},
|
|
607
675
|
{
|
|
608
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.
|
|
609
|
-
"clrName": "
|
|
610
|
-
"metadataToken":
|
|
611
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.
|
|
612
|
-
"normalizedSignature": "
|
|
613
|
-
"emitScope": "
|
|
614
|
-
"provenance": "
|
|
676
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
677
|
+
"clrName": "Diff",
|
|
678
|
+
"metadataToken": 100668702,
|
|
679
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
680
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
681
|
+
"emitScope": "ClassSurface",
|
|
682
|
+
"provenance": "Original",
|
|
683
|
+
"arity": 0,
|
|
684
|
+
"parameterCount": 3,
|
|
685
|
+
"isStatic": false,
|
|
686
|
+
"isAbstract": false,
|
|
687
|
+
"isVirtual": true,
|
|
688
|
+
"isOverride": false,
|
|
689
|
+
"isSealed": false,
|
|
690
|
+
"visibility": "Protected",
|
|
691
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
692
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
693
|
+
"isExtensionMethod": false
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
697
|
+
"clrName": "Add",
|
|
698
|
+
"metadataToken": 100668704,
|
|
699
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
700
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
701
|
+
"emitScope": "ClassSurface",
|
|
702
|
+
"provenance": "Original",
|
|
615
703
|
"arity": 0,
|
|
616
704
|
"parameterCount": 2,
|
|
617
705
|
"isStatic": false,
|
|
@@ -619,65 +707,77 @@
|
|
|
619
707
|
"isVirtual": true,
|
|
620
708
|
"isOverride": false,
|
|
621
709
|
"isSealed": false,
|
|
622
|
-
"
|
|
710
|
+
"visibility": "Protected",
|
|
711
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
623
712
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
624
|
-
"isExtensionMethod": false
|
|
625
|
-
|
|
626
|
-
}
|
|
627
|
-
],
|
|
628
|
-
"properties": [],
|
|
629
|
-
"fields": [],
|
|
630
|
-
"events": [],
|
|
631
|
-
"constructors": [
|
|
713
|
+
"isExtensionMethod": false
|
|
714
|
+
},
|
|
632
715
|
{
|
|
633
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
716
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
717
|
+
"clrName": "Remove",
|
|
718
|
+
"metadataToken": 100668705,
|
|
719
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
720
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
721
|
+
"emitScope": "ClassSurface",
|
|
722
|
+
"provenance": "Original",
|
|
723
|
+
"arity": 0,
|
|
724
|
+
"parameterCount": 2,
|
|
637
725
|
"isStatic": false,
|
|
638
|
-
"
|
|
726
|
+
"isAbstract": false,
|
|
727
|
+
"isVirtual": true,
|
|
728
|
+
"isOverride": false,
|
|
729
|
+
"isSealed": false,
|
|
730
|
+
"visibility": "Protected",
|
|
639
731
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
640
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
646
|
-
"clrName": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
647
|
-
"assemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
648
|
-
"metadataToken": 0,
|
|
649
|
-
"kind": "Class",
|
|
650
|
-
"accessibility": "Public",
|
|
651
|
-
"isAbstract": false,
|
|
652
|
-
"isSealed": false,
|
|
653
|
-
"isStatic": false,
|
|
654
|
-
"arity": 0,
|
|
655
|
-
"methods": [
|
|
732
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
733
|
+
"isExtensionMethod": false
|
|
734
|
+
},
|
|
656
735
|
{
|
|
657
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.
|
|
658
|
-
"clrName": "
|
|
659
|
-
"metadataToken":
|
|
660
|
-
"canonicalSignature": "(System.String):System.
|
|
661
|
-
"normalizedSignature": "
|
|
736
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
737
|
+
"clrName": "Diff",
|
|
738
|
+
"metadataToken": 100668706,
|
|
739
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
740
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
662
741
|
"emitScope": "ClassSurface",
|
|
663
742
|
"provenance": "Original",
|
|
664
743
|
"arity": 0,
|
|
665
|
-
"parameterCount":
|
|
744
|
+
"parameterCount": 3,
|
|
666
745
|
"isStatic": false,
|
|
667
746
|
"isAbstract": false,
|
|
668
747
|
"isVirtual": true,
|
|
669
748
|
"isOverride": false,
|
|
670
749
|
"isSealed": false,
|
|
671
|
-
"
|
|
750
|
+
"visibility": "Protected",
|
|
751
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
672
752
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
673
753
|
"isExtensionMethod": false
|
|
674
754
|
},
|
|
675
755
|
{
|
|
676
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.
|
|
677
|
-
"clrName": "
|
|
678
|
-
"metadataToken":
|
|
679
|
-
"canonicalSignature": "(System.String,System.
|
|
680
|
-
"normalizedSignature": "
|
|
756
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
757
|
+
"clrName": "Diff",
|
|
758
|
+
"metadataToken": 100668707,
|
|
759
|
+
"canonicalSignature": "(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
760
|
+
"normalizedSignature": "Diff|(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
761
|
+
"emitScope": "ClassSurface",
|
|
762
|
+
"provenance": "Original",
|
|
763
|
+
"arity": 0,
|
|
764
|
+
"parameterCount": 3,
|
|
765
|
+
"isStatic": false,
|
|
766
|
+
"isAbstract": false,
|
|
767
|
+
"isVirtual": true,
|
|
768
|
+
"isOverride": false,
|
|
769
|
+
"isSealed": false,
|
|
770
|
+
"visibility": "Protected",
|
|
771
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
772
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
773
|
+
"isExtensionMethod": false
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
777
|
+
"clrName": "Add",
|
|
778
|
+
"metadataToken": 100668708,
|
|
779
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
780
|
+
"normalizedSignature": "Add|(System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
681
781
|
"emitScope": "ClassSurface",
|
|
682
782
|
"provenance": "Original",
|
|
683
783
|
"arity": 0,
|
|
@@ -687,16 +787,37 @@
|
|
|
687
787
|
"isVirtual": true,
|
|
688
788
|
"isOverride": false,
|
|
689
789
|
"isSealed": false,
|
|
690
|
-
"
|
|
790
|
+
"visibility": "Protected",
|
|
791
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
691
792
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
692
793
|
"isExtensionMethod": false
|
|
693
794
|
},
|
|
694
795
|
{
|
|
695
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.
|
|
696
|
-
"clrName": "
|
|
697
|
-
"metadataToken":
|
|
698
|
-
"canonicalSignature": "(System.String,
|
|
699
|
-
"normalizedSignature": "
|
|
796
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
797
|
+
"clrName": "Remove",
|
|
798
|
+
"metadataToken": 100668709,
|
|
799
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
800
|
+
"normalizedSignature": "Remove|(System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
801
|
+
"emitScope": "ClassSurface",
|
|
802
|
+
"provenance": "Original",
|
|
803
|
+
"arity": 0,
|
|
804
|
+
"parameterCount": 2,
|
|
805
|
+
"isStatic": false,
|
|
806
|
+
"isAbstract": false,
|
|
807
|
+
"isVirtual": true,
|
|
808
|
+
"isOverride": false,
|
|
809
|
+
"isSealed": false,
|
|
810
|
+
"visibility": "Protected",
|
|
811
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
812
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
813
|
+
"isExtensionMethod": false
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
817
|
+
"clrName": "Diff",
|
|
818
|
+
"metadataToken": 100668710,
|
|
819
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
820
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
700
821
|
"emitScope": "ClassSurface",
|
|
701
822
|
"provenance": "Original",
|
|
702
823
|
"arity": 0,
|
|
@@ -706,57 +827,59 @@
|
|
|
706
827
|
"isVirtual": true,
|
|
707
828
|
"isOverride": false,
|
|
708
829
|
"isSealed": false,
|
|
709
|
-
"
|
|
830
|
+
"visibility": "Protected",
|
|
831
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
710
832
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
711
833
|
"isExtensionMethod": false
|
|
712
834
|
},
|
|
713
835
|
{
|
|
714
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.
|
|
715
|
-
"clrName": "
|
|
716
|
-
"metadataToken":
|
|
717
|
-
"canonicalSignature": "():System.
|
|
718
|
-
"normalizedSignature": "
|
|
836
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
837
|
+
"clrName": "Diff",
|
|
838
|
+
"metadataToken": 100668711,
|
|
839
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
840
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
719
841
|
"emitScope": "ClassSurface",
|
|
720
842
|
"provenance": "Original",
|
|
721
843
|
"arity": 0,
|
|
722
|
-
"parameterCount":
|
|
844
|
+
"parameterCount": 3,
|
|
723
845
|
"isStatic": false,
|
|
724
846
|
"isAbstract": false,
|
|
725
847
|
"isVirtual": true,
|
|
726
848
|
"isOverride": false,
|
|
727
|
-
"isSealed":
|
|
728
|
-
"
|
|
849
|
+
"isSealed": false,
|
|
850
|
+
"visibility": "Protected",
|
|
851
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
729
852
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
730
853
|
"isExtensionMethod": false
|
|
731
854
|
},
|
|
732
855
|
{
|
|
733
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.
|
|
734
|
-
"clrName": "
|
|
735
|
-
"metadataToken":
|
|
736
|
-
"canonicalSignature": "(
|
|
737
|
-
"normalizedSignature": "
|
|
738
|
-
"emitScope": "
|
|
739
|
-
"provenance": "
|
|
856
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
857
|
+
"clrName": "Add",
|
|
858
|
+
"metadataToken": 100668712,
|
|
859
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
860
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
861
|
+
"emitScope": "ClassSurface",
|
|
862
|
+
"provenance": "Original",
|
|
740
863
|
"arity": 0,
|
|
741
|
-
"parameterCount":
|
|
864
|
+
"parameterCount": 2,
|
|
742
865
|
"isStatic": false,
|
|
743
866
|
"isAbstract": false,
|
|
744
867
|
"isVirtual": true,
|
|
745
868
|
"isOverride": false,
|
|
746
869
|
"isSealed": false,
|
|
747
|
-
"
|
|
870
|
+
"visibility": "Protected",
|
|
871
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
748
872
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
749
|
-
"isExtensionMethod": false
|
|
750
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
873
|
+
"isExtensionMethod": false
|
|
751
874
|
},
|
|
752
875
|
{
|
|
753
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.
|
|
754
|
-
"clrName": "
|
|
755
|
-
"metadataToken":
|
|
756
|
-
"canonicalSignature": "(
|
|
757
|
-
"normalizedSignature": "
|
|
758
|
-
"emitScope": "
|
|
759
|
-
"provenance": "
|
|
876
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
877
|
+
"clrName": "Remove",
|
|
878
|
+
"metadataToken": 100668713,
|
|
879
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
880
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
881
|
+
"emitScope": "ClassSurface",
|
|
882
|
+
"provenance": "Original",
|
|
760
883
|
"arity": 0,
|
|
761
884
|
"parameterCount": 2,
|
|
762
885
|
"isStatic": false,
|
|
@@ -764,19 +887,19 @@
|
|
|
764
887
|
"isVirtual": true,
|
|
765
888
|
"isOverride": false,
|
|
766
889
|
"isSealed": false,
|
|
767
|
-
"
|
|
890
|
+
"visibility": "Protected",
|
|
891
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
768
892
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
769
|
-
"isExtensionMethod": false
|
|
770
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
893
|
+
"isExtensionMethod": false
|
|
771
894
|
},
|
|
772
895
|
{
|
|
773
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.
|
|
774
|
-
"clrName": "
|
|
775
|
-
"metadataToken":
|
|
776
|
-
"canonicalSignature": "(System.
|
|
777
|
-
"normalizedSignature": "
|
|
778
|
-
"emitScope": "
|
|
779
|
-
"provenance": "
|
|
896
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
897
|
+
"clrName": "Diff",
|
|
898
|
+
"metadataToken": 100668717,
|
|
899
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
900
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
901
|
+
"emitScope": "ClassSurface",
|
|
902
|
+
"provenance": "Original",
|
|
780
903
|
"arity": 0,
|
|
781
904
|
"parameterCount": 3,
|
|
782
905
|
"isStatic": false,
|
|
@@ -784,33 +907,1081 @@
|
|
|
784
907
|
"isVirtual": true,
|
|
785
908
|
"isOverride": false,
|
|
786
909
|
"isSealed": false,
|
|
787
|
-
"
|
|
910
|
+
"visibility": "Protected",
|
|
911
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
788
912
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
789
|
-
"isExtensionMethod": false
|
|
790
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
913
|
+
"isExtensionMethod": false
|
|
791
914
|
},
|
|
792
915
|
{
|
|
793
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.
|
|
794
|
-
"clrName": "
|
|
795
|
-
"metadataToken":
|
|
796
|
-
"canonicalSignature": "():System.
|
|
797
|
-
"normalizedSignature": "
|
|
798
|
-
"emitScope": "
|
|
799
|
-
"provenance": "
|
|
916
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
917
|
+
"clrName": "Diff",
|
|
918
|
+
"metadataToken": 100668721,
|
|
919
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
920
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
921
|
+
"emitScope": "ClassSurface",
|
|
922
|
+
"provenance": "Original",
|
|
800
923
|
"arity": 0,
|
|
801
|
-
"parameterCount":
|
|
924
|
+
"parameterCount": 3,
|
|
802
925
|
"isStatic": false,
|
|
803
926
|
"isAbstract": false,
|
|
804
927
|
"isVirtual": true,
|
|
805
928
|
"isOverride": false,
|
|
806
929
|
"isSealed": false,
|
|
807
|
-
"
|
|
930
|
+
"visibility": "Protected",
|
|
931
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
808
932
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
809
|
-
"isExtensionMethod": false
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
933
|
+
"isExtensionMethod": false
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
937
|
+
"clrName": "Add",
|
|
938
|
+
"metadataToken": 100668723,
|
|
939
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
940
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
941
|
+
"emitScope": "ClassSurface",
|
|
942
|
+
"provenance": "Original",
|
|
943
|
+
"arity": 0,
|
|
944
|
+
"parameterCount": 3,
|
|
945
|
+
"isStatic": false,
|
|
946
|
+
"isAbstract": false,
|
|
947
|
+
"isVirtual": true,
|
|
948
|
+
"isOverride": false,
|
|
949
|
+
"isSealed": false,
|
|
950
|
+
"visibility": "Protected",
|
|
951
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
952
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
953
|
+
"isExtensionMethod": false
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
957
|
+
"clrName": "Remove",
|
|
958
|
+
"metadataToken": 100668724,
|
|
959
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
960
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
961
|
+
"emitScope": "ClassSurface",
|
|
962
|
+
"provenance": "Original",
|
|
963
|
+
"arity": 0,
|
|
964
|
+
"parameterCount": 2,
|
|
965
|
+
"isStatic": false,
|
|
966
|
+
"isAbstract": false,
|
|
967
|
+
"isVirtual": true,
|
|
968
|
+
"isOverride": false,
|
|
969
|
+
"isSealed": false,
|
|
970
|
+
"visibility": "Protected",
|
|
971
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
972
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
973
|
+
"isExtensionMethod": false
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
977
|
+
"clrName": "Diff",
|
|
978
|
+
"metadataToken": 100668727,
|
|
979
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
980
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
981
|
+
"emitScope": "ClassSurface",
|
|
982
|
+
"provenance": "Original",
|
|
983
|
+
"arity": 0,
|
|
984
|
+
"parameterCount": 3,
|
|
985
|
+
"isStatic": false,
|
|
986
|
+
"isAbstract": false,
|
|
987
|
+
"isVirtual": true,
|
|
988
|
+
"isOverride": false,
|
|
989
|
+
"isSealed": false,
|
|
990
|
+
"visibility": "Protected",
|
|
991
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
992
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
993
|
+
"isExtensionMethod": false
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
997
|
+
"clrName": "Diff",
|
|
998
|
+
"metadataToken": 100668728,
|
|
999
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1000
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1001
|
+
"emitScope": "ClassSurface",
|
|
1002
|
+
"provenance": "Original",
|
|
1003
|
+
"arity": 0,
|
|
1004
|
+
"parameterCount": 3,
|
|
1005
|
+
"isStatic": false,
|
|
1006
|
+
"isAbstract": false,
|
|
1007
|
+
"isVirtual": true,
|
|
1008
|
+
"isOverride": false,
|
|
1009
|
+
"isSealed": false,
|
|
1010
|
+
"visibility": "Protected",
|
|
1011
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1012
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1013
|
+
"isExtensionMethod": false
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1017
|
+
"clrName": "Add",
|
|
1018
|
+
"metadataToken": 100668729,
|
|
1019
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1020
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1021
|
+
"emitScope": "ClassSurface",
|
|
1022
|
+
"provenance": "Original",
|
|
1023
|
+
"arity": 0,
|
|
1024
|
+
"parameterCount": 2,
|
|
1025
|
+
"isStatic": false,
|
|
1026
|
+
"isAbstract": false,
|
|
1027
|
+
"isVirtual": true,
|
|
1028
|
+
"isOverride": false,
|
|
1029
|
+
"isSealed": false,
|
|
1030
|
+
"visibility": "Protected",
|
|
1031
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1032
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1033
|
+
"isExtensionMethod": false
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1037
|
+
"clrName": "Remove",
|
|
1038
|
+
"metadataToken": 100668730,
|
|
1039
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1040
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1041
|
+
"emitScope": "ClassSurface",
|
|
1042
|
+
"provenance": "Original",
|
|
1043
|
+
"arity": 0,
|
|
1044
|
+
"parameterCount": 2,
|
|
1045
|
+
"isStatic": false,
|
|
1046
|
+
"isAbstract": false,
|
|
1047
|
+
"isVirtual": true,
|
|
1048
|
+
"isOverride": false,
|
|
1049
|
+
"isSealed": false,
|
|
1050
|
+
"visibility": "Protected",
|
|
1051
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1052
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1053
|
+
"isExtensionMethod": false
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1057
|
+
"clrName": "Diff",
|
|
1058
|
+
"metadataToken": 100668731,
|
|
1059
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1060
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1061
|
+
"emitScope": "ClassSurface",
|
|
1062
|
+
"provenance": "Original",
|
|
1063
|
+
"arity": 0,
|
|
1064
|
+
"parameterCount": 3,
|
|
1065
|
+
"isStatic": false,
|
|
1066
|
+
"isAbstract": false,
|
|
1067
|
+
"isVirtual": true,
|
|
1068
|
+
"isOverride": false,
|
|
1069
|
+
"isSealed": false,
|
|
1070
|
+
"visibility": "Protected",
|
|
1071
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1072
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1073
|
+
"isExtensionMethod": false
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1077
|
+
"clrName": "Diff",
|
|
1078
|
+
"metadataToken": 100668732,
|
|
1079
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1080
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1081
|
+
"emitScope": "ClassSurface",
|
|
1082
|
+
"provenance": "Original",
|
|
1083
|
+
"arity": 0,
|
|
1084
|
+
"parameterCount": 3,
|
|
1085
|
+
"isStatic": false,
|
|
1086
|
+
"isAbstract": false,
|
|
1087
|
+
"isVirtual": true,
|
|
1088
|
+
"isOverride": false,
|
|
1089
|
+
"isSealed": false,
|
|
1090
|
+
"visibility": "Protected",
|
|
1091
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1092
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1093
|
+
"isExtensionMethod": false
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1097
|
+
"clrName": "Add",
|
|
1098
|
+
"metadataToken": 100668733,
|
|
1099
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1100
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1101
|
+
"emitScope": "ClassSurface",
|
|
1102
|
+
"provenance": "Original",
|
|
1103
|
+
"arity": 0,
|
|
1104
|
+
"parameterCount": 2,
|
|
1105
|
+
"isStatic": false,
|
|
1106
|
+
"isAbstract": false,
|
|
1107
|
+
"isVirtual": true,
|
|
1108
|
+
"isOverride": false,
|
|
1109
|
+
"isSealed": false,
|
|
1110
|
+
"visibility": "Protected",
|
|
1111
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1112
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1113
|
+
"isExtensionMethod": false
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1117
|
+
"clrName": "Remove",
|
|
1118
|
+
"metadataToken": 100668734,
|
|
1119
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1120
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1121
|
+
"emitScope": "ClassSurface",
|
|
1122
|
+
"provenance": "Original",
|
|
1123
|
+
"arity": 0,
|
|
1124
|
+
"parameterCount": 2,
|
|
1125
|
+
"isStatic": false,
|
|
1126
|
+
"isAbstract": false,
|
|
1127
|
+
"isVirtual": true,
|
|
1128
|
+
"isOverride": false,
|
|
1129
|
+
"isSealed": false,
|
|
1130
|
+
"visibility": "Protected",
|
|
1131
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1132
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1133
|
+
"isExtensionMethod": false
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1137
|
+
"clrName": "Diff",
|
|
1138
|
+
"metadataToken": 100668735,
|
|
1139
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1140
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1141
|
+
"emitScope": "ClassSurface",
|
|
1142
|
+
"provenance": "Original",
|
|
1143
|
+
"arity": 0,
|
|
1144
|
+
"parameterCount": 3,
|
|
1145
|
+
"isStatic": false,
|
|
1146
|
+
"isAbstract": false,
|
|
1147
|
+
"isVirtual": true,
|
|
1148
|
+
"isOverride": false,
|
|
1149
|
+
"isSealed": false,
|
|
1150
|
+
"visibility": "Protected",
|
|
1151
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1152
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1153
|
+
"isExtensionMethod": false
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1157
|
+
"clrName": "Diff",
|
|
1158
|
+
"metadataToken": 100668737,
|
|
1159
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1160
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1161
|
+
"emitScope": "ClassSurface",
|
|
1162
|
+
"provenance": "Original",
|
|
1163
|
+
"arity": 0,
|
|
1164
|
+
"parameterCount": 3,
|
|
1165
|
+
"isStatic": false,
|
|
1166
|
+
"isAbstract": false,
|
|
1167
|
+
"isVirtual": true,
|
|
1168
|
+
"isOverride": false,
|
|
1169
|
+
"isSealed": false,
|
|
1170
|
+
"visibility": "Protected",
|
|
1171
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1172
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1173
|
+
"isExtensionMethod": false
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1177
|
+
"clrName": "Add",
|
|
1178
|
+
"metadataToken": 100668738,
|
|
1179
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1180
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1181
|
+
"emitScope": "ClassSurface",
|
|
1182
|
+
"provenance": "Original",
|
|
1183
|
+
"arity": 0,
|
|
1184
|
+
"parameterCount": 2,
|
|
1185
|
+
"isStatic": false,
|
|
1186
|
+
"isAbstract": false,
|
|
1187
|
+
"isVirtual": true,
|
|
1188
|
+
"isOverride": false,
|
|
1189
|
+
"isSealed": false,
|
|
1190
|
+
"visibility": "Protected",
|
|
1191
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1192
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1193
|
+
"isExtensionMethod": false
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1197
|
+
"clrName": "Remove",
|
|
1198
|
+
"metadataToken": 100668739,
|
|
1199
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1200
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1201
|
+
"emitScope": "ClassSurface",
|
|
1202
|
+
"provenance": "Original",
|
|
1203
|
+
"arity": 0,
|
|
1204
|
+
"parameterCount": 2,
|
|
1205
|
+
"isStatic": false,
|
|
1206
|
+
"isAbstract": false,
|
|
1207
|
+
"isVirtual": true,
|
|
1208
|
+
"isOverride": false,
|
|
1209
|
+
"isSealed": false,
|
|
1210
|
+
"visibility": "Protected",
|
|
1211
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1212
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1213
|
+
"isExtensionMethod": false
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1217
|
+
"clrName": "Diff",
|
|
1218
|
+
"metadataToken": 100668740,
|
|
1219
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1220
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1221
|
+
"emitScope": "ClassSurface",
|
|
1222
|
+
"provenance": "Original",
|
|
1223
|
+
"arity": 0,
|
|
1224
|
+
"parameterCount": 3,
|
|
1225
|
+
"isStatic": false,
|
|
1226
|
+
"isAbstract": false,
|
|
1227
|
+
"isVirtual": true,
|
|
1228
|
+
"isOverride": false,
|
|
1229
|
+
"isSealed": false,
|
|
1230
|
+
"visibility": "Protected",
|
|
1231
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1232
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1233
|
+
"isExtensionMethod": false
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1237
|
+
"clrName": "Diff",
|
|
1238
|
+
"metadataToken": 100668741,
|
|
1239
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1240
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1241
|
+
"emitScope": "ClassSurface",
|
|
1242
|
+
"provenance": "Original",
|
|
1243
|
+
"arity": 0,
|
|
1244
|
+
"parameterCount": 3,
|
|
1245
|
+
"isStatic": false,
|
|
1246
|
+
"isAbstract": false,
|
|
1247
|
+
"isVirtual": true,
|
|
1248
|
+
"isOverride": false,
|
|
1249
|
+
"isSealed": false,
|
|
1250
|
+
"visibility": "Protected",
|
|
1251
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1252
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1253
|
+
"isExtensionMethod": false
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1257
|
+
"clrName": "Add",
|
|
1258
|
+
"metadataToken": 100668742,
|
|
1259
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1260
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1261
|
+
"emitScope": "ClassSurface",
|
|
1262
|
+
"provenance": "Original",
|
|
1263
|
+
"arity": 0,
|
|
1264
|
+
"parameterCount": 2,
|
|
1265
|
+
"isStatic": false,
|
|
1266
|
+
"isAbstract": false,
|
|
1267
|
+
"isVirtual": true,
|
|
1268
|
+
"isOverride": false,
|
|
1269
|
+
"isSealed": false,
|
|
1270
|
+
"visibility": "Protected",
|
|
1271
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1272
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1273
|
+
"isExtensionMethod": false
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1277
|
+
"clrName": "Remove",
|
|
1278
|
+
"metadataToken": 100668743,
|
|
1279
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1280
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1281
|
+
"emitScope": "ClassSurface",
|
|
1282
|
+
"provenance": "Original",
|
|
1283
|
+
"arity": 0,
|
|
1284
|
+
"parameterCount": 2,
|
|
1285
|
+
"isStatic": false,
|
|
1286
|
+
"isAbstract": false,
|
|
1287
|
+
"isVirtual": true,
|
|
1288
|
+
"isOverride": false,
|
|
1289
|
+
"isSealed": false,
|
|
1290
|
+
"visibility": "Protected",
|
|
1291
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1292
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1293
|
+
"isExtensionMethod": false
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1297
|
+
"clrName": "Diff",
|
|
1298
|
+
"metadataToken": 100668744,
|
|
1299
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1300
|
+
"normalizedSignature": "Diff|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1301
|
+
"emitScope": "ClassSurface",
|
|
1302
|
+
"provenance": "Original",
|
|
1303
|
+
"arity": 0,
|
|
1304
|
+
"parameterCount": 3,
|
|
1305
|
+
"isStatic": false,
|
|
1306
|
+
"isAbstract": false,
|
|
1307
|
+
"isVirtual": true,
|
|
1308
|
+
"isOverride": false,
|
|
1309
|
+
"isSealed": false,
|
|
1310
|
+
"visibility": "Protected",
|
|
1311
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1312
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1313
|
+
"isExtensionMethod": false
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Diff(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1317
|
+
"clrName": "Diff",
|
|
1318
|
+
"metadataToken": 100668745,
|
|
1319
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1320
|
+
"normalizedSignature": "Diff|(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1321
|
+
"emitScope": "ClassSurface",
|
|
1322
|
+
"provenance": "Original",
|
|
1323
|
+
"arity": 0,
|
|
1324
|
+
"parameterCount": 3,
|
|
1325
|
+
"isStatic": false,
|
|
1326
|
+
"isAbstract": false,
|
|
1327
|
+
"isVirtual": true,
|
|
1328
|
+
"isOverride": false,
|
|
1329
|
+
"isSealed": false,
|
|
1330
|
+
"visibility": "Protected",
|
|
1331
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1332
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1333
|
+
"isExtensionMethod": false
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Add(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1337
|
+
"clrName": "Add",
|
|
1338
|
+
"metadataToken": 100668746,
|
|
1339
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1340
|
+
"normalizedSignature": "Add|(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1341
|
+
"emitScope": "ClassSurface",
|
|
1342
|
+
"provenance": "Original",
|
|
1343
|
+
"arity": 0,
|
|
1344
|
+
"parameterCount": 2,
|
|
1345
|
+
"isStatic": false,
|
|
1346
|
+
"isAbstract": false,
|
|
1347
|
+
"isVirtual": true,
|
|
1348
|
+
"isOverride": false,
|
|
1349
|
+
"isSealed": false,
|
|
1350
|
+
"visibility": "Protected",
|
|
1351
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1352
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1353
|
+
"isExtensionMethod": false
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::Remove(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1357
|
+
"clrName": "Remove",
|
|
1358
|
+
"metadataToken": 100668747,
|
|
1359
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1360
|
+
"normalizedSignature": "Remove|(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1361
|
+
"emitScope": "ClassSurface",
|
|
1362
|
+
"provenance": "Original",
|
|
1363
|
+
"arity": 0,
|
|
1364
|
+
"parameterCount": 2,
|
|
1365
|
+
"isStatic": false,
|
|
1366
|
+
"isAbstract": false,
|
|
1367
|
+
"isVirtual": true,
|
|
1368
|
+
"isOverride": false,
|
|
1369
|
+
"isSealed": false,
|
|
1370
|
+
"visibility": "Protected",
|
|
1371
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1372
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1373
|
+
"isExtensionMethod": false
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::TrackData(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Void",
|
|
1377
|
+
"clrName": "TrackData",
|
|
1378
|
+
"metadataToken": 100668749,
|
|
1379
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Void",
|
|
1380
|
+
"normalizedSignature": "TrackData|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Void|static=false",
|
|
1381
|
+
"emitScope": "ClassSurface",
|
|
1382
|
+
"provenance": "Original",
|
|
1383
|
+
"arity": 0,
|
|
1384
|
+
"parameterCount": 3,
|
|
1385
|
+
"isStatic": false,
|
|
1386
|
+
"isAbstract": false,
|
|
1387
|
+
"isVirtual": true,
|
|
1388
|
+
"isOverride": false,
|
|
1389
|
+
"isSealed": false,
|
|
1390
|
+
"visibility": "Protected",
|
|
1391
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1392
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1393
|
+
"isExtensionMethod": false
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::DiffData(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Void",
|
|
1397
|
+
"clrName": "DiffData",
|
|
1398
|
+
"metadataToken": 100668751,
|
|
1399
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Void",
|
|
1400
|
+
"normalizedSignature": "DiffData|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Void|static=false",
|
|
1401
|
+
"emitScope": "ClassSurface",
|
|
1402
|
+
"provenance": "Original",
|
|
1403
|
+
"arity": 0,
|
|
1404
|
+
"parameterCount": 3,
|
|
1405
|
+
"isStatic": false,
|
|
1406
|
+
"isAbstract": false,
|
|
1407
|
+
"isVirtual": true,
|
|
1408
|
+
"isOverride": false,
|
|
1409
|
+
"isSealed": false,
|
|
1410
|
+
"visibility": "Protected",
|
|
1411
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1412
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1413
|
+
"isExtensionMethod": false
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::GetDataOperations(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1417
|
+
"clrName": "GetDataOperations",
|
|
1418
|
+
"metadataToken": 100668752,
|
|
1419
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1420
|
+
"normalizedSignature": "GetDataOperations|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1421
|
+
"emitScope": "ClassSurface",
|
|
1422
|
+
"provenance": "Original",
|
|
1423
|
+
"arity": 0,
|
|
1424
|
+
"parameterCount": 3,
|
|
1425
|
+
"isStatic": false,
|
|
1426
|
+
"isAbstract": false,
|
|
1427
|
+
"isVirtual": true,
|
|
1428
|
+
"isOverride": false,
|
|
1429
|
+
"isSealed": false,
|
|
1430
|
+
"visibility": "Protected",
|
|
1431
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1432
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1433
|
+
"isExtensionMethod": false
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::DiffCollection(IEnumerable_1,IEnumerable_1,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext,Func_4,Func_3,Func_3,Func_4[]):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1437
|
+
"clrName": "DiffCollection",
|
|
1438
|
+
"metadataToken": 100668754,
|
|
1439
|
+
"canonicalSignature": "(IEnumerable_1,IEnumerable_1,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext,Func_4,Func_3,Func_3,Func_4[]):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1440
|
+
"normalizedSignature": "DiffCollection|(IEnumerable_1,IEnumerable_1,Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer\u002BDiffContext,Func_4,Func_3,Func_3,Func_4[]):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1441
|
+
"emitScope": "ClassSurface",
|
|
1442
|
+
"provenance": "Original",
|
|
1443
|
+
"arity": 1,
|
|
1444
|
+
"parameterCount": 7,
|
|
1445
|
+
"isStatic": false,
|
|
1446
|
+
"isAbstract": false,
|
|
1447
|
+
"isVirtual": true,
|
|
1448
|
+
"isOverride": false,
|
|
1449
|
+
"isSealed": false,
|
|
1450
|
+
"visibility": "Protected",
|
|
1451
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1452
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1453
|
+
"isExtensionMethod": false
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::HasDifferences(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Boolean",
|
|
1457
|
+
"clrName": "HasDifferences",
|
|
1458
|
+
"metadataToken": 100668755,
|
|
1459
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Boolean",
|
|
1460
|
+
"normalizedSignature": "HasDifferences|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Boolean|static=false",
|
|
1461
|
+
"emitScope": "ClassSurface",
|
|
1462
|
+
"provenance": "Original",
|
|
1463
|
+
"arity": 0,
|
|
1464
|
+
"parameterCount": 2,
|
|
1465
|
+
"isStatic": false,
|
|
1466
|
+
"isAbstract": false,
|
|
1467
|
+
"isVirtual": true,
|
|
1468
|
+
"isOverride": false,
|
|
1469
|
+
"isSealed": false,
|
|
1470
|
+
"visibility": "Protected",
|
|
1471
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1472
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1473
|
+
"isExtensionMethod": false
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::GetSchemas(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1477
|
+
"clrName": "GetSchemas",
|
|
1478
|
+
"metadataToken": 100668757,
|
|
1479
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1480
|
+
"normalizedSignature": "GetSchemas|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1481
|
+
"emitScope": "ClassSurface",
|
|
1482
|
+
"provenance": "Original",
|
|
1483
|
+
"arity": 0,
|
|
1484
|
+
"parameterCount": 1,
|
|
1485
|
+
"isStatic": false,
|
|
1486
|
+
"isAbstract": false,
|
|
1487
|
+
"isVirtual": true,
|
|
1488
|
+
"isOverride": false,
|
|
1489
|
+
"isSealed": false,
|
|
1490
|
+
"visibility": "Protected",
|
|
1491
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1492
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1493
|
+
"isExtensionMethod": false
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::GetDefaultValue(System.Type):System.Object",
|
|
1497
|
+
"clrName": "GetDefaultValue",
|
|
1498
|
+
"metadataToken": 100668758,
|
|
1499
|
+
"canonicalSignature": "(System.Type):System.Object",
|
|
1500
|
+
"normalizedSignature": "GetDefaultValue|(System.Type):System.Object|static=false",
|
|
1501
|
+
"emitScope": "ClassSurface",
|
|
1502
|
+
"provenance": "Original",
|
|
1503
|
+
"arity": 0,
|
|
1504
|
+
"parameterCount": 1,
|
|
1505
|
+
"isStatic": false,
|
|
1506
|
+
"isAbstract": false,
|
|
1507
|
+
"isVirtual": true,
|
|
1508
|
+
"isOverride": false,
|
|
1509
|
+
"isSealed": false,
|
|
1510
|
+
"visibility": "Protected",
|
|
1511
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1512
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1513
|
+
"isExtensionMethod": false
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer::HasDifferences(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Boolean",
|
|
1517
|
+
"clrName": "HasDifferences",
|
|
1518
|
+
"metadataToken": 100668086,
|
|
1519
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Boolean",
|
|
1520
|
+
"normalizedSignature": "HasDifferences|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Boolean|static=false",
|
|
1521
|
+
"emitScope": "ViewOnly",
|
|
1522
|
+
"provenance": "ExplicitView",
|
|
1523
|
+
"arity": 0,
|
|
1524
|
+
"parameterCount": 2,
|
|
1525
|
+
"isStatic": false,
|
|
1526
|
+
"isAbstract": false,
|
|
1527
|
+
"isVirtual": true,
|
|
1528
|
+
"isOverride": false,
|
|
1529
|
+
"isSealed": false,
|
|
1530
|
+
"visibility": "Public",
|
|
1531
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer",
|
|
1532
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1533
|
+
"isExtensionMethod": false,
|
|
1534
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer::GetDifferences(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1538
|
+
"clrName": "GetDifferences",
|
|
1539
|
+
"metadataToken": 100668087,
|
|
1540
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1541
|
+
"normalizedSignature": "GetDifferences|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1542
|
+
"emitScope": "ViewOnly",
|
|
1543
|
+
"provenance": "ExplicitView",
|
|
1544
|
+
"arity": 0,
|
|
1545
|
+
"parameterCount": 2,
|
|
1546
|
+
"isStatic": false,
|
|
1547
|
+
"isAbstract": false,
|
|
1548
|
+
"isVirtual": true,
|
|
1549
|
+
"isOverride": false,
|
|
1550
|
+
"isSealed": false,
|
|
1551
|
+
"visibility": "Public",
|
|
1552
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer",
|
|
1553
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1554
|
+
"isExtensionMethod": false,
|
|
1555
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer"
|
|
1556
|
+
}
|
|
1557
|
+
],
|
|
1558
|
+
"properties": [
|
|
1559
|
+
{
|
|
1560
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::TypeMappingSource:Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource",
|
|
1561
|
+
"clrName": "TypeMappingSource",
|
|
1562
|
+
"metadataToken": 385877030,
|
|
1563
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource",
|
|
1564
|
+
"normalizedSignature": "TypeMappingSource|:Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource|static=false|accessor=get",
|
|
1565
|
+
"emitScope": "ClassSurface",
|
|
1566
|
+
"provenance": "Original",
|
|
1567
|
+
"isIndexer": false,
|
|
1568
|
+
"hasGetter": true,
|
|
1569
|
+
"hasSetter": false,
|
|
1570
|
+
"isStatic": false,
|
|
1571
|
+
"isAbstract": false,
|
|
1572
|
+
"isVirtual": true,
|
|
1573
|
+
"isOverride": false,
|
|
1574
|
+
"visibility": "Protected",
|
|
1575
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1576
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::MigrationsAnnotationProvider:Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
1580
|
+
"clrName": "MigrationsAnnotationProvider",
|
|
1581
|
+
"metadataToken": 385877031,
|
|
1582
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
1583
|
+
"normalizedSignature": "MigrationsAnnotationProvider|:Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider|static=false|accessor=get",
|
|
1584
|
+
"emitScope": "ClassSurface",
|
|
1585
|
+
"provenance": "Original",
|
|
1586
|
+
"isIndexer": false,
|
|
1587
|
+
"hasGetter": true,
|
|
1588
|
+
"hasSetter": false,
|
|
1589
|
+
"isStatic": false,
|
|
1590
|
+
"isAbstract": false,
|
|
1591
|
+
"isVirtual": true,
|
|
1592
|
+
"isOverride": false,
|
|
1593
|
+
"visibility": "Protected",
|
|
1594
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1595
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::RelationalAnnotationProvider:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider",
|
|
1599
|
+
"clrName": "RelationalAnnotationProvider",
|
|
1600
|
+
"metadataToken": 385877032,
|
|
1601
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider",
|
|
1602
|
+
"normalizedSignature": "RelationalAnnotationProvider|:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider|static=false|accessor=get",
|
|
1603
|
+
"emitScope": "ClassSurface",
|
|
1604
|
+
"provenance": "Original",
|
|
1605
|
+
"isIndexer": false,
|
|
1606
|
+
"hasGetter": true,
|
|
1607
|
+
"hasSetter": false,
|
|
1608
|
+
"isStatic": false,
|
|
1609
|
+
"isAbstract": false,
|
|
1610
|
+
"isVirtual": true,
|
|
1611
|
+
"isOverride": false,
|
|
1612
|
+
"visibility": "Protected",
|
|
1613
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1614
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::RowIdentityMapFactory:Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory",
|
|
1618
|
+
"clrName": "RowIdentityMapFactory",
|
|
1619
|
+
"metadataToken": 385877033,
|
|
1620
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory",
|
|
1621
|
+
"normalizedSignature": "RowIdentityMapFactory|:Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory|static=false|accessor=get",
|
|
1622
|
+
"emitScope": "ClassSurface",
|
|
1623
|
+
"provenance": "Original",
|
|
1624
|
+
"isIndexer": false,
|
|
1625
|
+
"hasGetter": true,
|
|
1626
|
+
"hasSetter": false,
|
|
1627
|
+
"isStatic": false,
|
|
1628
|
+
"isAbstract": false,
|
|
1629
|
+
"isVirtual": true,
|
|
1630
|
+
"isOverride": false,
|
|
1631
|
+
"visibility": "Protected",
|
|
1632
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1633
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::CommandBatchPreparerDependencies:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1637
|
+
"clrName": "CommandBatchPreparerDependencies",
|
|
1638
|
+
"metadataToken": 385877034,
|
|
1639
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1640
|
+
"normalizedSignature": "CommandBatchPreparerDependencies|:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies|static=false|accessor=get",
|
|
1641
|
+
"emitScope": "ClassSurface",
|
|
1642
|
+
"provenance": "Original",
|
|
1643
|
+
"isIndexer": false,
|
|
1644
|
+
"hasGetter": true,
|
|
1645
|
+
"hasSetter": false,
|
|
1646
|
+
"isStatic": false,
|
|
1647
|
+
"isAbstract": false,
|
|
1648
|
+
"isVirtual": true,
|
|
1649
|
+
"isOverride": false,
|
|
1650
|
+
"visibility": "Protected",
|
|
1651
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1652
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"fields": [],
|
|
1656
|
+
"events": [],
|
|
1657
|
+
"constructors": [
|
|
1658
|
+
{
|
|
1659
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer::.ctor(Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider,Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory,Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies):void",
|
|
1660
|
+
"metadataToken": 100668693,
|
|
1661
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider,Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory,Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies):void",
|
|
1662
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider,Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory,Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies):void|static=false",
|
|
1663
|
+
"isStatic": false,
|
|
1664
|
+
"parameterCount": 5,
|
|
1665
|
+
"visibility": "Public",
|
|
1666
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsModelDiffer",
|
|
1667
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1668
|
+
}
|
|
1669
|
+
]
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1673
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1674
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1675
|
+
"metadataToken": 0,
|
|
1676
|
+
"kind": "Class",
|
|
1677
|
+
"accessibility": "Public",
|
|
1678
|
+
"isAbstract": false,
|
|
1679
|
+
"isSealed": false,
|
|
1680
|
+
"isStatic": false,
|
|
1681
|
+
"arity": 0,
|
|
1682
|
+
"baseType": {
|
|
1683
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1684
|
+
"clrName": "System.Object"
|
|
1685
|
+
},
|
|
1686
|
+
"interfaces": [
|
|
1687
|
+
{
|
|
1688
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1689
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
1690
|
+
}
|
|
1691
|
+
],
|
|
1692
|
+
"methods": [
|
|
1693
|
+
{
|
|
1694
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::Migrate(System.String):System.Void",
|
|
1695
|
+
"clrName": "Migrate",
|
|
1696
|
+
"metadataToken": 100668774,
|
|
1697
|
+
"canonicalSignature": "(System.String):System.Void",
|
|
1698
|
+
"normalizedSignature": "Migrate|(System.String):System.Void|static=false",
|
|
1699
|
+
"emitScope": "ClassSurface",
|
|
1700
|
+
"provenance": "Original",
|
|
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.Migrations.Internal.Migrator",
|
|
1710
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1711
|
+
"isExtensionMethod": false
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::MigrateAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1715
|
+
"clrName": "MigrateAsync",
|
|
1716
|
+
"metadataToken": 100668776,
|
|
1717
|
+
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1718
|
+
"normalizedSignature": "MigrateAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1719
|
+
"emitScope": "ClassSurface",
|
|
1720
|
+
"provenance": "Original",
|
|
1721
|
+
"arity": 0,
|
|
1722
|
+
"parameterCount": 2,
|
|
1723
|
+
"isStatic": false,
|
|
1724
|
+
"isAbstract": false,
|
|
1725
|
+
"isVirtual": true,
|
|
1726
|
+
"isOverride": false,
|
|
1727
|
+
"isSealed": false,
|
|
1728
|
+
"visibility": "Public",
|
|
1729
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1730
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1731
|
+
"isExtensionMethod": false
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::PopulateMigrations(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigratorData\u0026):System.Void",
|
|
1735
|
+
"clrName": "PopulateMigrations",
|
|
1736
|
+
"metadataToken": 100668780,
|
|
1737
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigratorData\u0026):System.Void",
|
|
1738
|
+
"normalizedSignature": "PopulateMigrations|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Microsoft.EntityFrameworkCore.Migrations.Internal.MigratorData\u0026):System.Void|static=false",
|
|
1739
|
+
"emitScope": "ClassSurface",
|
|
1740
|
+
"provenance": "Original",
|
|
1741
|
+
"arity": 0,
|
|
1742
|
+
"parameterCount": 3,
|
|
1743
|
+
"isStatic": false,
|
|
1744
|
+
"isAbstract": false,
|
|
1745
|
+
"isVirtual": true,
|
|
1746
|
+
"isOverride": false,
|
|
1747
|
+
"isSealed": false,
|
|
1748
|
+
"visibility": "Protected",
|
|
1749
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1750
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1751
|
+
"isExtensionMethod": false,
|
|
1752
|
+
"parameterModifiers": [
|
|
1753
|
+
{
|
|
1754
|
+
"index": 2,
|
|
1755
|
+
"modifier": "out"
|
|
1756
|
+
}
|
|
1757
|
+
]
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::VerifyMigrationSucceeded(System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState):System.Boolean",
|
|
1761
|
+
"clrName": "VerifyMigrationSucceeded",
|
|
1762
|
+
"metadataToken": 100668781,
|
|
1763
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState):System.Boolean",
|
|
1764
|
+
"normalizedSignature": "VerifyMigrationSucceeded|(System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState):System.Boolean|static=false",
|
|
1765
|
+
"emitScope": "ClassSurface",
|
|
1766
|
+
"provenance": "Original",
|
|
1767
|
+
"arity": 0,
|
|
1768
|
+
"parameterCount": 2,
|
|
1769
|
+
"isStatic": false,
|
|
1770
|
+
"isAbstract": false,
|
|
1771
|
+
"isVirtual": true,
|
|
1772
|
+
"isOverride": false,
|
|
1773
|
+
"isSealed": false,
|
|
1774
|
+
"visibility": "Protected",
|
|
1775
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1776
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1777
|
+
"isExtensionMethod": false
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::VerifyMigrationSucceededAsync(System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1781
|
+
"clrName": "VerifyMigrationSucceededAsync",
|
|
1782
|
+
"metadataToken": 100668782,
|
|
1783
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1784
|
+
"normalizedSignature": "VerifyMigrationSucceededAsync|(System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1785
|
+
"emitScope": "ClassSurface",
|
|
1786
|
+
"provenance": "Original",
|
|
1787
|
+
"arity": 0,
|
|
1788
|
+
"parameterCount": 3,
|
|
1789
|
+
"isStatic": false,
|
|
1790
|
+
"isAbstract": false,
|
|
1791
|
+
"isVirtual": true,
|
|
1792
|
+
"isOverride": false,
|
|
1793
|
+
"isSealed": false,
|
|
1794
|
+
"visibility": "Protected",
|
|
1795
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1796
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1797
|
+
"isExtensionMethod": false
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::GenerateScript(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.String",
|
|
1801
|
+
"clrName": "GenerateScript",
|
|
1802
|
+
"metadataToken": 100668783,
|
|
1803
|
+
"canonicalSignature": "(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.String",
|
|
1804
|
+
"normalizedSignature": "GenerateScript|(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.String|static=false",
|
|
1805
|
+
"emitScope": "ClassSurface",
|
|
1806
|
+
"provenance": "Original",
|
|
1807
|
+
"arity": 0,
|
|
1808
|
+
"parameterCount": 3,
|
|
1809
|
+
"isStatic": false,
|
|
1810
|
+
"isAbstract": false,
|
|
1811
|
+
"isVirtual": true,
|
|
1812
|
+
"isOverride": false,
|
|
1813
|
+
"isSealed": false,
|
|
1814
|
+
"visibility": "Public",
|
|
1815
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1816
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1817
|
+
"isExtensionMethod": false
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::GenerateUpSql(Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1821
|
+
"clrName": "GenerateUpSql",
|
|
1822
|
+
"metadataToken": 100668785,
|
|
1823
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1824
|
+
"normalizedSignature": "GenerateUpSql|(Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1825
|
+
"emitScope": "ClassSurface",
|
|
1826
|
+
"provenance": "Original",
|
|
1827
|
+
"arity": 0,
|
|
1828
|
+
"parameterCount": 2,
|
|
1829
|
+
"isStatic": false,
|
|
1830
|
+
"isAbstract": false,
|
|
1831
|
+
"isVirtual": true,
|
|
1832
|
+
"isOverride": false,
|
|
1833
|
+
"isSealed": false,
|
|
1834
|
+
"visibility": "Protected",
|
|
1835
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1836
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1837
|
+
"isExtensionMethod": false
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::GenerateDownSql(Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1841
|
+
"clrName": "GenerateDownSql",
|
|
1842
|
+
"metadataToken": 100668786,
|
|
1843
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1844
|
+
"normalizedSignature": "GenerateDownSql|(Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1845
|
+
"emitScope": "ClassSurface",
|
|
1846
|
+
"provenance": "Original",
|
|
1847
|
+
"arity": 0,
|
|
1848
|
+
"parameterCount": 3,
|
|
1849
|
+
"isStatic": false,
|
|
1850
|
+
"isAbstract": false,
|
|
1851
|
+
"isVirtual": true,
|
|
1852
|
+
"isOverride": false,
|
|
1853
|
+
"isSealed": false,
|
|
1854
|
+
"visibility": "Protected",
|
|
1855
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1856
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1857
|
+
"isExtensionMethod": false
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::HasPendingModelChanges():System.Boolean",
|
|
1861
|
+
"clrName": "HasPendingModelChanges",
|
|
1862
|
+
"metadataToken": 100668788,
|
|
1863
|
+
"canonicalSignature": "():System.Boolean",
|
|
1864
|
+
"normalizedSignature": "HasPendingModelChanges|():System.Boolean|static=false",
|
|
1865
|
+
"emitScope": "ClassSurface",
|
|
1866
|
+
"provenance": "Original",
|
|
1867
|
+
"arity": 0,
|
|
1868
|
+
"parameterCount": 0,
|
|
1869
|
+
"isStatic": false,
|
|
1870
|
+
"isAbstract": false,
|
|
1871
|
+
"isVirtual": true,
|
|
1872
|
+
"isOverride": false,
|
|
1873
|
+
"isSealed": true,
|
|
1874
|
+
"visibility": "Public",
|
|
1875
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1876
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1877
|
+
"isExtensionMethod": false
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrator::Migrate(System.String):System.Void",
|
|
1881
|
+
"clrName": "Migrate",
|
|
1882
|
+
"metadataToken": 100668089,
|
|
1883
|
+
"canonicalSignature": "(System.String):System.Void",
|
|
1884
|
+
"normalizedSignature": "Migrate|(System.String):System.Void|static=false",
|
|
1885
|
+
"emitScope": "ViewOnly",
|
|
1886
|
+
"provenance": "ExplicitView",
|
|
1887
|
+
"arity": 0,
|
|
1888
|
+
"parameterCount": 1,
|
|
1889
|
+
"isStatic": false,
|
|
1890
|
+
"isAbstract": false,
|
|
1891
|
+
"isVirtual": true,
|
|
1892
|
+
"isOverride": false,
|
|
1893
|
+
"isSealed": false,
|
|
1894
|
+
"visibility": "Public",
|
|
1895
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1896
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1897
|
+
"isExtensionMethod": false,
|
|
1898
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrator::MigrateAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1902
|
+
"clrName": "MigrateAsync",
|
|
1903
|
+
"metadataToken": 100668090,
|
|
1904
|
+
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1905
|
+
"normalizedSignature": "MigrateAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1906
|
+
"emitScope": "ViewOnly",
|
|
1907
|
+
"provenance": "ExplicitView",
|
|
1908
|
+
"arity": 0,
|
|
1909
|
+
"parameterCount": 2,
|
|
1910
|
+
"isStatic": false,
|
|
1911
|
+
"isAbstract": false,
|
|
1912
|
+
"isVirtual": true,
|
|
1913
|
+
"isOverride": false,
|
|
1914
|
+
"isSealed": false,
|
|
1915
|
+
"visibility": "Public",
|
|
1916
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1917
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1918
|
+
"isExtensionMethod": false,
|
|
1919
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrator::GenerateScript(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.String",
|
|
1923
|
+
"clrName": "GenerateScript",
|
|
1924
|
+
"metadataToken": 100668091,
|
|
1925
|
+
"canonicalSignature": "(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.String",
|
|
1926
|
+
"normalizedSignature": "GenerateScript|(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.String|static=false",
|
|
1927
|
+
"emitScope": "ViewOnly",
|
|
1928
|
+
"provenance": "ExplicitView",
|
|
1929
|
+
"arity": 0,
|
|
1930
|
+
"parameterCount": 3,
|
|
1931
|
+
"isStatic": false,
|
|
1932
|
+
"isAbstract": false,
|
|
1933
|
+
"isVirtual": true,
|
|
1934
|
+
"isOverride": false,
|
|
1935
|
+
"isSealed": false,
|
|
1936
|
+
"visibility": "Public",
|
|
1937
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1938
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1939
|
+
"isExtensionMethod": false,
|
|
1940
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrator::HasPendingModelChanges():System.Boolean",
|
|
1944
|
+
"clrName": "HasPendingModelChanges",
|
|
1945
|
+
"metadataToken": 100668092,
|
|
1946
|
+
"canonicalSignature": "():System.Boolean",
|
|
1947
|
+
"normalizedSignature": "HasPendingModelChanges|():System.Boolean|static=false",
|
|
1948
|
+
"emitScope": "ViewOnly",
|
|
1949
|
+
"provenance": "ExplicitView",
|
|
1950
|
+
"arity": 0,
|
|
1951
|
+
"parameterCount": 0,
|
|
1952
|
+
"isStatic": false,
|
|
1953
|
+
"isAbstract": false,
|
|
1954
|
+
"isVirtual": true,
|
|
1955
|
+
"isOverride": false,
|
|
1956
|
+
"isSealed": false,
|
|
1957
|
+
"visibility": "Public",
|
|
1958
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1959
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1960
|
+
"isExtensionMethod": false,
|
|
1961
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
1962
|
+
}
|
|
1963
|
+
],
|
|
1964
|
+
"properties": [
|
|
1965
|
+
{
|
|
1966
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator::MigrationTransactionIsolationLevel:System.Nullable_1[[System.Data.IsolationLevel,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
1967
|
+
"clrName": "MigrationTransactionIsolationLevel",
|
|
1968
|
+
"metadataToken": 385877035,
|
|
1969
|
+
"canonicalSignature": ":System.Nullable_1[[System.Data.IsolationLevel,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
1970
|
+
"normalizedSignature": "MigrationTransactionIsolationLevel|:System.Nullable_1[[System.Data.IsolationLevel,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
|
|
1971
|
+
"emitScope": "ClassSurface",
|
|
1972
|
+
"provenance": "Original",
|
|
1973
|
+
"isIndexer": false,
|
|
1974
|
+
"hasGetter": true,
|
|
1975
|
+
"hasSetter": false,
|
|
1976
|
+
"isStatic": false,
|
|
1977
|
+
"isAbstract": false,
|
|
1978
|
+
"isVirtual": true,
|
|
1979
|
+
"isOverride": false,
|
|
1980
|
+
"visibility": "Protected",
|
|
1981
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
1982
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1983
|
+
}
|
|
1984
|
+
],
|
|
814
1985
|
"fields": [],
|
|
815
1986
|
"events": [],
|
|
816
1987
|
"constructors": [
|
|
@@ -821,6 +1992,7 @@
|
|
|
821
1992
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator,Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor,Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Infrastructure.IModelRuntimeInitializer,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BMigrations,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger,Microsoft.EntityFrameworkCore.Storage.IDatabaseProvider,Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer,Microsoft.EntityFrameworkCore.Metadata.IDesignTimeModel,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions,Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy):void|static=false",
|
|
822
1993
|
"isStatic": false,
|
|
823
1994
|
"parameterCount": 17,
|
|
1995
|
+
"visibility": "Public",
|
|
824
1996
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
825
1997
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
826
1998
|
}
|
|
@@ -837,6 +2009,10 @@
|
|
|
837
2009
|
"isSealed": false,
|
|
838
2010
|
"isStatic": false,
|
|
839
2011
|
"arity": 0,
|
|
2012
|
+
"baseType": {
|
|
2013
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2014
|
+
"clrName": "System.Object"
|
|
2015
|
+
},
|
|
840
2016
|
"methods": [],
|
|
841
2017
|
"properties": [
|
|
842
2018
|
{
|
|
@@ -854,6 +2030,7 @@
|
|
|
854
2030
|
"isAbstract": false,
|
|
855
2031
|
"isVirtual": true,
|
|
856
2032
|
"isOverride": false,
|
|
2033
|
+
"visibility": "Public",
|
|
857
2034
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigratorData",
|
|
858
2035
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
859
2036
|
},
|
|
@@ -872,6 +2049,7 @@
|
|
|
872
2049
|
"isAbstract": false,
|
|
873
2050
|
"isVirtual": true,
|
|
874
2051
|
"isOverride": false,
|
|
2052
|
+
"visibility": "Public",
|
|
875
2053
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigratorData",
|
|
876
2054
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
877
2055
|
},
|
|
@@ -890,6 +2068,7 @@
|
|
|
890
2068
|
"isAbstract": false,
|
|
891
2069
|
"isVirtual": true,
|
|
892
2070
|
"isOverride": false,
|
|
2071
|
+
"visibility": "Public",
|
|
893
2072
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigratorData",
|
|
894
2073
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
895
2074
|
}
|
|
@@ -904,6 +2083,7 @@
|
|
|
904
2083
|
"normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Migration,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Migrations.Migration):void|static=false",
|
|
905
2084
|
"isStatic": false,
|
|
906
2085
|
"parameterCount": 3,
|
|
2086
|
+
"visibility": "Public",
|
|
907
2087
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigratorData",
|
|
908
2088
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
909
2089
|
}
|
|
@@ -920,6 +2100,10 @@
|
|
|
920
2100
|
"isSealed": true,
|
|
921
2101
|
"isStatic": true,
|
|
922
2102
|
"arity": 0,
|
|
2103
|
+
"baseType": {
|
|
2104
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2105
|
+
"clrName": "System.Object"
|
|
2106
|
+
},
|
|
923
2107
|
"methods": [
|
|
924
2108
|
{
|
|
925
2109
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationExtensions::GetId(Microsoft.EntityFrameworkCore.Migrations.Migration):System.String",
|
|
@@ -936,6 +2120,7 @@
|
|
|
936
2120
|
"isVirtual": false,
|
|
937
2121
|
"isOverride": false,
|
|
938
2122
|
"isSealed": false,
|
|
2123
|
+
"visibility": "Public",
|
|
939
2124
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationExtensions",
|
|
940
2125
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
941
2126
|
"isExtensionMethod": true
|