@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
@@ -13,17 +13,18 @@ import type { IAnnotation, IConcurrencyDetector, ICoreSingletonOptions, ICurrent
13
13
  import type { IDbContextServices } from './Microsoft.EntityFrameworkCore.Internal/internal/index.js';
14
14
  import type { IClrCollectionAccessor, IComplexProperty, IComplexType, IEntityType, IKey, IModel, INavigation, INavigationBase, IProperty, IPropertyBase, ITableBase, ITypeBase, MemberIdentity } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
15
15
  import type { RelationalCommandResolver, ResultContext, SingleQueryResultCoordinator, SplitQueryResultCoordinator } from './Microsoft.EntityFrameworkCore.Query.Internal/internal/index.js';
16
- import type { CaseWhenClause, ColumnExpression, OrderingExpression, SelectExpression, SqlExpression, SqlParameterExpression } from './Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.js';
16
+ import type { AtTimeZoneExpression, CaseExpression, CaseWhenClause, CollateExpression, ColumnExpression, ColumnValueSetter, CrossApplyExpression, CrossJoinExpression, DeleteExpression, DistinctExpression, ExceptExpression, ExistsExpression, FromSqlExpression, InExpression, InnerJoinExpression, IntersectExpression, JsonScalarExpression, LeftJoinExpression, LikeExpression, OrderingExpression, OuterApplyExpression, ProjectionExpression, RightJoinExpression, RowNumberExpression, RowValueExpression, ScalarSubqueryExpression, SelectExpression, SetOperationBase, SqlBinaryExpression, SqlConstantExpression, SqlExpression, SqlFragmentExpression, SqlFunctionExpression, SqlParameterExpression, SqlUnaryExpression, TableExpression, TableExpressionBase, TableValuedFunctionExpression, UnionExpression, UpdateExpression, ValuesExpression } from './Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.js';
17
17
  import type { JsonReaderData } from './Microsoft.EntityFrameworkCore.Storage.Json/internal/index.js';
18
- import type { IExceptionDetector, IExecutionStrategy, IParameterNameGeneratorFactory, IRelationalCommand, IRelationalCommandBuilderFactory, IRelationalConnection, IRelationalTypeMappingSource, ISqlGenerationHelper, ITypeMappingSource, MaterializationContext, ReaderColumn, RelationalCommandBuilderDependencies, RelationalTypeMapping } from './Microsoft.EntityFrameworkCore.Storage/internal/index.js';
18
+ import type { IExceptionDetector, IExecutionStrategy, IntTypeMapping, IParameterNameGeneratorFactory, IRelationalCommand, IRelationalCommandBuilder, IRelationalCommandBuilderFactory, IRelationalConnection, IRelationalTypeMappingSource, ISqlGenerationHelper, ITypeMappingSource, MaterializationContext, ReaderColumn, RelationalCommandBuilderDependencies, RelationalTypeMapping } from './Microsoft.EntityFrameworkCore.Storage/internal/index.js';
19
19
  import type { DbContext, DbLoggerCategory_Database_Command, DbLoggerCategory_Query, ParameterTranslationMode, QuerySplittingBehavior, QueryTrackingBehavior } from './Microsoft.EntityFrameworkCore/internal/index.js';
20
- import type { Dictionary, HashSet, IAsyncEnumerable, ICollection, IEnumerable as IEnumerable__System_Collections_Generic, IEqualityComparer, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, ISet, List } from '@tsonic/dotnet/System.Collections.Generic.js';
20
+ import type { Dictionary, HashSet, IAsyncEnumerable, ICollection, IEnumerable as IEnumerable__System_Collections_Generic, IEqualityComparer, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, IReadOnlySet, ISet, List } from '@tsonic/dotnet/System.Collections.Generic.js';
21
21
  import type { IEnumerable } from '@tsonic/dotnet/System.Collections.js';
22
22
  import type { DbCommand, DbDataReader } from '@tsonic/dotnet/System.Data.Common.js';
23
- import type { Action, Attribute, Boolean as ClrBoolean, Enum, Exception, Func, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Type, ValueTuple, ValueType, Void } from '@tsonic/dotnet/System.js';
24
- import type { ConstantExpression, Expression, ExpressionType, ExpressionVisitor, LambdaExpression, NewArrayExpression, ParameterExpression } from '@tsonic/dotnet/System.Linq.Expressions.js';
23
+ import type { Action, Attribute, Boolean as ClrBoolean, Char, Enum, Exception, Func, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, ReadOnlySpan, String as ClrString, Type, ValueTuple, ValueType, Void } from '@tsonic/dotnet/System.js';
24
+ import type { BinaryExpression, BlockExpression, ConditionalExpression, ConstantExpression, DefaultExpression, Expression, ExpressionType, ExpressionVisitor, GotoExpression, IndexExpression, InvocationExpression, LabelExpression, LambdaExpression, ListInitExpression, LoopExpression, MemberExpression, MemberInitExpression, MethodCallExpression, NewArrayExpression, NewExpression, ParameterExpression, SwitchExpression, TryExpression, TypeBinaryExpression, UnaryExpression } from '@tsonic/dotnet/System.Linq.Expressions.js';
25
25
  import type { IQueryable, IQueryProvider } from '@tsonic/dotnet/System.Linq.js';
26
26
  import type { MemberInfo, MethodInfo } from '@tsonic/dotnet/System.Reflection.js';
27
+ import type { StringBuilder } from '@tsonic/dotnet/System.Text.js';
27
28
  import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
28
29
  import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
29
30
  import type { IMemoryCache } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory.js';
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
35
36
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
36
37
  "isExtensionMethod": false
@@ -50,6 +51,7 @@
50
51
  "isVirtual": true,
51
52
  "isOverride": false,
52
53
  "isSealed": false,
54
+ "visibility": "Public",
53
55
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
54
56
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
55
57
  "isExtensionMethod": false
@@ -87,6 +89,7 @@
87
89
  "isVirtual": true,
88
90
  "isOverride": false,
89
91
  "isSealed": false,
92
+ "visibility": "Public",
90
93
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin",
91
94
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
92
95
  "isExtensionMethod": false
@@ -124,6 +127,7 @@
124
127
  "isVirtual": true,
125
128
  "isOverride": false,
126
129
  "isSealed": false,
130
+ "visibility": "Public",
127
131
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
128
132
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
129
133
  "isExtensionMethod": false
@@ -143,6 +147,7 @@
143
147
  "isVirtual": true,
144
148
  "isOverride": false,
145
149
  "isSealed": false,
150
+ "visibility": "Public",
146
151
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
147
152
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
148
153
  "isExtensionMethod": false
@@ -162,6 +167,7 @@
162
167
  "isVirtual": true,
163
168
  "isOverride": false,
164
169
  "isSealed": false,
170
+ "visibility": "Public",
165
171
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
166
172
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
167
173
  "isExtensionMethod": false
@@ -183,6 +189,16 @@
183
189
  "isSealed": false,
184
190
  "isStatic": false,
185
191
  "arity": 0,
192
+ "baseType": {
193
+ "stableId": "System.Private.CoreLib:System.Object",
194
+ "clrName": "System.Object"
195
+ },
196
+ "interfaces": [
197
+ {
198
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
199
+ "clrName": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory"
200
+ }
201
+ ],
186
202
  "methods": [
187
203
  {
188
204
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory::Create(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
@@ -199,6 +215,7 @@
199
215
  "isVirtual": true,
200
216
  "isOverride": false,
201
217
  "isSealed": false,
218
+ "visibility": "Public",
202
219
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory",
203
220
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
204
221
  "isExtensionMethod": false
@@ -218,6 +235,7 @@
218
235
  "isVirtual": true,
219
236
  "isOverride": false,
220
237
  "isSealed": false,
238
+ "visibility": "Public",
221
239
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory",
222
240
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
223
241
  "isExtensionMethod": false
@@ -237,6 +255,7 @@
237
255
  "isVirtual": true,
238
256
  "isOverride": false,
239
257
  "isSealed": false,
258
+ "visibility": "Public",
240
259
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
241
260
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
242
261
  "isExtensionMethod": false,
@@ -257,6 +276,7 @@
257
276
  "isVirtual": true,
258
277
  "isOverride": false,
259
278
  "isSealed": false,
279
+ "visibility": "Public",
260
280
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
261
281
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
262
282
  "isExtensionMethod": false,
@@ -266,7 +286,19 @@
266
286
  "properties": [],
267
287
  "fields": [],
268
288
  "events": [],
269
- "constructors": []
289
+ "constructors": [
290
+ {
291
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory::.ctor():void",
292
+ "metadataToken": 100665870,
293
+ "canonicalSignature": "():void",
294
+ "normalizedSignature": "constructor|():void|static=false",
295
+ "isStatic": false,
296
+ "parameterCount": 0,
297
+ "visibility": "Protected",
298
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory",
299
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
300
+ }
301
+ ]
270
302
  },
271
303
  {
272
304
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions",
@@ -279,6 +311,10 @@
279
311
  "isSealed": false,
280
312
  "isStatic": false,
281
313
  "arity": 0,
314
+ "baseType": {
315
+ "stableId": "System.Private.CoreLib:System.Object",
316
+ "clrName": "System.Object"
317
+ },
282
318
  "methods": [],
283
319
  "properties": [
284
320
  {
@@ -296,6 +332,7 @@
296
332
  "isAbstract": false,
297
333
  "isVirtual": true,
298
334
  "isOverride": false,
335
+ "visibility": "Public",
299
336
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions",
300
337
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
301
338
  },
@@ -314,6 +351,7 @@
314
351
  "isAbstract": false,
315
352
  "isVirtual": true,
316
353
  "isOverride": false,
354
+ "visibility": "Public",
317
355
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions",
318
356
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
319
357
  }
@@ -328,6 +366,7 @@
328
366
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
329
367
  "isStatic": false,
330
368
  "parameterCount": 2,
369
+ "visibility": "Public",
331
370
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions",
332
371
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
333
372
  }
@@ -344,6 +383,16 @@
344
383
  "isSealed": false,
345
384
  "isStatic": false,
346
385
  "arity": 0,
386
+ "baseType": {
387
+ "stableId": "System.Private.CoreLib:System.Object",
388
+ "clrName": "System.Object"
389
+ },
390
+ "interfaces": [
391
+ {
392
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
393
+ "clrName": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator"
394
+ }
395
+ ],
347
396
  "methods": [
348
397
  {
349
398
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator::GenerateProviderOptions():Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
@@ -360,6 +409,7 @@
360
409
  "isVirtual": true,
361
410
  "isOverride": false,
362
411
  "isSealed": false,
412
+ "visibility": "Public",
363
413
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
364
414
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
365
415
  "isExtensionMethod": false
@@ -379,6 +429,7 @@
379
429
  "isVirtual": true,
380
430
  "isOverride": false,
381
431
  "isSealed": false,
432
+ "visibility": "Public",
382
433
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
383
434
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
384
435
  "isExtensionMethod": false
@@ -398,6 +449,7 @@
398
449
  "isVirtual": true,
399
450
  "isOverride": false,
400
451
  "isSealed": false,
452
+ "visibility": "Public",
401
453
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
402
454
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
403
455
  "isExtensionMethod": false
@@ -417,6 +469,7 @@
417
469
  "isVirtual": true,
418
470
  "isOverride": false,
419
471
  "isSealed": false,
472
+ "visibility": "Public",
420
473
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
421
474
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
422
475
  "isExtensionMethod": false
@@ -436,6 +489,7 @@
436
489
  "isVirtual": true,
437
490
  "isOverride": false,
438
491
  "isSealed": false,
492
+ "visibility": "Public",
439
493
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
440
494
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
441
495
  "isExtensionMethod": false,
@@ -456,6 +510,7 @@
456
510
  "isVirtual": true,
457
511
  "isOverride": false,
458
512
  "isSealed": false,
513
+ "visibility": "Public",
459
514
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
460
515
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
461
516
  "isExtensionMethod": false,
@@ -476,16 +531,49 @@
476
531
  "isVirtual": true,
477
532
  "isOverride": false,
478
533
  "isSealed": false,
534
+ "visibility": "Public",
479
535
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
480
536
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
481
537
  "isExtensionMethod": false,
482
538
  "sourceInterface": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator"
483
539
  }
484
540
  ],
485
- "properties": [],
541
+ "properties": [
542
+ {
543
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator::Dependencies:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
544
+ "clrName": "Dependencies",
545
+ "metadataToken": 385876427,
546
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
547
+ "normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies|static=false|accessor=get",
548
+ "emitScope": "ClassSurface",
549
+ "provenance": "Original",
550
+ "isIndexer": false,
551
+ "hasGetter": true,
552
+ "hasSetter": false,
553
+ "isStatic": false,
554
+ "isAbstract": false,
555
+ "isVirtual": true,
556
+ "isOverride": false,
557
+ "visibility": "Protected",
558
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
559
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
560
+ }
561
+ ],
486
562
  "fields": [],
487
563
  "events": [],
488
- "constructors": []
564
+ "constructors": [
565
+ {
566
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator::.ctor(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void",
567
+ "metadataToken": 100665883,
568
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void",
569
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void|static=false",
570
+ "isStatic": false,
571
+ "parameterCount": 1,
572
+ "visibility": "Protected",
573
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
574
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
575
+ }
576
+ ]
489
577
  },
490
578
  {
491
579
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
@@ -498,6 +586,19 @@
498
586
  "isSealed": true,
499
587
  "isStatic": false,
500
588
  "arity": 0,
589
+ "baseType": {
590
+ "stableId": "System.Private.CoreLib:System.Object",
591
+ "clrName": "System.Object"
592
+ },
593
+ "interfaces": [
594
+ {
595
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
596
+ "clrName": "System.IEquatable\u00601",
597
+ "typeArguments": [
598
+ "ProviderCodeGeneratorDependencies"
599
+ ]
600
+ }
601
+ ],
501
602
  "methods": [
502
603
  {
503
604
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies::ToString():System.String",
@@ -514,6 +615,7 @@
514
615
  "isVirtual": true,
515
616
  "isOverride": true,
516
617
  "isSealed": false,
618
+ "visibility": "Public",
517
619
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
518
620
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
519
621
  "isExtensionMethod": false
@@ -533,6 +635,7 @@
533
635
  "isVirtual": true,
534
636
  "isOverride": true,
535
637
  "isSealed": false,
638
+ "visibility": "Public",
536
639
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
537
640
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
538
641
  "isExtensionMethod": false
@@ -552,6 +655,7 @@
552
655
  "isVirtual": true,
553
656
  "isOverride": true,
554
657
  "isSealed": false,
658
+ "visibility": "Public",
555
659
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
556
660
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
557
661
  "isExtensionMethod": false
@@ -571,6 +675,7 @@
571
675
  "isVirtual": true,
572
676
  "isOverride": false,
573
677
  "isSealed": true,
678
+ "visibility": "Public",
574
679
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
575
680
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
576
681
  "isExtensionMethod": false
@@ -590,6 +695,7 @@
590
695
  "isVirtual": false,
591
696
  "isOverride": false,
592
697
  "isSealed": false,
698
+ "visibility": "Public",
593
699
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
594
700
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
595
701
  "isExtensionMethod": false
@@ -611,6 +717,7 @@
611
717
  "isAbstract": false,
612
718
  "isVirtual": false,
613
719
  "isOverride": false,
720
+ "visibility": "Public",
614
721
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
615
722
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
616
723
  }
@@ -625,6 +732,7 @@
625
732
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
626
733
  "isStatic": false,
627
734
  "parameterCount": 1,
735
+ "visibility": "Public",
628
736
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies",
629
737
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
630
738
  }
@@ -641,6 +749,16 @@
641
749
  "isSealed": false,
642
750
  "isStatic": false,
643
751
  "arity": 0,
752
+ "baseType": {
753
+ "stableId": "System.Private.CoreLib:System.Object",
754
+ "clrName": "System.Object"
755
+ },
756
+ "interfaces": [
757
+ {
758
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin",
759
+ "clrName": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin"
760
+ }
761
+ ],
644
762
  "methods": [
645
763
  {
646
764
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorPlugin::GenerateContextOptions():Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
@@ -657,6 +775,7 @@
657
775
  "isVirtual": true,
658
776
  "isOverride": false,
659
777
  "isSealed": false,
778
+ "visibility": "Public",
660
779
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorPlugin",
661
780
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
662
781
  "isExtensionMethod": false
@@ -676,6 +795,7 @@
676
795
  "isVirtual": true,
677
796
  "isOverride": false,
678
797
  "isSealed": false,
798
+ "visibility": "Public",
679
799
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorPlugin",
680
800
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
681
801
  "isExtensionMethod": false
@@ -695,6 +815,7 @@
695
815
  "isVirtual": true,
696
816
  "isOverride": false,
697
817
  "isSealed": false,
818
+ "visibility": "Public",
698
819
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin",
699
820
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
700
821
  "isExtensionMethod": false,
@@ -712,6 +833,7 @@
712
833
  "normalizedSignature": "constructor|():void|static=false",
713
834
  "isStatic": false,
714
835
  "parameterCount": 0,
836
+ "visibility": "Public",
715
837
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorPlugin",
716
838
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
717
839
  }
@@ -44,6 +44,7 @@ export interface DatabaseModelFactory$instance {
44
44
 
45
45
 
46
46
  export const DatabaseModelFactory: {
47
+ new(): DatabaseModelFactory;
47
48
  };
48
49
 
49
50
 
@@ -67,7 +68,12 @@ export const DatabaseModelFactoryOptions: {
67
68
 
68
69
  export type DatabaseModelFactoryOptions = DatabaseModelFactoryOptions$instance;
69
70
 
70
- export interface ProviderCodeGenerator$instance {
71
+ export abstract class ProviderCodeGenerator$protected {
72
+ protected readonly Dependencies: ProviderCodeGeneratorDependencies;
73
+ }
74
+
75
+
76
+ export interface ProviderCodeGenerator$instance extends ProviderCodeGenerator$protected {
71
77
  GenerateContextOptions(): MethodCallCodeFragment | undefined;
72
78
  GenerateProviderOptions(): MethodCallCodeFragment | undefined;
73
79
  GenerateUseProvider(connectionString: string, providerOptions: MethodCallCodeFragment): MethodCallCodeFragment;
@@ -76,6 +82,7 @@ export interface ProviderCodeGenerator$instance {
76
82
 
77
83
 
78
84
  export const ProviderCodeGenerator: {
85
+ new(dependencies: ProviderCodeGeneratorDependencies): ProviderCodeGenerator;
79
86
  };
80
87
 
81
88