@tsonic/efcore 10.0.12 → 10.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
  7. package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
  8. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
  9. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
  10. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
  11. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
  12. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
  13. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
  14. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
  15. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
  16. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
  17. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
  18. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
  19. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
  20. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
  21. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
  22. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
  23. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +15 -2065
  25. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +0 -756
  27. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
  28. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
  29. package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
  30. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
  31. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
  32. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
  33. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
  34. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
  35. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
  36. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +0 -210
  37. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
  38. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
  39. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
  40. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
  41. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
  42. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
  43. package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
  44. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
  45. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
  46. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
  47. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
  48. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
  49. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
  50. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
  51. package/README.md +119 -2
  52. package/package.json +4 -4
@@ -70,46 +70,6 @@
70
70
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
71
71
  "isExtensionMethod": false,
72
72
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
73
- },
74
- {
75
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
76
- "clrName": "AggregateInterceptors",
77
- "metadataToken": 0,
78
- "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
79
- "normalizedSignature": "AggregateInterceptors|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor|static=false",
80
- "emitScope": "ClassSurface",
81
- "provenance": "BaseOverload",
82
- "arity": 0,
83
- "parameterCount": 1,
84
- "isStatic": false,
85
- "isAbstract": false,
86
- "isVirtual": true,
87
- "isOverride": false,
88
- "isSealed": false,
89
- "visibility": "Public",
90
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator",
91
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
92
- "isExtensionMethod": false
93
- },
94
- {
95
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
96
- "clrName": "CreateChain",
97
- "metadataToken": 0,
98
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
99
- "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
100
- "emitScope": "ClassSurface",
101
- "provenance": "BaseOverload",
102
- "arity": 0,
103
- "parameterCount": 1,
104
- "isStatic": false,
105
- "isAbstract": true,
106
- "isVirtual": true,
107
- "isOverride": false,
108
- "isSealed": false,
109
- "visibility": "Protected",
110
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator",
111
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
112
- "isExtensionMethod": false
113
73
  }
114
74
  ],
115
75
  "properties": [
@@ -215,46 +175,6 @@
215
175
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
216
176
  "isExtensionMethod": false,
217
177
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
218
- },
219
- {
220
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
221
- "clrName": "AggregateInterceptors",
222
- "metadataToken": 0,
223
- "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
224
- "normalizedSignature": "AggregateInterceptors|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor|static=false",
225
- "emitScope": "ClassSurface",
226
- "provenance": "BaseOverload",
227
- "arity": 0,
228
- "parameterCount": 1,
229
- "isStatic": false,
230
- "isAbstract": false,
231
- "isVirtual": true,
232
- "isOverride": false,
233
- "isSealed": false,
234
- "visibility": "Public",
235
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator",
236
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
237
- "isExtensionMethod": false
238
- },
239
- {
240
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
241
- "clrName": "CreateChain",
242
- "metadataToken": 0,
243
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
244
- "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
245
- "emitScope": "ClassSurface",
246
- "provenance": "BaseOverload",
247
- "arity": 0,
248
- "parameterCount": 1,
249
- "isStatic": false,
250
- "isAbstract": true,
251
- "isVirtual": true,
252
- "isOverride": false,
253
- "isSealed": false,
254
- "visibility": "Protected",
255
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator",
256
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
257
- "isExtensionMethod": false
258
178
  }
259
179
  ],
260
180
  "properties": [
@@ -360,46 +280,6 @@
360
280
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
361
281
  "isExtensionMethod": false,
362
282
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
363
- },
364
- {
365
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
366
- "clrName": "AggregateInterceptors",
367
- "metadataToken": 0,
368
- "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
369
- "normalizedSignature": "AggregateInterceptors|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor|static=false",
370
- "emitScope": "ClassSurface",
371
- "provenance": "BaseOverload",
372
- "arity": 0,
373
- "parameterCount": 1,
374
- "isStatic": false,
375
- "isAbstract": false,
376
- "isVirtual": true,
377
- "isOverride": false,
378
- "isSealed": false,
379
- "visibility": "Public",
380
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator",
381
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
382
- "isExtensionMethod": false
383
- },
384
- {
385
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
386
- "clrName": "CreateChain",
387
- "metadataToken": 0,
388
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
389
- "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
390
- "emitScope": "ClassSurface",
391
- "provenance": "BaseOverload",
392
- "arity": 0,
393
- "parameterCount": 1,
394
- "isStatic": false,
395
- "isAbstract": true,
396
- "isVirtual": true,
397
- "isOverride": false,
398
- "isSealed": false,
399
- "visibility": "Protected",
400
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator",
401
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
402
- "isExtensionMethod": false
403
283
  }
