@tsonic/efcore-sqlite 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 (46) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +948 -1
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +51 -6
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +10 -0
  4. package/Microsoft.EntityFrameworkCore/bindings.json +113 -0
  5. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +31 -0
  6. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +21 -0
  7. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +25 -0
  8. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +197 -2
  9. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +30 -6
  10. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  11. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +557 -0
  12. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -4
  13. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
  14. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +52 -0
  15. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +7 -2
  16. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +37 -0
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +190 -0
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +24 -4
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +62 -0
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +26 -0
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +98 -0
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +9 -2
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +1541 -79
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +131 -19
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +45 -0
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +8 -3
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +749 -9
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +98 -14
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +55 -0
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +194 -2
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +24 -5
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
  39. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  40. package/Microsoft.Extensions.DependencyModel/bindings.json +213 -0
  41. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +6 -1
  42. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +63 -0
  43. package/SQLitePCL/bindings.json +1398 -9
  44. package/SQLitePCL/internal/index.d.ts +40 -10
  45. package/System.Collections.Generic/bindings.json +10 -0
  46. package/package.json +1 -1
@@ -18,6 +18,10 @@
18
18
  "isSealed": true,
19
19
  "isStatic": true,
20
20
  "arity": 0,
21
+ "baseType": {
22
+ "stableId": "System.Private.CoreLib:System.Object",
23
+ "clrName": "System.Object"
24
+ },
21
25
  "methods": [
22
26
  {
23
27
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions::UseAutoincrement(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder",
@@ -34,6 +38,7 @@
34
38
  "isVirtual": false,
35
39
  "isOverride": false,
36
40
  "isSealed": false,
41
+ "visibility": "Public",
37
42
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
38
43
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
39
44
  "isExtensionMethod": true
@@ -53,6 +58,7 @@
53
58
  "isVirtual": false,
54
59
  "isOverride": false,
55
60
  "isSealed": false,
61
+ "visibility": "Public",
56
62
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
57
63
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
58
64
  "isExtensionMethod": true
@@ -72,6 +78,7 @@
72
78
  "isVirtual": false,
73
79
  "isOverride": false,
74
80
  "isSealed": false,
81
+ "visibility": "Public",
75
82
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
76
83
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
77
84
  "isExtensionMethod": true
@@ -91,6 +98,7 @@
91
98
  "isVirtual": false,
92
99
  "isOverride": false,
93
100
  "isSealed": false,
101
+ "visibility": "Public",
94
102
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
95
103
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
96
104
  "isExtensionMethod": true
@@ -112,6 +120,10 @@
112
120
  "isSealed": true,
113
121
  "isStatic": true,
114
122
  "arity": 0,
123
+ "baseType": {
124
+ "stableId": "System.Private.CoreLib:System.Object",
125
+ "clrName": "System.Object"
126
+ },
115
127
  "methods": [
116
128
  {
117
129
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDatabaseFacadeExtensions::IsSqlite(Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade):System.Boolean",
@@ -128,6 +140,7 @@
128
140
  "isVirtual": false,
129
141
  "isOverride": false,
130
142
  "isSealed": false,
143
+ "visibility": "Public",
131
144
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDatabaseFacadeExtensions",
132
145
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
133
146
  "isExtensionMethod": true
@@ -149,6 +162,10 @@
149
162
  "isSealed": true,
150
163
  "isStatic": true,
151
164
  "arity": 0,
165
+ "baseType": {
166
+ "stableId": "System.Private.CoreLib:System.Object",
167
+ "clrName": "System.Object"
168
+ },
152
169
  "methods": [
153
170
  {
154
171
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
@@ -165,6 +182,7 @@
165
182
  "isVirtual": false,
166
183
  "isOverride": false,
167
184
  "isSealed": false,
185
+ "visibility": "Public",
168
186
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
169
187
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
170
188
  "isExtensionMethod": true
@@ -184,6 +202,7 @@
184
202
  "isVirtual": false,
185
203
  "isOverride": false,
186
204
  "isSealed": false,
205
+ "visibility": "Public",
187
206
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
188
207
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
189
208
  "isExtensionMethod": true
@@ -203,6 +222,7 @@
203
222
  "isVirtual": false,
204
223
  "isOverride": false,
205
224
  "isSealed": false,
225
+ "visibility": "Public",
206
226
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
207
227
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
208
228
  "isExtensionMethod": true
@@ -222,6 +242,7 @@
222
242
  "isVirtual": false,
223
243
  "isOverride": false,
224
244
  "isSealed": false,
245
+ "visibility": "Public",
225
246
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
226
247
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
227
248
  "isExtensionMethod": true
@@ -241,6 +262,7 @@
241
262
  "isVirtual": false,
242
263
  "isOverride": false,
243
264
  "isSealed": false,
265
+ "visibility": "Public",
244
266
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
245
267
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
246
268
  "isExtensionMethod": true
@@ -260,6 +282,7 @@
260
282
  "isVirtual": false,
261
283
  "isOverride": false,
262
284
  "isSealed": false,
285
+ "visibility": "Public",
263
286
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
264
287
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
265
288
  "isExtensionMethod": true
@@ -279,6 +302,7 @@
279
302
  "isVirtual": false,
280
303
  "isOverride": false,
281
304
  "isSealed": false,
305
+ "visibility": "Public",
282
306
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
283
307
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
284
308
  "isExtensionMethod": true
@@ -298,6 +322,7 @@
298
322
  "isVirtual": false,
299
323
  "isOverride": false,
300
324
  "isSealed": false,
325
+ "visibility": "Public",
301
326
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
302
327
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
303
328
  "isExtensionMethod": true
@@ -319,6 +344,10 @@
319
344
  "isSealed": true,
320
345
  "isStatic": true,
321
346
  "arity": 0,
347
+ "baseType": {
348
+ "stableId": "System.Private.CoreLib:System.Object",
349
+ "clrName": "System.Object"
350
+ },
322
351
  "methods": [
323
352
  {
324
353
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions::Glob(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Boolean",
@@ -335,6 +364,7 @@
335
364
  "isVirtual": false,
336
365
  "isOverride": false,
337
366
  "isSealed": false,
367
+ "visibility": "Public",
338
368
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
339
369
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
340
370
  "isExtensionMethod": true
@@ -354,6 +384,7 @@
354
384
  "isVirtual": false,
355
385
  "isOverride": false,
356
386
  "isSealed": false,
387
+ "visibility": "Public",
357
388
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
358
389
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
359
390
  "isExtensionMethod": true
@@ -373,6 +404,7 @@
373
404
  "isVirtual": false,
374
405
  "isOverride": false,
375
406
  "isSealed": false,
407
+ "visibility": "Public",
376
408
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
377
409
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
378
410
  "isExtensionMethod": true
@@ -392,6 +424,7 @@
392
424
  "isVirtual": false,
393
425
  "isOverride": false,
394
426
  "isSealed": false,
427
+ "visibility": "Public",
395
428
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
396
429
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
397
430
  "isExtensionMethod": true
@@ -411,6 +444,7 @@
411
444
  "isVirtual": false,
412
445
  "isOverride": false,
413
446
  "isSealed": false,
447
+ "visibility": "Public",
414
448
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
415
449
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
416
450
  "isExtensionMethod": true
@@ -430,6 +464,7 @@
430
464
  "isVirtual": false,
431
465
  "isOverride": false,
432
466
  "isSealed": false,
467
+ "visibility": "Public",
433
468
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
434
469
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
435
470
  "isExtensionMethod": true
@@ -451,6 +486,10 @@
451
486
  "isSealed": true,
452
487
  "isStatic": true,
453
488
  "arity": 0,
489
+ "baseType": {
490
+ "stableId": "System.Private.CoreLib:System.Object",
491
+ "clrName": "System.Object"
492
+ },
454
493
  "methods": [
455
494
  {
456
495
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder",
@@ -467,6 +506,7 @@
467
506
  "isVirtual": false,
468
507
  "isOverride": false,
469
508
  "isSealed": false,
509
+ "visibility": "Public",
470
510
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
471
511
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
472
512
  "isExtensionMethod": true
@@ -486,6 +526,7 @@
486
526
  "isVirtual": false,
487
527
  "isOverride": false,
488
528
  "isSealed": false,
529
+ "visibility": "Public",
489
530
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
490
531
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
491
532
  "isExtensionMethod": true,
@@ -511,6 +552,7 @@
511
552
  "isVirtual": false,
512
553
  "isOverride": false,
513
554
  "isSealed": false,
555
+ "visibility": "Public",
514
556
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
515
557
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
516
558
  "isExtensionMethod": true
@@ -530,6 +572,7 @@
530
572
  "isVirtual": false,
531
573
  "isOverride": false,
532
574
  "isSealed": false,
575
+ "visibility": "Public",
533
576
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
534
577
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
535
578
  "isExtensionMethod": true,
@@ -557,6 +600,10 @@
557
600
  "isSealed": true,
558
601
  "isStatic": true,
559
602
  "arity": 0,
603
+ "baseType": {
604
+ "stableId": "System.Private.CoreLib:System.Object",
605
+ "clrName": "System.Object"
606
+ },
560
607
  "methods": [
561
608
  {
562
609
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::IsSqlReturningClauseUsed(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType):System.Boolean",
@@ -573,6 +620,7 @@
573
620
  "isVirtual": false,
574
621
  "isOverride": false,
575
622
  "isSealed": false,
623
+ "visibility": "Public",
576
624
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
577
625
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
578
626
  "isExtensionMethod": true
@@ -592,6 +640,7 @@
592
640
  "isVirtual": false,
593
641
  "isOverride": false,
594
642
  "isSealed": false,
643
+ "visibility": "Public",
595
644
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
596
645
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
597
646
  "isExtensionMethod": true
@@ -611,6 +660,7 @@
611
660
  "isVirtual": false,
612
661
  "isOverride": false,
613
662
  "isSealed": false,
663
+ "visibility": "Public",
614
664
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
615
665
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
616
666
  "isExtensionMethod": true
@@ -630,6 +680,7 @@
630
680
  "isVirtual": false,
631
681
  "isOverride": false,
632
682
  "isSealed": false,
683
+ "visibility": "Public",
633
684
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
634
685
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
635
686
  "isExtensionMethod": true
@@ -649,6 +700,7 @@
649
700
  "isVirtual": false,
650
701
  "isOverride": false,
651
702
  "isSealed": false,
703
+ "visibility": "Public",
652
704
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
653
705
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
654
706
  "isExtensionMethod": true,
@@ -674,6 +726,7 @@
674
726
  "isVirtual": false,
675
727
  "isOverride": false,
676
728
  "isSealed": false,
729
+ "visibility": "Public",
677
730
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
678
731
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
679
732
  "isExtensionMethod": true,
@@ -699,6 +752,7 @@
699
752
  "isVirtual": false,
700
753
  "isOverride": false,
701
754
  "isSealed": false,
755
+ "visibility": "Public",
702
756
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
703
757
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
704
758
  "isExtensionMethod": true,
@@ -724,6 +778,7 @@
724
778
  "isVirtual": false,
725
779
  "isOverride": false,
726
780
  "isSealed": false,
781
+ "visibility": "Public",
727
782
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
728
783
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
729
784
  "isExtensionMethod": true,
@@ -751,6 +806,10 @@
751
806
  "isSealed": true,
752
807
  "isStatic": true,
753
808
  "arity": 0,
809
+ "baseType": {
810
+ "stableId": "System.Private.CoreLib:System.Object",
811
+ "clrName": "System.Object"
812
+ },
754
813
  "methods": [
755
814
  {
756
815
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions::IsSqlReturningClauseUsed(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment):System.Boolean",
@@ -767,6 +826,7 @@
767
826
  "isVirtual": false,
768
827
  "isOverride": false,
769
828
  "isSealed": false,
829
+ "visibility": "Public",
770
830
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
771
831
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
772
832
  "isExtensionMethod": true
@@ -786,6 +846,7 @@
786
846
  "isVirtual": false,
787
847
  "isOverride": false,
788
848
  "isSealed": false,
849
+ "visibility": "Public",
789
850
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
790
851
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
791
852
  "isExtensionMethod": true
@@ -805,6 +866,7 @@
805
866
  "isVirtual": false,
806
867
  "isOverride": false,
807
868
  "isSealed": false,
869
+ "visibility": "Public",
808
870
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
809
871
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
810
872
  "isExtensionMethod": true
@@ -824,6 +886,7 @@
824
886
  "isVirtual": false,
825
887
  "isOverride": false,
826
888
  "isSealed": false,
889
+ "visibility": "Public",
827
890
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
828
891
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
829
892
  "isExtensionMethod": true
@@ -845,6 +908,10 @@
845
908
  "isSealed": true,
846
909
  "isStatic": true,
847
910
  "arity": 0,
911
+ "baseType": {
912
+ "stableId": "System.Private.CoreLib:System.Object",
913
+ "clrName": "System.Object"
914
+ },
848
915
  "methods": [
849
916
  {
850
917
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::UseAutoincrement(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
@@ -861,6 +928,7 @@
861
928
  "isVirtual": false,
862
929
  "isOverride": false,
863
930
  "isSealed": false,
931
+ "visibility": "Public",
864
932
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
865
933
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
866
934
  "isExtensionMethod": true
@@ -880,6 +948,7 @@
880
948
  "isVirtual": false,
881
949
  "isOverride": false,
882
950
  "isSealed": false,
951
+ "visibility": "Public",
883
952
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
884
953
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
885
954
  "isExtensionMethod": true
@@ -899,6 +968,7 @@
899
968
  "isVirtual": false,
900
969
  "isOverride": false,
901
970
  "isSealed": false,
971
+ "visibility": "Public",
902
972
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
903
973
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
904
974
  "isExtensionMethod": true
@@ -918,6 +988,7 @@
918
988
  "isVirtual": false,
919
989
  "isOverride": false,
920
990
  "isSealed": false,
991
+ "visibility": "Public",
921
992
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
922
993
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
923
994
  "isExtensionMethod": true
@@ -937,6 +1008,7 @@
937
1008
  "isVirtual": false,
938
1009
  "isOverride": false,
939
1010
  "isSealed": false,
1011
+ "visibility": "Public",
940
1012
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
941
1013
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
942
1014
  "isExtensionMethod": true
@@ -956,6 +1028,7 @@
956
1028
  "isVirtual": false,
957
1029
  "isOverride": false,
958
1030
  "isSealed": false,
1031
+ "visibility": "Public",
959
1032
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
960
1033
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
961
1034
  "isExtensionMethod": true
@@ -975,6 +1048,7 @@
975
1048
  "isVirtual": false,
976
1049
  "isOverride": false,
977
1050
  "isSealed": false,
1051
+ "visibility": "Public",
978
1052
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
979
1053
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
980
1054
  "isExtensionMethod": true
@@ -994,6 +1068,7 @@
994
1068
  "isVirtual": false,
995
1069
  "isOverride": false,
996
1070
  "isSealed": false,
1071
+ "visibility": "Public",
997
1072
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
998
1073
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
999
1074
  "isExtensionMethod": true
@@ -1013,6 +1088,7 @@
1013
1088
  "isVirtual": false,
1014
1089
  "isOverride": false,
1015
1090
  "isSealed": false,
1091
+ "visibility": "Public",
1016
1092
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1017
1093
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1018
1094
  "isExtensionMethod": true
@@ -1034,6 +1110,10 @@
1034
1110
  "isSealed": true,
1035
1111
  "isStatic": true,
1036
1112
  "arity": 0,
1113
+ "baseType": {
1114
+ "stableId": "System.Private.CoreLib:System.Object",
1115
+ "clrName": "System.Object"
1116
+ },
1037
1117
  "methods": [
1038
1118
  {
1039
1119
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
@@ -1050,6 +1130,7 @@
1050
1130
  "isVirtual": false,
1051
1131
  "isOverride": false,
1052
1132
  "isSealed": false,
1133
+ "visibility": "Public",
1053
1134
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1054
1135
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1055
1136
  "isExtensionMethod": true
@@ -1069,6 +1150,7 @@
1069
1150
  "isVirtual": false,
1070
1151
  "isOverride": false,
1071
1152
  "isSealed": false,
1153
+ "visibility": "Public",
1072
1154
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1073
1155
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1074
1156
  "isExtensionMethod": true
@@ -1088,6 +1170,7 @@
1088
1170
  "isVirtual": false,
1089
1171
  "isOverride": false,
1090
1172
  "isSealed": false,
1173
+ "visibility": "Public",
1091
1174
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1092
1175
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1093
1176
  "isExtensionMethod": true,
@@ -1113,6 +1196,7 @@
1113
1196
  "isVirtual": false,
1114
1197
  "isOverride": false,
1115
1198
  "isSealed": false,
1199
+ "visibility": "Public",
1116
1200
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1117
1201
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1118
1202
  "isExtensionMethod": true
@@ -1132,6 +1216,7 @@
1132
1216
  "isVirtual": false,
1133
1217
  "isOverride": false,
1134
1218
  "isSealed": false,
1219
+ "visibility": "Public",
1135
1220
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1136
1221
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1137
1222
  "isExtensionMethod": true
@@ -1151,6 +1236,7 @@
1151
1236
  "isVirtual": false,
1152
1237
  "isOverride": false,
1153
1238
  "isSealed": false,
1239
+ "visibility": "Public",
1154
1240
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1155
1241
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1156
1242
  "isExtensionMethod": true
@@ -1170,6 +1256,7 @@
1170
1256
  "isVirtual": false,
1171
1257
  "isOverride": false,
1172
1258
  "isSealed": false,
1259
+ "visibility": "Public",
1173
1260
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1174
1261
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1175
1262
  "isExtensionMethod": true,
@@ -1195,6 +1282,7 @@
1195
1282
  "isVirtual": false,
1196
1283
  "isOverride": false,
1197
1284
  "isSealed": false,
1285
+ "visibility": "Public",
1198
1286
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1199
1287
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1200
1288
  "isExtensionMethod": true,
@@ -1220,6 +1308,7 @@
1220
1308
  "isVirtual": false,
1221
1309
  "isOverride": false,
1222
1310
  "isSealed": false,
1311
+ "visibility": "Public",
1223
1312
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1224
1313
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1225
1314
  "isExtensionMethod": true
@@ -1239,6 +1328,7 @@
1239
1328
  "isVirtual": false,
1240
1329
  "isOverride": false,
1241
1330
  "isSealed": false,
1331
+ "visibility": "Public",
1242
1332
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1243
1333
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1244
1334
  "isExtensionMethod": true
@@ -1258,6 +1348,7 @@
1258
1348
  "isVirtual": false,
1259
1349
  "isOverride": false,
1260
1350
  "isSealed": false,
1351
+ "visibility": "Public",
1261
1352
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1262
1353
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1263
1354
  "isExtensionMethod": true
@@ -1277,6 +1368,7 @@
1277
1368
  "isVirtual": false,
1278
1369
  "isOverride": false,
1279
1370
  "isSealed": false,
1371
+ "visibility": "Public",
1280
1372
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1281
1373
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1282
1374
  "isExtensionMethod": true,
@@ -1302,6 +1394,7 @@
1302
1394
  "isVirtual": false,
1303
1395
  "isOverride": false,
1304
1396
  "isSealed": false,
1397
+ "visibility": "Public",
1305
1398
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1306
1399
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1307
1400
  "isExtensionMethod": true
@@ -1321,6 +1414,7 @@
1321
1414
  "isVirtual": false,
1322
1415
  "isOverride": false,
1323
1416
  "isSealed": false,
1417
+ "visibility": "Public",
1324
1418
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1325
1419
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1326
1420
  "isExtensionMethod": true
@@ -1340,6 +1434,7 @@
1340
1434
  "isVirtual": false,
1341
1435
  "isOverride": false,
1342
1436
  "isSealed": false,
1437
+ "visibility": "Public",
1343
1438
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1344
1439
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1345
1440
  "isExtensionMethod": true,
@@ -1365,6 +1460,7 @@
1365
1460
  "isVirtual": false,
1366
1461
  "isOverride": false,
1367
1462
  "isSealed": false,
1463
+ "visibility": "Public",
1368
1464
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1369
1465
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1370
1466
  "isExtensionMethod": true
@@ -1384,6 +1480,7 @@
1384
1480
  "isVirtual": false,
1385
1481
  "isOverride": false,
1386
1482
  "isSealed": false,
1483
+ "visibility": "Public",
1387
1484
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1388
1485
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1389
1486
  "isExtensionMethod": true
@@ -1403,6 +1500,7 @@
1403
1500
  "isVirtual": false,
1404
1501
  "isOverride": false,
1405
1502
  "isSealed": false,
1503
+ "visibility": "Public",
1406
1504
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1407
1505
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1408
1506
  "isExtensionMethod": true
@@ -1424,6 +1522,10 @@
1424
1522
  "isSealed": true,
1425
1523
  "isStatic": true,
1426
1524
  "arity": 0,
1525
+ "baseType": {
1526
+ "stableId": "System.Private.CoreLib:System.Object",
1527
+ "clrName": "System.Object"
1528
+ },
1427
1529
  "methods": [
1428
1530
  {
1429
1531
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder",
@@ -1440,6 +1542,7 @@
1440
1542
  "isVirtual": false,
1441
1543
  "isOverride": false,
1442
1544
  "isSealed": false,
1545
+ "visibility": "Public",
1443
1546
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1444
1547
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1445
1548
  "isExtensionMethod": true
@@ -1459,6 +1562,7 @@
1459
1562
  "isVirtual": false,
1460
1563
  "isOverride": false,
1461
1564
  "isSealed": false,
1565
+ "visibility": "Public",
1462
1566
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1463
1567
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1464
1568
  "isExtensionMethod": true
@@ -1478,6 +1582,7 @@
1478
1582
  "isVirtual": false,
1479
1583
  "isOverride": false,
1480
1584
  "isSealed": false,
1585
+ "visibility": "Public",
1481
1586
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1482
1587
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1483
1588
  "isExtensionMethod": true
@@ -1497,6 +1602,7 @@
1497
1602
  "isVirtual": false,
1498
1603
  "isOverride": false,
1499
1604
  "isSealed": false,
1605
+ "visibility": "Public",
1500
1606
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1501
1607
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1502
1608
  "isExtensionMethod": true
@@ -1516,6 +1622,7 @@
1516
1622
  "isVirtual": false,
1517
1623
  "isOverride": false,
1518
1624
  "isSealed": false,
1625
+ "visibility": "Public",
1519
1626
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1520
1627
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1521
1628
  "isExtensionMethod": true
@@ -1535,6 +1642,7 @@
1535
1642
  "isVirtual": false,
1536
1643
  "isOverride": false,
1537
1644
  "isSealed": false,
1645
+ "visibility": "Public",
1538
1646
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1539
1647
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1540
1648
  "isExtensionMethod": true
@@ -1556,6 +1664,10 @@
1556
1664
  "isSealed": true,
1557
1665
  "isStatic": true,
1558
1666
  "arity": 0,
1667
+ "baseType": {
1668
+ "stableId": "System.Private.CoreLib:System.Object",
1669
+ "clrName": "System.Object"
1670
+ },
1559
1671
  "methods": [
1560
1672
  {
1561
1673
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableExtensions::IsSqlReturningClauseUsed(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Boolean",
@@ -1572,6 +1684,7 @@
1572
1684
  "isVirtual": false,
1573
1685
  "isOverride": false,
1574
1686
  "isSealed": false,
1687
+ "visibility": "Public",
1575
1688
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableExtensions",
1576
1689
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1577
1690
  "isExtensionMethod": true