@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,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
64
90
|
}
|
|
@@ -77,6 +103,28 @@
|
|
|
77
103
|
"isSealed": true,
|
|
78
104
|
"isStatic": false,
|
|
79
105
|
"arity": 0,
|
|
106
|
+
"baseType": {
|
|
107
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
108
|
+
"clrName": "System.Enum"
|
|
109
|
+
},
|
|
110
|
+
"interfaces": [
|
|
111
|
+
{
|
|
112
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
113
|
+
"clrName": "System.IComparable"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
117
|
+
"clrName": "System.ISpanFormattable"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
121
|
+
"clrName": "System.IFormattable"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
125
|
+
"clrName": "System.IConvertible"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
80
128
|
"methods": [],
|
|
81
129
|
"properties": [],
|
|
82
130
|
"fields": [
|
|
@@ -88,6 +136,7 @@
|
|
|
88
136
|
"isStatic": false,
|
|
89
137
|
"isReadOnly": false,
|
|
90
138
|
"isLiteral": false,
|
|
139
|
+
"visibility": "Public",
|
|
91
140
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
|
|
92
141
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
93
142
|
},
|
|
@@ -99,6 +148,7 @@
|
|
|
99
148
|
"isStatic": true,
|
|
100
149
|
"isReadOnly": false,
|
|
101
150
|
"isLiteral": true,
|
|
151
|
+
"visibility": "Public",
|
|
102
152
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
|
|
103
153
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
104
154
|
},
|
|
@@ -110,6 +160,7 @@
|
|
|
110
160
|
"isStatic": true,
|
|
111
161
|
"isReadOnly": false,
|
|
112
162
|
"isLiteral": true,
|
|
163
|
+
"visibility": "Public",
|
|
113
164
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
|
|
114
165
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
115
166
|
},
|
|
@@ -121,6 +172,7 @@
|
|
|
121
172
|
"isStatic": true,
|
|
122
173
|
"isReadOnly": false,
|
|
123
174
|
"isLiteral": true,
|
|
175
|
+
"visibility": "Public",
|
|
124
176
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
|
|
125
177
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
126
178
|
},
|
|
@@ -132,6 +184,7 @@
|
|
|
132
184
|
"isStatic": true,
|
|
133
185
|
"isReadOnly": false,
|
|
134
186
|
"isLiteral": true,
|
|
187
|
+
"visibility": "Public",
|
|
135
188
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
|
|
136
189
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
137
190
|
}
|
|
@@ -150,6 +203,28 @@
|
|
|
150
203
|
"isSealed": true,
|
|
151
204
|
"isStatic": false,
|
|
152
205
|
"arity": 0,
|
|
206
|
+
"baseType": {
|
|
207
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
208
|
+
"clrName": "System.Enum"
|
|
209
|
+
},
|
|
210
|
+
"interfaces": [
|
|
211
|
+
{
|
|
212
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
213
|
+
"clrName": "System.IComparable"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
217
|
+
"clrName": "System.ISpanFormattable"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
221
|
+
"clrName": "System.IFormattable"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
225
|
+
"clrName": "System.IConvertible"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
153
228
|
"methods": [],
|
|
154
229
|
"properties": [],
|
|
155
230
|
"fields": [
|
|
@@ -161,6 +236,7 @@
|
|
|
161
236
|
"isStatic": false,
|
|
162
237
|
"isReadOnly": false,
|
|
163
238
|
"isLiteral": false,
|
|
239
|
+
"visibility": "Public",
|
|
164
240
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.ReferentialAction",
|
|
165
241
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
166
242
|
},
|
|
@@ -172,6 +248,7 @@
|
|
|
172
248
|
"isStatic": true,
|
|
173
249
|
"isReadOnly": false,
|
|
174
250
|
"isLiteral": true,
|
|
251
|
+
"visibility": "Public",
|
|
175
252
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.ReferentialAction",
|
|
176
253
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
177
254
|
},
|
|
@@ -183,6 +260,7 @@
|
|
|
183
260
|
"isStatic": true,
|
|
184
261
|
"isReadOnly": false,
|
|
185
262
|
"isLiteral": true,
|
|
263
|
+
"visibility": "Public",
|
|
186
264
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.ReferentialAction",
|
|
187
265
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
188
266
|
},
|
|
@@ -194,6 +272,7 @@
|
|
|
194
272
|
"isStatic": true,
|
|
195
273
|
"isReadOnly": false,
|
|
196
274
|
"isLiteral": true,
|
|
275
|
+
"visibility": "Public",
|
|
197
276
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.ReferentialAction",
|
|
198
277
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
199
278
|
},
|
|
@@ -205,6 +284,7 @@
|
|
|
205
284
|
"isStatic": true,
|
|
206
285
|
"isReadOnly": false,
|
|
207
286
|
"isLiteral": true,
|
|
287
|
+
"visibility": "Public",
|
|
208
288
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.ReferentialAction",
|
|
209
289
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
210
290
|
},
|
|
@@ -216,6 +296,7 @@
|
|
|
216
296
|
"isStatic": true,
|
|
217
297
|
"isReadOnly": false,
|
|
218
298
|
"isLiteral": true,
|
|
299
|
+
"visibility": "Public",
|
|
219
300
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.ReferentialAction",
|
|
220
301
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
221
302
|
}
|
|
@@ -250,6 +331,7 @@
|
|
|
250
331
|
"isVirtual": true,
|
|
251
332
|
"isOverride": false,
|
|
252
333
|
"isSealed": false,
|
|
334
|
+
"visibility": "Public",
|
|
253
335
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
254
336
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
255
337
|
"isExtensionMethod": false
|
|
@@ -269,6 +351,7 @@
|
|
|
269
351
|
"isVirtual": true,
|
|
270
352
|
"isOverride": false,
|
|
271
353
|
"isSealed": false,
|
|
354
|
+
"visibility": "Public",
|
|
272
355
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
273
356
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
274
357
|
"isExtensionMethod": false
|
|
@@ -288,6 +371,7 @@
|
|
|
288
371
|
"isVirtual": true,
|
|
289
372
|
"isOverride": false,
|
|
290
373
|
"isSealed": false,
|
|
374
|
+
"visibility": "Public",
|
|
291
375
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
292
376
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
293
377
|
"isExtensionMethod": false
|
|
@@ -307,6 +391,7 @@
|
|
|
307
391
|
"isVirtual": true,
|
|
308
392
|
"isOverride": false,
|
|
309
393
|
"isSealed": false,
|
|
394
|
+
"visibility": "Public",
|
|
310
395
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
311
396
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
312
397
|
"isExtensionMethod": false
|
|
@@ -326,6 +411,7 @@
|
|
|
326
411
|
"isVirtual": true,
|
|
327
412
|
"isOverride": false,
|
|
328
413
|
"isSealed": false,
|
|
414
|
+
"visibility": "Public",
|
|
329
415
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
330
416
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
331
417
|
"isExtensionMethod": false
|
|
@@ -345,6 +431,7 @@
|
|
|
345
431
|
"isVirtual": true,
|
|
346
432
|
"isOverride": false,
|
|
347
433
|
"isSealed": false,
|
|
434
|
+
"visibility": "Public",
|
|
348
435
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
349
436
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
350
437
|
"isExtensionMethod": false
|
|
@@ -364,6 +451,7 @@
|
|
|
364
451
|
"isVirtual": true,
|
|
365
452
|
"isOverride": false,
|
|
366
453
|
"isSealed": false,
|
|
454
|
+
"visibility": "Public",
|
|
367
455
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
368
456
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
369
457
|
"isExtensionMethod": false
|
|
@@ -383,6 +471,7 @@
|
|
|
383
471
|
"isVirtual": true,
|
|
384
472
|
"isOverride": false,
|
|
385
473
|
"isSealed": false,
|
|
474
|
+
"visibility": "Public",
|
|
386
475
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
387
476
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
388
477
|
"isExtensionMethod": false
|
|
@@ -402,6 +491,7 @@
|
|
|
402
491
|
"isVirtual": true,
|
|
403
492
|
"isOverride": false,
|
|
404
493
|
"isSealed": false,
|
|
494
|
+
"visibility": "Public",
|
|
405
495
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
406
496
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
407
497
|
"isExtensionMethod": false
|
|
@@ -423,6 +513,7 @@
|
|
|
423
513
|
"isAbstract": true,
|
|
424
514
|
"isVirtual": true,
|
|
425
515
|
"isOverride": false,
|
|
516
|
+
"visibility": "Public",
|
|
426
517
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
427
518
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
428
519
|
}
|
|
@@ -458,6 +549,7 @@
|
|
|
458
549
|
"isVirtual": true,
|
|
459
550
|
"isOverride": false,
|
|
460
551
|
"isSealed": false,
|
|
552
|
+
"visibility": "Public",
|
|
461
553
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
462
554
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
463
555
|
"isExtensionMethod": false
|
|
@@ -477,6 +569,7 @@
|
|
|
477
569
|
"isVirtual": true,
|
|
478
570
|
"isOverride": false,
|
|
479
571
|
"isSealed": false,
|
|
572
|
+
"visibility": "Public",
|
|
480
573
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
481
574
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
482
575
|
"isExtensionMethod": false
|
|
@@ -496,6 +589,7 @@
|
|
|
496
589
|
"isVirtual": true,
|
|
497
590
|
"isOverride": false,
|
|
498
591
|
"isSealed": false,
|
|
592
|
+
"visibility": "Public",
|
|
499
593
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
500
594
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
501
595
|
"isExtensionMethod": false
|
|
@@ -515,6 +609,7 @@
|
|
|
515
609
|
"isVirtual": true,
|
|
516
610
|
"isOverride": false,
|
|
517
611
|
"isSealed": false,
|
|
612
|
+
"visibility": "Public",
|
|
518
613
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor",
|
|
519
614
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
520
615
|
"isExtensionMethod": false
|
|
@@ -552,6 +647,7 @@
|
|
|
552
647
|
"isVirtual": true,
|
|
553
648
|
"isOverride": false,
|
|
554
649
|
"isSealed": false,
|
|
650
|
+
"visibility": "Public",
|
|
555
651
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
556
652
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
557
653
|
"isExtensionMethod": false
|
|
@@ -571,6 +667,7 @@
|
|
|
571
667
|
"isVirtual": true,
|
|
572
668
|
"isOverride": false,
|
|
573
669
|
"isSealed": false,
|
|
670
|
+
"visibility": "Public",
|
|
574
671
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
575
672
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
576
673
|
"isExtensionMethod": false
|
|
@@ -590,6 +687,7 @@
|
|
|
590
687
|
"isVirtual": true,
|
|
591
688
|
"isOverride": false,
|
|
592
689
|
"isSealed": false,
|
|
690
|
+
"visibility": "Public",
|
|
593
691
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
594
692
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
595
693
|
"isExtensionMethod": false
|
|
@@ -609,6 +707,7 @@
|
|
|
609
707
|
"isVirtual": true,
|
|
610
708
|
"isOverride": false,
|
|
611
709
|
"isSealed": false,
|
|
710
|
+
"visibility": "Public",
|
|
612
711
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
613
712
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
614
713
|
"isExtensionMethod": false
|
|
@@ -628,6 +727,7 @@
|
|
|
628
727
|
"isVirtual": true,
|
|
629
728
|
"isOverride": false,
|
|
630
729
|
"isSealed": false,
|
|
730
|
+
"visibility": "Public",
|
|
631
731
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
632
732
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
633
733
|
"isExtensionMethod": false
|
|
@@ -647,6 +747,7 @@
|
|
|
647
747
|
"isVirtual": true,
|
|
648
748
|
"isOverride": false,
|
|
649
749
|
"isSealed": false,
|
|
750
|
+
"visibility": "Public",
|
|
650
751
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
651
752
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
652
753
|
"isExtensionMethod": false
|
|
@@ -666,6 +767,7 @@
|
|
|
666
767
|
"isVirtual": true,
|
|
667
768
|
"isOverride": false,
|
|
668
769
|
"isSealed": false,
|
|
770
|
+
"visibility": "Public",
|
|
669
771
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
670
772
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
671
773
|
"isExtensionMethod": false
|
|
@@ -685,6 +787,7 @@
|
|
|
685
787
|
"isVirtual": true,
|
|
686
788
|
"isOverride": false,
|
|
687
789
|
"isSealed": false,
|
|
790
|
+
"visibility": "Public",
|
|
688
791
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
689
792
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
690
793
|
"isExtensionMethod": false
|
|
@@ -704,6 +807,7 @@
|
|
|
704
807
|
"isVirtual": true,
|
|
705
808
|
"isOverride": false,
|
|
706
809
|
"isSealed": false,
|
|
810
|
+
"visibility": "Public",
|
|
707
811
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
708
812
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
709
813
|
"isExtensionMethod": false
|
|
@@ -723,6 +827,7 @@
|
|
|
723
827
|
"isVirtual": true,
|
|
724
828
|
"isOverride": false,
|
|
725
829
|
"isSealed": false,
|
|
830
|
+
"visibility": "Public",
|
|
726
831
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
727
832
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
728
833
|
"isExtensionMethod": false
|
|
@@ -760,6 +865,7 @@
|
|
|
760
865
|
"isVirtual": true,
|
|
761
866
|
"isOverride": false,
|
|
762
867
|
"isSealed": false,
|
|
868
|
+
"visibility": "Public",
|
|
763
869
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
764
870
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
765
871
|
"isExtensionMethod": false
|
|
@@ -779,6 +885,7 @@
|
|
|
779
885
|
"isVirtual": true,
|
|
780
886
|
"isOverride": false,
|
|
781
887
|
"isSealed": false,
|
|
888
|
+
"visibility": "Public",
|
|
782
889
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
783
890
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
784
891
|
"isExtensionMethod": false
|
|
@@ -800,6 +907,7 @@
|
|
|
800
907
|
"isAbstract": true,
|
|
801
908
|
"isVirtual": true,
|
|
802
909
|
"isOverride": false,
|
|
910
|
+
"visibility": "Public",
|
|
803
911
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
804
912
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
805
913
|
},
|
|
@@ -818,6 +926,7 @@
|
|
|
818
926
|
"isAbstract": true,
|
|
819
927
|
"isVirtual": true,
|
|
820
928
|
"isOverride": false,
|
|
929
|
+
"visibility": "Public",
|
|
821
930
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
822
931
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
823
932
|
},
|
|
@@ -836,6 +945,7 @@
|
|
|
836
945
|
"isAbstract": true,
|
|
837
946
|
"isVirtual": true,
|
|
838
947
|
"isOverride": false,
|
|
948
|
+
"visibility": "Public",
|
|
839
949
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly",
|
|
840
950
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
841
951
|
}
|
|
@@ -855,6 +965,16 @@
|
|
|
855
965
|
"isSealed": false,
|
|
856
966
|
"isStatic": false,
|
|
857
967
|
"arity": 0,
|
|
968
|
+
"interfaces": [
|
|
969
|
+
{
|
|
970
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
971
|
+
"clrName": "System.IDisposable"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
975
|
+
"clrName": "System.IAsyncDisposable"
|
|
976
|
+
}
|
|
977
|
+
],
|
|
858
978
|
"methods": [
|
|
859
979
|
{
|
|
860
980
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock::ReacquireIfNeeded(System.Boolean,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
@@ -871,6 +991,7 @@
|
|
|
871
991
|
"isVirtual": true,
|
|
872
992
|
"isOverride": false,
|
|
873
993
|
"isSealed": false,
|
|
994
|
+
"visibility": "Public",
|
|
874
995
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
875
996
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
876
997
|
"isExtensionMethod": false
|
|
@@ -890,12 +1011,33 @@
|
|
|
890
1011
|
"isVirtual": true,
|
|
891
1012
|
"isOverride": false,
|
|
892
1013
|
"isSealed": false,
|
|
1014
|
+
"visibility": "Public",
|
|
893
1015
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
894
1016
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
895
1017
|
"isExtensionMethod": false
|
|
896
1018
|
}
|
|
897
1019
|
],
|
|
898
|
-
"properties": [
|
|
1020
|
+
"properties": [
|
|
1021
|
+
{
|
|
1022
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock::HistoryRepository:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1023
|
+
"clrName": "HistoryRepository",
|
|
1024
|
+
"metadataToken": 385876848,
|
|
1025
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1026
|
+
"normalizedSignature": "HistoryRepository|:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository|static=false|accessor=get",
|
|
1027
|
+
"emitScope": "ClassSurface",
|
|
1028
|
+
"provenance": "Original",
|
|
1029
|
+
"isIndexer": false,
|
|
1030
|
+
"hasGetter": true,
|
|
1031
|
+
"hasSetter": false,
|
|
1032
|
+
"isStatic": false,
|
|
1033
|
+
"isAbstract": true,
|
|
1034
|
+
"isVirtual": true,
|
|
1035
|
+
"isOverride": false,
|
|
1036
|
+
"visibility": "Protected",
|
|
1037
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
1038
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1039
|
+
}
|
|
1040
|
+
],
|
|
899
1041
|
"fields": [],
|
|
900
1042
|
"events": [],
|
|
901
1043
|
"constructors": []
|
|
@@ -927,6 +1069,7 @@
|
|
|
927
1069
|
"isVirtual": true,
|
|
928
1070
|
"isOverride": false,
|
|
929
1071
|
"isSealed": false,
|
|
1072
|
+
"visibility": "Public",
|
|
930
1073
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator",
|
|
931
1074
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
932
1075
|
"isExtensionMethod": false
|
|
@@ -946,6 +1089,7 @@
|
|
|
946
1089
|
"isVirtual": true,
|
|
947
1090
|
"isOverride": false,
|
|
948
1091
|
"isSealed": false,
|
|
1092
|
+
"visibility": "Public",
|
|
949
1093
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsIdGenerator",
|
|
950
1094
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
951
1095
|
"isExtensionMethod": false
|
|
@@ -983,6 +1127,7 @@
|
|
|
983
1127
|
"isVirtual": true,
|
|
984
1128
|
"isOverride": false,
|
|
985
1129
|
"isSealed": false,
|
|
1130
|
+
"visibility": "Public",
|
|
986
1131
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer",
|
|
987
1132
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
988
1133
|
"isExtensionMethod": false
|
|
@@ -1002,6 +1147,7 @@
|
|
|
1002
1147
|
"isVirtual": true,
|
|
1003
1148
|
"isOverride": false,
|
|
1004
1149
|
"isSealed": false,
|
|
1150
|
+
"visibility": "Public",
|
|
1005
1151
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer",
|
|
1006
1152
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1007
1153
|
"isExtensionMethod": false
|
|
@@ -1039,6 +1185,7 @@
|
|
|
1039
1185
|
"isVirtual": true,
|
|
1040
1186
|
"isOverride": false,
|
|
1041
1187
|
"isSealed": false,
|
|
1188
|
+
"visibility": "Public",
|
|
1042
1189
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator",
|
|
1043
1190
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1044
1191
|
"isExtensionMethod": false
|
|
@@ -1076,6 +1223,7 @@
|
|
|
1076
1223
|
"isVirtual": true,
|
|
1077
1224
|
"isOverride": false,
|
|
1078
1225
|
"isSealed": false,
|
|
1226
|
+
"visibility": "Public",
|
|
1079
1227
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1080
1228
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1081
1229
|
"isExtensionMethod": false
|
|
@@ -1095,6 +1243,7 @@
|
|
|
1095
1243
|
"isVirtual": true,
|
|
1096
1244
|
"isOverride": false,
|
|
1097
1245
|
"isSealed": false,
|
|
1246
|
+
"visibility": "Public",
|
|
1098
1247
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1099
1248
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1100
1249
|
"isExtensionMethod": false
|
|
@@ -1114,6 +1263,7 @@
|
|
|
1114
1263
|
"isVirtual": true,
|
|
1115
1264
|
"isOverride": false,
|
|
1116
1265
|
"isSealed": false,
|
|
1266
|
+
"visibility": "Public",
|
|
1117
1267
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1118
1268
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1119
1269
|
"isExtensionMethod": false
|
|
@@ -1133,6 +1283,7 @@
|
|
|
1133
1283
|
"isVirtual": true,
|
|
1134
1284
|
"isOverride": false,
|
|
1135
1285
|
"isSealed": false,
|
|
1286
|
+
"visibility": "Public",
|
|
1136
1287
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
1137
1288
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1138
1289
|
"isExtensionMethod": false
|
|
@@ -1154,6 +1305,16 @@
|
|
|
1154
1305
|
"isSealed": false,
|
|
1155
1306
|
"isStatic": false,
|
|
1156
1307
|
"arity": 0,
|
|
1308
|
+
"baseType": {
|
|
1309
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1310
|
+
"clrName": "System.Object"
|
|
1311
|
+
},
|
|
1312
|
+
"interfaces": [
|
|
1313
|
+
{
|
|
1314
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1315
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository"
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1157
1318
|
"methods": [
|
|
1158
1319
|
{
|
|
1159
1320
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::Exists():System.Boolean",
|
|
@@ -1170,6 +1331,7 @@
|
|
|
1170
1331
|
"isVirtual": true,
|
|
1171
1332
|
"isOverride": false,
|
|
1172
1333
|
"isSealed": false,
|
|
1334
|
+
"visibility": "Public",
|
|
1173
1335
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1174
1336
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1175
1337
|
"isExtensionMethod": false
|
|
@@ -1189,6 +1351,27 @@
|
|
|
1189
1351
|
"isVirtual": true,
|
|
1190
1352
|
"isOverride": false,
|
|
1191
1353
|
"isSealed": false,
|
|
1354
|
+
"visibility": "Public",
|
|
1355
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1356
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1357
|
+
"isExtensionMethod": false
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::InterpretExistsResult(System.Object):System.Boolean",
|
|
1361
|
+
"clrName": "InterpretExistsResult",
|
|
1362
|
+
"metadataToken": 100667974,
|
|
1363
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1364
|
+
"normalizedSignature": "InterpretExistsResult|(System.Object):System.Boolean|static=false",
|
|
1365
|
+
"emitScope": "ClassSurface",
|
|
1366
|
+
"provenance": "Original",
|
|
1367
|
+
"arity": 0,
|
|
1368
|
+
"parameterCount": 1,
|
|
1369
|
+
"isStatic": false,
|
|
1370
|
+
"isAbstract": true,
|
|
1371
|
+
"isVirtual": true,
|
|
1372
|
+
"isOverride": false,
|
|
1373
|
+
"isSealed": false,
|
|
1374
|
+
"visibility": "Protected",
|
|
1192
1375
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1193
1376
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1194
1377
|
"isExtensionMethod": false
|
|
@@ -1208,6 +1391,7 @@
|
|
|
1208
1391
|
"isVirtual": true,
|
|
1209
1392
|
"isOverride": false,
|
|
1210
1393
|
"isSealed": false,
|
|
1394
|
+
"visibility": "Public",
|
|
1211
1395
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1212
1396
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1213
1397
|
"isExtensionMethod": false
|
|
@@ -1227,6 +1411,7 @@
|
|
|
1227
1411
|
"isVirtual": true,
|
|
1228
1412
|
"isOverride": false,
|
|
1229
1413
|
"isSealed": false,
|
|
1414
|
+
"visibility": "Public",
|
|
1230
1415
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1231
1416
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1232
1417
|
"isExtensionMethod": false
|
|
@@ -1246,6 +1431,7 @@
|
|
|
1246
1431
|
"isVirtual": true,
|
|
1247
1432
|
"isOverride": false,
|
|
1248
1433
|
"isSealed": false,
|
|
1434
|
+
"visibility": "Public",
|
|
1249
1435
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1250
1436
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1251
1437
|
"isExtensionMethod": false
|
|
@@ -1265,6 +1451,27 @@
|
|
|
1265
1451
|
"isVirtual": true,
|
|
1266
1452
|
"isOverride": false,
|
|
1267
1453
|
"isSealed": false,
|
|
1454
|
+
"visibility": "Public",
|
|
1455
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1456
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1457
|
+
"isExtensionMethod": false
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::GetCreateCommands():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1461
|
+
"clrName": "GetCreateCommands",
|
|
1462
|
+
"metadataToken": 100667979,
|
|
1463
|
+
"canonicalSignature": "():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1464
|
+
"normalizedSignature": "GetCreateCommands|():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1465
|
+
"emitScope": "ClassSurface",
|
|
1466
|
+
"provenance": "Original",
|
|
1467
|
+
"arity": 0,
|
|
1468
|
+
"parameterCount": 0,
|
|
1469
|
+
"isStatic": false,
|
|
1470
|
+
"isAbstract": false,
|
|
1471
|
+
"isVirtual": true,
|
|
1472
|
+
"isOverride": false,
|
|
1473
|
+
"isSealed": false,
|
|
1474
|
+
"visibility": "Protected",
|
|
1268
1475
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1269
1476
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1270
1477
|
"isExtensionMethod": false
|
|
@@ -1284,6 +1491,7 @@
|
|
|
1284
1491
|
"isVirtual": true,
|
|
1285
1492
|
"isOverride": false,
|
|
1286
1493
|
"isSealed": false,
|
|
1494
|
+
"visibility": "Public",
|
|
1287
1495
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1288
1496
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1289
1497
|
"isExtensionMethod": false
|
|
@@ -1303,6 +1511,27 @@
|
|
|
1303
1511
|
"isVirtual": true,
|
|
1304
1512
|
"isOverride": false,
|
|
1305
1513
|
"isSealed": false,
|
|
1514
|
+
"visibility": "Public",
|
|
1515
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1516
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1517
|
+
"isExtensionMethod": false
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::ConfigureTable(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1521
|
+
"clrName": "ConfigureTable",
|
|
1522
|
+
"metadataToken": 100667985,
|
|
1523
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1524
|
+
"normalizedSignature": "ConfigureTable|(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1525
|
+
"emitScope": "ClassSurface",
|
|
1526
|
+
"provenance": "Original",
|
|
1527
|
+
"arity": 0,
|
|
1528
|
+
"parameterCount": 1,
|
|
1529
|
+
"isStatic": false,
|
|
1530
|
+
"isAbstract": false,
|
|
1531
|
+
"isVirtual": true,
|
|
1532
|
+
"isOverride": false,
|
|
1533
|
+
"isSealed": false,
|
|
1534
|
+
"visibility": "Protected",
|
|
1306
1535
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1307
1536
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1308
1537
|
"isExtensionMethod": false
|
|
@@ -1322,6 +1551,7 @@
|
|
|
1322
1551
|
"isVirtual": true,
|
|
1323
1552
|
"isOverride": false,
|
|
1324
1553
|
"isSealed": false,
|
|
1554
|
+
"visibility": "Public",
|
|
1325
1555
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1326
1556
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1327
1557
|
"isExtensionMethod": false
|
|
@@ -1341,6 +1571,7 @@
|
|
|
1341
1571
|
"isVirtual": true,
|
|
1342
1572
|
"isOverride": false,
|
|
1343
1573
|
"isSealed": false,
|
|
1574
|
+
"visibility": "Public",
|
|
1344
1575
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1345
1576
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1346
1577
|
"isExtensionMethod": false
|
|
@@ -1360,6 +1591,7 @@
|
|
|
1360
1591
|
"isVirtual": true,
|
|
1361
1592
|
"isOverride": false,
|
|
1362
1593
|
"isSealed": false,
|
|
1594
|
+
"visibility": "Public",
|
|
1363
1595
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1364
1596
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1365
1597
|
"isExtensionMethod": false
|
|
@@ -1379,6 +1611,7 @@
|
|
|
1379
1611
|
"isVirtual": true,
|
|
1380
1612
|
"isOverride": false,
|
|
1381
1613
|
"isSealed": false,
|
|
1614
|
+
"visibility": "Public",
|
|
1382
1615
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1383
1616
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1384
1617
|
"isExtensionMethod": false
|
|
@@ -1398,6 +1631,7 @@
|
|
|
1398
1631
|
"isVirtual": true,
|
|
1399
1632
|
"isOverride": false,
|
|
1400
1633
|
"isSealed": false,
|
|
1634
|
+
"visibility": "Public",
|
|
1401
1635
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1402
1636
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1403
1637
|
"isExtensionMethod": false
|
|
@@ -1417,6 +1651,7 @@
|
|
|
1417
1651
|
"isVirtual": true,
|
|
1418
1652
|
"isOverride": false,
|
|
1419
1653
|
"isSealed": false,
|
|
1654
|
+
"visibility": "Public",
|
|
1420
1655
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1421
1656
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1422
1657
|
"isExtensionMethod": false
|
|
@@ -1436,6 +1671,7 @@
|
|
|
1436
1671
|
"isVirtual": true,
|
|
1437
1672
|
"isOverride": false,
|
|
1438
1673
|
"isSealed": false,
|
|
1674
|
+
"visibility": "Public",
|
|
1439
1675
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1440
1676
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1441
1677
|
"isExtensionMethod": false
|
|
@@ -1455,6 +1691,7 @@
|
|
|
1455
1691
|
"isVirtual": true,
|
|
1456
1692
|
"isOverride": false,
|
|
1457
1693
|
"isSealed": false,
|
|
1694
|
+
"visibility": "Public",
|
|
1458
1695
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1459
1696
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1460
1697
|
"isExtensionMethod": false,
|
|
@@ -1475,6 +1712,7 @@
|
|
|
1475
1712
|
"isVirtual": true,
|
|
1476
1713
|
"isOverride": false,
|
|
1477
1714
|
"isSealed": false,
|
|
1715
|
+
"visibility": "Public",
|
|
1478
1716
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1479
1717
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1480
1718
|
"isExtensionMethod": false,
|
|
@@ -1495,6 +1733,7 @@
|
|
|
1495
1733
|
"isVirtual": true,
|
|
1496
1734
|
"isOverride": false,
|
|
1497
1735
|
"isSealed": false,
|
|
1736
|
+
"visibility": "Public",
|
|
1498
1737
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1499
1738
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1500
1739
|
"isExtensionMethod": false,
|
|
@@ -1515,6 +1754,7 @@
|
|
|
1515
1754
|
"isVirtual": true,
|
|
1516
1755
|
"isOverride": false,
|
|
1517
1756
|
"isSealed": false,
|
|
1757
|
+
"visibility": "Public",
|
|
1518
1758
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1519
1759
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1520
1760
|
"isExtensionMethod": false,
|
|
@@ -1535,6 +1775,7 @@
|
|
|
1535
1775
|
"isVirtual": true,
|
|
1536
1776
|
"isOverride": false,
|
|
1537
1777
|
"isSealed": false,
|
|
1778
|
+
"visibility": "Public",
|
|
1538
1779
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1539
1780
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1540
1781
|
"isExtensionMethod": false,
|
|
@@ -1555,6 +1796,7 @@
|
|
|
1555
1796
|
"isVirtual": true,
|
|
1556
1797
|
"isOverride": false,
|
|
1557
1798
|
"isSealed": false,
|
|
1799
|
+
"visibility": "Public",
|
|
1558
1800
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1559
1801
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1560
1802
|
"isExtensionMethod": false,
|
|
@@ -1575,6 +1817,7 @@
|
|
|
1575
1817
|
"isVirtual": true,
|
|
1576
1818
|
"isOverride": false,
|
|
1577
1819
|
"isSealed": false,
|
|
1820
|
+
"visibility": "Public",
|
|
1578
1821
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1579
1822
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1580
1823
|
"isExtensionMethod": false,
|
|
@@ -1595,6 +1838,7 @@
|
|
|
1595
1838
|
"isVirtual": true,
|
|
1596
1839
|
"isOverride": false,
|
|
1597
1840
|
"isSealed": false,
|
|
1841
|
+
"visibility": "Public",
|
|
1598
1842
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1599
1843
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1600
1844
|
"isExtensionMethod": false,
|
|
@@ -1615,6 +1859,7 @@
|
|
|
1615
1859
|
"isVirtual": true,
|
|
1616
1860
|
"isOverride": false,
|
|
1617
1861
|
"isSealed": false,
|
|
1862
|
+
"visibility": "Public",
|
|
1618
1863
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1619
1864
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1620
1865
|
"isExtensionMethod": false,
|
|
@@ -1635,6 +1880,7 @@
|
|
|
1635
1880
|
"isVirtual": true,
|
|
1636
1881
|
"isOverride": false,
|
|
1637
1882
|
"isSealed": false,
|
|
1883
|
+
"visibility": "Public",
|
|
1638
1884
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1639
1885
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1640
1886
|
"isExtensionMethod": false,
|
|
@@ -1655,6 +1901,7 @@
|
|
|
1655
1901
|
"isVirtual": true,
|
|
1656
1902
|
"isOverride": false,
|
|
1657
1903
|
"isSealed": false,
|
|
1904
|
+
"visibility": "Public",
|
|
1658
1905
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1659
1906
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1660
1907
|
"isExtensionMethod": false,
|
|
@@ -1677,6 +1924,159 @@
|
|
|
1677
1924
|
"isAbstract": true,
|
|
1678
1925
|
"isVirtual": true,
|
|
1679
1926
|
"isOverride": false,
|
|
1927
|
+
"visibility": "Public",
|
|
1928
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1929
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::Dependencies:Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1933
|
+
"clrName": "Dependencies",
|
|
1934
|
+
"metadataToken": 385876818,
|
|
1935
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1936
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies|static=false|accessor=get",
|
|
1937
|
+
"emitScope": "ClassSurface",
|
|
1938
|
+
"provenance": "Original",
|
|
1939
|
+
"isIndexer": false,
|
|
1940
|
+
"hasGetter": true,
|
|
1941
|
+
"hasSetter": false,
|
|
1942
|
+
"isStatic": false,
|
|
1943
|
+
"isAbstract": false,
|
|
1944
|
+
"isVirtual": true,
|
|
1945
|
+
"isOverride": false,
|
|
1946
|
+
"visibility": "Protected",
|
|
1947
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1948
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::SqlGenerationHelper:Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
|
|
1952
|
+
"clrName": "SqlGenerationHelper",
|
|
1953
|
+
"metadataToken": 385876819,
|
|
1954
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
|
|
1955
|
+
"normalizedSignature": "SqlGenerationHelper|:Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper|static=false|accessor=get",
|
|
1956
|
+
"emitScope": "ClassSurface",
|
|
1957
|
+
"provenance": "Original",
|
|
1958
|
+
"isIndexer": false,
|
|
1959
|
+
"hasGetter": true,
|
|
1960
|
+
"hasSetter": false,
|
|
1961
|
+
"isStatic": false,
|
|
1962
|
+
"isAbstract": false,
|
|
1963
|
+
"isVirtual": true,
|
|
1964
|
+
"isOverride": false,
|
|
1965
|
+
"visibility": "Protected",
|
|
1966
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1967
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::TableName:System.String",
|
|
1971
|
+
"clrName": "TableName",
|
|
1972
|
+
"metadataToken": 385876820,
|
|
1973
|
+
"canonicalSignature": ":System.String",
|
|
1974
|
+
"normalizedSignature": "TableName|:System.String|static=false|accessor=get",
|
|
1975
|
+
"emitScope": "ClassSurface",
|
|
1976
|
+
"provenance": "Original",
|
|
1977
|
+
"isIndexer": false,
|
|
1978
|
+
"hasGetter": true,
|
|
1979
|
+
"hasSetter": false,
|
|
1980
|
+
"isStatic": false,
|
|
1981
|
+
"isAbstract": false,
|
|
1982
|
+
"isVirtual": true,
|
|
1983
|
+
"isOverride": false,
|
|
1984
|
+
"visibility": "Protected",
|
|
1985
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1986
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::TableSchema:System.String",
|
|
1990
|
+
"clrName": "TableSchema",
|
|
1991
|
+
"metadataToken": 385876821,
|
|
1992
|
+
"canonicalSignature": ":System.String",
|
|
1993
|
+
"normalizedSignature": "TableSchema|:System.String|static=false|accessor=get",
|
|
1994
|
+
"emitScope": "ClassSurface",
|
|
1995
|
+
"provenance": "Original",
|
|
1996
|
+
"isIndexer": false,
|
|
1997
|
+
"hasGetter": true,
|
|
1998
|
+
"hasSetter": false,
|
|
1999
|
+
"isStatic": false,
|
|
2000
|
+
"isAbstract": false,
|
|
2001
|
+
"isVirtual": true,
|
|
2002
|
+
"isOverride": false,
|
|
2003
|
+
"visibility": "Protected",
|
|
2004
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
2005
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::MigrationIdColumnName:System.String",
|
|
2009
|
+
"clrName": "MigrationIdColumnName",
|
|
2010
|
+
"metadataToken": 385876822,
|
|
2011
|
+
"canonicalSignature": ":System.String",
|
|
2012
|
+
"normalizedSignature": "MigrationIdColumnName|:System.String|static=false|accessor=get",
|
|
2013
|
+
"emitScope": "ClassSurface",
|
|
2014
|
+
"provenance": "Original",
|
|
2015
|
+
"isIndexer": false,
|
|
2016
|
+
"hasGetter": true,
|
|
2017
|
+
"hasSetter": false,
|
|
2018
|
+
"isStatic": false,
|
|
2019
|
+
"isAbstract": false,
|
|
2020
|
+
"isVirtual": true,
|
|
2021
|
+
"isOverride": false,
|
|
2022
|
+
"visibility": "Protected",
|
|
2023
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
2024
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::ProductVersionColumnName:System.String",
|
|
2028
|
+
"clrName": "ProductVersionColumnName",
|
|
2029
|
+
"metadataToken": 385876823,
|
|
2030
|
+
"canonicalSignature": ":System.String",
|
|
2031
|
+
"normalizedSignature": "ProductVersionColumnName|:System.String|static=false|accessor=get",
|
|
2032
|
+
"emitScope": "ClassSurface",
|
|
2033
|
+
"provenance": "Original",
|
|
2034
|
+
"isIndexer": false,
|
|
2035
|
+
"hasGetter": true,
|
|
2036
|
+
"hasSetter": false,
|
|
2037
|
+
"isStatic": false,
|
|
2038
|
+
"isAbstract": false,
|
|
2039
|
+
"isVirtual": true,
|
|
2040
|
+
"isOverride": false,
|
|
2041
|
+
"visibility": "Protected",
|
|
2042
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
2043
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::ExistsSql:System.String",
|
|
2047
|
+
"clrName": "ExistsSql",
|
|
2048
|
+
"metadataToken": 385876824,
|
|
2049
|
+
"canonicalSignature": ":System.String",
|
|
2050
|
+
"normalizedSignature": "ExistsSql|:System.String|static=false|accessor=get",
|
|
2051
|
+
"emitScope": "ClassSurface",
|
|
2052
|
+
"provenance": "Original",
|
|
2053
|
+
"isIndexer": false,
|
|
2054
|
+
"hasGetter": true,
|
|
2055
|
+
"hasSetter": false,
|
|
2056
|
+
"isStatic": false,
|
|
2057
|
+
"isAbstract": true,
|
|
2058
|
+
"isVirtual": true,
|
|
2059
|
+
"isOverride": false,
|
|
2060
|
+
"visibility": "Protected",
|
|
2061
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
2062
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::GetAppliedMigrationsSql:System.String",
|
|
2066
|
+
"clrName": "GetAppliedMigrationsSql",
|
|
2067
|
+
"metadataToken": 385876825,
|
|
2068
|
+
"canonicalSignature": ":System.String",
|
|
2069
|
+
"normalizedSignature": "GetAppliedMigrationsSql|:System.String|static=false|accessor=get",
|
|
2070
|
+
"emitScope": "ClassSurface",
|
|
2071
|
+
"provenance": "Original",
|
|
2072
|
+
"isIndexer": false,
|
|
2073
|
+
"hasGetter": true,
|
|
2074
|
+
"hasSetter": false,
|
|
2075
|
+
"isStatic": false,
|
|
2076
|
+
"isAbstract": false,
|
|
2077
|
+
"isVirtual": true,
|
|
2078
|
+
"isOverride": false,
|
|
2079
|
+
"visibility": "Protected",
|
|
1680
2080
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1681
2081
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1682
2082
|
},
|
|
@@ -1695,6 +2095,7 @@
|
|
|
1695
2095
|
"isAbstract": false,
|
|
1696
2096
|
"isVirtual": true,
|
|
1697
2097
|
"isOverride": false,
|
|
2098
|
+
"visibility": "Public",
|
|
1698
2099
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1699
2100
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
1700
2101
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -1709,12 +2110,25 @@
|
|
|
1709
2110
|
"isStatic": true,
|
|
1710
2111
|
"isReadOnly": false,
|
|
1711
2112
|
"isLiteral": true,
|
|
2113
|
+
"visibility": "Public",
|
|
1712
2114
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
1713
2115
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1714
2116
|
}
|
|
1715
2117
|
],
|
|
1716
2118
|
"events": [],
|
|
1717
|
-
"constructors": [
|
|
2119
|
+
"constructors": [
|
|
2120
|
+
{
|
|
2121
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository::.ctor(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void",
|
|
2122
|
+
"metadataToken": 100667962,
|
|
2123
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void",
|
|
2124
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
2125
|
+
"isStatic": false,
|
|
2126
|
+
"parameterCount": 1,
|
|
2127
|
+
"visibility": "Protected",
|
|
2128
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
2129
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2130
|
+
}
|
|
2131
|
+
]
|
|
1718
2132
|
},
|
|
1719
2133
|
{
|
|
1720
2134
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
@@ -1727,6 +2141,19 @@
|
|
|
1727
2141
|
"isSealed": true,
|
|
1728
2142
|
"isStatic": false,
|
|
1729
2143
|
"arity": 0,
|
|
2144
|
+
"baseType": {
|
|
2145
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2146
|
+
"clrName": "System.Object"
|
|
2147
|
+
},
|
|
2148
|
+
"interfaces": [
|
|
2149
|
+
{
|
|
2150
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
2151
|
+
"clrName": "System.IEquatable\u00601",
|
|
2152
|
+
"typeArguments": [
|
|
2153
|
+
"HistoryRepositoryDependencies"
|
|
2154
|
+
]
|
|
2155
|
+
}
|
|
2156
|
+
],
|
|
1730
2157
|
"methods": [
|
|
1731
2158
|
{
|
|
1732
2159
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies::ToString():System.String",
|
|
@@ -1743,6 +2170,7 @@
|
|
|
1743
2170
|
"isVirtual": true,
|
|
1744
2171
|
"isOverride": true,
|
|
1745
2172
|
"isSealed": false,
|
|
2173
|
+
"visibility": "Public",
|
|
1746
2174
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1747
2175
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1748
2176
|
"isExtensionMethod": false
|
|
@@ -1762,6 +2190,7 @@
|
|
|
1762
2190
|
"isVirtual": true,
|
|
1763
2191
|
"isOverride": true,
|
|
1764
2192
|
"isSealed": false,
|
|
2193
|
+
"visibility": "Public",
|
|
1765
2194
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1766
2195
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1767
2196
|
"isExtensionMethod": false
|
|
@@ -1781,6 +2210,7 @@
|
|
|
1781
2210
|
"isVirtual": true,
|
|
1782
2211
|
"isOverride": true,
|
|
1783
2212
|
"isSealed": false,
|
|
2213
|
+
"visibility": "Public",
|
|
1784
2214
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1785
2215
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1786
2216
|
"isExtensionMethod": false
|
|
@@ -1800,6 +2230,7 @@
|
|
|
1800
2230
|
"isVirtual": true,
|
|
1801
2231
|
"isOverride": false,
|
|
1802
2232
|
"isSealed": true,
|
|
2233
|
+
"visibility": "Public",
|
|
1803
2234
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1804
2235
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1805
2236
|
"isExtensionMethod": false
|
|
@@ -1819,6 +2250,7 @@
|
|
|
1819
2250
|
"isVirtual": false,
|
|
1820
2251
|
"isOverride": false,
|
|
1821
2252
|
"isSealed": false,
|
|
2253
|
+
"visibility": "Public",
|
|
1822
2254
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1823
2255
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1824
2256
|
"isExtensionMethod": false
|
|
@@ -1840,6 +2272,7 @@
|
|
|
1840
2272
|
"isAbstract": false,
|
|
1841
2273
|
"isVirtual": false,
|
|
1842
2274
|
"isOverride": false,
|
|
2275
|
+
"visibility": "Public",
|
|
1843
2276
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1844
2277
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1845
2278
|
},
|
|
@@ -1858,6 +2291,7 @@
|
|
|
1858
2291
|
"isAbstract": false,
|
|
1859
2292
|
"isVirtual": false,
|
|
1860
2293
|
"isOverride": false,
|
|
2294
|
+
"visibility": "Public",
|
|
1861
2295
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1862
2296
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1863
2297
|
},
|
|
@@ -1876,6 +2310,7 @@
|
|
|
1876
2310
|
"isAbstract": false,
|
|
1877
2311
|
"isVirtual": false,
|
|
1878
2312
|
"isOverride": false,
|
|
2313
|
+
"visibility": "Public",
|
|
1879
2314
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1880
2315
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1881
2316
|
},
|
|
@@ -1894,6 +2329,7 @@
|
|
|
1894
2329
|
"isAbstract": false,
|
|
1895
2330
|
"isVirtual": false,
|
|
1896
2331
|
"isOverride": false,
|
|
2332
|
+
"visibility": "Public",
|
|
1897
2333
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1898
2334
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1899
2335
|
},
|
|
@@ -1912,6 +2348,7 @@
|
|
|
1912
2348
|
"isAbstract": false,
|
|
1913
2349
|
"isVirtual": false,
|
|
1914
2350
|
"isOverride": false,
|
|
2351
|
+
"visibility": "Public",
|
|
1915
2352
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1916
2353
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1917
2354
|
},
|
|
@@ -1930,6 +2367,7 @@
|
|
|
1930
2367
|
"isAbstract": false,
|
|
1931
2368
|
"isVirtual": false,
|
|
1932
2369
|
"isOverride": false,
|
|
2370
|
+
"visibility": "Public",
|
|
1933
2371
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1934
2372
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1935
2373
|
},
|
|
@@ -1948,6 +2386,7 @@
|
|
|
1948
2386
|
"isAbstract": false,
|
|
1949
2387
|
"isVirtual": false,
|
|
1950
2388
|
"isOverride": false,
|
|
2389
|
+
"visibility": "Public",
|
|
1951
2390
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1952
2391
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1953
2392
|
},
|
|
@@ -1966,6 +2405,7 @@
|
|
|
1966
2405
|
"isAbstract": false,
|
|
1967
2406
|
"isVirtual": false,
|
|
1968
2407
|
"isOverride": false,
|
|
2408
|
+
"visibility": "Public",
|
|
1969
2409
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1970
2410
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1971
2411
|
},
|
|
@@ -1984,6 +2424,7 @@
|
|
|
1984
2424
|
"isAbstract": false,
|
|
1985
2425
|
"isVirtual": false,
|
|
1986
2426
|
"isOverride": false,
|
|
2427
|
+
"visibility": "Public",
|
|
1987
2428
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
1988
2429
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1989
2430
|
},
|
|
@@ -2002,6 +2443,7 @@
|
|
|
2002
2443
|
"isAbstract": false,
|
|
2003
2444
|
"isVirtual": false,
|
|
2004
2445
|
"isOverride": false,
|
|
2446
|
+
"visibility": "Public",
|
|
2005
2447
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
2006
2448
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2007
2449
|
},
|
|
@@ -2020,6 +2462,7 @@
|
|
|
2020
2462
|
"isAbstract": false,
|
|
2021
2463
|
"isVirtual": false,
|
|
2022
2464
|
"isOverride": false,
|
|
2465
|
+
"visibility": "Public",
|
|
2023
2466
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
2024
2467
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2025
2468
|
},
|
|
@@ -2038,6 +2481,7 @@
|
|
|
2038
2481
|
"isAbstract": false,
|
|
2039
2482
|
"isVirtual": false,
|
|
2040
2483
|
"isOverride": false,
|
|
2484
|
+
"visibility": "Public",
|
|
2041
2485
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
2042
2486
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2043
2487
|
},
|
|
@@ -2056,6 +2500,7 @@
|
|
|
2056
2500
|
"isAbstract": false,
|
|
2057
2501
|
"isVirtual": false,
|
|
2058
2502
|
"isOverride": false,
|
|
2503
|
+
"visibility": "Public",
|
|
2059
2504
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
2060
2505
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2061
2506
|
},
|
|
@@ -2074,6 +2519,7 @@
|
|
|
2074
2519
|
"isAbstract": false,
|
|
2075
2520
|
"isVirtual": false,
|
|
2076
2521
|
"isOverride": false,
|
|
2522
|
+
"visibility": "Public",
|
|
2077
2523
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
2078
2524
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2079
2525
|
},
|
|
@@ -2092,6 +2538,7 @@
|
|
|
2092
2538
|
"isAbstract": false,
|
|
2093
2539
|
"isVirtual": false,
|
|
2094
2540
|
"isOverride": false,
|
|
2541
|
+
"visibility": "Public",
|
|
2095
2542
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
2096
2543
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2097
2544
|
}
|
|
@@ -2106,6 +2553,7 @@
|
|
|
2106
2553
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions,Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer,Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator,Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IConventionSetBuilder,Microsoft.EntityFrameworkCore.Infrastructure.ModelDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Infrastructure.IModelRuntimeInitializer,Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BMigrations,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
2107
2554
|
"isStatic": false,
|
|
2108
2555
|
"parameterCount": 15,
|
|
2556
|
+
"visibility": "Public",
|
|
2109
2557
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies",
|
|
2110
2558
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2111
2559
|
}
|
|
@@ -2122,6 +2570,10 @@
|
|
|
2122
2570
|
"isSealed": false,
|
|
2123
2571
|
"isStatic": false,
|
|
2124
2572
|
"arity": 0,
|
|
2573
|
+
"baseType": {
|
|
2574
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2575
|
+
"clrName": "System.Object"
|
|
2576
|
+
},
|
|
2125
2577
|
"methods": [],
|
|
2126
2578
|
"properties": [
|
|
2127
2579
|
{
|
|
@@ -2139,6 +2591,7 @@
|
|
|
2139
2591
|
"isAbstract": false,
|
|
2140
2592
|
"isVirtual": true,
|
|
2141
2593
|
"isOverride": false,
|
|
2594
|
+
"visibility": "Public",
|
|
2142
2595
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRow",
|
|
2143
2596
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2144
2597
|
},
|
|
@@ -2157,6 +2610,7 @@
|
|
|
2157
2610
|
"isAbstract": false,
|
|
2158
2611
|
"isVirtual": true,
|
|
2159
2612
|
"isOverride": false,
|
|
2613
|
+
"visibility": "Public",
|
|
2160
2614
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRow",
|
|
2161
2615
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2162
2616
|
}
|
|
@@ -2171,6 +2625,7 @@
|
|
|
2171
2625
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
2172
2626
|
"isStatic": false,
|
|
2173
2627
|
"parameterCount": 2,
|
|
2628
|
+
"visibility": "Public",
|
|
2174
2629
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRow",
|
|
2175
2630
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2176
2631
|
}
|
|
@@ -2187,59 +2642,127 @@
|
|
|
2187
2642
|
"isSealed": false,
|
|
2188
2643
|
"isStatic": false,
|
|
2189
2644
|
"arity": 0,
|
|
2190
|
-
"
|
|
2191
|
-
|
|
2645
|
+
"baseType": {
|
|
2646
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2647
|
+
"clrName": "System.Object"
|
|
2648
|
+
},
|
|
2649
|
+
"methods": [
|
|
2192
2650
|
{
|
|
2193
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::
|
|
2194
|
-
"clrName": "
|
|
2195
|
-
"metadataToken":
|
|
2196
|
-
"canonicalSignature": "
|
|
2197
|
-
"normalizedSignature": "
|
|
2651
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::BuildTargetModel(Microsoft.EntityFrameworkCore.ModelBuilder):System.Void",
|
|
2652
|
+
"clrName": "BuildTargetModel",
|
|
2653
|
+
"metadataToken": 100668098,
|
|
2654
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ModelBuilder):System.Void",
|
|
2655
|
+
"normalizedSignature": "BuildTargetModel|(Microsoft.EntityFrameworkCore.ModelBuilder):System.Void|static=false",
|
|
2198
2656
|
"emitScope": "ClassSurface",
|
|
2199
2657
|
"provenance": "Original",
|
|
2200
|
-
"
|
|
2201
|
-
"
|
|
2202
|
-
"hasSetter": false,
|
|
2658
|
+
"arity": 0,
|
|
2659
|
+
"parameterCount": 1,
|
|
2203
2660
|
"isStatic": false,
|
|
2204
2661
|
"isAbstract": false,
|
|
2205
2662
|
"isVirtual": true,
|
|
2206
2663
|
"isOverride": false,
|
|
2664
|
+
"isSealed": false,
|
|
2665
|
+
"visibility": "Protected",
|
|
2207
2666
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2208
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2667
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2668
|
+
"isExtensionMethod": false
|
|
2209
2669
|
},
|
|
2210
2670
|
{
|
|
2211
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::
|
|
2212
|
-
"clrName": "
|
|
2213
|
-
"metadataToken":
|
|
2214
|
-
"canonicalSignature": "
|
|
2215
|
-
"normalizedSignature": "
|
|
2671
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::Up(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Void",
|
|
2672
|
+
"clrName": "Up",
|
|
2673
|
+
"metadataToken": 100668099,
|
|
2674
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Void",
|
|
2675
|
+
"normalizedSignature": "Up|(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Void|static=false",
|
|
2216
2676
|
"emitScope": "ClassSurface",
|
|
2217
2677
|
"provenance": "Original",
|
|
2218
|
-
"
|
|
2219
|
-
"
|
|
2220
|
-
"hasSetter": false,
|
|
2678
|
+
"arity": 0,
|
|
2679
|
+
"parameterCount": 1,
|
|
2221
2680
|
"isStatic": false,
|
|
2222
|
-
"isAbstract":
|
|
2681
|
+
"isAbstract": true,
|
|
2223
2682
|
"isVirtual": true,
|
|
2224
2683
|
"isOverride": false,
|
|
2684
|
+
"isSealed": false,
|
|
2685
|
+
"visibility": "Protected",
|
|
2225
2686
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2226
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2687
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2688
|
+
"isExtensionMethod": false
|
|
2227
2689
|
},
|
|
2228
2690
|
{
|
|
2229
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::
|
|
2230
|
-
"clrName": "
|
|
2231
|
-
"metadataToken":
|
|
2232
|
-
"canonicalSignature": "
|
|
2233
|
-
"normalizedSignature": "
|
|
2691
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::Down(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Void",
|
|
2692
|
+
"clrName": "Down",
|
|
2693
|
+
"metadataToken": 100668100,
|
|
2694
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Void",
|
|
2695
|
+
"normalizedSignature": "Down|(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Void|static=false",
|
|
2234
2696
|
"emitScope": "ClassSurface",
|
|
2235
2697
|
"provenance": "Original",
|
|
2236
|
-
"
|
|
2698
|
+
"arity": 0,
|
|
2699
|
+
"parameterCount": 1,
|
|
2700
|
+
"isStatic": false,
|
|
2701
|
+
"isAbstract": false,
|
|
2702
|
+
"isVirtual": true,
|
|
2703
|
+
"isOverride": false,
|
|
2704
|
+
"isSealed": false,
|
|
2705
|
+
"visibility": "Protected",
|
|
2706
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2707
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2708
|
+
"isExtensionMethod": false
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"properties": [
|
|
2712
|
+
{
|
|
2713
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::TargetModel:Microsoft.EntityFrameworkCore.Metadata.IModel",
|
|
2714
|
+
"clrName": "TargetModel",
|
|
2715
|
+
"metadataToken": 385876849,
|
|
2716
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IModel",
|
|
2717
|
+
"normalizedSignature": "TargetModel|:Microsoft.EntityFrameworkCore.Metadata.IModel|static=false|accessor=get",
|
|
2718
|
+
"emitScope": "ClassSurface",
|
|
2719
|
+
"provenance": "Original",
|
|
2720
|
+
"isIndexer": false,
|
|
2721
|
+
"hasGetter": true,
|
|
2722
|
+
"hasSetter": false,
|
|
2723
|
+
"isStatic": false,
|
|
2724
|
+
"isAbstract": false,
|
|
2725
|
+
"isVirtual": true,
|
|
2726
|
+
"isOverride": false,
|
|
2727
|
+
"visibility": "Public",
|
|
2728
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2729
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::UpOperations:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2733
|
+
"clrName": "UpOperations",
|
|
2734
|
+
"metadataToken": 385876850,
|
|
2735
|
+
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2736
|
+
"normalizedSignature": "UpOperations|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
2737
|
+
"emitScope": "ClassSurface",
|
|
2738
|
+
"provenance": "Original",
|
|
2739
|
+
"isIndexer": false,
|
|
2740
|
+
"hasGetter": true,
|
|
2741
|
+
"hasSetter": false,
|
|
2742
|
+
"isStatic": false,
|
|
2743
|
+
"isAbstract": false,
|
|
2744
|
+
"isVirtual": true,
|
|
2745
|
+
"isOverride": false,
|
|
2746
|
+
"visibility": "Public",
|
|
2747
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2748
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::DownOperations:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2752
|
+
"clrName": "DownOperations",
|
|
2753
|
+
"metadataToken": 385876851,
|
|
2754
|
+
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2755
|
+
"normalizedSignature": "DownOperations|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
2756
|
+
"emitScope": "ClassSurface",
|
|
2757
|
+
"provenance": "Original",
|
|
2758
|
+
"isIndexer": false,
|
|
2237
2759
|
"hasGetter": true,
|
|
2238
2760
|
"hasSetter": false,
|
|
2239
2761
|
"isStatic": false,
|
|
2240
2762
|
"isAbstract": false,
|
|
2241
2763
|
"isVirtual": true,
|
|
2242
2764
|
"isOverride": false,
|
|
2765
|
+
"visibility": "Public",
|
|
2243
2766
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2244
2767
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2245
2768
|
},
|
|
@@ -2258,6 +2781,7 @@
|
|
|
2258
2781
|
"isAbstract": false,
|
|
2259
2782
|
"isVirtual": true,
|
|
2260
2783
|
"isOverride": false,
|
|
2784
|
+
"visibility": "Public",
|
|
2261
2785
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2262
2786
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2263
2787
|
}
|
|
@@ -2271,12 +2795,25 @@
|
|
|
2271
2795
|
"isStatic": true,
|
|
2272
2796
|
"isReadOnly": false,
|
|
2273
2797
|
"isLiteral": true,
|
|
2798
|
+
"visibility": "Public",
|
|
2274
2799
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2275
2800
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2276
2801
|
}
|
|
2277
2802
|
],
|
|
2278
2803
|
"events": [],
|
|
2279
|
-
"constructors": [
|
|
2804
|
+
"constructors": [
|
|
2805
|
+
{
|
|
2806
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Migration::.ctor():void",
|
|
2807
|
+
"metadataToken": 100668102,
|
|
2808
|
+
"canonicalSignature": "():void",
|
|
2809
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2810
|
+
"isStatic": false,
|
|
2811
|
+
"parameterCount": 0,
|
|
2812
|
+
"visibility": "Protected",
|
|
2813
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Migration",
|
|
2814
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2815
|
+
}
|
|
2816
|
+
]
|
|
2280
2817
|
},
|
|
2281
2818
|
{
|
|
2282
2819
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationAttribute",
|
|
@@ -2289,6 +2826,10 @@
|
|
|
2289
2826
|
"isSealed": true,
|
|
2290
2827
|
"isStatic": false,
|
|
2291
2828
|
"arity": 0,
|
|
2829
|
+
"baseType": {
|
|
2830
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
2831
|
+
"clrName": "System.Attribute"
|
|
2832
|
+
},
|
|
2292
2833
|
"methods": [],
|
|
2293
2834
|
"properties": [
|
|
2294
2835
|
{
|
|
@@ -2306,6 +2847,7 @@
|
|
|
2306
2847
|
"isAbstract": false,
|
|
2307
2848
|
"isVirtual": false,
|
|
2308
2849
|
"isOverride": false,
|
|
2850
|
+
"visibility": "Public",
|
|
2309
2851
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationAttribute",
|
|
2310
2852
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2311
2853
|
}
|
|
@@ -2320,6 +2862,7 @@
|
|
|
2320
2862
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2321
2863
|
"isStatic": false,
|
|
2322
2864
|
"parameterCount": 1,
|
|
2865
|
+
"visibility": "Public",
|
|
2323
2866
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationAttribute",
|
|
2324
2867
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2325
2868
|
}
|
|
@@ -2336,6 +2879,10 @@
|
|
|
2336
2879
|
"isSealed": false,
|
|
2337
2880
|
"isStatic": false,
|
|
2338
2881
|
"arity": 0,
|
|
2882
|
+
"baseType": {
|
|
2883
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2884
|
+
"clrName": "System.Object"
|
|
2885
|
+
},
|
|
2339
2886
|
"methods": [
|
|
2340
2887
|
{
|
|
2341
2888
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder::AddColumn(System.String,System.String,System.String,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.String,System.Boolean,System.Object,System.String,System.String,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -2352,6 +2899,7 @@
|
|
|
2352
2899
|
"isVirtual": true,
|
|
2353
2900
|
"isOverride": false,
|
|
2354
2901
|
"isSealed": false,
|
|
2902
|
+
"visibility": "Public",
|
|
2355
2903
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2356
2904
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2357
2905
|
"isExtensionMethod": false
|
|
@@ -2371,6 +2919,7 @@
|
|
|
2371
2919
|
"isVirtual": true,
|
|
2372
2920
|
"isOverride": false,
|
|
2373
2921
|
"isSealed": false,
|
|
2922
|
+
"visibility": "Public",
|
|
2374
2923
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2375
2924
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2376
2925
|
"isExtensionMethod": false
|
|
@@ -2390,6 +2939,7 @@
|
|
|
2390
2939
|
"isVirtual": true,
|
|
2391
2940
|
"isOverride": false,
|
|
2392
2941
|
"isSealed": false,
|
|
2942
|
+
"visibility": "Public",
|
|
2393
2943
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2394
2944
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2395
2945
|
"isExtensionMethod": false
|
|
@@ -2409,6 +2959,7 @@
|
|
|
2409
2959
|
"isVirtual": true,
|
|
2410
2960
|
"isOverride": false,
|
|
2411
2961
|
"isSealed": false,
|
|
2962
|
+
"visibility": "Public",
|
|
2412
2963
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2413
2964
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2414
2965
|
"isExtensionMethod": false
|
|
@@ -2428,6 +2979,7 @@
|
|
|
2428
2979
|
"isVirtual": true,
|
|
2429
2980
|
"isOverride": false,
|
|
2430
2981
|
"isSealed": false,
|
|
2982
|
+
"visibility": "Public",
|
|
2431
2983
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2432
2984
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2433
2985
|
"isExtensionMethod": false
|
|
@@ -2447,6 +2999,7 @@
|
|
|
2447
2999
|
"isVirtual": true,
|
|
2448
3000
|
"isOverride": false,
|
|
2449
3001
|
"isSealed": false,
|
|
3002
|
+
"visibility": "Public",
|
|
2450
3003
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2451
3004
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2452
3005
|
"isExtensionMethod": false
|
|
@@ -2466,6 +3019,7 @@
|
|
|
2466
3019
|
"isVirtual": true,
|
|
2467
3020
|
"isOverride": false,
|
|
2468
3021
|
"isSealed": false,
|
|
3022
|
+
"visibility": "Public",
|
|
2469
3023
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2470
3024
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2471
3025
|
"isExtensionMethod": false
|
|
@@ -2485,6 +3039,7 @@
|
|
|
2485
3039
|
"isVirtual": true,
|
|
2486
3040
|
"isOverride": false,
|
|
2487
3041
|
"isSealed": false,
|
|
3042
|
+
"visibility": "Public",
|
|
2488
3043
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2489
3044
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2490
3045
|
"isExtensionMethod": false
|
|
@@ -2504,6 +3059,7 @@
|
|
|
2504
3059
|
"isVirtual": true,
|
|
2505
3060
|
"isOverride": false,
|
|
2506
3061
|
"isSealed": false,
|
|
3062
|
+
"visibility": "Public",
|
|
2507
3063
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2508
3064
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2509
3065
|
"isExtensionMethod": false
|
|
@@ -2523,6 +3079,7 @@
|
|
|
2523
3079
|
"isVirtual": true,
|
|
2524
3080
|
"isOverride": false,
|
|
2525
3081
|
"isSealed": false,
|
|
3082
|
+
"visibility": "Public",
|
|
2526
3083
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2527
3084
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2528
3085
|
"isExtensionMethod": false
|
|
@@ -2542,6 +3099,7 @@
|
|
|
2542
3099
|
"isVirtual": true,
|
|
2543
3100
|
"isOverride": false,
|
|
2544
3101
|
"isSealed": false,
|
|
3102
|
+
"visibility": "Public",
|
|
2545
3103
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2546
3104
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2547
3105
|
"isExtensionMethod": false
|
|
@@ -2561,6 +3119,7 @@
|
|
|
2561
3119
|
"isVirtual": true,
|
|
2562
3120
|
"isOverride": false,
|
|
2563
3121
|
"isSealed": false,
|
|
3122
|
+
"visibility": "Public",
|
|
2564
3123
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2565
3124
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2566
3125
|
"isExtensionMethod": false
|
|
@@ -2580,6 +3139,7 @@
|
|
|
2580
3139
|
"isVirtual": true,
|
|
2581
3140
|
"isOverride": false,
|
|
2582
3141
|
"isSealed": false,
|
|
3142
|
+
"visibility": "Public",
|
|
2583
3143
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2584
3144
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2585
3145
|
"isExtensionMethod": false
|
|
@@ -2599,6 +3159,7 @@
|
|
|
2599
3159
|
"isVirtual": true,
|
|
2600
3160
|
"isOverride": false,
|
|
2601
3161
|
"isSealed": false,
|
|
3162
|
+
"visibility": "Public",
|
|
2602
3163
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2603
3164
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2604
3165
|
"isExtensionMethod": false
|
|
@@ -2618,6 +3179,7 @@
|
|
|
2618
3179
|
"isVirtual": true,
|
|
2619
3180
|
"isOverride": false,
|
|
2620
3181
|
"isSealed": false,
|
|
3182
|
+
"visibility": "Public",
|
|
2621
3183
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2622
3184
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2623
3185
|
"isExtensionMethod": false
|
|
@@ -2637,6 +3199,7 @@
|
|
|
2637
3199
|
"isVirtual": true,
|
|
2638
3200
|
"isOverride": false,
|
|
2639
3201
|
"isSealed": false,
|
|
3202
|
+
"visibility": "Public",
|
|
2640
3203
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2641
3204
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2642
3205
|
"isExtensionMethod": false
|
|
@@ -2656,6 +3219,7 @@
|
|
|
2656
3219
|
"isVirtual": true,
|
|
2657
3220
|
"isOverride": false,
|
|
2658
3221
|
"isSealed": false,
|
|
3222
|
+
"visibility": "Public",
|
|
2659
3223
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2660
3224
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2661
3225
|
"isExtensionMethod": false
|
|
@@ -2675,6 +3239,7 @@
|
|
|
2675
3239
|
"isVirtual": true,
|
|
2676
3240
|
"isOverride": false,
|
|
2677
3241
|
"isSealed": false,
|
|
3242
|
+
"visibility": "Public",
|
|
2678
3243
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2679
3244
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2680
3245
|
"isExtensionMethod": false
|
|
@@ -2694,6 +3259,7 @@
|
|
|
2694
3259
|
"isVirtual": true,
|
|
2695
3260
|
"isOverride": false,
|
|
2696
3261
|
"isSealed": false,
|
|
3262
|
+
"visibility": "Public",
|
|
2697
3263
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2698
3264
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2699
3265
|
"isExtensionMethod": false
|
|
@@ -2713,6 +3279,7 @@
|
|
|
2713
3279
|
"isVirtual": true,
|
|
2714
3280
|
"isOverride": false,
|
|
2715
3281
|
"isSealed": false,
|
|
3282
|
+
"visibility": "Public",
|
|
2716
3283
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2717
3284
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2718
3285
|
"isExtensionMethod": false
|
|
@@ -2732,6 +3299,7 @@
|
|
|
2732
3299
|
"isVirtual": true,
|
|
2733
3300
|
"isOverride": false,
|
|
2734
3301
|
"isSealed": false,
|
|
3302
|
+
"visibility": "Public",
|
|
2735
3303
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2736
3304
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2737
3305
|
"isExtensionMethod": false
|
|
@@ -2751,6 +3319,7 @@
|
|
|
2751
3319
|
"isVirtual": true,
|
|
2752
3320
|
"isOverride": false,
|
|
2753
3321
|
"isSealed": false,
|
|
3322
|
+
"visibility": "Public",
|
|
2754
3323
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2755
3324
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2756
3325
|
"isExtensionMethod": false
|
|
@@ -2770,6 +3339,7 @@
|
|
|
2770
3339
|
"isVirtual": true,
|
|
2771
3340
|
"isOverride": false,
|
|
2772
3341
|
"isSealed": false,
|
|
3342
|
+
"visibility": "Public",
|
|
2773
3343
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2774
3344
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2775
3345
|
"isExtensionMethod": false
|
|
@@ -2789,6 +3359,7 @@
|
|
|
2789
3359
|
"isVirtual": true,
|
|
2790
3360
|
"isOverride": false,
|
|
2791
3361
|
"isSealed": false,
|
|
3362
|
+
"visibility": "Public",
|
|
2792
3363
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2793
3364
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2794
3365
|
"isExtensionMethod": false
|
|
@@ -2808,6 +3379,7 @@
|
|
|
2808
3379
|
"isVirtual": true,
|
|
2809
3380
|
"isOverride": false,
|
|
2810
3381
|
"isSealed": false,
|
|
3382
|
+
"visibility": "Public",
|
|
2811
3383
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2812
3384
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2813
3385
|
"isExtensionMethod": false
|
|
@@ -2827,6 +3399,7 @@
|
|
|
2827
3399
|
"isVirtual": true,
|
|
2828
3400
|
"isOverride": false,
|
|
2829
3401
|
"isSealed": false,
|
|
3402
|
+
"visibility": "Public",
|
|
2830
3403
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2831
3404
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2832
3405
|
"isExtensionMethod": false
|
|
@@ -2846,6 +3419,7 @@
|
|
|
2846
3419
|
"isVirtual": true,
|
|
2847
3420
|
"isOverride": false,
|
|
2848
3421
|
"isSealed": false,
|
|
3422
|
+
"visibility": "Public",
|
|
2849
3423
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2850
3424
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2851
3425
|
"isExtensionMethod": false
|
|
@@ -2865,6 +3439,7 @@
|
|
|
2865
3439
|
"isVirtual": true,
|
|
2866
3440
|
"isOverride": false,
|
|
2867
3441
|
"isSealed": false,
|
|
3442
|
+
"visibility": "Public",
|
|
2868
3443
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2869
3444
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2870
3445
|
"isExtensionMethod": false
|
|
@@ -2884,6 +3459,7 @@
|
|
|
2884
3459
|
"isVirtual": true,
|
|
2885
3460
|
"isOverride": false,
|
|
2886
3461
|
"isSealed": false,
|
|
3462
|
+
"visibility": "Public",
|
|
2887
3463
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2888
3464
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2889
3465
|
"isExtensionMethod": false
|
|
@@ -2903,6 +3479,7 @@
|
|
|
2903
3479
|
"isVirtual": true,
|
|
2904
3480
|
"isOverride": false,
|
|
2905
3481
|
"isSealed": false,
|
|
3482
|
+
"visibility": "Public",
|
|
2906
3483
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2907
3484
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2908
3485
|
"isExtensionMethod": false
|
|
@@ -2922,6 +3499,7 @@
|
|
|
2922
3499
|
"isVirtual": true,
|
|
2923
3500
|
"isOverride": false,
|
|
2924
3501
|
"isSealed": false,
|
|
3502
|
+
"visibility": "Public",
|
|
2925
3503
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2926
3504
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2927
3505
|
"isExtensionMethod": false
|
|
@@ -2941,6 +3519,7 @@
|
|
|
2941
3519
|
"isVirtual": true,
|
|
2942
3520
|
"isOverride": false,
|
|
2943
3521
|
"isSealed": false,
|
|
3522
|
+
"visibility": "Public",
|
|
2944
3523
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2945
3524
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2946
3525
|
"isExtensionMethod": false
|
|
@@ -2960,6 +3539,7 @@
|
|
|
2960
3539
|
"isVirtual": true,
|
|
2961
3540
|
"isOverride": false,
|
|
2962
3541
|
"isSealed": false,
|
|
3542
|
+
"visibility": "Public",
|
|
2963
3543
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2964
3544
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2965
3545
|
"isExtensionMethod": false
|
|
@@ -2979,6 +3559,7 @@
|
|
|
2979
3559
|
"isVirtual": true,
|
|
2980
3560
|
"isOverride": false,
|
|
2981
3561
|
"isSealed": false,
|
|
3562
|
+
"visibility": "Public",
|
|
2982
3563
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
2983
3564
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2984
3565
|
"isExtensionMethod": false
|
|
@@ -2998,6 +3579,7 @@
|
|
|
2998
3579
|
"isVirtual": true,
|
|
2999
3580
|
"isOverride": false,
|
|
3000
3581
|
"isSealed": false,
|
|
3582
|
+
"visibility": "Public",
|
|
3001
3583
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3002
3584
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3003
3585
|
"isExtensionMethod": false
|
|
@@ -3017,6 +3599,7 @@
|
|
|
3017
3599
|
"isVirtual": true,
|
|
3018
3600
|
"isOverride": false,
|
|
3019
3601
|
"isSealed": false,
|
|
3602
|
+
"visibility": "Public",
|
|
3020
3603
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3021
3604
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3022
3605
|
"isExtensionMethod": false
|
|
@@ -3036,6 +3619,7 @@
|
|
|
3036
3619
|
"isVirtual": true,
|
|
3037
3620
|
"isOverride": false,
|
|
3038
3621
|
"isSealed": false,
|
|
3622
|
+
"visibility": "Public",
|
|
3039
3623
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3040
3624
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3041
3625
|
"isExtensionMethod": false
|
|
@@ -3055,6 +3639,7 @@
|
|
|
3055
3639
|
"isVirtual": true,
|
|
3056
3640
|
"isOverride": false,
|
|
3057
3641
|
"isSealed": false,
|
|
3642
|
+
"visibility": "Public",
|
|
3058
3643
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3059
3644
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3060
3645
|
"isExtensionMethod": false
|
|
@@ -3074,6 +3659,7 @@
|
|
|
3074
3659
|
"isVirtual": true,
|
|
3075
3660
|
"isOverride": false,
|
|
3076
3661
|
"isSealed": false,
|
|
3662
|
+
"visibility": "Public",
|
|
3077
3663
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3078
3664
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3079
3665
|
"isExtensionMethod": false
|
|
@@ -3093,6 +3679,7 @@
|
|
|
3093
3679
|
"isVirtual": true,
|
|
3094
3680
|
"isOverride": false,
|
|
3095
3681
|
"isSealed": false,
|
|
3682
|
+
"visibility": "Public",
|
|
3096
3683
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3097
3684
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3098
3685
|
"isExtensionMethod": false
|
|
@@ -3112,6 +3699,7 @@
|
|
|
3112
3699
|
"isVirtual": true,
|
|
3113
3700
|
"isOverride": false,
|
|
3114
3701
|
"isSealed": false,
|
|
3702
|
+
"visibility": "Public",
|
|
3115
3703
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3116
3704
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3117
3705
|
"isExtensionMethod": false
|
|
@@ -3131,6 +3719,7 @@
|
|
|
3131
3719
|
"isVirtual": true,
|
|
3132
3720
|
"isOverride": false,
|
|
3133
3721
|
"isSealed": false,
|
|
3722
|
+
"visibility": "Public",
|
|
3134
3723
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3135
3724
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3136
3725
|
"isExtensionMethod": false
|
|
@@ -3150,6 +3739,7 @@
|
|
|
3150
3739
|
"isVirtual": true,
|
|
3151
3740
|
"isOverride": false,
|
|
3152
3741
|
"isSealed": false,
|
|
3742
|
+
"visibility": "Public",
|
|
3153
3743
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3154
3744
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3155
3745
|
"isExtensionMethod": false
|
|
@@ -3169,6 +3759,7 @@
|
|
|
3169
3759
|
"isVirtual": true,
|
|
3170
3760
|
"isOverride": false,
|
|
3171
3761
|
"isSealed": false,
|
|
3762
|
+
"visibility": "Public",
|
|
3172
3763
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3173
3764
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3174
3765
|
"isExtensionMethod": false
|
|
@@ -3188,6 +3779,7 @@
|
|
|
3188
3779
|
"isVirtual": true,
|
|
3189
3780
|
"isOverride": false,
|
|
3190
3781
|
"isSealed": false,
|
|
3782
|
+
"visibility": "Public",
|
|
3191
3783
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3192
3784
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3193
3785
|
"isExtensionMethod": false
|
|
@@ -3207,6 +3799,7 @@
|
|
|
3207
3799
|
"isVirtual": true,
|
|
3208
3800
|
"isOverride": false,
|
|
3209
3801
|
"isSealed": false,
|
|
3802
|
+
"visibility": "Public",
|
|
3210
3803
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3211
3804
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3212
3805
|
"isExtensionMethod": false
|
|
@@ -3226,6 +3819,7 @@
|
|
|
3226
3819
|
"isVirtual": true,
|
|
3227
3820
|
"isOverride": false,
|
|
3228
3821
|
"isSealed": false,
|
|
3822
|
+
"visibility": "Public",
|
|
3229
3823
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3230
3824
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3231
3825
|
"isExtensionMethod": false
|
|
@@ -3245,6 +3839,7 @@
|
|
|
3245
3839
|
"isVirtual": true,
|
|
3246
3840
|
"isOverride": false,
|
|
3247
3841
|
"isSealed": false,
|
|
3842
|
+
"visibility": "Public",
|
|
3248
3843
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3249
3844
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3250
3845
|
"isExtensionMethod": false
|
|
@@ -3264,6 +3859,7 @@
|
|
|
3264
3859
|
"isVirtual": true,
|
|
3265
3860
|
"isOverride": false,
|
|
3266
3861
|
"isSealed": false,
|
|
3862
|
+
"visibility": "Public",
|
|
3267
3863
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3268
3864
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3269
3865
|
"isExtensionMethod": false
|
|
@@ -3283,6 +3879,7 @@
|
|
|
3283
3879
|
"isVirtual": true,
|
|
3284
3880
|
"isOverride": false,
|
|
3285
3881
|
"isSealed": false,
|
|
3882
|
+
"visibility": "Public",
|
|
3286
3883
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3287
3884
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3288
3885
|
"isExtensionMethod": false
|
|
@@ -3302,6 +3899,7 @@
|
|
|
3302
3899
|
"isVirtual": true,
|
|
3303
3900
|
"isOverride": false,
|
|
3304
3901
|
"isSealed": false,
|
|
3902
|
+
"visibility": "Public",
|
|
3305
3903
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3306
3904
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3307
3905
|
"isExtensionMethod": false
|
|
@@ -3321,6 +3919,7 @@
|
|
|
3321
3919
|
"isVirtual": true,
|
|
3322
3920
|
"isOverride": false,
|
|
3323
3921
|
"isSealed": false,
|
|
3922
|
+
"visibility": "Public",
|
|
3324
3923
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3325
3924
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3326
3925
|
"isExtensionMethod": false
|
|
@@ -3340,6 +3939,7 @@
|
|
|
3340
3939
|
"isVirtual": true,
|
|
3341
3940
|
"isOverride": false,
|
|
3342
3941
|
"isSealed": false,
|
|
3942
|
+
"visibility": "Public",
|
|
3343
3943
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3344
3944
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3345
3945
|
"isExtensionMethod": false
|
|
@@ -3359,6 +3959,7 @@
|
|
|
3359
3959
|
"isVirtual": true,
|
|
3360
3960
|
"isOverride": false,
|
|
3361
3961
|
"isSealed": false,
|
|
3962
|
+
"visibility": "Public",
|
|
3362
3963
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3363
3964
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3364
3965
|
"isExtensionMethod": false
|
|
@@ -3378,6 +3979,7 @@
|
|
|
3378
3979
|
"isVirtual": true,
|
|
3379
3980
|
"isOverride": false,
|
|
3380
3981
|
"isSealed": false,
|
|
3982
|
+
"visibility": "Public",
|
|
3381
3983
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3382
3984
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3383
3985
|
"isExtensionMethod": false
|
|
@@ -3397,6 +3999,7 @@
|
|
|
3397
3999
|
"isVirtual": true,
|
|
3398
4000
|
"isOverride": false,
|
|
3399
4001
|
"isSealed": false,
|
|
4002
|
+
"visibility": "Public",
|
|
3400
4003
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3401
4004
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3402
4005
|
"isExtensionMethod": false
|
|
@@ -3416,6 +4019,7 @@
|
|
|
3416
4019
|
"isVirtual": true,
|
|
3417
4020
|
"isOverride": false,
|
|
3418
4021
|
"isSealed": false,
|
|
4022
|
+
"visibility": "Public",
|
|
3419
4023
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3420
4024
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3421
4025
|
"isExtensionMethod": false
|
|
@@ -3435,6 +4039,7 @@
|
|
|
3435
4039
|
"isVirtual": true,
|
|
3436
4040
|
"isOverride": false,
|
|
3437
4041
|
"isSealed": false,
|
|
4042
|
+
"visibility": "Public",
|
|
3438
4043
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3439
4044
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3440
4045
|
"isExtensionMethod": false
|
|
@@ -3454,6 +4059,7 @@
|
|
|
3454
4059
|
"isVirtual": true,
|
|
3455
4060
|
"isOverride": false,
|
|
3456
4061
|
"isSealed": false,
|
|
4062
|
+
"visibility": "Public",
|
|
3457
4063
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3458
4064
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3459
4065
|
"isExtensionMethod": false
|
|
@@ -3473,6 +4079,7 @@
|
|
|
3473
4079
|
"isVirtual": true,
|
|
3474
4080
|
"isOverride": true,
|
|
3475
4081
|
"isSealed": false,
|
|
4082
|
+
"visibility": "Public",
|
|
3476
4083
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3477
4084
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3478
4085
|
"isExtensionMethod": false
|
|
@@ -3492,6 +4099,7 @@
|
|
|
3492
4099
|
"isVirtual": true,
|
|
3493
4100
|
"isOverride": true,
|
|
3494
4101
|
"isSealed": false,
|
|
4102
|
+
"visibility": "Public",
|
|
3495
4103
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3496
4104
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3497
4105
|
"isExtensionMethod": false
|
|
@@ -3511,6 +4119,7 @@
|
|
|
3511
4119
|
"isVirtual": true,
|
|
3512
4120
|
"isOverride": true,
|
|
3513
4121
|
"isSealed": false,
|
|
4122
|
+
"visibility": "Public",
|
|
3514
4123
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3515
4124
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3516
4125
|
"isExtensionMethod": false
|
|
@@ -3532,6 +4141,7 @@
|
|
|
3532
4141
|
"isAbstract": false,
|
|
3533
4142
|
"isVirtual": true,
|
|
3534
4143
|
"isOverride": false,
|
|
4144
|
+
"visibility": "Public",
|
|
3535
4145
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3536
4146
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3537
4147
|
},
|
|
@@ -3550,6 +4160,7 @@
|
|
|
3550
4160
|
"isAbstract": false,
|
|
3551
4161
|
"isVirtual": true,
|
|
3552
4162
|
"isOverride": false,
|
|
4163
|
+
"visibility": "Public",
|
|
3553
4164
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3554
4165
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3555
4166
|
}
|
|
@@ -3564,6 +4175,7 @@
|
|
|
3564
4175
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3565
4176
|
"isStatic": false,
|
|
3566
4177
|
"parameterCount": 1,
|
|
4178
|
+
"visibility": "Public",
|
|
3567
4179
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder",
|
|
3568
4180
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3569
4181
|
}
|
|
@@ -3580,6 +4192,10 @@
|
|
|
3580
4192
|
"isSealed": false,
|
|
3581
4193
|
"isStatic": false,
|
|
3582
4194
|
"arity": 0,
|
|
4195
|
+
"baseType": {
|
|
4196
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4197
|
+
"clrName": "System.Object"
|
|
4198
|
+
},
|
|
3583
4199
|
"methods": [
|
|
3584
4200
|
{
|
|
3585
4201
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationCommand::ExecuteNonQuery(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
@@ -3596,6 +4212,7 @@
|
|
|
3596
4212
|
"isVirtual": true,
|
|
3597
4213
|
"isOverride": false,
|
|
3598
4214
|
"isSealed": false,
|
|
4215
|
+
"visibility": "Public",
|
|
3599
4216
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommand",
|
|
3600
4217
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3601
4218
|
"isExtensionMethod": false
|
|
@@ -3615,6 +4232,7 @@
|
|
|
3615
4232
|
"isVirtual": true,
|
|
3616
4233
|
"isOverride": false,
|
|
3617
4234
|
"isSealed": false,
|
|
4235
|
+
"visibility": "Public",
|
|
3618
4236
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommand",
|
|
3619
4237
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3620
4238
|
"isExtensionMethod": false
|
|
@@ -3636,6 +4254,7 @@
|
|
|
3636
4254
|
"isAbstract": false,
|
|
3637
4255
|
"isVirtual": true,
|
|
3638
4256
|
"isOverride": false,
|
|
4257
|
+
"visibility": "Public",
|
|
3639
4258
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommand",
|
|
3640
4259
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3641
4260
|
},
|
|
@@ -3654,6 +4273,7 @@
|
|
|
3654
4273
|
"isAbstract": false,
|
|
3655
4274
|
"isVirtual": true,
|
|
3656
4275
|
"isOverride": false,
|
|
4276
|
+
"visibility": "Public",
|
|
3657
4277
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommand",
|
|
3658
4278
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3659
4279
|
},
|
|
@@ -3672,6 +4292,7 @@
|
|
|
3672
4292
|
"isAbstract": false,
|
|
3673
4293
|
"isVirtual": true,
|
|
3674
4294
|
"isOverride": false,
|
|
4295
|
+
"visibility": "Public",
|
|
3675
4296
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommand",
|
|
3676
4297
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3677
4298
|
}
|
|
@@ -3686,6 +4307,7 @@
|
|
|
3686
4307
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.DbContext,Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger,System.Boolean):void|static=false",
|
|
3687
4308
|
"isStatic": false,
|
|
3688
4309
|
"parameterCount": 4,
|
|
4310
|
+
"visibility": "Public",
|
|
3689
4311
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommand",
|
|
3690
4312
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3691
4313
|
}
|
|
@@ -3702,6 +4324,10 @@
|
|
|
3702
4324
|
"isSealed": false,
|
|
3703
4325
|
"isStatic": false,
|
|
3704
4326
|
"arity": 0,
|
|
4327
|
+
"baseType": {
|
|
4328
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4329
|
+
"clrName": "System.Object"
|
|
4330
|
+
},
|
|
3705
4331
|
"methods": [
|
|
3706
4332
|
{
|
|
3707
4333
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder::GetCommandList():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -3718,6 +4344,7 @@
|
|
|
3718
4344
|
"isVirtual": true,
|
|
3719
4345
|
"isOverride": false,
|
|
3720
4346
|
"isSealed": false,
|
|
4347
|
+
"visibility": "Public",
|
|
3721
4348
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3722
4349
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3723
4350
|
"isExtensionMethod": false
|
|
@@ -3737,6 +4364,7 @@
|
|
|
3737
4364
|
"isVirtual": true,
|
|
3738
4365
|
"isOverride": false,
|
|
3739
4366
|
"isSealed": false,
|
|
4367
|
+
"visibility": "Public",
|
|
3740
4368
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3741
4369
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3742
4370
|
"isExtensionMethod": false
|
|
@@ -3756,6 +4384,7 @@
|
|
|
3756
4384
|
"isVirtual": true,
|
|
3757
4385
|
"isOverride": false,
|
|
3758
4386
|
"isSealed": false,
|
|
4387
|
+
"visibility": "Public",
|
|
3759
4388
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3760
4389
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3761
4390
|
"isExtensionMethod": false
|
|
@@ -3775,6 +4404,7 @@
|
|
|
3775
4404
|
"isVirtual": true,
|
|
3776
4405
|
"isOverride": false,
|
|
3777
4406
|
"isSealed": false,
|
|
4407
|
+
"visibility": "Public",
|
|
3778
4408
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3779
4409
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3780
4410
|
"isExtensionMethod": false
|
|
@@ -3794,6 +4424,7 @@
|
|
|
3794
4424
|
"isVirtual": true,
|
|
3795
4425
|
"isOverride": false,
|
|
3796
4426
|
"isSealed": false,
|
|
4427
|
+
"visibility": "Public",
|
|
3797
4428
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3798
4429
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3799
4430
|
"isExtensionMethod": false
|
|
@@ -3813,6 +4444,7 @@
|
|
|
3813
4444
|
"isVirtual": true,
|
|
3814
4445
|
"isOverride": false,
|
|
3815
4446
|
"isSealed": false,
|
|
4447
|
+
"visibility": "Public",
|
|
3816
4448
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3817
4449
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3818
4450
|
"isExtensionMethod": false
|
|
@@ -3832,6 +4464,7 @@
|
|
|
3832
4464
|
"isVirtual": true,
|
|
3833
4465
|
"isOverride": false,
|
|
3834
4466
|
"isSealed": false,
|
|
4467
|
+
"visibility": "Public",
|
|
3835
4468
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3836
4469
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3837
4470
|
"isExtensionMethod": false
|
|
@@ -3851,6 +4484,7 @@
|
|
|
3851
4484
|
"isVirtual": true,
|
|
3852
4485
|
"isOverride": false,
|
|
3853
4486
|
"isSealed": false,
|
|
4487
|
+
"visibility": "Public",
|
|
3854
4488
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3855
4489
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3856
4490
|
"isExtensionMethod": false
|
|
@@ -3870,6 +4504,7 @@
|
|
|
3870
4504
|
"isVirtual": true,
|
|
3871
4505
|
"isOverride": false,
|
|
3872
4506
|
"isSealed": false,
|
|
4507
|
+
"visibility": "Public",
|
|
3873
4508
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3874
4509
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3875
4510
|
"isExtensionMethod": false
|
|
@@ -3889,12 +4524,33 @@
|
|
|
3889
4524
|
"isVirtual": true,
|
|
3890
4525
|
"isOverride": false,
|
|
3891
4526
|
"isSealed": false,
|
|
4527
|
+
"visibility": "Public",
|
|
3892
4528
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3893
4529
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3894
4530
|
"isExtensionMethod": false
|
|
3895
4531
|
}
|
|
3896
4532
|
],
|
|
3897
|
-
"properties": [
|
|
4533
|
+
"properties": [
|
|
4534
|
+
{
|
|
4535
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder::Dependencies:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4536
|
+
"clrName": "Dependencies",
|
|
4537
|
+
"metadataToken": 385876859,
|
|
4538
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4539
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies|static=false|accessor=get",
|
|
4540
|
+
"emitScope": "ClassSurface",
|
|
4541
|
+
"provenance": "Original",
|
|
4542
|
+
"isIndexer": false,
|
|
4543
|
+
"hasGetter": true,
|
|
4544
|
+
"hasSetter": false,
|
|
4545
|
+
"isStatic": false,
|
|
4546
|
+
"isAbstract": false,
|
|
4547
|
+
"isVirtual": true,
|
|
4548
|
+
"isOverride": false,
|
|
4549
|
+
"visibility": "Protected",
|
|
4550
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
4551
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4552
|
+
}
|
|
4553
|
+
],
|
|
3898
4554
|
"fields": [],
|
|
3899
4555
|
"events": [],
|
|
3900
4556
|
"constructors": [
|
|
@@ -3905,6 +4561,7 @@
|
|
|
3905
4561
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies):void|static=false",
|
|
3906
4562
|
"isStatic": false,
|
|
3907
4563
|
"parameterCount": 1,
|
|
4564
|
+
"visibility": "Public",
|
|
3908
4565
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder",
|
|
3909
4566
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3910
4567
|
}
|
|
@@ -3921,6 +4578,10 @@
|
|
|
3921
4578
|
"isSealed": true,
|
|
3922
4579
|
"isStatic": false,
|
|
3923
4580
|
"arity": 0,
|
|
4581
|
+
"baseType": {
|
|
4582
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4583
|
+
"clrName": "System.Object"
|
|
4584
|
+
},
|
|
3924
4585
|
"methods": [],
|
|
3925
4586
|
"properties": [
|
|
3926
4587
|
{
|
|
@@ -3938,6 +4599,7 @@
|
|
|
3938
4599
|
"isAbstract": false,
|
|
3939
4600
|
"isVirtual": false,
|
|
3940
4601
|
"isOverride": false,
|
|
4602
|
+
"visibility": "Public",
|
|
3941
4603
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState",
|
|
3942
4604
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3943
4605
|
},
|
|
@@ -3956,6 +4618,7 @@
|
|
|
3956
4618
|
"isAbstract": false,
|
|
3957
4619
|
"isVirtual": false,
|
|
3958
4620
|
"isOverride": false,
|
|
4621
|
+
"visibility": "Public",
|
|
3959
4622
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState",
|
|
3960
4623
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3961
4624
|
},
|
|
@@ -3974,6 +4637,7 @@
|
|
|
3974
4637
|
"isAbstract": false,
|
|
3975
4638
|
"isVirtual": false,
|
|
3976
4639
|
"isOverride": false,
|
|
4640
|
+
"visibility": "Public",
|
|
3977
4641
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState",
|
|
3978
4642
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3979
4643
|
},
|
|
@@ -3992,6 +4656,7 @@
|
|
|
3992
4656
|
"isAbstract": false,
|
|
3993
4657
|
"isVirtual": false,
|
|
3994
4658
|
"isOverride": false,
|
|
4659
|
+
"visibility": "Public",
|
|
3995
4660
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState",
|
|
3996
4661
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3997
4662
|
},
|
|
@@ -4010,6 +4675,7 @@
|
|
|
4010
4675
|
"isAbstract": false,
|
|
4011
4676
|
"isVirtual": false,
|
|
4012
4677
|
"isOverride": false,
|
|
4678
|
+
"visibility": "Public",
|
|
4013
4679
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState",
|
|
4014
4680
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4015
4681
|
}
|
|
@@ -4024,6 +4690,7 @@
|
|
|
4024
4690
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4025
4691
|
"isStatic": false,
|
|
4026
4692
|
"parameterCount": 0,
|
|
4693
|
+
"visibility": "Public",
|
|
4027
4694
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationExecutionState",
|
|
4028
4695
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4029
4696
|
}
|
|
@@ -4040,6 +4707,16 @@
|
|
|
4040
4707
|
"isSealed": false,
|
|
4041
4708
|
"isStatic": false,
|
|
4042
4709
|
"arity": 0,
|
|
4710
|
+
"baseType": {
|
|
4711
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4712
|
+
"clrName": "System.Object"
|
|
4713
|
+
},
|
|
4714
|
+
"interfaces": [
|
|
4715
|
+
{
|
|
4716
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4717
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider"
|
|
4718
|
+
}
|
|
4719
|
+
],
|
|
4043
4720
|
"methods": [
|
|
4044
4721
|
{
|
|
4045
4722
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider::ForRemove(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -4056,6 +4733,7 @@
|
|
|
4056
4733
|
"isVirtual": true,
|
|
4057
4734
|
"isOverride": false,
|
|
4058
4735
|
"isSealed": false,
|
|
4736
|
+
"visibility": "Public",
|
|
4059
4737
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4060
4738
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4061
4739
|
"isExtensionMethod": false
|
|
@@ -4075,6 +4753,7 @@
|
|
|
4075
4753
|
"isVirtual": true,
|
|
4076
4754
|
"isOverride": false,
|
|
4077
4755
|
"isSealed": false,
|
|
4756
|
+
"visibility": "Public",
|
|
4078
4757
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4079
4758
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4080
4759
|
"isExtensionMethod": false
|
|
@@ -4094,6 +4773,7 @@
|
|
|
4094
4773
|
"isVirtual": true,
|
|
4095
4774
|
"isOverride": false,
|
|
4096
4775
|
"isSealed": false,
|
|
4776
|
+
"visibility": "Public",
|
|
4097
4777
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4098
4778
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4099
4779
|
"isExtensionMethod": false
|
|
@@ -4113,6 +4793,7 @@
|
|
|
4113
4793
|
"isVirtual": true,
|
|
4114
4794
|
"isOverride": false,
|
|
4115
4795
|
"isSealed": false,
|
|
4796
|
+
"visibility": "Public",
|
|
4116
4797
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4117
4798
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4118
4799
|
"isExtensionMethod": false
|
|
@@ -4132,6 +4813,7 @@
|
|
|
4132
4813
|
"isVirtual": true,
|
|
4133
4814
|
"isOverride": false,
|
|
4134
4815
|
"isSealed": false,
|
|
4816
|
+
"visibility": "Public",
|
|
4135
4817
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4136
4818
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4137
4819
|
"isExtensionMethod": false
|
|
@@ -4151,6 +4833,7 @@
|
|
|
4151
4833
|
"isVirtual": true,
|
|
4152
4834
|
"isOverride": false,
|
|
4153
4835
|
"isSealed": false,
|
|
4836
|
+
"visibility": "Public",
|
|
4154
4837
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4155
4838
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4156
4839
|
"isExtensionMethod": false
|
|
@@ -4170,6 +4853,7 @@
|
|
|
4170
4853
|
"isVirtual": true,
|
|
4171
4854
|
"isOverride": false,
|
|
4172
4855
|
"isSealed": false,
|
|
4856
|
+
"visibility": "Public",
|
|
4173
4857
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4174
4858
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4175
4859
|
"isExtensionMethod": false
|
|
@@ -4189,6 +4873,7 @@
|
|
|
4189
4873
|
"isVirtual": true,
|
|
4190
4874
|
"isOverride": false,
|
|
4191
4875
|
"isSealed": false,
|
|
4876
|
+
"visibility": "Public",
|
|
4192
4877
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4193
4878
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4194
4879
|
"isExtensionMethod": false
|
|
@@ -4208,6 +4893,7 @@
|
|
|
4208
4893
|
"isVirtual": true,
|
|
4209
4894
|
"isOverride": false,
|
|
4210
4895
|
"isSealed": false,
|
|
4896
|
+
"visibility": "Public",
|
|
4211
4897
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4212
4898
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4213
4899
|
"isExtensionMethod": false
|
|
@@ -4227,6 +4913,7 @@
|
|
|
4227
4913
|
"isVirtual": true,
|
|
4228
4914
|
"isOverride": false,
|
|
4229
4915
|
"isSealed": false,
|
|
4916
|
+
"visibility": "Public",
|
|
4230
4917
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4231
4918
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4232
4919
|
"isExtensionMethod": false
|
|
@@ -4246,6 +4933,7 @@
|
|
|
4246
4933
|
"isVirtual": true,
|
|
4247
4934
|
"isOverride": false,
|
|
4248
4935
|
"isSealed": false,
|
|
4936
|
+
"visibility": "Public",
|
|
4249
4937
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4250
4938
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4251
4939
|
"isExtensionMethod": false
|
|
@@ -4265,6 +4953,7 @@
|
|
|
4265
4953
|
"isVirtual": true,
|
|
4266
4954
|
"isOverride": false,
|
|
4267
4955
|
"isSealed": false,
|
|
4956
|
+
"visibility": "Public",
|
|
4268
4957
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4269
4958
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4270
4959
|
"isExtensionMethod": false
|
|
@@ -4284,6 +4973,7 @@
|
|
|
4284
4973
|
"isVirtual": true,
|
|
4285
4974
|
"isOverride": false,
|
|
4286
4975
|
"isSealed": false,
|
|
4976
|
+
"visibility": "Public",
|
|
4287
4977
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4288
4978
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4289
4979
|
"isExtensionMethod": false
|
|
@@ -4303,6 +4993,7 @@
|
|
|
4303
4993
|
"isVirtual": true,
|
|
4304
4994
|
"isOverride": false,
|
|
4305
4995
|
"isSealed": false,
|
|
4996
|
+
"visibility": "Public",
|
|
4306
4997
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4307
4998
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4308
4999
|
"isExtensionMethod": false
|
|
@@ -4322,6 +5013,7 @@
|
|
|
4322
5013
|
"isVirtual": true,
|
|
4323
5014
|
"isOverride": false,
|
|
4324
5015
|
"isSealed": false,
|
|
5016
|
+
"visibility": "Public",
|
|
4325
5017
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4326
5018
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4327
5019
|
"isExtensionMethod": false,
|
|
@@ -4342,6 +5034,7 @@
|
|
|
4342
5034
|
"isVirtual": true,
|
|
4343
5035
|
"isOverride": false,
|
|
4344
5036
|
"isSealed": false,
|
|
5037
|
+
"visibility": "Public",
|
|
4345
5038
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4346
5039
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4347
5040
|
"isExtensionMethod": false,
|
|
@@ -4362,6 +5055,7 @@
|
|
|
4362
5055
|
"isVirtual": true,
|
|
4363
5056
|
"isOverride": false,
|
|
4364
5057
|
"isSealed": false,
|
|
5058
|
+
"visibility": "Public",
|
|
4365
5059
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4366
5060
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4367
5061
|
"isExtensionMethod": false,
|
|
@@ -4382,6 +5076,7 @@
|
|
|
4382
5076
|
"isVirtual": true,
|
|
4383
5077
|
"isOverride": false,
|
|
4384
5078
|
"isSealed": false,
|
|
5079
|
+
"visibility": "Public",
|
|
4385
5080
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4386
5081
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4387
5082
|
"isExtensionMethod": false,
|
|
@@ -4402,6 +5097,7 @@
|
|
|
4402
5097
|
"isVirtual": true,
|
|
4403
5098
|
"isOverride": false,
|
|
4404
5099
|
"isSealed": false,
|
|
5100
|
+
"visibility": "Public",
|
|
4405
5101
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4406
5102
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4407
5103
|
"isExtensionMethod": false,
|
|
@@ -4422,6 +5118,7 @@
|
|
|
4422
5118
|
"isVirtual": true,
|
|
4423
5119
|
"isOverride": false,
|
|
4424
5120
|
"isSealed": false,
|
|
5121
|
+
"visibility": "Public",
|
|
4425
5122
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4426
5123
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4427
5124
|
"isExtensionMethod": false,
|
|
@@ -4442,6 +5139,7 @@
|
|
|
4442
5139
|
"isVirtual": true,
|
|
4443
5140
|
"isOverride": false,
|
|
4444
5141
|
"isSealed": false,
|
|
5142
|
+
"visibility": "Public",
|
|
4445
5143
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4446
5144
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4447
5145
|
"isExtensionMethod": false,
|
|
@@ -4462,6 +5160,7 @@
|
|
|
4462
5160
|
"isVirtual": true,
|
|
4463
5161
|
"isOverride": false,
|
|
4464
5162
|
"isSealed": false,
|
|
5163
|
+
"visibility": "Public",
|
|
4465
5164
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4466
5165
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4467
5166
|
"isExtensionMethod": false,
|
|
@@ -4482,6 +5181,7 @@
|
|
|
4482
5181
|
"isVirtual": true,
|
|
4483
5182
|
"isOverride": false,
|
|
4484
5183
|
"isSealed": false,
|
|
5184
|
+
"visibility": "Public",
|
|
4485
5185
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4486
5186
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4487
5187
|
"isExtensionMethod": false,
|
|
@@ -4502,13 +5202,34 @@
|
|
|
4502
5202
|
"isVirtual": true,
|
|
4503
5203
|
"isOverride": false,
|
|
4504
5204
|
"isSealed": false,
|
|
5205
|
+
"visibility": "Public",
|
|
4505
5206
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
4506
5207
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4507
5208
|
"isExtensionMethod": false,
|
|
4508
5209
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider"
|
|
4509
5210
|
}
|
|
4510
5211
|
],
|
|
4511
|
-
"properties": [
|
|
5212
|
+
"properties": [
|
|
5213
|
+
{
|
|
5214
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider::Dependencies:Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
5215
|
+
"clrName": "Dependencies",
|
|
5216
|
+
"metadataToken": 385876865,
|
|
5217
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
5218
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies|static=false|accessor=get",
|
|
5219
|
+
"emitScope": "ClassSurface",
|
|
5220
|
+
"provenance": "Original",
|
|
5221
|
+
"isIndexer": false,
|
|
5222
|
+
"hasGetter": true,
|
|
5223
|
+
"hasSetter": false,
|
|
5224
|
+
"isStatic": false,
|
|
5225
|
+
"isAbstract": false,
|
|
5226
|
+
"isVirtual": true,
|
|
5227
|
+
"isOverride": false,
|
|
5228
|
+
"visibility": "Protected",
|
|
5229
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
5230
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5231
|
+
}
|
|
5232
|
+
],
|
|
4512
5233
|
"fields": [],
|
|
4513
5234
|
"events": [],
|
|
4514
5235
|
"constructors": [
|
|
@@ -4519,6 +5240,7 @@
|
|
|
4519
5240
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies):void|static=false",
|
|
4520
5241
|
"isStatic": false,
|
|
4521
5242
|
"parameterCount": 1,
|
|
5243
|
+
"visibility": "Public",
|
|
4522
5244
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
4523
5245
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4524
5246
|
}
|
|
@@ -4535,6 +5257,19 @@
|
|
|
4535
5257
|
"isSealed": true,
|
|
4536
5258
|
"isStatic": false,
|
|
4537
5259
|
"arity": 0,
|
|
5260
|
+
"baseType": {
|
|
5261
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5262
|
+
"clrName": "System.Object"
|
|
5263
|
+
},
|
|
5264
|
+
"interfaces": [
|
|
5265
|
+
{
|
|
5266
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
5267
|
+
"clrName": "System.IEquatable\u00601",
|
|
5268
|
+
"typeArguments": [
|
|
5269
|
+
"MigrationsAnnotationProviderDependencies"
|
|
5270
|
+
]
|
|
5271
|
+
}
|
|
5272
|
+
],
|
|
4538
5273
|
"methods": [
|
|
4539
5274
|
{
|
|
4540
5275
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies::ToString():System.String",
|
|
@@ -4551,6 +5286,7 @@
|
|
|
4551
5286
|
"isVirtual": true,
|
|
4552
5287
|
"isOverride": true,
|
|
4553
5288
|
"isSealed": false,
|
|
5289
|
+
"visibility": "Public",
|
|
4554
5290
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
4555
5291
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4556
5292
|
"isExtensionMethod": false
|
|
@@ -4570,6 +5306,7 @@
|
|
|
4570
5306
|
"isVirtual": true,
|
|
4571
5307
|
"isOverride": true,
|
|
4572
5308
|
"isSealed": false,
|
|
5309
|
+
"visibility": "Public",
|
|
4573
5310
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
4574
5311
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4575
5312
|
"isExtensionMethod": false
|
|
@@ -4589,6 +5326,7 @@
|
|
|
4589
5326
|
"isVirtual": true,
|
|
4590
5327
|
"isOverride": true,
|
|
4591
5328
|
"isSealed": false,
|
|
5329
|
+
"visibility": "Public",
|
|
4592
5330
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
4593
5331
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4594
5332
|
"isExtensionMethod": false
|
|
@@ -4608,6 +5346,7 @@
|
|
|
4608
5346
|
"isVirtual": true,
|
|
4609
5347
|
"isOverride": false,
|
|
4610
5348
|
"isSealed": true,
|
|
5349
|
+
"visibility": "Public",
|
|
4611
5350
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
4612
5351
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4613
5352
|
"isExtensionMethod": false
|
|
@@ -4627,6 +5366,7 @@
|
|
|
4627
5366
|
"isVirtual": false,
|
|
4628
5367
|
"isOverride": false,
|
|
4629
5368
|
"isSealed": false,
|
|
5369
|
+
"visibility": "Public",
|
|
4630
5370
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
4631
5371
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4632
5372
|
"isExtensionMethod": false
|
|
@@ -4643,6 +5383,7 @@
|
|
|
4643
5383
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4644
5384
|
"isStatic": false,
|
|
4645
5385
|
"parameterCount": 0,
|
|
5386
|
+
"visibility": "Public",
|
|
4646
5387
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies",
|
|
4647
5388
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4648
5389
|
}
|
|
@@ -4659,6 +5400,16 @@
|
|
|
4659
5400
|
"isSealed": false,
|
|
4660
5401
|
"isStatic": false,
|
|
4661
5402
|
"arity": 0,
|
|
5403
|
+
"baseType": {
|
|
5404
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5405
|
+
"clrName": "System.Object"
|
|
5406
|
+
},
|
|
5407
|
+
"interfaces": [
|
|
5408
|
+
{
|
|
5409
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator",
|
|
5410
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator"
|
|
5411
|
+
}
|
|
5412
|
+
],
|
|
4662
5413
|
"methods": [
|
|
4663
5414
|
{
|
|
4664
5415
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,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]]",
|
|
@@ -4675,18 +5426,19 @@
|
|
|
4675
5426
|
"isVirtual": true,
|
|
4676
5427
|
"isOverride": false,
|
|
4677
5428
|
"isSealed": false,
|
|
5429
|
+
"visibility": "Public",
|
|
4678
5430
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
4679
5431
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4680
5432
|
"isExtensionMethod": false
|
|
4681
5433
|
},
|
|
4682
5434
|
{
|
|
4683
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.
|
|
5435
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
4684
5436
|
"clrName": "Generate",
|
|
4685
|
-
"metadataToken":
|
|
4686
|
-
"canonicalSignature": "(
|
|
4687
|
-
"normalizedSignature": "Generate|(
|
|
4688
|
-
"emitScope": "
|
|
4689
|
-
"provenance": "
|
|
5437
|
+
"metadataToken": 100668241,
|
|
5438
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5439
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5440
|
+
"emitScope": "ClassSurface",
|
|
5441
|
+
"provenance": "Original",
|
|
4690
5442
|
"arity": 0,
|
|
4691
5443
|
"parameterCount": 3,
|
|
4692
5444
|
"isStatic": false,
|
|
@@ -4694,39 +5446,1397 @@
|
|
|
4694
5446
|
"isVirtual": true,
|
|
4695
5447
|
"isOverride": false,
|
|
4696
5448
|
"isSealed": false,
|
|
4697
|
-
"
|
|
5449
|
+
"visibility": "Protected",
|
|
5450
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
4698
5451
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4699
|
-
"isExtensionMethod": false
|
|
4700
|
-
|
|
4701
|
-
}
|
|
4702
|
-
],
|
|
4703
|
-
"properties": [],
|
|
4704
|
-
"fields": [],
|
|
4705
|
-
"events": [],
|
|
4706
|
-
"constructors": [
|
|
5452
|
+
"isExtensionMethod": false
|
|
5453
|
+
},
|
|
4707
5454
|
{
|
|
4708
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator
|
|
4709
|
-
"
|
|
4710
|
-
"
|
|
4711
|
-
"
|
|
5455
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5456
|
+
"clrName": "Generate",
|
|
5457
|
+
"metadataToken": 100668242,
|
|
5458
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5459
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5460
|
+
"emitScope": "ClassSurface",
|
|
5461
|
+
"provenance": "Original",
|
|
5462
|
+
"arity": 0,
|
|
5463
|
+
"parameterCount": 4,
|
|
4712
5464
|
"isStatic": false,
|
|
4713
|
-
"
|
|
5465
|
+
"isAbstract": false,
|
|
5466
|
+
"isVirtual": true,
|
|
5467
|
+
"isOverride": false,
|
|
5468
|
+
"isSealed": false,
|
|
5469
|
+
"visibility": "Protected",
|
|
4714
5470
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
4715
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
5471
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5472
|
+
"isExtensionMethod": false
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5476
|
+
"clrName": "Generate",
|
|
5477
|
+
"metadataToken": 100668243,
|
|
5478
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5479
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5480
|
+
"emitScope": "ClassSurface",
|
|
5481
|
+
"provenance": "Original",
|
|
5482
|
+
"arity": 0,
|
|
5483
|
+
"parameterCount": 4,
|
|
5484
|
+
"isStatic": false,
|
|
5485
|
+
"isAbstract": false,
|
|
5486
|
+
"isVirtual": true,
|
|
5487
|
+
"isOverride": false,
|
|
5488
|
+
"isSealed": false,
|
|
5489
|
+
"visibility": "Protected",
|
|
5490
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5491
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5492
|
+
"isExtensionMethod": false
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5496
|
+
"clrName": "Generate",
|
|
5497
|
+
"metadataToken": 100668244,
|
|
5498
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5499
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5500
|
+
"emitScope": "ClassSurface",
|
|
5501
|
+
"provenance": "Original",
|
|
5502
|
+
"arity": 0,
|
|
5503
|
+
"parameterCount": 4,
|
|
5504
|
+
"isStatic": false,
|
|
5505
|
+
"isAbstract": false,
|
|
5506
|
+
"isVirtual": true,
|
|
5507
|
+
"isOverride": false,
|
|
5508
|
+
"isSealed": false,
|
|
5509
|
+
"visibility": "Protected",
|
|
5510
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5511
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5512
|
+
"isExtensionMethod": false
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5516
|
+
"clrName": "Generate",
|
|
5517
|
+
"metadataToken": 100668245,
|
|
5518
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5519
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5520
|
+
"emitScope": "ClassSurface",
|
|
5521
|
+
"provenance": "Original",
|
|
5522
|
+
"arity": 0,
|
|
5523
|
+
"parameterCount": 3,
|
|
5524
|
+
"isStatic": false,
|
|
5525
|
+
"isAbstract": false,
|
|
5526
|
+
"isVirtual": true,
|
|
5527
|
+
"isOverride": false,
|
|
5528
|
+
"isSealed": false,
|
|
5529
|
+
"visibility": "Protected",
|
|
5530
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5531
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5532
|
+
"isExtensionMethod": false
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5536
|
+
"clrName": "Generate",
|
|
5537
|
+
"metadataToken": 100668246,
|
|
5538
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5539
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5540
|
+
"emitScope": "ClassSurface",
|
|
5541
|
+
"provenance": "Original",
|
|
5542
|
+
"arity": 0,
|
|
5543
|
+
"parameterCount": 3,
|
|
5544
|
+
"isStatic": false,
|
|
5545
|
+
"isAbstract": false,
|
|
5546
|
+
"isVirtual": true,
|
|
5547
|
+
"isOverride": false,
|
|
5548
|
+
"isSealed": false,
|
|
5549
|
+
"visibility": "Protected",
|
|
5550
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5551
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5552
|
+
"isExtensionMethod": false
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5556
|
+
"clrName": "Generate",
|
|
5557
|
+
"metadataToken": 100668247,
|
|
5558
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5559
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5560
|
+
"emitScope": "ClassSurface",
|
|
5561
|
+
"provenance": "Original",
|
|
5562
|
+
"arity": 0,
|
|
5563
|
+
"parameterCount": 3,
|
|
5564
|
+
"isStatic": false,
|
|
5565
|
+
"isAbstract": false,
|
|
5566
|
+
"isVirtual": true,
|
|
5567
|
+
"isOverride": false,
|
|
5568
|
+
"isSealed": false,
|
|
5569
|
+
"visibility": "Protected",
|
|
5570
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5571
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5572
|
+
"isExtensionMethod": false
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5576
|
+
"clrName": "Generate",
|
|
5577
|
+
"metadataToken": 100668248,
|
|
5578
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5579
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5580
|
+
"emitScope": "ClassSurface",
|
|
5581
|
+
"provenance": "Original",
|
|
5582
|
+
"arity": 0,
|
|
5583
|
+
"parameterCount": 3,
|
|
5584
|
+
"isStatic": false,
|
|
5585
|
+
"isAbstract": false,
|
|
5586
|
+
"isVirtual": true,
|
|
5587
|
+
"isOverride": false,
|
|
5588
|
+
"isSealed": false,
|
|
5589
|
+
"visibility": "Protected",
|
|
5590
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5591
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5592
|
+
"isExtensionMethod": false
|
|
5593
|
+
},
|
|
5594
|
+
{
|
|
5595
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5596
|
+
"clrName": "Generate",
|
|
5597
|
+
"metadataToken": 100668249,
|
|
5598
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5599
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5600
|
+
"emitScope": "ClassSurface",
|
|
5601
|
+
"provenance": "Original",
|
|
5602
|
+
"arity": 0,
|
|
5603
|
+
"parameterCount": 3,
|
|
5604
|
+
"isStatic": false,
|
|
5605
|
+
"isAbstract": false,
|
|
5606
|
+
"isVirtual": true,
|
|
5607
|
+
"isOverride": false,
|
|
5608
|
+
"isSealed": false,
|
|
5609
|
+
"visibility": "Protected",
|
|
5610
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5611
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5612
|
+
"isExtensionMethod": false
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5616
|
+
"clrName": "Generate",
|
|
5617
|
+
"metadataToken": 100668250,
|
|
5618
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5619
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5620
|
+
"emitScope": "ClassSurface",
|
|
5621
|
+
"provenance": "Original",
|
|
5622
|
+
"arity": 0,
|
|
5623
|
+
"parameterCount": 3,
|
|
5624
|
+
"isStatic": false,
|
|
5625
|
+
"isAbstract": false,
|
|
5626
|
+
"isVirtual": true,
|
|
5627
|
+
"isOverride": false,
|
|
5628
|
+
"isSealed": false,
|
|
5629
|
+
"visibility": "Protected",
|
|
5630
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5631
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5632
|
+
"isExtensionMethod": false
|
|
5633
|
+
},
|
|
5634
|
+
{
|
|
5635
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5636
|
+
"clrName": "Generate",
|
|
5637
|
+
"metadataToken": 100668251,
|
|
5638
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5639
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5640
|
+
"emitScope": "ClassSurface",
|
|
5641
|
+
"provenance": "Original",
|
|
5642
|
+
"arity": 0,
|
|
5643
|
+
"parameterCount": 3,
|
|
5644
|
+
"isStatic": false,
|
|
5645
|
+
"isAbstract": false,
|
|
5646
|
+
"isVirtual": true,
|
|
5647
|
+
"isOverride": false,
|
|
5648
|
+
"isSealed": false,
|
|
5649
|
+
"visibility": "Protected",
|
|
5650
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5651
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5652
|
+
"isExtensionMethod": false
|
|
5653
|
+
},
|
|
5654
|
+
{
|
|
5655
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5656
|
+
"clrName": "Generate",
|
|
5657
|
+
"metadataToken": 100668252,
|
|
5658
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5659
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5660
|
+
"emitScope": "ClassSurface",
|
|
5661
|
+
"provenance": "Original",
|
|
5662
|
+
"arity": 0,
|
|
5663
|
+
"parameterCount": 3,
|
|
5664
|
+
"isStatic": false,
|
|
5665
|
+
"isAbstract": false,
|
|
5666
|
+
"isVirtual": true,
|
|
5667
|
+
"isOverride": false,
|
|
5668
|
+
"isSealed": false,
|
|
5669
|
+
"visibility": "Protected",
|
|
5670
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5671
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5672
|
+
"isExtensionMethod": false
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5676
|
+
"clrName": "Generate",
|
|
5677
|
+
"metadataToken": 100668253,
|
|
5678
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5679
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5680
|
+
"emitScope": "ClassSurface",
|
|
5681
|
+
"provenance": "Original",
|
|
5682
|
+
"arity": 0,
|
|
5683
|
+
"parameterCount": 4,
|
|
5684
|
+
"isStatic": false,
|
|
5685
|
+
"isAbstract": false,
|
|
5686
|
+
"isVirtual": true,
|
|
5687
|
+
"isOverride": false,
|
|
5688
|
+
"isSealed": false,
|
|
5689
|
+
"visibility": "Protected",
|
|
5690
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5691
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5692
|
+
"isExtensionMethod": false
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5696
|
+
"clrName": "Generate",
|
|
5697
|
+
"metadataToken": 100668254,
|
|
5698
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5699
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5700
|
+
"emitScope": "ClassSurface",
|
|
5701
|
+
"provenance": "Original",
|
|
5702
|
+
"arity": 0,
|
|
5703
|
+
"parameterCount": 3,
|
|
5704
|
+
"isStatic": false,
|
|
5705
|
+
"isAbstract": false,
|
|
5706
|
+
"isVirtual": true,
|
|
5707
|
+
"isOverride": false,
|
|
5708
|
+
"isSealed": false,
|
|
5709
|
+
"visibility": "Protected",
|
|
5710
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5711
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5712
|
+
"isExtensionMethod": false
|
|
5713
|
+
},
|
|
5714
|
+
{
|
|
5715
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5716
|
+
"clrName": "Generate",
|
|
5717
|
+
"metadataToken": 100668255,
|
|
5718
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5719
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5720
|
+
"emitScope": "ClassSurface",
|
|
5721
|
+
"provenance": "Original",
|
|
5722
|
+
"arity": 0,
|
|
5723
|
+
"parameterCount": 3,
|
|
5724
|
+
"isStatic": false,
|
|
5725
|
+
"isAbstract": false,
|
|
5726
|
+
"isVirtual": true,
|
|
5727
|
+
"isOverride": false,
|
|
5728
|
+
"isSealed": false,
|
|
5729
|
+
"visibility": "Protected",
|
|
5730
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5731
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5732
|
+
"isExtensionMethod": false
|
|
5733
|
+
},
|
|
5734
|
+
{
|
|
5735
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5736
|
+
"clrName": "Generate",
|
|
5737
|
+
"metadataToken": 100668256,
|
|
5738
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5739
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5740
|
+
"emitScope": "ClassSurface",
|
|
5741
|
+
"provenance": "Original",
|
|
5742
|
+
"arity": 0,
|
|
5743
|
+
"parameterCount": 4,
|
|
5744
|
+
"isStatic": false,
|
|
5745
|
+
"isAbstract": false,
|
|
5746
|
+
"isVirtual": true,
|
|
5747
|
+
"isOverride": false,
|
|
5748
|
+
"isSealed": false,
|
|
5749
|
+
"visibility": "Protected",
|
|
5750
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5751
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5752
|
+
"isExtensionMethod": false
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5756
|
+
"clrName": "Generate",
|
|
5757
|
+
"metadataToken": 100668257,
|
|
5758
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5759
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5760
|
+
"emitScope": "ClassSurface",
|
|
5761
|
+
"provenance": "Original",
|
|
5762
|
+
"arity": 0,
|
|
5763
|
+
"parameterCount": 4,
|
|
5764
|
+
"isStatic": false,
|
|
5765
|
+
"isAbstract": false,
|
|
5766
|
+
"isVirtual": true,
|
|
5767
|
+
"isOverride": false,
|
|
5768
|
+
"isSealed": false,
|
|
5769
|
+
"visibility": "Protected",
|
|
5770
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5771
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5772
|
+
"isExtensionMethod": false
|
|
5773
|
+
},
|
|
5774
|
+
{
|
|
5775
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5776
|
+
"clrName": "Generate",
|
|
5777
|
+
"metadataToken": 100668258,
|
|
5778
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5779
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5780
|
+
"emitScope": "ClassSurface",
|
|
5781
|
+
"provenance": "Original",
|
|
5782
|
+
"arity": 0,
|
|
5783
|
+
"parameterCount": 4,
|
|
5784
|
+
"isStatic": false,
|
|
5785
|
+
"isAbstract": false,
|
|
5786
|
+
"isVirtual": true,
|
|
5787
|
+
"isOverride": false,
|
|
5788
|
+
"isSealed": false,
|
|
5789
|
+
"visibility": "Protected",
|
|
5790
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5791
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5792
|
+
"isExtensionMethod": false
|
|
5793
|
+
},
|
|
5794
|
+
{
|
|
5795
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5796
|
+
"clrName": "Generate",
|
|
5797
|
+
"metadataToken": 100668259,
|
|
5798
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5799
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5800
|
+
"emitScope": "ClassSurface",
|
|
5801
|
+
"provenance": "Original",
|
|
5802
|
+
"arity": 0,
|
|
5803
|
+
"parameterCount": 4,
|
|
5804
|
+
"isStatic": false,
|
|
5805
|
+
"isAbstract": false,
|
|
5806
|
+
"isVirtual": true,
|
|
5807
|
+
"isOverride": false,
|
|
5808
|
+
"isSealed": false,
|
|
5809
|
+
"visibility": "Protected",
|
|
5810
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5811
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5812
|
+
"isExtensionMethod": false
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5816
|
+
"clrName": "Generate",
|
|
5817
|
+
"metadataToken": 100668260,
|
|
5818
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5819
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5820
|
+
"emitScope": "ClassSurface",
|
|
5821
|
+
"provenance": "Original",
|
|
5822
|
+
"arity": 0,
|
|
5823
|
+
"parameterCount": 4,
|
|
5824
|
+
"isStatic": false,
|
|
5825
|
+
"isAbstract": false,
|
|
5826
|
+
"isVirtual": true,
|
|
5827
|
+
"isOverride": false,
|
|
5828
|
+
"isSealed": false,
|
|
5829
|
+
"visibility": "Protected",
|
|
5830
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5831
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5832
|
+
"isExtensionMethod": false
|
|
5833
|
+
},
|
|
5834
|
+
{
|
|
5835
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5836
|
+
"clrName": "Generate",
|
|
5837
|
+
"metadataToken": 100668261,
|
|
5838
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5839
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5840
|
+
"emitScope": "ClassSurface",
|
|
5841
|
+
"provenance": "Original",
|
|
5842
|
+
"arity": 0,
|
|
5843
|
+
"parameterCount": 3,
|
|
5844
|
+
"isStatic": false,
|
|
5845
|
+
"isAbstract": false,
|
|
5846
|
+
"isVirtual": true,
|
|
5847
|
+
"isOverride": false,
|
|
5848
|
+
"isSealed": false,
|
|
5849
|
+
"visibility": "Protected",
|
|
5850
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5851
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5852
|
+
"isExtensionMethod": false
|
|
5853
|
+
},
|
|
5854
|
+
{
|
|
5855
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5856
|
+
"clrName": "Generate",
|
|
5857
|
+
"metadataToken": 100668262,
|
|
5858
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5859
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5860
|
+
"emitScope": "ClassSurface",
|
|
5861
|
+
"provenance": "Original",
|
|
5862
|
+
"arity": 0,
|
|
5863
|
+
"parameterCount": 3,
|
|
5864
|
+
"isStatic": false,
|
|
5865
|
+
"isAbstract": false,
|
|
5866
|
+
"isVirtual": true,
|
|
5867
|
+
"isOverride": false,
|
|
5868
|
+
"isSealed": false,
|
|
5869
|
+
"visibility": "Protected",
|
|
5870
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5871
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5872
|
+
"isExtensionMethod": false
|
|
5873
|
+
},
|
|
5874
|
+
{
|
|
5875
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5876
|
+
"clrName": "Generate",
|
|
5877
|
+
"metadataToken": 100668263,
|
|
5878
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
5879
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
5880
|
+
"emitScope": "ClassSurface",
|
|
5881
|
+
"provenance": "Original",
|
|
5882
|
+
"arity": 0,
|
|
5883
|
+
"parameterCount": 4,
|
|
5884
|
+
"isStatic": false,
|
|
5885
|
+
"isAbstract": false,
|
|
5886
|
+
"isVirtual": true,
|
|
5887
|
+
"isOverride": false,
|
|
5888
|
+
"isSealed": false,
|
|
5889
|
+
"visibility": "Protected",
|
|
5890
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5891
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5892
|
+
"isExtensionMethod": false
|
|
5893
|
+
},
|
|
5894
|
+
{
|
|
5895
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5896
|
+
"clrName": "Generate",
|
|
5897
|
+
"metadataToken": 100668264,
|
|
5898
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5899
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5900
|
+
"emitScope": "ClassSurface",
|
|
5901
|
+
"provenance": "Original",
|
|
5902
|
+
"arity": 0,
|
|
5903
|
+
"parameterCount": 3,
|
|
5904
|
+
"isStatic": false,
|
|
5905
|
+
"isAbstract": false,
|
|
5906
|
+
"isVirtual": true,
|
|
5907
|
+
"isOverride": false,
|
|
5908
|
+
"isSealed": false,
|
|
5909
|
+
"visibility": "Protected",
|
|
5910
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5911
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5912
|
+
"isExtensionMethod": false
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5916
|
+
"clrName": "Generate",
|
|
5917
|
+
"metadataToken": 100668265,
|
|
5918
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5919
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5920
|
+
"emitScope": "ClassSurface",
|
|
5921
|
+
"provenance": "Original",
|
|
5922
|
+
"arity": 0,
|
|
5923
|
+
"parameterCount": 3,
|
|
5924
|
+
"isStatic": false,
|
|
5925
|
+
"isAbstract": false,
|
|
5926
|
+
"isVirtual": true,
|
|
5927
|
+
"isOverride": false,
|
|
5928
|
+
"isSealed": false,
|
|
5929
|
+
"visibility": "Protected",
|
|
5930
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5931
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5932
|
+
"isExtensionMethod": false
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5936
|
+
"clrName": "Generate",
|
|
5937
|
+
"metadataToken": 100668266,
|
|
5938
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5939
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5940
|
+
"emitScope": "ClassSurface",
|
|
5941
|
+
"provenance": "Original",
|
|
5942
|
+
"arity": 0,
|
|
5943
|
+
"parameterCount": 3,
|
|
5944
|
+
"isStatic": false,
|
|
5945
|
+
"isAbstract": false,
|
|
5946
|
+
"isVirtual": true,
|
|
5947
|
+
"isOverride": false,
|
|
5948
|
+
"isSealed": false,
|
|
5949
|
+
"visibility": "Protected",
|
|
5950
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5951
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5952
|
+
"isExtensionMethod": false
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5956
|
+
"clrName": "Generate",
|
|
5957
|
+
"metadataToken": 100668267,
|
|
5958
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5959
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5960
|
+
"emitScope": "ClassSurface",
|
|
5961
|
+
"provenance": "Original",
|
|
5962
|
+
"arity": 0,
|
|
5963
|
+
"parameterCount": 3,
|
|
5964
|
+
"isStatic": false,
|
|
5965
|
+
"isAbstract": false,
|
|
5966
|
+
"isVirtual": true,
|
|
5967
|
+
"isOverride": false,
|
|
5968
|
+
"isSealed": false,
|
|
5969
|
+
"visibility": "Protected",
|
|
5970
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5971
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5972
|
+
"isExtensionMethod": false
|
|
5973
|
+
},
|
|
5974
|
+
{
|
|
5975
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5976
|
+
"clrName": "Generate",
|
|
5977
|
+
"metadataToken": 100668268,
|
|
5978
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5979
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
5980
|
+
"emitScope": "ClassSurface",
|
|
5981
|
+
"provenance": "Original",
|
|
5982
|
+
"arity": 0,
|
|
5983
|
+
"parameterCount": 3,
|
|
5984
|
+
"isStatic": false,
|
|
5985
|
+
"isAbstract": false,
|
|
5986
|
+
"isVirtual": true,
|
|
5987
|
+
"isOverride": false,
|
|
5988
|
+
"isSealed": false,
|
|
5989
|
+
"visibility": "Protected",
|
|
5990
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
5991
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5992
|
+
"isExtensionMethod": false
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5996
|
+
"clrName": "Generate",
|
|
5997
|
+
"metadataToken": 100668269,
|
|
5998
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
5999
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6000
|
+
"emitScope": "ClassSurface",
|
|
6001
|
+
"provenance": "Original",
|
|
6002
|
+
"arity": 0,
|
|
6003
|
+
"parameterCount": 3,
|
|
6004
|
+
"isStatic": false,
|
|
6005
|
+
"isAbstract": false,
|
|
6006
|
+
"isVirtual": true,
|
|
6007
|
+
"isOverride": false,
|
|
6008
|
+
"isSealed": false,
|
|
6009
|
+
"visibility": "Protected",
|
|
6010
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6011
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6012
|
+
"isExtensionMethod": false
|
|
6013
|
+
},
|
|
6014
|
+
{
|
|
6015
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
6016
|
+
"clrName": "Generate",
|
|
6017
|
+
"metadataToken": 100668270,
|
|
6018
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
6019
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
6020
|
+
"emitScope": "ClassSurface",
|
|
6021
|
+
"provenance": "Original",
|
|
6022
|
+
"arity": 0,
|
|
6023
|
+
"parameterCount": 4,
|
|
6024
|
+
"isStatic": false,
|
|
6025
|
+
"isAbstract": false,
|
|
6026
|
+
"isVirtual": true,
|
|
6027
|
+
"isOverride": false,
|
|
6028
|
+
"isSealed": false,
|
|
6029
|
+
"visibility": "Protected",
|
|
6030
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6031
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6032
|
+
"isExtensionMethod": false
|
|
6033
|
+
},
|
|
6034
|
+
{
|
|
6035
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::GenerateModificationCommands(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
6036
|
+
"clrName": "GenerateModificationCommands",
|
|
6037
|
+
"metadataToken": 100668271,
|
|
6038
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
6039
|
+
"normalizedSignature": "GenerateModificationCommands|(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
6040
|
+
"emitScope": "ClassSurface",
|
|
6041
|
+
"provenance": "Original",
|
|
6042
|
+
"arity": 0,
|
|
6043
|
+
"parameterCount": 2,
|
|
6044
|
+
"isStatic": false,
|
|
6045
|
+
"isAbstract": false,
|
|
6046
|
+
"isVirtual": true,
|
|
6047
|
+
"isOverride": false,
|
|
6048
|
+
"isSealed": false,
|
|
6049
|
+
"visibility": "Protected",
|
|
6050
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6051
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6052
|
+
"isExtensionMethod": false
|
|
6053
|
+
},
|
|
6054
|
+
{
|
|
6055
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6056
|
+
"clrName": "Generate",
|
|
6057
|
+
"metadataToken": 100668272,
|
|
6058
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6059
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6060
|
+
"emitScope": "ClassSurface",
|
|
6061
|
+
"provenance": "Original",
|
|
6062
|
+
"arity": 0,
|
|
6063
|
+
"parameterCount": 3,
|
|
6064
|
+
"isStatic": false,
|
|
6065
|
+
"isAbstract": false,
|
|
6066
|
+
"isVirtual": true,
|
|
6067
|
+
"isOverride": false,
|
|
6068
|
+
"isSealed": false,
|
|
6069
|
+
"visibility": "Protected",
|
|
6070
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6071
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6072
|
+
"isExtensionMethod": false
|
|
6073
|
+
},
|
|
6074
|
+
{
|
|
6075
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::GenerateModificationCommands(Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
6076
|
+
"clrName": "GenerateModificationCommands",
|
|
6077
|
+
"metadataToken": 100668273,
|
|
6078
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
6079
|
+
"normalizedSignature": "GenerateModificationCommands|(Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
6080
|
+
"emitScope": "ClassSurface",
|
|
6081
|
+
"provenance": "Original",
|
|
6082
|
+
"arity": 0,
|
|
6083
|
+
"parameterCount": 2,
|
|
6084
|
+
"isStatic": false,
|
|
6085
|
+
"isAbstract": false,
|
|
6086
|
+
"isVirtual": true,
|
|
6087
|
+
"isOverride": false,
|
|
6088
|
+
"isSealed": false,
|
|
6089
|
+
"visibility": "Protected",
|
|
6090
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6091
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6092
|
+
"isExtensionMethod": false
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Generate(Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6096
|
+
"clrName": "Generate",
|
|
6097
|
+
"metadataToken": 100668274,
|
|
6098
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6099
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6100
|
+
"emitScope": "ClassSurface",
|
|
6101
|
+
"provenance": "Original",
|
|
6102
|
+
"arity": 0,
|
|
6103
|
+
"parameterCount": 3,
|
|
6104
|
+
"isStatic": false,
|
|
6105
|
+
"isAbstract": false,
|
|
6106
|
+
"isVirtual": true,
|
|
6107
|
+
"isOverride": false,
|
|
6108
|
+
"isSealed": false,
|
|
6109
|
+
"visibility": "Protected",
|
|
6110
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6111
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6112
|
+
"isExtensionMethod": false
|
|
6113
|
+
},
|
|
6114
|
+
{
|
|
6115
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::GenerateModificationCommands(Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
6116
|
+
"clrName": "GenerateModificationCommands",
|
|
6117
|
+
"metadataToken": 100668275,
|
|
6118
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
6119
|
+
"normalizedSignature": "GenerateModificationCommands|(Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
6120
|
+
"emitScope": "ClassSurface",
|
|
6121
|
+
"provenance": "Original",
|
|
6122
|
+
"arity": 0,
|
|
6123
|
+
"parameterCount": 2,
|
|
6124
|
+
"isStatic": false,
|
|
6125
|
+
"isAbstract": false,
|
|
6126
|
+
"isVirtual": true,
|
|
6127
|
+
"isOverride": false,
|
|
6128
|
+
"isSealed": false,
|
|
6129
|
+
"visibility": "Protected",
|
|
6130
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6131
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6132
|
+
"isExtensionMethod": false
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::SequenceOptions(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6136
|
+
"clrName": "SequenceOptions",
|
|
6137
|
+
"metadataToken": 100668278,
|
|
6138
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6139
|
+
"normalizedSignature": "SequenceOptions|(Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6140
|
+
"emitScope": "ClassSurface",
|
|
6141
|
+
"provenance": "Original",
|
|
6142
|
+
"arity": 0,
|
|
6143
|
+
"parameterCount": 3,
|
|
6144
|
+
"isStatic": false,
|
|
6145
|
+
"isAbstract": false,
|
|
6146
|
+
"isVirtual": true,
|
|
6147
|
+
"isOverride": false,
|
|
6148
|
+
"isSealed": false,
|
|
6149
|
+
"visibility": "Protected",
|
|
6150
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6151
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6152
|
+
"isExtensionMethod": false
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::SequenceOptions(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6156
|
+
"clrName": "SequenceOptions",
|
|
6157
|
+
"metadataToken": 100668279,
|
|
6158
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6159
|
+
"normalizedSignature": "SequenceOptions|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6160
|
+
"emitScope": "ClassSurface",
|
|
6161
|
+
"provenance": "Original",
|
|
6162
|
+
"arity": 0,
|
|
6163
|
+
"parameterCount": 3,
|
|
6164
|
+
"isStatic": false,
|
|
6165
|
+
"isAbstract": false,
|
|
6166
|
+
"isVirtual": true,
|
|
6167
|
+
"isOverride": false,
|
|
6168
|
+
"isSealed": false,
|
|
6169
|
+
"visibility": "Protected",
|
|
6170
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6171
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6172
|
+
"isExtensionMethod": false
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::SequenceOptions(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6176
|
+
"clrName": "SequenceOptions",
|
|
6177
|
+
"metadataToken": 100668280,
|
|
6178
|
+
"canonicalSignature": "(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6179
|
+
"normalizedSignature": "SequenceOptions|(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6180
|
+
"emitScope": "ClassSurface",
|
|
6181
|
+
"provenance": "Original",
|
|
6182
|
+
"arity": 0,
|
|
6183
|
+
"parameterCount": 5,
|
|
6184
|
+
"isStatic": false,
|
|
6185
|
+
"isAbstract": false,
|
|
6186
|
+
"isVirtual": true,
|
|
6187
|
+
"isOverride": false,
|
|
6188
|
+
"isSealed": false,
|
|
6189
|
+
"visibility": "Protected",
|
|
6190
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6191
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6192
|
+
"isExtensionMethod": false
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::SequenceOptions(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
6196
|
+
"clrName": "SequenceOptions",
|
|
6197
|
+
"metadataToken": 100668281,
|
|
6198
|
+
"canonicalSignature": "(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
6199
|
+
"normalizedSignature": "SequenceOptions|(System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
6200
|
+
"emitScope": "ClassSurface",
|
|
6201
|
+
"provenance": "Original",
|
|
6202
|
+
"arity": 0,
|
|
6203
|
+
"parameterCount": 6,
|
|
6204
|
+
"isStatic": false,
|
|
6205
|
+
"isAbstract": false,
|
|
6206
|
+
"isVirtual": true,
|
|
6207
|
+
"isOverride": false,
|
|
6208
|
+
"isSealed": false,
|
|
6209
|
+
"visibility": "Protected",
|
|
6210
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6211
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6212
|
+
"isExtensionMethod": false
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::CreateTableColumns(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6216
|
+
"clrName": "CreateTableColumns",
|
|
6217
|
+
"metadataToken": 100668282,
|
|
6218
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6219
|
+
"normalizedSignature": "CreateTableColumns|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6220
|
+
"emitScope": "ClassSurface",
|
|
6221
|
+
"provenance": "Original",
|
|
6222
|
+
"arity": 0,
|
|
6223
|
+
"parameterCount": 3,
|
|
6224
|
+
"isStatic": false,
|
|
6225
|
+
"isAbstract": false,
|
|
6226
|
+
"isVirtual": true,
|
|
6227
|
+
"isOverride": false,
|
|
6228
|
+
"isSealed": false,
|
|
6229
|
+
"visibility": "Protected",
|
|
6230
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6231
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6232
|
+
"isExtensionMethod": false
|
|
6233
|
+
},
|
|
6234
|
+
{
|
|
6235
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::ColumnDefinition(Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6236
|
+
"clrName": "ColumnDefinition",
|
|
6237
|
+
"metadataToken": 100668283,
|
|
6238
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6239
|
+
"normalizedSignature": "ColumnDefinition|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6240
|
+
"emitScope": "ClassSurface",
|
|
6241
|
+
"provenance": "Original",
|
|
6242
|
+
"arity": 0,
|
|
6243
|
+
"parameterCount": 3,
|
|
6244
|
+
"isStatic": false,
|
|
6245
|
+
"isAbstract": false,
|
|
6246
|
+
"isVirtual": true,
|
|
6247
|
+
"isOverride": false,
|
|
6248
|
+
"isSealed": false,
|
|
6249
|
+
"visibility": "Protected",
|
|
6250
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6251
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6252
|
+
"isExtensionMethod": false
|
|
6253
|
+
},
|
|
6254
|
+
{
|
|
6255
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::ColumnDefinition(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6256
|
+
"clrName": "ColumnDefinition",
|
|
6257
|
+
"metadataToken": 100668284,
|
|
6258
|
+
"canonicalSignature": "(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6259
|
+
"normalizedSignature": "ColumnDefinition|(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6260
|
+
"emitScope": "ClassSurface",
|
|
6261
|
+
"provenance": "Original",
|
|
6262
|
+
"arity": 0,
|
|
6263
|
+
"parameterCount": 6,
|
|
6264
|
+
"isStatic": false,
|
|
6265
|
+
"isAbstract": false,
|
|
6266
|
+
"isVirtual": true,
|
|
6267
|
+
"isOverride": false,
|
|
6268
|
+
"isSealed": false,
|
|
6269
|
+
"visibility": "Protected",
|
|
6270
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6271
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6272
|
+
"isExtensionMethod": false
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::ComputedColumnDefinition(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6276
|
+
"clrName": "ComputedColumnDefinition",
|
|
6277
|
+
"metadataToken": 100668285,
|
|
6278
|
+
"canonicalSignature": "(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6279
|
+
"normalizedSignature": "ComputedColumnDefinition|(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6280
|
+
"emitScope": "ClassSurface",
|
|
6281
|
+
"provenance": "Original",
|
|
6282
|
+
"arity": 0,
|
|
6283
|
+
"parameterCount": 6,
|
|
6284
|
+
"isStatic": false,
|
|
6285
|
+
"isAbstract": false,
|
|
6286
|
+
"isVirtual": true,
|
|
6287
|
+
"isOverride": false,
|
|
6288
|
+
"isSealed": false,
|
|
6289
|
+
"visibility": "Protected",
|
|
6290
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6291
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6292
|
+
"isExtensionMethod": false
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::GetColumnType(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.String",
|
|
6296
|
+
"clrName": "GetColumnType",
|
|
6297
|
+
"metadataToken": 100668286,
|
|
6298
|
+
"canonicalSignature": "(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.String",
|
|
6299
|
+
"normalizedSignature": "GetColumnType|(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.Operations.ColumnOperation,Microsoft.EntityFrameworkCore.Metadata.IModel):System.String|static=false",
|
|
6300
|
+
"emitScope": "ClassSurface",
|
|
6301
|
+
"provenance": "Original",
|
|
6302
|
+
"arity": 0,
|
|
6303
|
+
"parameterCount": 5,
|
|
6304
|
+
"isStatic": false,
|
|
6305
|
+
"isAbstract": false,
|
|
6306
|
+
"isVirtual": true,
|
|
6307
|
+
"isOverride": false,
|
|
6308
|
+
"isSealed": false,
|
|
6309
|
+
"visibility": "Protected",
|
|
6310
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6311
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6312
|
+
"isExtensionMethod": false
|
|
6313
|
+
},
|
|
6314
|
+
{
|
|
6315
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::DefaultValue(System.Object,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6316
|
+
"clrName": "DefaultValue",
|
|
6317
|
+
"metadataToken": 100668287,
|
|
6318
|
+
"canonicalSignature": "(System.Object,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6319
|
+
"normalizedSignature": "DefaultValue|(System.Object,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6320
|
+
"emitScope": "ClassSurface",
|
|
6321
|
+
"provenance": "Original",
|
|
6322
|
+
"arity": 0,
|
|
6323
|
+
"parameterCount": 4,
|
|
6324
|
+
"isStatic": false,
|
|
6325
|
+
"isAbstract": false,
|
|
6326
|
+
"isVirtual": true,
|
|
6327
|
+
"isOverride": false,
|
|
6328
|
+
"isSealed": false,
|
|
6329
|
+
"visibility": "Protected",
|
|
6330
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6331
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6332
|
+
"isExtensionMethod": false
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::CreateTableConstraints(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6336
|
+
"clrName": "CreateTableConstraints",
|
|
6337
|
+
"metadataToken": 100668288,
|
|
6338
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6339
|
+
"normalizedSignature": "CreateTableConstraints|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6340
|
+
"emitScope": "ClassSurface",
|
|
6341
|
+
"provenance": "Original",
|
|
6342
|
+
"arity": 0,
|
|
6343
|
+
"parameterCount": 3,
|
|
6344
|
+
"isStatic": false,
|
|
6345
|
+
"isAbstract": false,
|
|
6346
|
+
"isVirtual": true,
|
|
6347
|
+
"isOverride": false,
|
|
6348
|
+
"isSealed": false,
|
|
6349
|
+
"visibility": "Protected",
|
|
6350
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6351
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6352
|
+
"isExtensionMethod": false
|
|
6353
|
+
},
|
|
6354
|
+
{
|
|
6355
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::CreateTableForeignKeys(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6356
|
+
"clrName": "CreateTableForeignKeys",
|
|
6357
|
+
"metadataToken": 100668289,
|
|
6358
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6359
|
+
"normalizedSignature": "CreateTableForeignKeys|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6360
|
+
"emitScope": "ClassSurface",
|
|
6361
|
+
"provenance": "Original",
|
|
6362
|
+
"arity": 0,
|
|
6363
|
+
"parameterCount": 3,
|
|
6364
|
+
"isStatic": false,
|
|
6365
|
+
"isAbstract": false,
|
|
6366
|
+
"isVirtual": true,
|
|
6367
|
+
"isOverride": false,
|
|
6368
|
+
"isSealed": false,
|
|
6369
|
+
"visibility": "Protected",
|
|
6370
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6371
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6372
|
+
"isExtensionMethod": false
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::ForeignKeyConstraint(Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6376
|
+
"clrName": "ForeignKeyConstraint",
|
|
6377
|
+
"metadataToken": 100668290,
|
|
6378
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6379
|
+
"normalizedSignature": "ForeignKeyConstraint|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6380
|
+
"emitScope": "ClassSurface",
|
|
6381
|
+
"provenance": "Original",
|
|
6382
|
+
"arity": 0,
|
|
6383
|
+
"parameterCount": 3,
|
|
6384
|
+
"isStatic": false,
|
|
6385
|
+
"isAbstract": false,
|
|
6386
|
+
"isVirtual": true,
|
|
6387
|
+
"isOverride": false,
|
|
6388
|
+
"isSealed": false,
|
|
6389
|
+
"visibility": "Protected",
|
|
6390
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6391
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6392
|
+
"isExtensionMethod": false
|
|
6393
|
+
},
|
|
6394
|
+
{
|
|
6395
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::CreateTablePrimaryKeyConstraint(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6396
|
+
"clrName": "CreateTablePrimaryKeyConstraint",
|
|
6397
|
+
"metadataToken": 100668291,
|
|
6398
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6399
|
+
"normalizedSignature": "CreateTablePrimaryKeyConstraint|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6400
|
+
"emitScope": "ClassSurface",
|
|
6401
|
+
"provenance": "Original",
|
|
6402
|
+
"arity": 0,
|
|
6403
|
+
"parameterCount": 3,
|
|
6404
|
+
"isStatic": false,
|
|
6405
|
+
"isAbstract": false,
|
|
6406
|
+
"isVirtual": true,
|
|
6407
|
+
"isOverride": false,
|
|
6408
|
+
"isSealed": false,
|
|
6409
|
+
"visibility": "Protected",
|
|
6410
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6411
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6412
|
+
"isExtensionMethod": false
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::PrimaryKeyConstraint(Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6416
|
+
"clrName": "PrimaryKeyConstraint",
|
|
6417
|
+
"metadataToken": 100668292,
|
|
6418
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6419
|
+
"normalizedSignature": "PrimaryKeyConstraint|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6420
|
+
"emitScope": "ClassSurface",
|
|
6421
|
+
"provenance": "Original",
|
|
6422
|
+
"arity": 0,
|
|
6423
|
+
"parameterCount": 3,
|
|
6424
|
+
"isStatic": false,
|
|
6425
|
+
"isAbstract": false,
|
|
6426
|
+
"isVirtual": true,
|
|
6427
|
+
"isOverride": false,
|
|
6428
|
+
"isSealed": false,
|
|
6429
|
+
"visibility": "Protected",
|
|
6430
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6431
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6432
|
+
"isExtensionMethod": false
|
|
6433
|
+
},
|
|
6434
|
+
{
|
|
6435
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::CreateTableUniqueConstraints(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6436
|
+
"clrName": "CreateTableUniqueConstraints",
|
|
6437
|
+
"metadataToken": 100668293,
|
|
6438
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6439
|
+
"normalizedSignature": "CreateTableUniqueConstraints|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6440
|
+
"emitScope": "ClassSurface",
|
|
6441
|
+
"provenance": "Original",
|
|
6442
|
+
"arity": 0,
|
|
6443
|
+
"parameterCount": 3,
|
|
6444
|
+
"isStatic": false,
|
|
6445
|
+
"isAbstract": false,
|
|
6446
|
+
"isVirtual": true,
|
|
6447
|
+
"isOverride": false,
|
|
6448
|
+
"isSealed": false,
|
|
6449
|
+
"visibility": "Protected",
|
|
6450
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6451
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6452
|
+
"isExtensionMethod": false
|
|
6453
|
+
},
|
|
6454
|
+
{
|
|
6455
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::UniqueConstraint(Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6456
|
+
"clrName": "UniqueConstraint",
|
|
6457
|
+
"metadataToken": 100668294,
|
|
6458
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6459
|
+
"normalizedSignature": "UniqueConstraint|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6460
|
+
"emitScope": "ClassSurface",
|
|
6461
|
+
"provenance": "Original",
|
|
6462
|
+
"arity": 0,
|
|
6463
|
+
"parameterCount": 3,
|
|
6464
|
+
"isStatic": false,
|
|
6465
|
+
"isAbstract": false,
|
|
6466
|
+
"isVirtual": true,
|
|
6467
|
+
"isOverride": false,
|
|
6468
|
+
"isSealed": false,
|
|
6469
|
+
"visibility": "Protected",
|
|
6470
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6471
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6472
|
+
"isExtensionMethod": false
|
|
6473
|
+
},
|
|
6474
|
+
{
|
|
6475
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::CreateTableCheckConstraints(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6476
|
+
"clrName": "CreateTableCheckConstraints",
|
|
6477
|
+
"metadataToken": 100668295,
|
|
6478
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6479
|
+
"normalizedSignature": "CreateTableCheckConstraints|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6480
|
+
"emitScope": "ClassSurface",
|
|
6481
|
+
"provenance": "Original",
|
|
6482
|
+
"arity": 0,
|
|
6483
|
+
"parameterCount": 3,
|
|
6484
|
+
"isStatic": false,
|
|
6485
|
+
"isAbstract": false,
|
|
6486
|
+
"isVirtual": true,
|
|
6487
|
+
"isOverride": false,
|
|
6488
|
+
"isSealed": false,
|
|
6489
|
+
"visibility": "Protected",
|
|
6490
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6491
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6492
|
+
"isExtensionMethod": false
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::CheckConstraint(Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6496
|
+
"clrName": "CheckConstraint",
|
|
6497
|
+
"metadataToken": 100668296,
|
|
6498
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6499
|
+
"normalizedSignature": "CheckConstraint|(Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6500
|
+
"emitScope": "ClassSurface",
|
|
6501
|
+
"provenance": "Original",
|
|
6502
|
+
"arity": 0,
|
|
6503
|
+
"parameterCount": 3,
|
|
6504
|
+
"isStatic": false,
|
|
6505
|
+
"isAbstract": false,
|
|
6506
|
+
"isVirtual": true,
|
|
6507
|
+
"isOverride": false,
|
|
6508
|
+
"isSealed": false,
|
|
6509
|
+
"visibility": "Protected",
|
|
6510
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6511
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6512
|
+
"isExtensionMethod": false
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::IndexTraits(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6516
|
+
"clrName": "IndexTraits",
|
|
6517
|
+
"metadataToken": 100668297,
|
|
6518
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6519
|
+
"normalizedSignature": "IndexTraits|(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6520
|
+
"emitScope": "ClassSurface",
|
|
6521
|
+
"provenance": "Original",
|
|
6522
|
+
"arity": 0,
|
|
6523
|
+
"parameterCount": 3,
|
|
6524
|
+
"isStatic": false,
|
|
6525
|
+
"isAbstract": false,
|
|
6526
|
+
"isVirtual": true,
|
|
6527
|
+
"isOverride": false,
|
|
6528
|
+
"isSealed": false,
|
|
6529
|
+
"visibility": "Protected",
|
|
6530
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6531
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6532
|
+
"isExtensionMethod": false
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::GenerateIndexColumnList(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6536
|
+
"clrName": "GenerateIndexColumnList",
|
|
6537
|
+
"metadataToken": 100668298,
|
|
6538
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6539
|
+
"normalizedSignature": "GenerateIndexColumnList|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6540
|
+
"emitScope": "ClassSurface",
|
|
6541
|
+
"provenance": "Original",
|
|
6542
|
+
"arity": 0,
|
|
6543
|
+
"parameterCount": 3,
|
|
6544
|
+
"isStatic": false,
|
|
6545
|
+
"isAbstract": false,
|
|
6546
|
+
"isVirtual": true,
|
|
6547
|
+
"isOverride": false,
|
|
6548
|
+
"isSealed": false,
|
|
6549
|
+
"visibility": "Protected",
|
|
6550
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6551
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6552
|
+
"isExtensionMethod": false
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::IndexOptions(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6556
|
+
"clrName": "IndexOptions",
|
|
6557
|
+
"metadataToken": 100668299,
|
|
6558
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6559
|
+
"normalizedSignature": "IndexOptions|(Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6560
|
+
"emitScope": "ClassSurface",
|
|
6561
|
+
"provenance": "Original",
|
|
6562
|
+
"arity": 0,
|
|
6563
|
+
"parameterCount": 3,
|
|
6564
|
+
"isStatic": false,
|
|
6565
|
+
"isAbstract": false,
|
|
6566
|
+
"isVirtual": true,
|
|
6567
|
+
"isOverride": false,
|
|
6568
|
+
"isSealed": false,
|
|
6569
|
+
"visibility": "Protected",
|
|
6570
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6571
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6572
|
+
"isExtensionMethod": false
|
|
6573
|
+
},
|
|
6574
|
+
{
|
|
6575
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::ForeignKeyAction(Microsoft.EntityFrameworkCore.Migrations.ReferentialAction,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6576
|
+
"clrName": "ForeignKeyAction",
|
|
6577
|
+
"metadataToken": 100668300,
|
|
6578
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.ReferentialAction,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
|
|
6579
|
+
"normalizedSignature": "ForeignKeyAction|(Microsoft.EntityFrameworkCore.Migrations.ReferentialAction,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
|
|
6580
|
+
"emitScope": "ClassSurface",
|
|
6581
|
+
"provenance": "Original",
|
|
6582
|
+
"arity": 0,
|
|
6583
|
+
"parameterCount": 2,
|
|
6584
|
+
"isStatic": false,
|
|
6585
|
+
"isAbstract": false,
|
|
6586
|
+
"isVirtual": true,
|
|
6587
|
+
"isOverride": false,
|
|
6588
|
+
"isSealed": false,
|
|
6589
|
+
"visibility": "Protected",
|
|
6590
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6591
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6592
|
+
"isExtensionMethod": false
|
|
6593
|
+
},
|
|
6594
|
+
{
|
|
6595
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::EndStatement(Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
6596
|
+
"clrName": "EndStatement",
|
|
6597
|
+
"metadataToken": 100668301,
|
|
6598
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void",
|
|
6599
|
+
"normalizedSignature": "EndStatement|(Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder,System.Boolean):System.Void|static=false",
|
|
6600
|
+
"emitScope": "ClassSurface",
|
|
6601
|
+
"provenance": "Original",
|
|
6602
|
+
"arity": 0,
|
|
6603
|
+
"parameterCount": 2,
|
|
6604
|
+
"isStatic": false,
|
|
6605
|
+
"isAbstract": false,
|
|
6606
|
+
"isVirtual": true,
|
|
6607
|
+
"isOverride": false,
|
|
6608
|
+
"isSealed": false,
|
|
6609
|
+
"visibility": "Protected",
|
|
6610
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6611
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6612
|
+
"isExtensionMethod": false
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::ColumnList(System.String[]):System.String",
|
|
6616
|
+
"clrName": "ColumnList",
|
|
6617
|
+
"metadataToken": 100668302,
|
|
6618
|
+
"canonicalSignature": "(System.String[]):System.String",
|
|
6619
|
+
"normalizedSignature": "ColumnList|(System.String[]):System.String|static=false",
|
|
6620
|
+
"emitScope": "ClassSurface",
|
|
6621
|
+
"provenance": "Original",
|
|
6622
|
+
"arity": 0,
|
|
6623
|
+
"parameterCount": 1,
|
|
6624
|
+
"isStatic": false,
|
|
6625
|
+
"isAbstract": false,
|
|
6626
|
+
"isVirtual": true,
|
|
6627
|
+
"isOverride": false,
|
|
6628
|
+
"isSealed": false,
|
|
6629
|
+
"visibility": "Protected",
|
|
6630
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6631
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6632
|
+
"isExtensionMethod": false
|
|
6633
|
+
},
|
|
6634
|
+
{
|
|
6635
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::IsOldColumnSupported(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean",
|
|
6636
|
+
"clrName": "IsOldColumnSupported",
|
|
6637
|
+
"metadataToken": 100668303,
|
|
6638
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean",
|
|
6639
|
+
"normalizedSignature": "IsOldColumnSupported|(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean|static=false",
|
|
6640
|
+
"emitScope": "ClassSurface",
|
|
6641
|
+
"provenance": "Original",
|
|
6642
|
+
"arity": 0,
|
|
6643
|
+
"parameterCount": 1,
|
|
6644
|
+
"isStatic": false,
|
|
6645
|
+
"isAbstract": false,
|
|
6646
|
+
"isVirtual": true,
|
|
6647
|
+
"isOverride": false,
|
|
6648
|
+
"isSealed": false,
|
|
6649
|
+
"visibility": "Protected",
|
|
6650
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6651
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6652
|
+
"isExtensionMethod": false
|
|
6653
|
+
},
|
|
6654
|
+
{
|
|
6655
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::HasLegacyRenameOperations(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean",
|
|
6656
|
+
"clrName": "HasLegacyRenameOperations",
|
|
6657
|
+
"metadataToken": 100668304,
|
|
6658
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean",
|
|
6659
|
+
"normalizedSignature": "HasLegacyRenameOperations|(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean|static=false",
|
|
6660
|
+
"emitScope": "ClassSurface",
|
|
6661
|
+
"provenance": "Original",
|
|
6662
|
+
"arity": 0,
|
|
6663
|
+
"parameterCount": 1,
|
|
6664
|
+
"isStatic": false,
|
|
6665
|
+
"isAbstract": false,
|
|
6666
|
+
"isVirtual": true,
|
|
6667
|
+
"isOverride": false,
|
|
6668
|
+
"isSealed": false,
|
|
6669
|
+
"visibility": "Protected",
|
|
6670
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6671
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6672
|
+
"isExtensionMethod": false
|
|
6673
|
+
},
|
|
6674
|
+
{
|
|
6675
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::TryGetVersion(Microsoft.EntityFrameworkCore.Metadata.IModel,System.String\u0026):System.Boolean",
|
|
6676
|
+
"clrName": "TryGetVersion",
|
|
6677
|
+
"metadataToken": 100668305,
|
|
6678
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,System.String\u0026):System.Boolean",
|
|
6679
|
+
"normalizedSignature": "TryGetVersion|(Microsoft.EntityFrameworkCore.Metadata.IModel,System.String\u0026):System.Boolean|static=false",
|
|
6680
|
+
"emitScope": "ClassSurface",
|
|
6681
|
+
"provenance": "Original",
|
|
6682
|
+
"arity": 0,
|
|
6683
|
+
"parameterCount": 2,
|
|
6684
|
+
"isStatic": false,
|
|
6685
|
+
"isAbstract": false,
|
|
6686
|
+
"isVirtual": true,
|
|
6687
|
+
"isOverride": false,
|
|
6688
|
+
"isSealed": false,
|
|
6689
|
+
"visibility": "Protected",
|
|
6690
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6691
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6692
|
+
"isExtensionMethod": false,
|
|
6693
|
+
"parameterModifiers": [
|
|
6694
|
+
{
|
|
6695
|
+
"index": 1,
|
|
6696
|
+
"modifier": "out"
|
|
6697
|
+
}
|
|
6698
|
+
]
|
|
6699
|
+
},
|
|
6700
|
+
{
|
|
6701
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator::Generate(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,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]]",
|
|
6702
|
+
"clrName": "Generate",
|
|
6703
|
+
"metadataToken": 100668088,
|
|
6704
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,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]]",
|
|
6705
|
+
"normalizedSignature": "Generate|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,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",
|
|
6706
|
+
"emitScope": "ViewOnly",
|
|
6707
|
+
"provenance": "ExplicitView",
|
|
6708
|
+
"arity": 0,
|
|
6709
|
+
"parameterCount": 3,
|
|
6710
|
+
"isStatic": false,
|
|
6711
|
+
"isAbstract": false,
|
|
6712
|
+
"isVirtual": true,
|
|
6713
|
+
"isOverride": false,
|
|
6714
|
+
"isSealed": false,
|
|
6715
|
+
"visibility": "Public",
|
|
6716
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator",
|
|
6717
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6718
|
+
"isExtensionMethod": false,
|
|
6719
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator"
|
|
6720
|
+
}
|
|
6721
|
+
],
|
|
6722
|
+
"properties": [
|
|
6723
|
+
{
|
|
6724
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Dependencies:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
6725
|
+
"clrName": "Dependencies",
|
|
6726
|
+
"metadataToken": 385876867,
|
|
6727
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
6728
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies|static=false|accessor=get",
|
|
6729
|
+
"emitScope": "ClassSurface",
|
|
6730
|
+
"provenance": "Original",
|
|
6731
|
+
"isIndexer": false,
|
|
6732
|
+
"hasGetter": true,
|
|
6733
|
+
"hasSetter": false,
|
|
6734
|
+
"isStatic": false,
|
|
6735
|
+
"isAbstract": false,
|
|
6736
|
+
"isVirtual": true,
|
|
6737
|
+
"isOverride": false,
|
|
6738
|
+
"visibility": "Protected",
|
|
6739
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6740
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::SqlGenerator:Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator",
|
|
6744
|
+
"clrName": "SqlGenerator",
|
|
6745
|
+
"metadataToken": 385876869,
|
|
6746
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator",
|
|
6747
|
+
"normalizedSignature": "SqlGenerator|:Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator|static=false|accessor=get",
|
|
6748
|
+
"emitScope": "ClassSurface",
|
|
6749
|
+
"provenance": "Original",
|
|
6750
|
+
"isIndexer": false,
|
|
6751
|
+
"hasGetter": true,
|
|
6752
|
+
"hasSetter": false,
|
|
6753
|
+
"isStatic": false,
|
|
6754
|
+
"isAbstract": false,
|
|
6755
|
+
"isVirtual": true,
|
|
6756
|
+
"isOverride": false,
|
|
6757
|
+
"visibility": "Protected",
|
|
6758
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6759
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
6760
|
+
},
|
|
6761
|
+
{
|
|
6762
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::VersionComparer:System.Collections.Generic.IComparer_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6763
|
+
"clrName": "VersionComparer",
|
|
6764
|
+
"metadataToken": 385876870,
|
|
6765
|
+
"canonicalSignature": ":System.Collections.Generic.IComparer_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6766
|
+
"normalizedSignature": "VersionComparer|:System.Collections.Generic.IComparer_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
6767
|
+
"emitScope": "ClassSurface",
|
|
6768
|
+
"provenance": "Original",
|
|
6769
|
+
"isIndexer": false,
|
|
6770
|
+
"hasGetter": true,
|
|
6771
|
+
"hasSetter": false,
|
|
6772
|
+
"isStatic": false,
|
|
6773
|
+
"isAbstract": false,
|
|
6774
|
+
"isVirtual": true,
|
|
6775
|
+
"isOverride": false,
|
|
6776
|
+
"visibility": "Protected",
|
|
6777
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6778
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
6779
|
+
},
|
|
6780
|
+
{
|
|
6781
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::Options:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
|
|
6782
|
+
"clrName": "Options",
|
|
6783
|
+
"metadataToken": 385876871,
|
|
6784
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
|
|
6785
|
+
"normalizedSignature": "Options|:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions|static=false|accessor=getset",
|
|
6786
|
+
"emitScope": "ClassSurface",
|
|
6787
|
+
"provenance": "Original",
|
|
6788
|
+
"isIndexer": false,
|
|
6789
|
+
"hasGetter": true,
|
|
6790
|
+
"hasSetter": true,
|
|
6791
|
+
"isStatic": false,
|
|
6792
|
+
"isAbstract": false,
|
|
6793
|
+
"isVirtual": true,
|
|
6794
|
+
"isOverride": false,
|
|
6795
|
+
"visibility": "Protected",
|
|
6796
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6797
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
6798
|
+
}
|
|
6799
|
+
],
|
|
6800
|
+
"fields": [],
|
|
6801
|
+
"events": [],
|
|
6802
|
+
"constructors": [
|
|
6803
|
+
{
|
|
6804
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator::.ctor(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies):void",
|
|
6805
|
+
"metadataToken": 100668233,
|
|
6806
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies):void",
|
|
6807
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies):void|static=false",
|
|
6808
|
+
"isStatic": false,
|
|
6809
|
+
"parameterCount": 1,
|
|
6810
|
+
"visibility": "Public",
|
|
6811
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
|
|
6812
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
6813
|
+
}
|
|
6814
|
+
]
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
6818
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
6819
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6820
|
+
"metadataToken": 0,
|
|
6821
|
+
"kind": "Class",
|
|
6822
|
+
"accessibility": "Public",
|
|
6823
|
+
"isAbstract": false,
|
|
6824
|
+
"isSealed": true,
|
|
6825
|
+
"isStatic": false,
|
|
6826
|
+
"arity": 0,
|
|
6827
|
+
"baseType": {
|
|
6828
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6829
|
+
"clrName": "System.Object"
|
|
6830
|
+
},
|
|
6831
|
+
"interfaces": [
|
|
6832
|
+
{
|
|
6833
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
6834
|
+
"clrName": "System.IEquatable\u00601",
|
|
6835
|
+
"typeArguments": [
|
|
6836
|
+
"MigrationsSqlGeneratorDependencies"
|
|
6837
|
+
]
|
|
6838
|
+
}
|
|
6839
|
+
],
|
|
4730
6840
|
"methods": [
|
|
4731
6841
|
{
|
|
4732
6842
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies::ToString():System.String",
|
|
@@ -4743,6 +6853,7 @@
|
|
|
4743
6853
|
"isVirtual": true,
|
|
4744
6854
|
"isOverride": true,
|
|
4745
6855
|
"isSealed": false,
|
|
6856
|
+
"visibility": "Public",
|
|
4746
6857
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4747
6858
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4748
6859
|
"isExtensionMethod": false
|
|
@@ -4762,6 +6873,7 @@
|
|
|
4762
6873
|
"isVirtual": true,
|
|
4763
6874
|
"isOverride": true,
|
|
4764
6875
|
"isSealed": false,
|
|
6876
|
+
"visibility": "Public",
|
|
4765
6877
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4766
6878
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4767
6879
|
"isExtensionMethod": false
|
|
@@ -4781,6 +6893,7 @@
|
|
|
4781
6893
|
"isVirtual": true,
|
|
4782
6894
|
"isOverride": true,
|
|
4783
6895
|
"isSealed": false,
|
|
6896
|
+
"visibility": "Public",
|
|
4784
6897
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4785
6898
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4786
6899
|
"isExtensionMethod": false
|
|
@@ -4800,6 +6913,7 @@
|
|
|
4800
6913
|
"isVirtual": true,
|
|
4801
6914
|
"isOverride": false,
|
|
4802
6915
|
"isSealed": true,
|
|
6916
|
+
"visibility": "Public",
|
|
4803
6917
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4804
6918
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4805
6919
|
"isExtensionMethod": false
|
|
@@ -4819,6 +6933,7 @@
|
|
|
4819
6933
|
"isVirtual": false,
|
|
4820
6934
|
"isOverride": false,
|
|
4821
6935
|
"isSealed": false,
|
|
6936
|
+
"visibility": "Public",
|
|
4822
6937
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4823
6938
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4824
6939
|
"isExtensionMethod": false
|
|
@@ -4840,6 +6955,7 @@
|
|
|
4840
6955
|
"isAbstract": false,
|
|
4841
6956
|
"isVirtual": false,
|
|
4842
6957
|
"isOverride": false,
|
|
6958
|
+
"visibility": "Public",
|
|
4843
6959
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4844
6960
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4845
6961
|
},
|
|
@@ -4858,6 +6974,7 @@
|
|
|
4858
6974
|
"isAbstract": false,
|
|
4859
6975
|
"isVirtual": false,
|
|
4860
6976
|
"isOverride": false,
|
|
6977
|
+
"visibility": "Public",
|
|
4861
6978
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4862
6979
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4863
6980
|
},
|
|
@@ -4876,6 +6993,7 @@
|
|
|
4876
6993
|
"isAbstract": false,
|
|
4877
6994
|
"isVirtual": false,
|
|
4878
6995
|
"isOverride": false,
|
|
6996
|
+
"visibility": "Public",
|
|
4879
6997
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4880
6998
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4881
6999
|
},
|
|
@@ -4894,6 +7012,7 @@
|
|
|
4894
7012
|
"isAbstract": false,
|
|
4895
7013
|
"isVirtual": false,
|
|
4896
7014
|
"isOverride": false,
|
|
7015
|
+
"visibility": "Public",
|
|
4897
7016
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4898
7017
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4899
7018
|
},
|
|
@@ -4912,6 +7031,7 @@
|
|
|
4912
7031
|
"isAbstract": false,
|
|
4913
7032
|
"isVirtual": false,
|
|
4914
7033
|
"isOverride": false,
|
|
7034
|
+
"visibility": "Public",
|
|
4915
7035
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4916
7036
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4917
7037
|
},
|
|
@@ -4930,6 +7050,7 @@
|
|
|
4930
7050
|
"isAbstract": false,
|
|
4931
7051
|
"isVirtual": false,
|
|
4932
7052
|
"isOverride": false,
|
|
7053
|
+
"visibility": "Public",
|
|
4933
7054
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4934
7055
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4935
7056
|
},
|
|
@@ -4948,6 +7069,7 @@
|
|
|
4948
7069
|
"isAbstract": false,
|
|
4949
7070
|
"isVirtual": false,
|
|
4950
7071
|
"isOverride": false,
|
|
7072
|
+
"visibility": "Public",
|
|
4951
7073
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4952
7074
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4953
7075
|
},
|
|
@@ -4966,6 +7088,7 @@
|
|
|
4966
7088
|
"isAbstract": false,
|
|
4967
7089
|
"isVirtual": false,
|
|
4968
7090
|
"isOverride": false,
|
|
7091
|
+
"visibility": "Public",
|
|
4969
7092
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4970
7093
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4971
7094
|
},
|
|
@@ -4984,6 +7107,7 @@
|
|
|
4984
7107
|
"isAbstract": false,
|
|
4985
7108
|
"isVirtual": false,
|
|
4986
7109
|
"isOverride": false,
|
|
7110
|
+
"visibility": "Public",
|
|
4987
7111
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
4988
7112
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4989
7113
|
}
|
|
@@ -4998,6 +7122,7 @@
|
|
|
4998
7122
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory,Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory,Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions,Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BMigrations,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
4999
7123
|
"isStatic": false,
|
|
5000
7124
|
"parameterCount": 9,
|
|
7125
|
+
"visibility": "Public",
|
|
5001
7126
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies",
|
|
5002
7127
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5003
7128
|
}
|
|
@@ -5014,6 +7139,10 @@
|
|
|
5014
7139
|
"isSealed": true,
|
|
5015
7140
|
"isStatic": true,
|
|
5016
7141
|
"arity": 0,
|
|
7142
|
+
"baseType": {
|
|
7143
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7144
|
+
"clrName": "System.Object"
|
|
7145
|
+
},
|
|
5017
7146
|
"methods": [
|
|
5018
7147
|
{
|
|
5019
7148
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsAssemblyExtensions::GetMigrationId(Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly,System.String):System.String",
|
|
@@ -5030,6 +7159,7 @@
|
|
|
5030
7159
|
"isVirtual": false,
|
|
5031
7160
|
"isOverride": false,
|
|
5032
7161
|
"isSealed": false,
|
|
7162
|
+
"visibility": "Public",
|
|
5033
7163
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAssemblyExtensions",
|
|
5034
7164
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5035
7165
|
"isExtensionMethod": true
|