404
284
  ],
405
285
  "properties": [
@@ -1257,46 +1137,6 @@
1257
1137
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1258
1138
  "isExtensionMethod": false,
1259
1139
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
1260
- },
1261
- {
1262
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
1263
- "clrName": "AggregateInterceptors",
1264
- "metadataToken": 0,
1265
- "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
1266
- "normalizedSignature": "AggregateInterceptors|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor|static=false",
1267
- "emitScope": "ClassSurface",
1268
- "provenance": "BaseOverload",
1269
- "arity": 0,
1270
- "parameterCount": 1,
1271
- "isStatic": false,
1272
- "isAbstract": false,
1273
- "isVirtual": true,
1274
- "isOverride": false,
1275
- "isSealed": false,
1276
- "visibility": "Public",
1277
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator",
1278
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1279
- "isExtensionMethod": false
1280
- },
1281
- {
1282
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
1283
- "clrName": "CreateChain",
1284
- "metadataToken": 0,
1285
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
1286
- "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
1287
- "emitScope": "ClassSurface",
1288
- "provenance": "BaseOverload",
1289
- "arity": 0,
1290
- "parameterCount": 1,
1291
- "isStatic": false,
1292
- "isAbstract": true,
1293
- "isVirtual": true,
1294
- "isOverride": false,
1295
- "isSealed": false,
1296
- "visibility": "Protected",
1297
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator",
1298
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1299
- "isExtensionMethod": false
1300
1140
  }
1301
1141
  ],
1302
1142
  "properties": [
@@ -1786,46 +1626,6 @@
1786
1626
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1787
1627
  "isExtensionMethod": false,
1788
1628
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
1789
- },
1790
- {
1791
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
1792
- "clrName": "AggregateInterceptors",
1793
- "metadataToken": 0,
1794
- "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
1795
- "normalizedSignature": "AggregateInterceptors|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor|static=false",
1796
- "emitScope": "ClassSurface",
1797
- "provenance": "BaseOverload",
1798
- "arity": 0,
1799
- "parameterCount": 1,
1800
- "isStatic": false,
1801
- "isAbstract": false,
1802
- "isVirtual": true,
1803
- "isOverride": false,
1804
- "isSealed": false,
1805
- "visibility": "Public",
1806
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator",
1807
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1808
- "isExtensionMethod": false
1809
- },
1810
- {
1811
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
1812
- "clrName": "CreateChain",
1813
- "metadataToken": 0,
1814
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
1815
- "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
1816
- "emitScope": "ClassSurface",
1817
- "provenance": "BaseOverload",
1818
- "arity": 0,
1819
- "parameterCount": 1,
1820
- "isStatic": false,
1821
- "isAbstract": true,
1822
- "isVirtual": true,
1823
- "isOverride": false,
1824
- "isSealed": false,
1825
- "visibility": "Protected",
1826
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator",
1827
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1828
- "isExtensionMethod": false
1829
1629
  }
1830
1630
  ],
1831
1631
  "properties": [
@@ -2053,46 +1853,6 @@
2053
1853
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2054
1854
  "isExtensionMethod": false,
2055
1855
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
2056
- },
2057
- {
2058
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
2059
- "clrName": "AggregateInterceptors",
2060
- "metadataToken": 0,
2061
- "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
2062
- "normalizedSignature": "AggregateInterceptors|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor|static=false",
2063
- "emitScope": "ClassSurface",
2064
- "provenance": "BaseOverload",
2065
- "arity": 0,
2066
- "parameterCount": 1,
2067
- "isStatic": false,
2068
- "isAbstract": false,
2069
- "isVirtual": true,
2070
- "isOverride": false,
2071
- "isSealed": false,
2072
- "visibility": "Public",
2073
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator",
2074
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2075
- "isExtensionMethod": false
2076
- },
2077
- {
2078
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
2079
- "clrName": "CreateChain",
2080
- "metadataToken": 0,
2081
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
2082
- "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
2083
- "emitScope": "ClassSurface",
2084
- "provenance": "BaseOverload",
2085
- "arity": 0,
2086
- "parameterCount": 1,
2087
- "isStatic": false,
2088
- "isAbstract": true,
2089
- "isVirtual": true,
2090
- "isOverride": false,
2091
- "isSealed": false,
2092
- "visibility": "Protected",
2093
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator",
2094
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2095
- "isExtensionMethod": false
2096
1856
  }
2097
1857
  ],
