@tsonic/efcore 10.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -32,6 +32,7 @@
32
32
  "isVirtual": true,
33
33
  "isOverride": false,
34
34
  "isSealed": false,
35
+ "visibility": "Public",
35
36
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IConventionSetBuilder",
36
37
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
37
38
  "isExtensionMethod": false
@@ -69,6 +70,7 @@
69
70
  "isVirtual": true,
70
71
  "isOverride": false,
71
72
  "isSealed": false,
73
+ "visibility": "Public",
72
74
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IConventionSetPlugin",
73
75
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
74
76
  "isExtensionMethod": false
@@ -106,6 +108,7 @@
106
108
  "isVirtual": true,
107
109
  "isOverride": false,
108
110
  "isSealed": false,
111
+ "visibility": "Public",
109
112
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder",
110
113
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
111
114
  "isExtensionMethod": false
@@ -127,6 +130,16 @@
127
130
  "isSealed": false,
128
131
  "isStatic": false,
129
132
  "arity": 0,
133
+ "baseType": {
134
+ "stableId": "System.Private.CoreLib:System.Object",
135
+ "clrName": "System.Object"
136
+ },
137
+ "interfaces": [
138
+ {
139
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder",
140
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder"
141
+ }
142
+ ],
130
143
  "methods": [
131
144
  {
132
145
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder::CreateConventionSet():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
@@ -143,6 +156,27 @@
143
156
  "isVirtual": true,
144
157
  "isOverride": false,
145
158
  "isSealed": false,
159
+ "visibility": "Public",
160
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder",
161
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
162
+ "isExtensionMethod": false
163
+ },
164
+ {
165
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder::ReplaceConvention(List_1,TImplementation):System.Boolean",
166
+ "clrName": "ReplaceConvention",
167
+ "metadataToken": 100671393,
168
+ "canonicalSignature": "(List_1,TImplementation):System.Boolean",
169
+ "normalizedSignature": "ReplaceConvention|(List_1,TImplementation):System.Boolean|static=false",
170
+ "emitScope": "ClassSurface",
171
+ "provenance": "Original",
172
+ "arity": 2,
173
+ "parameterCount": 2,
174
+ "isStatic": false,
175
+ "isAbstract": false,
176
+ "isVirtual": true,
177
+ "isOverride": false,
178
+ "isSealed": false,
179
+ "visibility": "Protected",
146
180
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder",
147
181
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
148
182
  "isExtensionMethod": false
@@ -162,13 +196,34 @@
162
196
  "isVirtual": true,
163
197
  "isOverride": false,
164
198
  "isSealed": false,
199
+ "visibility": "Public",
165
200
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder",
166
201
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
167
202
  "isExtensionMethod": false,
168
203
  "sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder"
169
204
  }
170
205
  ],
171
- "properties": [],
206
+ "properties": [
207
+ {
208
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder::Dependencies:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
209
+ "clrName": "Dependencies",
210
+ "metadataToken": 385877524,
211
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
212
+ "normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies|static=false|accessor=get",
213
+ "emitScope": "ClassSurface",
214
+ "provenance": "Original",
215
+ "isIndexer": false,
216
+ "hasGetter": true,
217
+ "hasSetter": false,
218
+ "isStatic": false,
219
+ "isAbstract": false,
220
+ "isVirtual": true,
221
+ "isOverride": false,
222
+ "visibility": "Protected",
223
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder",
224
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
225
+ }
226
+ ],
172
227
  "fields": [],
173
228
  "events": [],
174
229
  "constructors": [
@@ -179,6 +234,7 @@
179
234
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies):void|static=false",
180
235
  "isStatic": false,
181
236
  "parameterCount": 1,
237
+ "visibility": "Public",
182
238
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder",
183
239
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
184
240
  }
@@ -195,6 +251,19 @@
195
251
  "isSealed": true,
196
252
  "isStatic": false,
197
253
  "arity": 0,
