@tsonic/efcore-sqlite 0.1.1 → 10.0.1

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 (75) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  15. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
  16. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
  39. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  41. package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
  42. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
  43. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
  44. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  45. package/SQLitePCL/bindings.json +9554 -14759
  46. package/SQLitePCL/internal/index.d.ts +33 -33
  47. package/System.Collections.Generic/bindings.json +48 -70
  48. package/System.Collections.Generic/internal/index.d.ts +6 -6
  49. package/__build/scripts/generate.sh +4 -4
  50. package/__internal/extensions/index.d.ts +12 -12
  51. package/package.json +5 -5
  52. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  53. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  54. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  55. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  56. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  57. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  58. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  59. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  71. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  72. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  73. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  74. package/SQLitePCL/internal/metadata.json +0 -11902
  75. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -1,267 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore",
5
- "Microsoft.EntityFrameworkCore.Abstractions",
6
- "Microsoft.EntityFrameworkCore.Relational",
7
- "Microsoft.EntityFrameworkCore.Sqlite"
8
- ],
9
- "types": [
10
- {
11
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
12
- "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
13
- "tsEmitName": "ConflictingValueGenerationStrategiesEventData",
14
- "kind": "Class",
15
- "accessibility": "Public",
16
- "isAbstract": false,
17
- "isSealed": false,
18
- "isStatic": false,
19
- "arity": 0,
20
- "methods": [],
21
- "properties": [
22
- {
23
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::SqliteValueGenerationStrategy:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
24
- "clrName": "SqliteValueGenerationStrategy",
25
- "tsEmitName": "sqliteValueGenerationStrategy",
26
- "normalizedSignature": "SqliteValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=false|accessor=get",
27
- "provenance": "Original",
28
- "emitScope": "ClassSurface",
29
- "isStatic": false,
30
- "isAbstract": false,
31
- "isVirtual": true,
32
- "isOverride": false,
33
- "isIndexer": false,
34
- "hasGetter": true,
35
- "hasSetter": false
36
- },
37
- {
38
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::OtherValueGenerationStrategy:System.String",
39
- "clrName": "OtherValueGenerationStrategy",
40
- "tsEmitName": "otherValueGenerationStrategy",
41
- "normalizedSignature": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
42
- "provenance": "Original",
43
- "emitScope": "ClassSurface",
44
- "isStatic": false,
45
- "isAbstract": false,
46
- "isVirtual": true,
47
- "isOverride": false,
48
- "isIndexer": false,
49
- "hasGetter": true,
50
- "hasSetter": false
51
- },
52
- {
53
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::Property:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
54
- "clrName": "Property",
55
- "tsEmitName": "property",
56
- "normalizedSignature": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
57
- "provenance": "Original",
58
- "emitScope": "ClassSurface",
59
- "isStatic": false,
60
- "isAbstract": false,
61
- "isVirtual": true,
62
- "isOverride": false,
63
- "isIndexer": false,
64
- "hasGetter": true,
65
- "hasSetter": false
66
- }
67
- ],
68
- "fields": [],
69
- "events": [],
70
- "constructors": [
71
- {
72
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void|static=false",
73
- "isStatic": false,
74
- "parameterCount": 5
75
- }
76
- ]
77
- },
78
- {
79
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
80
- "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
81
- "tsEmitName": "SqliteEventId",
82
- "kind": "StaticNamespace",
83
- "accessibility": "Public",
84
- "isAbstract": true,
85
- "isSealed": true,
86
- "isStatic": true,
87
- "arity": 0,
88
- "methods": [],
89
- "properties": [],
90
- "fields": [
91
- {
92
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemaConfiguredWarningMicrosoft.Extensions.Logging.EventId",
93
- "clrName": "SchemaConfiguredWarning",
94
- "tsEmitName": "schemaConfiguredWarning",
95
- "normalizedSignature": "SchemaConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
96
- "isStatic": true,
97
- "isReadOnly": true,
98
- "isLiteral": false
99
- },
100
- {
101
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SequenceConfiguredWarningMicrosoft.Extensions.Logging.EventId",
102
- "clrName": "SequenceConfiguredWarning",
103
- "tsEmitName": "sequenceConfiguredWarning",
104
- "normalizedSignature": "SequenceConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
105
- "isStatic": true,
106
- "isReadOnly": true,
107
- "isLiteral": false
108
- },
109
- {
110
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::CompositeKeyWithValueGenerationMicrosoft.Extensions.Logging.EventId",
111
- "clrName": "CompositeKeyWithValueGeneration",
112
- "tsEmitName": "compositeKeyWithValueGeneration",
113
- "normalizedSignature": "CompositeKeyWithValueGeneration|Microsoft.Extensions.Logging.EventId|static=true|const=false",
114
- "isStatic": true,
115
- "isReadOnly": true,
116
- "isLiteral": false
117
- },
118
- {
119
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ConflictingValueGenerationStrategiesWarningMicrosoft.Extensions.Logging.EventId",
120
- "clrName": "ConflictingValueGenerationStrategiesWarning",
121
- "tsEmitName": "conflictingValueGenerationStrategiesWarning",
122
- "normalizedSignature": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
123
- "isStatic": true,
124
- "isReadOnly": true,
125
- "isLiteral": false
126
- },
127
- {
128
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UnexpectedConnectionTypeWarningMicrosoft.Extensions.Logging.EventId",
129
- "clrName": "UnexpectedConnectionTypeWarning",
130
- "tsEmitName": "unexpectedConnectionTypeWarning",
131
- "normalizedSignature": "UnexpectedConnectionTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
132
- "isStatic": true,
133
- "isReadOnly": true,
134
- "isLiteral": false
135
- },
136
- {
137
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableRebuildPendingWarningMicrosoft.Extensions.Logging.EventId",
138
- "clrName": "TableRebuildPendingWarning",
139
- "tsEmitName": "tableRebuildPendingWarning",
140
- "normalizedSignature": "TableRebuildPendingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
141
- "isStatic": true,
142
- "isReadOnly": true,
143
- "isLiteral": false
144
- },
145
- {
146
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
147
- "clrName": "ColumnFound",
148
- "tsEmitName": "columnFound",
149
- "normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
150
- "isStatic": true,
151
- "isReadOnly": true,
152
- "isLiteral": false
153
- },
154
- {
155
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemasNotSupportedWarningMicrosoft.Extensions.Logging.EventId",
156
- "clrName": "SchemasNotSupportedWarning",
157
- "tsEmitName": "schemasNotSupportedWarning",
158
- "normalizedSignature": "SchemasNotSupportedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
159
- "isStatic": true,
160
- "isReadOnly": true,
161
- "isLiteral": false
162
- },
163
- {
164
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyReferencesMissingTableWarningMicrosoft.Extensions.Logging.EventId",
165
- "clrName": "ForeignKeyReferencesMissingTableWarning",
166
- "tsEmitName": "foreignKeyReferencesMissingTableWarning",
167
- "normalizedSignature": "ForeignKeyReferencesMissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
168
- "isStatic": true,
169
- "isReadOnly": true,
170
- "isLiteral": false
171
- },
172
- {
173
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
174
- "clrName": "TableFound",
175
- "tsEmitName": "tableFound",
176
- "normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
177
- "isStatic": true,
178
- "isReadOnly": true,
179
- "isLiteral": false
180
- },
181
- {
182
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
183
- "clrName": "MissingTableWarning",
184
- "tsEmitName": "missingTableWarning",
185
- "normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
186
- "isStatic": true,
187
- "isReadOnly": true,
188
- "isLiteral": false
189
- },
190
- {
191
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
192
- "clrName": "ForeignKeyPrincipalColumnMissingWarning",
193
- "tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
194
- "normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
195
- "isStatic": true,
196
- "isReadOnly": true,
197
- "isLiteral": false
198
- },
199
- {
200
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
201
- "clrName": "IndexFound",
202
- "tsEmitName": "indexFound",
203
- "normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
204
- "isStatic": true,
205
- "isReadOnly": true,
206
- "isLiteral": false
207
- },
208
- {
209
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
210
- "clrName": "ForeignKeyFound",
211
- "tsEmitName": "foreignKeyFound",
212
- "normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
213
- "isStatic": true,
214
- "isReadOnly": true,
215
- "isLiteral": false
216
- },
217
- {
218
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
219
- "clrName": "PrimaryKeyFound",
220
- "tsEmitName": "primaryKeyFound",
221
- "normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
222
- "isStatic": true,
223
- "isReadOnly": true,
224
- "isLiteral": false
225
- },
226
- {
227
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
228
- "clrName": "UniqueConstraintFound",
229
- "tsEmitName": "uniqueConstraintFound",
230
- "normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
231
- "isStatic": true,
232
- "isReadOnly": true,
233
- "isLiteral": false
234
- },
235
- {
236
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::InferringTypesMicrosoft.Extensions.Logging.EventId",
237
- "clrName": "InferringTypes",
238
- "tsEmitName": "inferringTypes",
239
- "normalizedSignature": "InferringTypes|Microsoft.Extensions.Logging.EventId|static=true|const=false",
240
- "isStatic": true,
241
- "isReadOnly": true,
242
- "isLiteral": false
243
- },
244
- {
245
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::OutOfRangeWarningMicrosoft.Extensions.Logging.EventId",
246
- "clrName": "OutOfRangeWarning",
247
- "tsEmitName": "outOfRangeWarning",
248
- "normalizedSignature": "OutOfRangeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
249
- "isStatic": true,
250
- "isReadOnly": true,
251
- "isLiteral": false
252
- },
253
- {
254
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::FormatWarningMicrosoft.Extensions.Logging.EventId",
255
- "clrName": "FormatWarning",
256
- "tsEmitName": "formatWarning",
257
- "normalizedSignature": "FormatWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
258
- "isStatic": true,
259
- "isReadOnly": true,
260
- "isLiteral": false
261
- }
262
- ],
263
- "events": [],
264
- "constructors": []
265
- }
266
- ]
267
- }
@@ -1,82 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Infrastructure",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore",
5
- "Microsoft.EntityFrameworkCore.Abstractions",
6
- "Microsoft.EntityFrameworkCore.Relational",
7
- "Microsoft.EntityFrameworkCore.Sqlite"
8
- ],
9
- "types": [
10
- {
11
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
12
- "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
13
- "tsEmitName": "SqliteDbContextOptionsBuilder",
14
- "kind": "Class",
15
- "accessibility": "Public",
16
- "isAbstract": false,
17
- "isSealed": false,
18
- "isStatic": false,
19
- "arity": 0,
20
- "methods": [],
21
- "properties": [],
22
- "fields": [],
23
- "events": [],
24
- "constructors": [
25
- {
26
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
27
- "isStatic": false,
28
- "parameterCount": 1
29
- }
30
- ]
31
- },
32
- {
33
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
34
- "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
35
- "tsEmitName": "SpatialiteLoader",
36
- "kind": "StaticNamespace",
37
- "accessibility": "Public",
38
- "isAbstract": true,
39
- "isSealed": true,
40
- "isStatic": true,
41
- "arity": 0,
42
- "methods": [
43
- {
44
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::TryLoad(System.Data.Common.DbConnection):System.Boolean",
45
- "clrName": "TryLoad",
46
- "tsEmitName": "tryLoad",
47
- "normalizedSignature": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
48
- "provenance": "Original",
49
- "emitScope": "ClassSurface",
50
- "isStatic": true,
51
- "isAbstract": false,
52
- "isVirtual": false,
53
- "isOverride": false,
54
- "isSealed": false,
55
- "arity": 0,
56
- "parameterCount": 1,
57
- "isExtensionMethod": false
58
- },
59
- {
60
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::Load(System.Data.Common.DbConnection):System.Void",
61
- "clrName": "Load",
62
- "tsEmitName": "load",
63
- "normalizedSignature": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
64
- "provenance": "Original",
65
- "emitScope": "ClassSurface",
66
- "isStatic": true,
67
- "isAbstract": false,
68
- "isVirtual": false,
69
- "isOverride": false,
70
- "isSealed": false,
71
- "arity": 0,
72
- "parameterCount": 1,
73
- "isExtensionMethod": false
74
- }
75
- ],
76
- "properties": [],
77
- "fields": [],
78
- "events": [],
79
- "constructors": []
80
- }
81
- ]
82
- }
@@ -1,54 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Metadata",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore",
5
- "Microsoft.EntityFrameworkCore.Relational",
6
- "Microsoft.EntityFrameworkCore.Sqlite"
7
- ],
8
- "types": [
9
- {
10
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
11
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
12
- "tsEmitName": "SqliteValueGenerationStrategy",
13
- "kind": "Enum",
14
- "accessibility": "Public",
15
- "isAbstract": false,
16
- "isSealed": true,
17
- "isStatic": false,
18
- "arity": 0,
19
- "methods": [],
20
- "properties": [],
21
- "fields": [
22
- {
23
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::value__System.Int32",
24
- "clrName": "value__",
25
- "tsEmitName": "value__",
26
- "normalizedSignature": "value__|System.Int32|static=false|const=false",
27
- "isStatic": false,
28
- "isReadOnly": false,
29
- "isLiteral": false
30
- },
31
- {
32
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::NoneMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
33
- "clrName": "None",
34
- "tsEmitName": "none",
35
- "normalizedSignature": "None|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
36
- "isStatic": true,
37
- "isReadOnly": false,
38
- "isLiteral": true
39
- },
40
- {
41
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::AutoincrementMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
42
- "clrName": "Autoincrement",
43
- "tsEmitName": "autoincrement",
44
- "normalizedSignature": "Autoincrement|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
45
- "isStatic": true,
46
- "isReadOnly": false,
47
- "isLiteral": true
48
- }
49
- ],
50
- "events": [],
51
- "constructors": []
52
- }
53
- ]
54
- }
@@ -1,203 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Metadata.Conventions",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore",
5
- "Microsoft.EntityFrameworkCore.Relational",
6
- "Microsoft.EntityFrameworkCore.Sqlite"
7
- ],
8
- "types": [
9
- {
10
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
11
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
12
- "tsEmitName": "SqliteConventionSetBuilder",
13
- "kind": "Class",
14
- "accessibility": "Public",
15
- "isAbstract": false,
16
- "isSealed": false,
17
- "isStatic": false,
18
- "arity": 0,
19
- "methods": [
20
- {
21
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder::CreateConventionSet():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
22
- "clrName": "CreateConventionSet",
23
- "tsEmitName": "createConventionSet",
24
- "normalizedSignature": "CreateConventionSet|():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet|static=false",
25
- "provenance": "Original",
26
- "emitScope": "ClassSurface",
27
- "isStatic": false,
28
- "isAbstract": false,
29
- "isVirtual": true,
30
- "isOverride": true,
31
- "isSealed": false,
32
- "arity": 0,
33
- "parameterCount": 0,
34
- "isExtensionMethod": false
35
- },
36
- {
37
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder::Build():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
38
- "clrName": "Build",
39
- "tsEmitName": "build",
40
- "normalizedSignature": "Build|():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet|static=true",
41
- "provenance": "Original",
42
- "emitScope": "ClassSurface",
43
- "isStatic": true,
44
- "isAbstract": false,
45
- "isVirtual": false,
46
- "isOverride": false,
47
- "isSealed": false,
48
- "arity": 0,
49
- "parameterCount": 0,
50
- "isExtensionMethod": false
51
- },
52
- {
53
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder::CreateModelBuilder():Microsoft.EntityFrameworkCore.ModelBuilder",
54
- "clrName": "CreateModelBuilder",
55
- "tsEmitName": "createModelBuilder",
56
- "normalizedSignature": "CreateModelBuilder|():Microsoft.EntityFrameworkCore.ModelBuilder|static=true",
57
- "provenance": "Original",
58
- "emitScope": "ClassSurface",
59
- "isStatic": true,
60
- "isAbstract": false,
61
- "isVirtual": false,
62
- "isOverride": false,
63
- "isSealed": false,
64
- "arity": 0,
65
- "parameterCount": 0,
66
- "isExtensionMethod": false
67
- }
68
- ],
69
- "properties": [],
70
- "fields": [],
71
- "events": [],
72
- "constructors": [
73
- {
74
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
75
- "isStatic": false,
76
- "parameterCount": 2
77
- }
78
- ]
79
- },
80
- {
81
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteRuntimeModelConvention",
82
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteRuntimeModelConvention",
83
- "tsEmitName": "SqliteRuntimeModelConvention",
84
- "kind": "Class",
85
- "accessibility": "Public",
86
- "isAbstract": false,
87
- "isSealed": false,
88
- "isStatic": false,
89
- "arity": 0,
90
- "methods": [],
91
- "properties": [],
92
- "fields": [],
93
- "events": [],
94
- "constructors": [
95
- {
96
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
97
- "isStatic": false,
98
- "parameterCount": 2
99
- }
100
- ]
101
- },
102
- {
103
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteSharedTableConvention",
104
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteSharedTableConvention",
105
- "tsEmitName": "SqliteSharedTableConvention",
106
- "kind": "Class",
107
- "accessibility": "Public",
108
- "isAbstract": false,
109
- "isSealed": false,
110
- "isStatic": false,
111
- "arity": 0,
112
- "methods": [],
113
- "properties": [],
114
- "fields": [],
115
- "events": [],
116
- "constructors": [
117
- {
118
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
119
- "isStatic": false,
120
- "parameterCount": 2
121
- }
122
- ]
123
- },
124
- {
125
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
126
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
127
- "tsEmitName": "SqliteStoreGenerationConvention",
128
- "kind": "Class",
129
- "accessibility": "Public",
130
- "isAbstract": false,
131
- "isSealed": false,
132
- "isStatic": false,
133
- "arity": 0,
134
- "methods": [
135
- {
136
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention::ProcessPropertyAnnotationChanged(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
137
- "clrName": "ProcessPropertyAnnotationChanged",
138
- "tsEmitName": "processPropertyAnnotationChanged",
139
- "normalizedSignature": "ProcessPropertyAnnotationChanged|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
140
- "provenance": "Original",
141
- "emitScope": "ClassSurface",
142
- "isStatic": false,
143
- "isAbstract": false,
144
- "isVirtual": true,
145
- "isOverride": true,
146
- "isSealed": false,
147
- "arity": 0,
148
- "parameterCount": 5,
149
- "isExtensionMethod": false
150
- }
151
- ],
152
- "properties": [],
153
- "fields": [],
154
- "events": [],
155
- "constructors": [
156
- {
157
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
158
- "isStatic": false,
159
- "parameterCount": 2
160
- }
161
- ]
162
- },
163
- {
164
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
165
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
166
- "tsEmitName": "SqliteValueGenerationConvention",
167
- "kind": "Class",
168
- "accessibility": "Public",
169
- "isAbstract": false,
170
- "isSealed": false,
171
- "isStatic": false,
172
- "arity": 0,
173
- "methods": [
174
- {
175
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention::ProcessPropertyAnnotationChanged(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
176
- "clrName": "ProcessPropertyAnnotationChanged",
177
- "tsEmitName": "processPropertyAnnotationChanged",
178
- "normalizedSignature": "ProcessPropertyAnnotationChanged|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
179
- "provenance": "Original",
180
- "emitScope": "ClassSurface",
181
- "isStatic": false,
182
- "isAbstract": false,
183
- "isVirtual": true,
184
- "isOverride": true,
185
- "isSealed": false,
186
- "arity": 0,
187
- "parameterCount": 5,
188
- "isExtensionMethod": false
189
- }
190
- ],
191
- "properties": [],
192
- "fields": [],
193
- "events": [],
194
- "constructors": [
195
- {
196
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
197
- "isStatic": false,
198
- "parameterCount": 2
199
- }
200
- ]
201
- }
202
- ]
203
- }