2098
1858
  "properties": [
@@ -3195,130 +2955,6 @@
3195
2955
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3196
2956
  "isExtensionMethod": false,
3197
2957
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger"
3198
- },
3199
- {
3200
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::DispatchEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
3201
- "clrName": "DispatchEventData",
3202
- "metadataToken": 0,
3203
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
3204
- "normalizedSignature": "DispatchEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void|static=false",
3205
- "emitScope": "ClassSurface",
3206
- "provenance": "BaseOverload",
3207
- "arity": 0,
3208
- "parameterCount": 4,
3209
- "isStatic": false,
3210
- "isAbstract": false,
3211
- "isVirtual": false,
3212
- "isOverride": false,
3213
- "isSealed": false,
3214
- "visibility": "Protected",
3215
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
3216
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3217
- "isExtensionMethod": false
3218
- },
3219
- {
3220
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3221
- "clrName": "NeedsEventData",
3222
- "metadataToken": 0,
3223
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3224
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
3225
- "emitScope": "ClassSurface",
3226
- "provenance": "BaseOverload",
3227
- "arity": 1,
3228
- "parameterCount": 4,
3229
- "isStatic": false,
3230
- "isAbstract": false,
3231
- "isVirtual": false,
3232
- "isOverride": false,
3233
- "isSealed": false,
3234
- "visibility": "Protected",
3235
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
3236
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3237
- "isExtensionMethod": false,
3238
- "parameterModifiers": [
3239
- {
3240
- "index": 1,
3241
- "modifier": "out"
3242
- },
3243
- {
3244
- "index": 2,
3245
- "modifier": "out"
3246
- },
3247
- {
3248
- "index": 3,
3249
- "modifier": "out"
3250
- }
3251
- ]
3252
- },
3253
- {
3254
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3255
- "clrName": "NeedsEventData",
3256
- "metadataToken": 0,
3257
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3258
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
3259
- "emitScope": "ClassSurface",
3260
- "provenance": "BaseOverload",
3261
- "arity": 0,
3262
- "parameterCount": 3,
3263
- "isStatic": false,
3264
- "isAbstract": false,
3265
- "isVirtual": true,
3266
- "isOverride": false,
3267
- "isSealed": false,
3268
- "visibility": "Public",
3269
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
3270
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3271
- "isExtensionMethod": false,
3272
- "parameterModifiers": [
3273
- {
3274
- "index": 1,
3275
- "modifier": "out"
3276
- },
3277
- {
3278
- "index": 2,
3279
- "modifier": "out"
3280
- }
3281
- ]
3282
- },
3283
- {
3284
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::ShouldLog(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
3285
- "clrName": "ShouldLog",
3286
- "metadataToken": 0,
3287
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
3288
- "normalizedSignature": "ShouldLog|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean|static=false",
3289
- "emitScope": "ClassSurface",
3290
- "provenance": "BaseOverload",
3291
- "arity": 0,
3292
- "parameterCount": 1,
3293
- "isStatic": false,
3294
- "isAbstract": false,
3295
- "isVirtual": false,
3296
- "isOverride": false,
3297
- "isSealed": false,
3298
- "visibility": "Protected",
3299
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
3300
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3301
- "isExtensionMethod": false
3302
- },
3303
- {
3304
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::ShouldLogSensitiveData():System.Boolean",
3305
- "clrName": "ShouldLogSensitiveData",
3306
- "metadataToken": 0,
3307
- "canonicalSignature": "():System.Boolean",
3308
- "normalizedSignature": "ShouldLogSensitiveData|():System.Boolean|static=false",
3309
- "emitScope": "ClassSurface",
3310
- "provenance": "BaseOverload",
3311
- "arity": 0,
3312
- "parameterCount": 0,
3313
- "isStatic": false,
3314
- "isAbstract": false,
3315
- "isVirtual": true,
3316
- "isOverride": false,
3317
- "isSealed": false,
3318
- "visibility": "Public",
3319
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
3320
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3321
- "isExtensionMethod": false
3322
2958
  }
3323
2959
  ],