254
+ "baseType": {
255
+ "stableId": "System.Private.CoreLib:System.Object",
256
+ "clrName": "System.Object"
257
+ },
258
+ "interfaces": [
259
+ {
260
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
261
+ "clrName": "System.IEquatable\u00601",
262
+ "typeArguments": [
263
+ "ProviderConventionSetBuilderDependencies"
264
+ ]
265
+ }
266
+ ],
198
267
  "methods": [
199
268
  {
200
269
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies::With(Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext):Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
@@ -211,6 +280,7 @@
211
280
  "isVirtual": false,
212
281
  "isOverride": false,
213
282
  "isSealed": false,
283
+ "visibility": "Public",
214
284
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
215
285
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
216
286
  "isExtensionMethod": false
@@ -230,6 +300,7 @@
230
300
  "isVirtual": true,
231
301
  "isOverride": true,
232
302
  "isSealed": false,
303
+ "visibility": "Public",
233
304
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
234
305
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
235
306
  "isExtensionMethod": false
@@ -249,6 +320,7 @@
249
320
  "isVirtual": true,
250
321
  "isOverride": true,
251
322
  "isSealed": false,
323
+ "visibility": "Public",
252
324
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
253
325
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
254
326
  "isExtensionMethod": false
@@ -268,6 +340,7 @@
268
340
  "isVirtual": true,
269
341
  "isOverride": true,
270
342
  "isSealed": false,
343
+ "visibility": "Public",
271
344
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
272
345
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
273
346
  "isExtensionMethod": false
@@ -287,6 +360,7 @@
287
360
  "isVirtual": true,
288
361
  "isOverride": false,
289
362
  "isSealed": true,
363
+ "visibility": "Public",
290
364
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
291
365
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
292
366
  "isExtensionMethod": false
@@ -306,6 +380,7 @@
306
380
  "isVirtual": false,
307
381
  "isOverride": false,
308
382
  "isSealed": false,
383
+ "visibility": "Public",
309
384
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
310
385
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
311
386
  "isExtensionMethod": false
@@ -327,6 +402,7 @@
327
402
  "isAbstract": false,
328
403
  "isVirtual": false,
329
404
  "isOverride": false,
405
+ "visibility": "Public",
330
406
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
331
407
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
332
408
  },
@@ -345,6 +421,7 @@
345
421
  "isAbstract": false,
346
422
  "isVirtual": false,
347
423
  "isOverride": false,
424
+ "visibility": "Public",
348
425
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
349
426
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
350
427
  },
@@ -363,6 +440,7 @@
363
440
  "isAbstract": false,
364
441
  "isVirtual": false,
365
442
  "isOverride": false,
443
+ "visibility": "Public",
366
444
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
367
445
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
368
446
  },
@@ -381,6 +459,7 @@
381
459
  "isAbstract": false,
382
460
  "isVirtual": false,
383
461
  "isOverride": false,
462
+ "visibility": "Public",
384
463
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
385
464
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
386
465
  },
@@ -399,6 +478,7 @@
399
478
  "isAbstract": false,
400
479
  "isVirtual": false,
401
480
  "isOverride": false,
481
+ "visibility": "Public",
402
482
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
403
483
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
404
484
  },
@@ -417,6 +497,7 @@
417
497
  "isAbstract": false,
418
498
  "isVirtual": false,
419
499
  "isOverride": false,
500
+ "visibility": "Public",
420
501
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
421
502
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
422
503
  },
@@ -435,6 +516,7 @@
435
516
  "isAbstract": false,
436
517
  "isVirtual": false,
437
518
  "isOverride": false,
519
+ "visibility": "Public",
438
520
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
439
521
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
440
522
  },
@@ -453,6 +535,7 @@
453
535
  "isAbstract": false,
454
536
  "isVirtual": false,
455
537
  "isOverride": false,
538
+ "visibility": "Public",
456
539
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
457
540
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
458
541
  }
@@ -467,6 +550,7 @@
467
550
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource,Microsoft.EntityFrameworkCore.Metadata.IConstructorBindingFactory,Microsoft.EntityFrameworkCore.Metadata.IParameterBindingFactories,Microsoft.EntityFrameworkCore.Metadata.Internal.IMemberClassifier,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder,Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext):void|static=false",
468
551
  "isStatic": false,
469
552
  "parameterCount": 8,
