@tsonic/efcore 10.0.12 → 10.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +15 -2065
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +0 -756
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +0 -210
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
- package/README.md +119 -2
- package/package.json +4 -4
|
@@ -3066,26 +3066,6 @@
|
|
|
3066
3066
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3067
3067
|
"isExtensionMethod": false,
|
|
3068
3068
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions"
|
|
3069
|
-
},
|
|
3070
|
-
{
|
|
3071
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptions\u00601::FindExtension():TExtension",
|
|
3072
|
-
"clrName": "FindExtension",
|
|
3073
|
-
"metadataToken": 0,
|
|
3074
|
-
"canonicalSignature": "():TExtension",
|
|
3075
|
-
"normalizedSignature": "FindExtension|():TExtension|static=false",
|
|
3076
|
-
"emitScope": "ClassSurface",
|
|
3077
|
-
"provenance": "BaseOverload",
|
|
3078
|
-
"arity": 1,
|
|
3079
|
-
"parameterCount": 0,
|
|
3080
|
-
"isStatic": false,
|
|
3081
|
-
"isAbstract": false,
|
|
3082
|
-
"isVirtual": true,
|
|
3083
|
-
"isOverride": false,
|
|
3084
|
-
"isSealed": false,
|
|
3085
|
-
"visibility": "Public",
|
|
3086
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptions\u00601",
|
|
3087
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3088
|
-
"isExtensionMethod": false
|
|
3089
3069
|
}
|
|
3090
3070
|
],
|
|
3091
3071
|
"properties": [
|
|
@@ -4372,486 +4352,6 @@
|
|
|
4372
4352
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4373
4353
|
"isExtensionMethod": false,
|
|
4374
4354
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsBuilderInfrastructure"
|
|
4375
|
-
},
|
|
4376
|
-
{
|
|
4377
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::AddInterceptors(System.Collections.Generic.IEnumerable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4378
|
-
"clrName": "AddInterceptors",
|
|
4379
|
-
"metadataToken": 0,
|
|
4380
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4381
|
-
"normalizedSignature": "AddInterceptors|(System.Collections.Generic.IEnumerable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4382
|
-
"emitScope": "ClassSurface",
|
|
4383
|
-
"provenance": "BaseOverload",
|
|
4384
|
-
"arity": 0,
|
|
4385
|
-
"parameterCount": 1,
|
|
4386
|
-
"isStatic": false,
|
|
4387
|
-
"isAbstract": false,
|
|
4388
|
-
"isVirtual": true,
|
|
4389
|
-
"isOverride": false,
|
|
4390
|
-
"isSealed": false,
|
|
4391
|
-
"visibility": "Public",
|
|
4392
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4393
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4394
|
-
"isExtensionMethod": false
|
|
4395
|
-
},
|
|
4396
|
-
{
|
|
4397
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::AddInterceptors(Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor[]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4398
|
-
"clrName": "AddInterceptors",
|
|
4399
|
-
"metadataToken": 0,
|
|
4400
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor[]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4401
|
-
"normalizedSignature": "AddInterceptors|(Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor[]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4402
|
-
"emitScope": "ClassSurface",
|
|
4403
|
-
"provenance": "BaseOverload",
|
|
4404
|
-
"arity": 0,
|
|
4405
|
-
"parameterCount": 1,
|
|
4406
|
-
"isStatic": false,
|
|
4407
|
-
"isAbstract": false,
|
|
4408
|
-
"isVirtual": true,
|
|
4409
|
-
"isOverride": false,
|
|
4410
|
-
"isSealed": false,
|
|
4411
|
-
"visibility": "Public",
|
|
4412
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4413
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4414
|
-
"isExtensionMethod": false
|
|
4415
|
-
},
|
|
4416
|
-
{
|
|
4417
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::AddOrUpdateExtension(TExtension):System.Void",
|
|
4418
|
-
"clrName": "AddOrUpdateExtension",
|
|
4419
|
-
"metadataToken": 0,
|
|
4420
|
-
"canonicalSignature": "(TExtension):System.Void",
|
|
4421
|
-
"normalizedSignature": "AddOrUpdateExtension|(TExtension):System.Void|static=false",
|
|
4422
|
-
"emitScope": "ClassSurface",
|
|
4423
|
-
"provenance": "BaseOverload",
|
|
4424
|
-
"arity": 1,
|
|
4425
|
-
"parameterCount": 1,
|
|
4426
|
-
"isStatic": false,
|
|
4427
|
-
"isAbstract": false,
|
|
4428
|
-
"isVirtual": true,
|
|
4429
|
-
"isOverride": false,
|
|
4430
|
-
"isSealed": false,
|
|
4431
|
-
"visibility": "Public",
|
|
4432
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4433
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4434
|
-
"isExtensionMethod": false
|
|
4435
|
-
},
|
|
4436
|
-
{
|
|
4437
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::ConfigureLoggingCacheTime(System.TimeSpan):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4438
|
-
"clrName": "ConfigureLoggingCacheTime",
|
|
4439
|
-
"metadataToken": 0,
|
|
4440
|
-
"canonicalSignature": "(System.TimeSpan):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4441
|
-
"normalizedSignature": "ConfigureLoggingCacheTime|(System.TimeSpan):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4442
|
-
"emitScope": "ClassSurface",
|
|
4443
|
-
"provenance": "BaseOverload",
|
|
4444
|
-
"arity": 0,
|
|
4445
|
-
"parameterCount": 1,
|
|
4446
|
-
"isStatic": false,
|
|
4447
|
-
"isAbstract": false,
|
|
4448
|
-
"isVirtual": true,
|
|
4449
|
-
"isOverride": false,
|
|
4450
|
-
"isSealed": false,
|
|
4451
|
-
"visibility": "Public",
|
|
4452
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4453
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4454
|
-
"isExtensionMethod": false
|
|
4455
|
-
},
|
|
4456
|
-
{
|
|
4457
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::ConfigureWarnings(System.Action_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4458
|
-
"clrName": "ConfigureWarnings",
|
|
4459
|
-
"metadataToken": 0,
|
|
4460
|
-
"canonicalSignature": "(System.Action_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4461
|
-
"normalizedSignature": "ConfigureWarnings|(System.Action_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4462
|
-
"emitScope": "ClassSurface",
|
|
4463
|
-
"provenance": "BaseOverload",
|
|
4464
|
-
"arity": 0,
|
|
4465
|
-
"parameterCount": 1,
|
|
4466
|
-
"isStatic": false,
|
|
4467
|
-
"isAbstract": false,
|
|
4468
|
-
"isVirtual": true,
|
|
4469
|
-
"isOverride": false,
|
|
4470
|
-
"isSealed": false,
|
|
4471
|
-
"visibility": "Public",
|
|
4472
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4473
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4474
|
-
"isExtensionMethod": false
|
|
4475
|
-
},
|
|
4476
|
-
{
|
|
4477
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::EnableDetailedErrors(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4478
|
-
"clrName": "EnableDetailedErrors",
|
|
4479
|
-
"metadataToken": 0,
|
|
4480
|
-
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4481
|
-
"normalizedSignature": "EnableDetailedErrors|(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4482
|
-
"emitScope": "ClassSurface",
|
|
4483
|
-
"provenance": "BaseOverload",
|
|
4484
|
-
"arity": 0,
|
|
4485
|
-
"parameterCount": 1,
|
|
4486
|
-
"isStatic": false,
|
|
4487
|
-
"isAbstract": false,
|
|
4488
|
-
"isVirtual": true,
|
|
4489
|
-
"isOverride": false,
|
|
4490
|
-
"isSealed": false,
|
|
4491
|
-
"visibility": "Public",
|
|
4492
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4493
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4494
|
-
"isExtensionMethod": false
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::EnableSensitiveDataLogging(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4498
|
-
"clrName": "EnableSensitiveDataLogging",
|
|
4499
|
-
"metadataToken": 0,
|
|
4500
|
-
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4501
|
-
"normalizedSignature": "EnableSensitiveDataLogging|(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4502
|
-
"emitScope": "ClassSurface",
|
|
4503
|
-
"provenance": "BaseOverload",
|
|
4504
|
-
"arity": 0,
|
|
4505
|
-
"parameterCount": 1,
|
|
4506
|
-
"isStatic": false,
|
|
4507
|
-
"isAbstract": false,
|
|
4508
|
-
"isVirtual": true,
|
|
4509
|
-
"isOverride": false,
|
|
4510
|
-
"isSealed": false,
|
|
4511
|
-
"visibility": "Public",
|
|
4512
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4513
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4514
|
-
"isExtensionMethod": false
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::EnableServiceProviderCaching(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4518
|
-
"clrName": "EnableServiceProviderCaching",
|
|
4519
|
-
"metadataToken": 0,
|
|
4520
|
-
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4521
|
-
"normalizedSignature": "EnableServiceProviderCaching|(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4522
|
-
"emitScope": "ClassSurface",
|
|
4523
|
-
"provenance": "BaseOverload",
|
|
4524
|
-
"arity": 0,
|
|
4525
|
-
"parameterCount": 1,
|
|
4526
|
-
"isStatic": false,
|
|
4527
|
-
"isAbstract": false,
|
|
4528
|
-
"isVirtual": true,
|
|
4529
|
-
"isOverride": false,
|
|
4530
|
-
"isSealed": false,
|
|
4531
|
-
"visibility": "Public",
|
|
4532
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4533
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4534
|
-
"isExtensionMethod": false
|
|
4535
|
-
},
|
|
4536
|
-
{
|
|
4537
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::EnableThreadSafetyChecks(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4538
|
-
"clrName": "EnableThreadSafetyChecks",
|
|
4539
|
-
"metadataToken": 0,
|
|
4540
|
-
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4541
|
-
"normalizedSignature": "EnableThreadSafetyChecks|(System.Boolean):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4542
|
-
"emitScope": "ClassSurface",
|
|
4543
|
-
"provenance": "BaseOverload",
|
|
4544
|
-
"arity": 0,
|
|
4545
|
-
"parameterCount": 1,
|
|
4546
|
-
"isStatic": false,
|
|
4547
|
-
"isAbstract": false,
|
|
4548
|
-
"isVirtual": true,
|
|
4549
|
-
"isOverride": false,
|
|
4550
|
-
"isSealed": false,
|
|
4551
|
-
"visibility": "Public",
|
|
4552
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4553
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4554
|
-
"isExtensionMethod": false
|
|
4555
|
-
},
|
|
4556
|
-
{
|
|
4557
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::LogTo(System.Action_1,Microsoft.Extensions.Logging.LogLevel,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4558
|
-
"clrName": "LogTo",
|
|
4559
|
-
"metadataToken": 0,
|
|
4560
|
-
"canonicalSignature": "(System.Action_1,Microsoft.Extensions.Logging.LogLevel,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4561
|
-
"normalizedSignature": "LogTo|(System.Action_1,Microsoft.Extensions.Logging.LogLevel,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4562
|
-
"emitScope": "ClassSurface",
|
|
4563
|
-
"provenance": "BaseOverload",
|
|
4564
|
-
"arity": 0,
|
|
4565
|
-
"parameterCount": 3,
|
|
4566
|
-
"isStatic": false,
|
|
4567
|
-
"isAbstract": false,
|
|
4568
|
-
"isVirtual": true,
|
|
4569
|
-
"isOverride": false,
|
|
4570
|
-
"isSealed": false,
|
|
4571
|
-
"visibility": "Public",
|
|
4572
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4573
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4574
|
-
"isExtensionMethod": false
|
|
4575
|
-
},
|
|
4576
|
-
{
|
|
4577
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::LogTo(System.Action_1,System.Collections.Generic.IEnumerable_1,Microsoft.Extensions.Logging.LogLevel,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4578
|
-
"clrName": "LogTo",
|
|
4579
|
-
"metadataToken": 0,
|
|
4580
|
-
"canonicalSignature": "(System.Action_1,System.Collections.Generic.IEnumerable_1,Microsoft.Extensions.Logging.LogLevel,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4581
|
-
"normalizedSignature": "LogTo|(System.Action_1,System.Collections.Generic.IEnumerable_1,Microsoft.Extensions.Logging.LogLevel,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4582
|
-
"emitScope": "ClassSurface",
|
|
4583
|
-
"provenance": "BaseOverload",
|
|
4584
|
-
"arity": 0,
|
|
4585
|
-
"parameterCount": 4,
|
|
4586
|
-
"isStatic": false,
|
|
4587
|
-
"isAbstract": false,
|
|
4588
|
-
"isVirtual": true,
|
|
4589
|
-
"isOverride": false,
|
|
4590
|
-
"isSealed": false,
|
|
4591
|
-
"visibility": "Public",
|
|
4592
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4593
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4594
|
-
"isExtensionMethod": false
|
|
4595
|
-
},
|
|
4596
|
-
{
|
|
4597
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::LogTo(System.Action_1,System.Func_3,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4598
|
-
"clrName": "LogTo",
|
|
4599
|
-
"metadataToken": 0,
|
|
4600
|
-
"canonicalSignature": "(System.Action_1,System.Func_3,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4601
|
-
"normalizedSignature": "LogTo|(System.Action_1,System.Func_3,System.Nullable_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4602
|
-
"emitScope": "ClassSurface",
|
|
4603
|
-
"provenance": "BaseOverload",
|
|
4604
|
-
"arity": 0,
|
|
4605
|
-
"parameterCount": 3,
|
|
4606
|
-
"isStatic": false,
|
|
4607
|
-
"isAbstract": false,
|
|
4608
|
-
"isVirtual": true,
|
|
4609
|
-
"isOverride": false,
|
|
4610
|
-
"isSealed": false,
|
|
4611
|
-
"visibility": "Public",
|
|
4612
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4613
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4614
|
-
"isExtensionMethod": false
|
|
4615
|
-
},
|
|
4616
|
-
{
|
|
4617
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::LogTo(System.Func_3,System.Action_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4618
|
-
"clrName": "LogTo",
|
|
4619
|
-
"metadataToken": 0,
|
|
4620
|
-
"canonicalSignature": "(System.Func_3,System.Action_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4621
|
-
"normalizedSignature": "LogTo|(System.Func_3,System.Action_1):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4622
|
-
"emitScope": "ClassSurface",
|
|
4623
|
-
"provenance": "BaseOverload",
|
|
4624
|
-
"arity": 0,
|
|
4625
|
-
"parameterCount": 2,
|
|
4626
|
-
"isStatic": false,
|
|
4627
|
-
"isAbstract": false,
|
|
4628
|
-
"isVirtual": true,
|
|
4629
|
-
"isOverride": false,
|
|
4630
|
-
"isSealed": false,
|
|
4631
|
-
"visibility": "Public",
|
|
4632
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4633
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4634
|
-
"isExtensionMethod": false
|
|
4635
|
-
},
|
|
4636
|
-
{
|
|
4637
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::ReplaceService():Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4638
|
-
"clrName": "ReplaceService",
|
|
4639
|
-
"metadataToken": 0,
|
|
4640
|
-
"canonicalSignature": "():Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4641
|
-
"normalizedSignature": "ReplaceService|():Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4642
|
-
"emitScope": "ClassSurface",
|
|
4643
|
-
"provenance": "BaseOverload",
|
|
4644
|
-
"arity": 2,
|
|
4645
|
-
"parameterCount": 0,
|
|
4646
|
-
"isStatic": false,
|
|
4647
|
-
"isAbstract": false,
|
|
4648
|
-
"isVirtual": true,
|
|
4649
|
-
"isOverride": false,
|
|
4650
|
-
"isSealed": false,
|
|
4651
|
-
"visibility": "Public",
|
|
4652
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4653
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4654
|
-
"isExtensionMethod": false
|
|
4655
|
-
},
|
|
4656
|
-
{
|
|
4657
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseApplicationServiceProvider(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4658
|
-
"clrName": "UseApplicationServiceProvider",
|
|
4659
|
-
"metadataToken": 0,
|
|
4660
|
-
"canonicalSignature": "(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4661
|
-
"normalizedSignature": "UseApplicationServiceProvider|(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4662
|
-
"emitScope": "ClassSurface",
|
|
4663
|
-
"provenance": "BaseOverload",
|
|
4664
|
-
"arity": 0,
|
|
4665
|
-
"parameterCount": 1,
|
|
4666
|
-
"isStatic": false,
|
|
4667
|
-
"isAbstract": false,
|
|
4668
|
-
"isVirtual": true,
|
|
4669
|
-
"isOverride": false,
|
|
4670
|
-
"isSealed": false,
|
|
4671
|
-
"visibility": "Public",
|
|
4672
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4673
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4674
|
-
"isExtensionMethod": false
|
|
4675
|
-
},
|
|
4676
|
-
{
|
|
4677
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseAsyncSeeding(System.Func_4):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4678
|
-
"clrName": "UseAsyncSeeding",
|
|
4679
|
-
"metadataToken": 0,
|
|
4680
|
-
"canonicalSignature": "(System.Func_4):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4681
|
-
"normalizedSignature": "UseAsyncSeeding|(System.Func_4):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4682
|
-
"emitScope": "ClassSurface",
|
|
4683
|
-
"provenance": "BaseOverload",
|
|
4684
|
-
"arity": 0,
|
|
4685
|
-
"parameterCount": 1,
|
|
4686
|
-
"isStatic": false,
|
|
4687
|
-
"isAbstract": false,
|
|
4688
|
-
"isVirtual": true,
|
|
4689
|
-
"isOverride": false,
|
|
4690
|
-
"isSealed": false,
|
|
4691
|
-
"visibility": "Public",
|
|
4692
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4693
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4694
|
-
"isExtensionMethod": false
|
|
4695
|
-
},
|
|
4696
|
-
{
|
|
4697
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseInternalServiceProvider(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4698
|
-
"clrName": "UseInternalServiceProvider",
|
|
4699
|
-
"metadataToken": 0,
|
|
4700
|
-
"canonicalSignature": "(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4701
|
-
"normalizedSignature": "UseInternalServiceProvider|(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4702
|
-
"emitScope": "ClassSurface",
|
|
4703
|
-
"provenance": "BaseOverload",
|
|
4704
|
-
"arity": 0,
|
|
4705
|
-
"parameterCount": 1,
|
|
4706
|
-
"isStatic": false,
|
|
4707
|
-
"isAbstract": false,
|
|
4708
|
-
"isVirtual": true,
|
|
4709
|
-
"isOverride": false,
|
|
4710
|
-
"isSealed": false,
|
|
4711
|
-
"visibility": "Public",
|
|
4712
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4713
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4714
|
-
"isExtensionMethod": false
|
|
4715
|
-
},
|
|
4716
|
-
{
|
|
4717
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseLoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4718
|
-
"clrName": "UseLoggerFactory",
|
|
4719
|
-
"metadataToken": 0,
|
|
4720
|
-
"canonicalSignature": "(Microsoft.Extensions.Logging.ILoggerFactory):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4721
|
-
"normalizedSignature": "UseLoggerFactory|(Microsoft.Extensions.Logging.ILoggerFactory):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4722
|
-
"emitScope": "ClassSurface",
|
|
4723
|
-
"provenance": "BaseOverload",
|
|
4724
|
-
"arity": 0,
|
|
4725
|
-
"parameterCount": 1,
|
|
4726
|
-
"isStatic": false,
|
|
4727
|
-
"isAbstract": false,
|
|
4728
|
-
"isVirtual": true,
|
|
4729
|
-
"isOverride": false,
|
|
4730
|
-
"isSealed": false,
|
|
4731
|
-
"visibility": "Public",
|
|
4732
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4733
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4734
|
-
"isExtensionMethod": false
|
|
4735
|
-
},
|
|
4736
|
-
{
|
|
4737
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseMemoryCache(Microsoft.Extensions.Caching.Memory.IMemoryCache):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4738
|
-
"clrName": "UseMemoryCache",
|
|
4739
|
-
"metadataToken": 0,
|
|
4740
|
-
"canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4741
|
-
"normalizedSignature": "UseMemoryCache|(Microsoft.Extensions.Caching.Memory.IMemoryCache):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4742
|
-
"emitScope": "ClassSurface",
|
|
4743
|
-
"provenance": "BaseOverload",
|
|
4744
|
-
"arity": 0,
|
|
4745
|
-
"parameterCount": 1,
|
|
4746
|
-
"isStatic": false,
|
|
4747
|
-
"isAbstract": false,
|
|
4748
|
-
"isVirtual": true,
|
|
4749
|
-
"isOverride": false,
|
|
4750
|
-
"isSealed": false,
|
|
4751
|
-
"visibility": "Public",
|
|
4752
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4753
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4754
|
-
"isExtensionMethod": false
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseModel(Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4758
|
-
"clrName": "UseModel",
|
|
4759
|
-
"metadataToken": 0,
|
|
4760
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4761
|
-
"normalizedSignature": "UseModel|(Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4762
|
-
"emitScope": "ClassSurface",
|
|
4763
|
-
"provenance": "BaseOverload",
|
|
4764
|
-
"arity": 0,
|
|
4765
|
-
"parameterCount": 1,
|
|
4766
|
-
"isStatic": false,
|
|
4767
|
-
"isAbstract": false,
|
|
4768
|
-
"isVirtual": true,
|
|
4769
|
-
"isOverride": false,
|
|
4770
|
-
"isSealed": false,
|
|
4771
|
-
"visibility": "Public",
|
|
4772
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4773
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4774
|
-
"isExtensionMethod": false
|
|
4775
|
-
},
|
|
4776
|
-
{
|
|
4777
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseQueryTrackingBehavior(Microsoft.EntityFrameworkCore.QueryTrackingBehavior):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4778
|
-
"clrName": "UseQueryTrackingBehavior",
|
|
4779
|
-
"metadataToken": 0,
|
|
4780
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.QueryTrackingBehavior):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4781
|
-
"normalizedSignature": "UseQueryTrackingBehavior|(Microsoft.EntityFrameworkCore.QueryTrackingBehavior):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4782
|
-
"emitScope": "ClassSurface",
|
|
4783
|
-
"provenance": "BaseOverload",
|
|
4784
|
-
"arity": 0,
|
|
4785
|
-
"parameterCount": 1,
|
|
4786
|
-
"isStatic": false,
|
|
4787
|
-
"isAbstract": false,
|
|
4788
|
-
"isVirtual": true,
|
|
4789
|
-
"isOverride": false,
|
|
4790
|
-
"isSealed": false,
|
|
4791
|
-
"visibility": "Public",
|
|
4792
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4793
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4794
|
-
"isExtensionMethod": false
|
|
4795
|
-
},
|
|
4796
|
-
{
|
|
4797
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseRootApplicationServiceProvider(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4798
|
-
"clrName": "UseRootApplicationServiceProvider",
|
|
4799
|
-
"metadataToken": 0,
|
|
4800
|
-
"canonicalSignature": "(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4801
|
-
"normalizedSignature": "UseRootApplicationServiceProvider|(System.IServiceProvider):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4802
|
-
"emitScope": "ClassSurface",
|
|
4803
|
-
"provenance": "BaseOverload",
|
|
4804
|
-
"arity": 0,
|
|
4805
|
-
"parameterCount": 1,
|
|
4806
|
-
"isStatic": false,
|
|
4807
|
-
"isAbstract": false,
|
|
4808
|
-
"isVirtual": true,
|
|
4809
|
-
"isOverride": false,
|
|
4810
|
-
"isSealed": false,
|
|
4811
|
-
"visibility": "Public",
|
|
4812
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4813
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4814
|
-
"isExtensionMethod": false
|
|
4815
|
-
},
|
|
4816
|
-
{
|
|
4817
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseRootApplicationServiceProvider():Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4818
|
-
"clrName": "UseRootApplicationServiceProvider",
|
|
4819
|
-
"metadataToken": 0,
|
|
4820
|
-
"canonicalSignature": "():Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4821
|
-
"normalizedSignature": "UseRootApplicationServiceProvider|():Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4822
|
-
"emitScope": "ClassSurface",
|
|
4823
|
-
"provenance": "BaseOverload",
|
|
4824
|
-
"arity": 0,
|
|
4825
|
-
"parameterCount": 0,
|
|
4826
|
-
"isStatic": false,
|
|
4827
|
-
"isAbstract": false,
|
|
4828
|
-
"isVirtual": true,
|
|
4829
|
-
"isOverride": false,
|
|
4830
|
-
"isSealed": false,
|
|
4831
|
-
"visibility": "Public",
|
|
4832
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4833
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4834
|
-
"isExtensionMethod": false
|
|
4835
|
-
},
|
|
4836
|
-
{
|
|
4837
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601::UseSeeding(System.Action_2):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4838
|
-
"clrName": "UseSeeding",
|
|
4839
|
-
"metadataToken": 0,
|
|
4840
|
-
"canonicalSignature": "(System.Action_2):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
|
|
4841
|
-
"normalizedSignature": "UseSeeding|(System.Action_2):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=false",
|
|
4842
|
-
"emitScope": "ClassSurface",
|
|
4843
|
-
"provenance": "BaseOverload",
|
|
4844
|
-
"arity": 0,
|
|
4845
|
-
"parameterCount": 1,
|
|
4846
|
-
"isStatic": false,
|
|
4847
|
-
"isAbstract": false,
|
|
4848
|
-
"isVirtual": true,
|
|
4849
|
-
"isOverride": false,
|
|
4850
|
-
"isSealed": false,
|
|
4851
|
-
"visibility": "Public",
|
|
4852
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder\u00601",
|
|
4853
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4854
|
-
"isExtensionMethod": false
|
|
4855
4355
|
}
|
|
4856
4356
|
],
|
|
4857
4357
|
"properties": [
|
|
@@ -295,13 +295,12 @@ export interface __DbContextOptions$views {
|
|
|
295
295
|
export type DbContextOptions = DbContextOptions$instance & __DbContextOptions$views;
|
|
296
296
|
|
|
297
297
|
|
|
298
|
-
export interface DbContextOptions_1$instance<TContext extends DbContext> extends DbContextOptions$instance {
|
|
298
|
+
export interface DbContextOptions_1$instance<TContext extends DbContext> extends DbContextOptions$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptions$instance {
|
|
299
299
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContextOptions_1: never;
|
|
300
300
|
|
|
301
301
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptions: never;
|
|
302
302
|
|
|
303
303
|
readonly ContextType: Type;
|
|
304
|
-
FindExtension<TExtension extends IDbContextOptionsExtension>(): TExtension | undefined;
|
|
305
304
|
WithExtension<TExtension extends IDbContextOptionsExtension>(extension: TExtension): DbContextOptions;
|
|
306
305
|
}
|
|
307
306
|
|
|
@@ -375,33 +374,51 @@ export interface DbContextOptionsBuilder_1$instance<TContext extends DbContext>
|
|
|
375
374
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsBuilderInfrastructure: never;
|
|
376
375
|
|
|
377
376
|
AddInterceptors(interceptors: IEnumerable_1<IInterceptor>): DbContextOptionsBuilder_1<TContext>;
|
|
378
|
-
AddInterceptors(interceptors:
|
|
377
|
+
AddInterceptors(...interceptors: IInterceptor[]): DbContextOptionsBuilder_1<TContext>;
|
|
379
378
|
AddInterceptors(...interceptors: IInterceptor[]): DbContextOptionsBuilder;
|
|
380
|
-
|
|
379
|
+
ConfigureLoggingCacheTime(timeSpan: TimeSpan): DbContextOptionsBuilder_1<TContext>;
|
|
381
380
|
ConfigureLoggingCacheTime(timeSpan: TimeSpan): DbContextOptionsBuilder;
|
|
381
|
+
ConfigureWarnings(warningsConfigurationBuilderAction: Action_1<WarningsConfigurationBuilder>): DbContextOptionsBuilder_1<TContext>;
|
|
382
382
|
ConfigureWarnings(warningsConfigurationBuilderAction: Action_1<WarningsConfigurationBuilder>): DbContextOptionsBuilder;
|
|
383
|
+
EnableDetailedErrors(detailedErrorsEnabled?: boolean): DbContextOptionsBuilder_1<TContext>;
|
|
383
384
|
EnableDetailedErrors(detailedErrorsEnabled?: boolean): DbContextOptionsBuilder;
|
|
385
|
+
EnableSensitiveDataLogging(sensitiveDataLoggingEnabled?: boolean): DbContextOptionsBuilder_1<TContext>;
|
|
384
386
|
EnableSensitiveDataLogging(sensitiveDataLoggingEnabled?: boolean): DbContextOptionsBuilder;
|
|
387
|
+
EnableServiceProviderCaching(cacheServiceProvider?: boolean): DbContextOptionsBuilder_1<TContext>;
|
|
385
388
|
EnableServiceProviderCaching(cacheServiceProvider?: boolean): DbContextOptionsBuilder;
|
|
389
|
+
EnableThreadSafetyChecks(checksEnabled?: boolean): DbContextOptionsBuilder_1<TContext>;
|
|
386
390
|
EnableThreadSafetyChecks(enableChecks?: boolean): DbContextOptionsBuilder;
|
|
391
|
+
LogTo(action: Action_1<System_Internal.String>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder_1<TContext>;
|
|
392
|
+
LogTo(action: Action_1<System_Internal.String>, events: IEnumerable_1<EventId>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder_1<TContext>;
|
|
387
393
|
LogTo(action: Action_1<System_Internal.String>, categories: IEnumerable_1<System_Internal.String>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder_1<TContext>;
|
|
388
394
|
LogTo(action: Action_1<System_Internal.String>, filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder_1<TContext>;
|
|
395
|
+
LogTo(filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, logger: Action_1<EventData>): DbContextOptionsBuilder_1<TContext>;
|
|
389
396
|
LogTo(action: Action_1<System_Internal.String>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
390
397
|
LogTo(action: Action_1<System_Internal.String>, events: IEnumerable_1<EventId>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
391
|
-
LogTo(action: Action_1<System_Internal.String>, filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
392
398
|
LogTo(filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, logger: Action_1<EventData>): DbContextOptionsBuilder;
|
|
399
|
+
ReplaceService<TService, TImplementation extends TService>(): DbContextOptionsBuilder_1<TContext>;
|
|
393
400
|
ReplaceService<TService, TImplementation extends TService>(): DbContextOptionsBuilder;
|
|
401
|
+
UseApplicationServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder_1<TContext>;
|
|
394
402
|
UseApplicationServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
395
403
|
UseAsyncSeeding(seedAsync: Func_4<DbContext, System_Internal.Boolean, CancellationToken, Task>): DbContextOptionsBuilder_1<TContext>;
|
|
404
|
+
UseAsyncSeeding(seedAsync: Func_4<TContext, System_Internal.Boolean, CancellationToken, Task>): DbContextOptionsBuilder_1<TContext>;
|
|
396
405
|
UseAsyncSeeding(seedAsync: Func_4<DbContext, System_Internal.Boolean, CancellationToken, Task>): DbContextOptionsBuilder;
|
|
406
|
+
UseInternalServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder_1<TContext>;
|
|
397
407
|
UseInternalServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
408
|
+
UseLoggerFactory(loggerFactory: ILoggerFactory): DbContextOptionsBuilder_1<TContext>;
|
|
398
409
|
UseLoggerFactory(loggerFactory: ILoggerFactory): DbContextOptionsBuilder;
|
|
410
|
+
UseMemoryCache(memoryCache: IMemoryCache): DbContextOptionsBuilder_1<TContext>;
|
|
399
411
|
UseMemoryCache(memoryCache: IMemoryCache): DbContextOptionsBuilder;
|
|
412
|
+
UseModel(model: IModel): DbContextOptionsBuilder_1<TContext>;
|
|
400
413
|
UseModel(model: IModel): DbContextOptionsBuilder;
|
|
414
|
+
UseQueryTrackingBehavior(queryTrackingBehavior: QueryTrackingBehavior): DbContextOptionsBuilder_1<TContext>;
|
|
401
415
|
UseQueryTrackingBehavior(queryTrackingBehavior: QueryTrackingBehavior): DbContextOptionsBuilder;
|
|
416
|
+
UseRootApplicationServiceProvider(rootServiceProvider: IServiceProvider): DbContextOptionsBuilder_1<TContext>;
|
|
417
|
+
UseRootApplicationServiceProvider(): DbContextOptionsBuilder_1<TContext>;
|
|
402
418
|
UseRootApplicationServiceProvider(rootServiceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
403
419
|
UseRootApplicationServiceProvider(): DbContextOptionsBuilder;
|
|
404
420
|
UseSeeding(seed: Action_2<DbContext, System_Internal.Boolean>): DbContextOptionsBuilder_1<TContext>;
|
|
421
|
+
UseSeeding(seed: Action_2<TContext, System_Internal.Boolean>): DbContextOptionsBuilder_1<TContext>;
|
|
405
422
|
UseSeeding(seed: Action_2<DbContext, System_Internal.Boolean>): DbContextOptionsBuilder;
|
|
406
423
|
}
|
|
407
424
|
|