3324
2960
  "properties": [
@@ -4294,130 +3930,6 @@
4294
3930
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4295
3931
  "isExtensionMethod": false,
4296
3932
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger"
4297
- },
4298
- {
4299
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::DispatchEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
4300
- "clrName": "DispatchEventData",
4301
- "metadataToken": 0,
4302
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
4303
- "normalizedSignature": "DispatchEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void|static=false",
4304
- "emitScope": "ClassSurface",
4305
- "provenance": "BaseOverload",
4306
- "arity": 0,
4307
- "parameterCount": 4,
4308
- "isStatic": false,
4309
- "isAbstract": false,
4310
- "isVirtual": false,
4311
- "isOverride": false,
4312
- "isSealed": false,
4313
- "visibility": "Protected",
4314
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
4315
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4316
- "isExtensionMethod": false
4317
- },
4318
- {
4319
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4320
- "clrName": "NeedsEventData",
4321
- "metadataToken": 0,
4322
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4323
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
4324
- "emitScope": "ClassSurface",
4325
- "provenance": "BaseOverload",
4326
- "arity": 1,
4327
- "parameterCount": 4,
4328
- "isStatic": false,
4329
- "isAbstract": false,
4330
- "isVirtual": false,
4331
- "isOverride": false,
4332
- "isSealed": false,
4333
- "visibility": "Protected",
4334
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
4335
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4336
- "isExtensionMethod": false,
4337
- "parameterModifiers": [
4338
- {
4339
- "index": 1,
4340
- "modifier": "out"
4341
- },
4342
- {
4343
- "index": 2,
4344
- "modifier": "out"
4345
- },
4346
- {
4347
- "index": 3,
4348
- "modifier": "out"
4349
- }
4350
- ]
4351
- },
4352
- {
4353
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4354
- "clrName": "NeedsEventData",
4355
- "metadataToken": 0,
4356
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4357
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
4358
- "emitScope": "ClassSurface",
4359
- "provenance": "BaseOverload",
4360
- "arity": 0,
4361
- "parameterCount": 3,
4362
- "isStatic": false,
4363
- "isAbstract": false,
4364
- "isVirtual": true,
4365
- "isOverride": false,
4366
- "isSealed": false,
4367
- "visibility": "Public",
4368
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
4369
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4370
- "isExtensionMethod": false,
4371
- "parameterModifiers": [
4372
- {
4373
- "index": 1,
4374
- "modifier": "out"
4375
- },
4376
- {
4377
- "index": 2,
4378
- "modifier": "out"
4379
- }
4380
- ]
4381
- },
4382
- {
4383
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::ShouldLog(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
4384
- "clrName": "ShouldLog",
4385
- "metadataToken": 0,
4386
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
4387
- "normalizedSignature": "ShouldLog|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean|static=false",
4388
- "emitScope": "ClassSurface",
4389
- "provenance": "BaseOverload",
4390
- "arity": 0,
4391
- "parameterCount": 1,
4392
- "isStatic": false,
4393
- "isAbstract": false,
4394
- "isVirtual": false,
4395
- "isOverride": false,
4396
- "isSealed": false,
4397
- "visibility": "Protected",
4398
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
4399
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4400
- "isExtensionMethod": false
4401
- },
4402
- {
4403
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::ShouldLogSensitiveData():System.Boolean",
4404
- "clrName": "ShouldLogSensitiveData",
4405
- "metadataToken": 0,
4406
- "canonicalSignature": "():System.Boolean",
4407
- "normalizedSignature": "ShouldLogSensitiveData|():System.Boolean|static=false",
4408
- "emitScope": "ClassSurface",
4409
- "provenance": "BaseOverload",
4410
- "arity": 0,
4411
- "parameterCount": 0,
4412
- "isStatic": false,
4413
- "isAbstract": false,
4414
- "isVirtual": true,
4415
- "isOverride": false,
4416
- "isSealed": false,
4417
- "visibility": "Public",
4418
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
4419
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4420
- "isExtensionMethod": false
4421
3933
  }
4422
3934
  ],
4423
3935
  "properties": [
@@ -4623,46 +4135,6 @@
4623
4135
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4624
4136
  "isExtensionMethod": false,
4625
4137
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
4626
- },
4627
- {
4628
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
4629
- "clrName": "AggregateInterceptors",
4630
- "metadataToken": 0,
4631
- "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
4632
- "normalizedSignature": "AggregateInterceptors|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor|static=false",
4633
- "emitScope": "ClassSurface",
4634
- "provenance": "BaseOverload",
4635
- "arity": 0,
4636
- "parameterCount": 1,
4637
- "isStatic": false,
4638
- "isAbstract": false,
4639
- "isVirtual": true,
4640
- "isOverride": false,
4641
- "isSealed": false,
4642
- "visibility": "Public",
4643
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator",
4644
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4645
- "isExtensionMethod": false
4646
- },
4647
- {
4648
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
4649
- "clrName": "CreateChain",
4650
- "metadataToken": 0,
4651
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
4652
- "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
4653
- "emitScope": "ClassSurface",
4654
- "provenance": "BaseOverload",
4655
- "arity": 0,
4656
- "parameterCount": 1,
4657
- "isStatic": false,
4658
- "isAbstract": true,
4659
- "isVirtual": true,
4660
- "isOverride": false,
4661
- "isSealed": false,
4662
- "visibility": "Protected",
4663
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator",
4664
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4665
- "isExtensionMethod": false
4666
4138
  }
4667
4139
  ],
4668
4140
  "properties": [