553
+ "visibility": "Public",
470
554
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies",
471
555
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
472
556
  }
@@ -483,6 +567,16 @@
483
567
  "isSealed": false,
484
568
  "isStatic": false,
485
569
  "arity": 0,
570
+ "baseType": {
571
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder",
572
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilder"
573
+ },
574
+ "interfaces": [
575
+ {
576
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder",
577
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder"
578
+ }
579
+ ],
486
580
  "methods": [
487
581
  {
488
582
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilder::CreateConventionSet():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
@@ -499,6 +593,7 @@
499
593
  "isVirtual": true,
500
594
  "isOverride": true,
501
595
  "isSealed": false,
596
+ "visibility": "Public",
502
597
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilder",
503
598
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
504
599
  "isExtensionMethod": false
@@ -518,16 +613,49 @@
518
613
  "isVirtual": true,
519
614
  "isOverride": false,
520
615
  "isSealed": false,
616
+ "visibility": "Public",
521
617
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder",
522
618
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
523
619
  "isExtensionMethod": false,
524
620
  "sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder"
525
621
  }
526
622
  ],
527
- "properties": [],
623
+ "properties": [
624
+ {
625
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilder::RelationalDependencies:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
626
+ "clrName": "RelationalDependencies",
627
+ "metadataToken": 385877854,
628
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
629
+ "normalizedSignature": "RelationalDependencies|:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies|static=false|accessor=get",
630
+ "emitScope": "ClassSurface",
631
+ "provenance": "Original",
632
+ "isIndexer": false,
633
+ "hasGetter": true,
634
+ "hasSetter": false,
635
+ "isStatic": false,
636
+ "isAbstract": false,
637
+ "isVirtual": true,
638
+ "isOverride": false,
639
+ "visibility": "Protected",
640
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilder",
641
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
642
+ }
643
+ ],
528
644
  "fields": [],
529
645
  "events": [],
530
- "constructors": []
646
+ "constructors": [
647
+ {
648
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilder::.ctor(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void",
649
+ "metadataToken": 100670764,
650
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void",
651
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
652
+ "isStatic": false,
653
+ "parameterCount": 2,
654
+ "visibility": "Protected",
655
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilder",
656
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
657
+ }
658
+ ]
531
659
  },
532
660
  {
533
661
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
@@ -540,6 +668,19 @@
540
668
  "isSealed": true,
541
669
  "isStatic": false,
542
670
  "arity": 0,
671
+ "baseType": {
672
+ "stableId": "System.Private.CoreLib:System.Object",
673
+ "clrName": "System.Object"
674
+ },
675
+ "interfaces": [
676
+ {
677
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
678
+ "clrName": "System.IEquatable\u00601",
679
+ "typeArguments": [
680
+ "RelationalConventionSetBuilderDependencies"
681
+ ]
682
+ }
683
+ ],
543
684
  "methods": [
544
685
  {
545
686
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies::ToString():System.String",
@@ -556,6 +697,7 @@
556
697
  "isVirtual": true,
557
698
  "isOverride": true,
558
699
  "isSealed": false,
700
+ "visibility": "Public",
559
701
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
560
702
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
561
703
  "isExtensionMethod": false
@@ -575,6 +717,7 @@
575
717
  "isVirtual": true,
576
718
  "isOverride": true,
577
719
  "isSealed": false,
720
+ "visibility": "Public",
578
721
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
579
722
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
580
723
  "isExtensionMethod": false
@@ -594,6 +737,7 @@
594
737
  "isVirtual": true,
595
738
  "isOverride": true,
596
739
  "isSealed": false,
740
+ "visibility": "Public",
597
741
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
598
742
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
599
743
  "isExtensionMethod": false
@@ -613,6 +757,7 @@
613
757
  "isVirtual": true,
614
758
  "isOverride": false,
615
759
  "isSealed": true,
760
+ "visibility": "Public",
616
761
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
617
762
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
618
763
  "isExtensionMethod": false
@@ -632,6 +777,7 @@
632
777
  "isVirtual": false,
633
778
  "isOverride": false,
634
779
  "isSealed": false,
780
+ "visibility": "Public",
635
781
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
636
782
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
637
783
  "isExtensionMethod": false
@@ -653,6 +799,7 @@
653
799
  "isAbstract": false,
654
800
  "isVirtual": false,
655
801
  "isOverride": false,
802
+ "visibility": "Public",
656
803
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
657
804
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
658
805
  },
@@ -671,6 +818,7 @@
671
818
  "isAbstract": false,
672
819
  "isVirtual": false,
673
820
  "isOverride": false,
821
+ "visibility": "Public",
674
822
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
675
823
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
676
824
  }
@@ -685,6 +833,7 @@
685
833
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider,Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator):void|static=false",
686
834
  "isStatic": false,
687
835
  "parameterCount": 2,
836
+ "visibility": "Public",
688
837
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies",
689
838
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
690
839
  }
@@ -14,6 +14,7 @@ import type { IConstructorBindingFactory, IParameterBindingFactories, IRelationa
14
14
  import type { ITypeMappingSource } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
15
15
  import type { IUpdateSqlGenerator } from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
16
16
  import type { DbLoggerCategory_Model, DbLoggerCategory_Model_Validation } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
17
+ import type { List } from "@tsonic/dotnet/System.Collections.Generic.js";
17
18
  import * as System_Internal from "@tsonic/dotnet/System.js";
18
19
  import type { Boolean as ClrBoolean, IEquatable, Int32, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System.js";
19
20
 
@@ -38,7 +39,13 @@ export interface IProviderConventionSetBuilder$instance {
38
39
 
39
40
  export type IProviderConventionSetBuilder = IProviderConventionSetBuilder$instance;
40
41
 
41
- export interface ProviderConventionSetBuilder$instance {
42
+ export abstract class ProviderConventionSetBuilder$protected {
43
+ protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
44
+ protected ReplaceConvention<TConvention, TImplementation extends TConvention>(conventionsList: List<TConvention>, newConvention: TImplementation): boolean;
45
+ }
46
+
47
+
48
+ export interface ProviderConventionSetBuilder$instance extends ProviderConventionSetBuilder$protected {
42
49
  CreateConventionSet(): ConventionSet;
43
50
  }
44
51
 
@@ -82,12 +89,18 @@ export const ProviderConventionSetBuilderDependencies: {
82
89
 
83
90
  export type ProviderConventionSetBuilderDependencies = ProviderConventionSetBuilderDependencies$instance;
84
91
 
85
- export interface RelationalConventionSetBuilder$instance extends ProviderConventionSetBuilder$instance {
92
+ export abstract class RelationalConventionSetBuilder$protected {
93
+ protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
94
+ }
95
+
96
+
97
+ export interface RelationalConventionSetBuilder$instance extends RelationalConventionSetBuilder$protected, ProviderConventionSetBuilder$instance {
86
98
  CreateConventionSet(): ConventionSet;
87
99
  }
88
100
 
89
101
 
90
102
  export const RelationalConventionSetBuilder: {
103
+ new(dependencies: ProviderConventionSetBuilderDependencies, relationalDependencies: RelationalConventionSetBuilderDependencies): RelationalConventionSetBuilder;
91
104
  };
92
105
 
93
106
 
@@ -14,6 +14,7 @@ import type { IConstructorBindingFactory, IParameterBindingFactories, IRelationa
14
14
  import type { ITypeMappingSource } from './Microsoft.EntityFrameworkCore.Storage/internal/index.js';
15
15
  import type { IUpdateSqlGenerator } from './Microsoft.EntityFrameworkCore.Update/internal/index.js';
16
16
  import type { DbLoggerCategory_Model, DbLoggerCategory_Model_Validation } from './Microsoft.EntityFrameworkCore/internal/index.js';
17
+ import type { List } from '@tsonic/dotnet/System.Collections.Generic.js';
17
18
  import type { Boolean as ClrBoolean, IEquatable, Int32, Object as ClrObject, String as ClrString, Type } from '@tsonic/dotnet/System.js';
18
19
 
19
20
  // Public API exports (curated - no internal $instance/$views leakage)