@tsonic/efcore-sqlite 0.1.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 (84) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +2636 -3286
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
  15. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  16. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
  17. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
  18. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
  39. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
  48. package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
  49. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  50. package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
  51. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
  52. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
  53. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  54. package/SQLitePCL/bindings.json +10824 -14640
  55. package/SQLitePCL/internal/index.d.ts +72 -42
  56. package/System.Collections.Generic/bindings.json +58 -70
  57. package/System.Collections.Generic/internal/index.d.ts +6 -6
  58. package/__build/scripts/generate.sh +4 -4
  59. package/__internal/extensions/index.d.ts +12 -12
  60. package/package.json +5 -5
  61. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  62. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  63. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  64. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  65. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  66. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  67. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  68. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  80. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  81. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  82. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  83. package/SQLitePCL/internal/metadata.json +0 -11902
  84. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -1,53 +1,83 @@
1
1
  {
2
2
  "namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore",
5
+ "Microsoft.EntityFrameworkCore.Abstractions",
6
+ "Microsoft.EntityFrameworkCore.Relational",
7
+ "Microsoft.EntityFrameworkCore.Sqlite"
8
+ ],
3
9
  "types": [
4
10
  {
5
11
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
6
12
  "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
7
- "tsEmitName": "ConflictingValueGenerationStrategiesEventData",
8
13
  "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
14
  "metadataToken": 0,
15
+ "kind": "Class",
16
+ "accessibility": "Public",
17
+ "isAbstract": false,
18
+ "isSealed": false,
19
+ "isStatic": false,
20
+ "arity": 0,
21
+ "baseType": {
22
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.EventData",
23
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.EventData"
24
+ },
10
25
  "methods": [],
11
26
  "properties": [
12
27
  {
13
28
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::SqliteValueGenerationStrategy:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
14
29
  "clrName": "SqliteValueGenerationStrategy",
15
- "tsEmitName": "sqliteValueGenerationStrategy",
16
30
  "metadataToken": 385876074,
17
31
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
18
32
  "normalizedSignature": "SqliteValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=false|accessor=get",
19
33
  "emitScope": "ClassSurface",
34
+ "provenance": "Original",
20
35
  "isIndexer": false,
21
36
  "hasGetter": true,
22
37
  "hasSetter": false,
38
+ "isStatic": false,
39
+ "isAbstract": false,
40
+ "isVirtual": true,
41
+ "isOverride": false,
42
+ "visibility": "Public",
23
43
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
24
44
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
25
45
  },
26
46
  {
27
47
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::OtherValueGenerationStrategy:System.String",
28
48
  "clrName": "OtherValueGenerationStrategy",
29
- "tsEmitName": "otherValueGenerationStrategy",
30
49
  "metadataToken": 385876075,
31
50
  "canonicalSignature": ":System.String",
32
51
  "normalizedSignature": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
33
52
  "emitScope": "ClassSurface",
53
+ "provenance": "Original",
34
54
  "isIndexer": false,
35
55
  "hasGetter": true,
36
56
  "hasSetter": false,
57
+ "isStatic": false,
58
+ "isAbstract": false,
59
+ "isVirtual": true,
60
+ "isOverride": false,
61
+ "visibility": "Public",
37
62
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
38
63
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
39
64
  },
40
65
  {
41
66
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::Property:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
42
67
  "clrName": "Property",
43
- "tsEmitName": "property",
44
68
  "metadataToken": 385876076,
45
69
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
46
70
  "normalizedSignature": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
47
71
  "emitScope": "ClassSurface",
72
+ "provenance": "Original",
48
73
  "isIndexer": false,
49
74
  "hasGetter": true,
50
75
  "hasSetter": false,
76
+ "isStatic": false,
77
+ "isAbstract": false,
78
+ "isVirtual": true,
79
+ "isOverride": false,
80
+ "visibility": "Public",
51
81
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
52
82
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
53
83
  }
@@ -62,467 +92,261 @@
62
92
  "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",
63
93
  "isStatic": false,
64
94
  "parameterCount": 5,
95
+ "visibility": "Public",
65
96
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
66
97
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
67
98
  }
68
- ],
69
- "exposedProperties": [
70
- {
71
- "tsName": "sqliteValueGenerationStrategy",
72
- "isStatic": false,
73
- "tsSignatureId": "SqliteValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=false|accessor=get",
74
- "target": {
75
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
76
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
77
- "metadataToken": 385876074
78
- }
79
- },
80
- {
81
- "tsName": "otherValueGenerationStrategy",
82
- "isStatic": false,
83
- "tsSignatureId": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
84
- "target": {
85
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
86
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
87
- "metadataToken": 385876075
88
- }
89
- },
90
- {
91
- "tsName": "property",
92
- "isStatic": false,
93
- "tsSignatureId": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
94
- "target": {
95
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
96
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
97
- "metadataToken": 385876076
98
- }
99
- }
100
- ],
101
- "exposedConstructors": [
102
- {
103
- "isStatic": false,
104
- "tsSignatureId": "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",
105
- "target": {
106
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
107
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
108
- "metadataToken": 100663766
109
- }
110
- }
111
99
  ]
112
100
  },
113
101
  {
114
102
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
115
103
  "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
116
- "tsEmitName": "SqliteEventId",
117
104
  "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
118
105
  "metadataToken": 0,
106
+ "kind": "StaticNamespace",
107
+ "accessibility": "Public",
108
+ "isAbstract": true,
109
+ "isSealed": true,
110
+ "isStatic": true,
111
+ "arity": 0,
112
+ "baseType": {
113
+ "stableId": "System.Private.CoreLib:System.Object",
114
+ "clrName": "System.Object"
115
+ },
119
116
  "methods": [],
120
117
  "properties": [],
121
118
  "fields": [
122
119
  {
123
120
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemaConfiguredWarningMicrosoft.Extensions.Logging.EventId",
124
121
  "clrName": "SchemaConfiguredWarning",
125
- "tsEmitName": "schemaConfiguredWarning",
126
122
  "metadataToken": 67109000,
127
123
  "normalizedSignature": "SchemaConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
128
124
  "isStatic": true,
129
125
  "isReadOnly": true,
126
+ "isLiteral": false,
127
+ "visibility": "Public",
130
128
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
131
129
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
132
130
  },
133
131
  {
134
132
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SequenceConfiguredWarningMicrosoft.Extensions.Logging.EventId",
135
133
  "clrName": "SequenceConfiguredWarning",
136
- "tsEmitName": "sequenceConfiguredWarning",
137
134
  "metadataToken": 67109001,
138
135
  "normalizedSignature": "SequenceConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
139
136
  "isStatic": true,
140
137
  "isReadOnly": true,
138
+ "isLiteral": false,
139
+ "visibility": "Public",
141
140
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
142
141
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
143
142
  },
144
143
  {
145
144
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::CompositeKeyWithValueGenerationMicrosoft.Extensions.Logging.EventId",
146
145
  "clrName": "CompositeKeyWithValueGeneration",
147
- "tsEmitName": "compositeKeyWithValueGeneration",
148
146
  "metadataToken": 67109002,
149
147
  "normalizedSignature": "CompositeKeyWithValueGeneration|Microsoft.Extensions.Logging.EventId|static=true|const=false",
150
148
  "isStatic": true,
151
149
  "isReadOnly": true,
150
+ "isLiteral": false,
151
+ "visibility": "Public",
152
152
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
153
153
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
154
154
  },
155
155
  {
156
156
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ConflictingValueGenerationStrategiesWarningMicrosoft.Extensions.Logging.EventId",
157
157
  "clrName": "ConflictingValueGenerationStrategiesWarning",
158
- "tsEmitName": "conflictingValueGenerationStrategiesWarning",
159
158
  "metadataToken": 67109003,
160
159
  "normalizedSignature": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
161
160
  "isStatic": true,
162
161
  "isReadOnly": true,
162
+ "isLiteral": false,
163
+ "visibility": "Public",
163
164
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
164
165
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
165
166
  },
166
167
  {
167
168
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UnexpectedConnectionTypeWarningMicrosoft.Extensions.Logging.EventId",
168
169
  "clrName": "UnexpectedConnectionTypeWarning",
169
- "tsEmitName": "unexpectedConnectionTypeWarning",
170
170
  "metadataToken": 67109005,
171
171
  "normalizedSignature": "UnexpectedConnectionTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
172
172
  "isStatic": true,
173
173
  "isReadOnly": true,
174
+ "isLiteral": false,
175
+ "visibility": "Public",
174
176
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
175
177
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
176
178
  },
177
179
  {
178
180
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableRebuildPendingWarningMicrosoft.Extensions.Logging.EventId",
179
181
  "clrName": "TableRebuildPendingWarning",
180
- "tsEmitName": "tableRebuildPendingWarning",
181
182
  "metadataToken": 67109007,
182
183
  "normalizedSignature": "TableRebuildPendingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
183
184
  "isStatic": true,
184
185
  "isReadOnly": true,
186
+ "isLiteral": false,
187
+ "visibility": "Public",
185
188
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
186
189
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
187
190
  },
188
191
  {
189
192
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
190
193
  "clrName": "ColumnFound",
191
- "tsEmitName": "columnFound",
192
194
  "metadataToken": 67109009,
193
195
  "normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
194
196
  "isStatic": true,
195
197
  "isReadOnly": true,
198
+ "isLiteral": false,
199
+ "visibility": "Public",
196
200
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
197
201
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
198
202
  },
199
203
  {
200
204
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemasNotSupportedWarningMicrosoft.Extensions.Logging.EventId",
201
205
  "clrName": "SchemasNotSupportedWarning",
202
- "tsEmitName": "schemasNotSupportedWarning",
203
206
  "metadataToken": 67109010,
204
207
  "normalizedSignature": "SchemasNotSupportedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
205
208
  "isStatic": true,
206
209
  "isReadOnly": true,
210
+ "isLiteral": false,
211
+ "visibility": "Public",
207
212
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
208
213
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
209
214
  },
210
215
  {
211
216
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyReferencesMissingTableWarningMicrosoft.Extensions.Logging.EventId",
212
217
  "clrName": "ForeignKeyReferencesMissingTableWarning",
213
- "tsEmitName": "foreignKeyReferencesMissingTableWarning",
214
218
  "metadataToken": 67109011,
215
219
  "normalizedSignature": "ForeignKeyReferencesMissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
216
220
  "isStatic": true,
217
221
  "isReadOnly": true,
222
+ "isLiteral": false,
223
+ "visibility": "Public",
218
224
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
219
225
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
220
226
  },
221
227
  {
222
228
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
223
229
  "clrName": "TableFound",
224
- "tsEmitName": "tableFound",
225
230
  "metadataToken": 67109012,
226
231
  "normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
227
232
  "isStatic": true,
228
233
  "isReadOnly": true,
234
+ "isLiteral": false,
235
+ "visibility": "Public",
229
236
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
230
237
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
231
238
  },
232
239
  {
233
240
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
234
241
  "clrName": "MissingTableWarning",
235
- "tsEmitName": "missingTableWarning",
236
242
  "metadataToken": 67109013,
237
243
  "normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
238
244
  "isStatic": true,
239
245
  "isReadOnly": true,
246
+ "isLiteral": false,
247
+ "visibility": "Public",
240
248
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
241
249
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
242
250
  },
243
251
  {
244
252
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
245
253
  "clrName": "ForeignKeyPrincipalColumnMissingWarning",
246
- "tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
247
254
  "metadataToken": 67109014,
248
255
  "normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
249
256
  "isStatic": true,
250
257
  "isReadOnly": true,
258
+ "isLiteral": false,
259
+ "visibility": "Public",
251
260
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
252
261
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
253
262
  },
254
263
  {
255
264
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
256
265
  "clrName": "IndexFound",
257
- "tsEmitName": "indexFound",
258
266
  "metadataToken": 67109015,
259
267
  "normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
260
268
  "isStatic": true,
261
269
  "isReadOnly": true,
270
+ "isLiteral": false,
271
+ "visibility": "Public",
262
272
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
263
273
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
264
274
  },
265
275
  {
266
276
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
267
277
  "clrName": "ForeignKeyFound",
268
- "tsEmitName": "foreignKeyFound",
269
278
  "metadataToken": 67109016,
270
279
  "normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
271
280
  "isStatic": true,
272
281
  "isReadOnly": true,
282
+ "isLiteral": false,
283
+ "visibility": "Public",
273
284
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
274
285
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
275
286
  },
276
287
  {
277
288
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
278
289
  "clrName": "PrimaryKeyFound",
279
- "tsEmitName": "primaryKeyFound",
280
290
  "metadataToken": 67109017,
281
291
  "normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
282
292
  "isStatic": true,
283
293
  "isReadOnly": true,
294
+ "isLiteral": false,
295
+ "visibility": "Public",
284
296
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
285
297
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
286
298
  },
287
299
  {
288
300
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
289
301
  "clrName": "UniqueConstraintFound",
290
- "tsEmitName": "uniqueConstraintFound",
291
302
  "metadataToken": 67109018,
292
303
  "normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
293
304
  "isStatic": true,
294
305
  "isReadOnly": true,
306
+ "isLiteral": false,
307
+ "visibility": "Public",
295
308
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
296
309
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
297
310
  },
298
311
  {
299
312
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::InferringTypesMicrosoft.Extensions.Logging.EventId",
300
313
  "clrName": "InferringTypes",
301
- "tsEmitName": "inferringTypes",
302
314
  "metadataToken": 67109019,
303
315
  "normalizedSignature": "InferringTypes|Microsoft.Extensions.Logging.EventId|static=true|const=false",
304
316
  "isStatic": true,
305
317
  "isReadOnly": true,
318
+ "isLiteral": false,
319
+ "visibility": "Public",
306
320
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
307
321
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
308
322
  },
309
323
  {
310
324
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::OutOfRangeWarningMicrosoft.Extensions.Logging.EventId",
311
325
  "clrName": "OutOfRangeWarning",
312
- "tsEmitName": "outOfRangeWarning",
313
326
  "metadataToken": 67109020,
314
327
  "normalizedSignature": "OutOfRangeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
315
328
  "isStatic": true,
316
329
  "isReadOnly": true,
330
+ "isLiteral": false,
331
+ "visibility": "Public",
317
332
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
318
333
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
319
334
  },
320
335
  {
321
336
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::FormatWarningMicrosoft.Extensions.Logging.EventId",
322
337
  "clrName": "FormatWarning",
323
- "tsEmitName": "formatWarning",
324
338
  "metadataToken": 67109021,
325
339
  "normalizedSignature": "FormatWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
326
340
  "isStatic": true,
327
341
  "isReadOnly": true,
342
+ "isLiteral": false,
343
+ "visibility": "Public",
328
344
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
329
345
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
330
346
  }
331
347
  ],
332
348
  "events": [],
333
- "constructors": [],
334
- "exposedFields": [
335
- {
336
- "tsName": "schemaConfiguredWarning",
337
- "isStatic": true,
338
- "tsSignatureId": "SchemaConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
339
- "target": {
340
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
341
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
342
- "metadataToken": 67109000
343
- }
344
- },
345
- {
346
- "tsName": "sequenceConfiguredWarning",
347
- "isStatic": true,
348
- "tsSignatureId": "SequenceConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
349
- "target": {
350
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
351
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
352
- "metadataToken": 67109001
353
- }
354
- },
355
- {
356
- "tsName": "compositeKeyWithValueGeneration",
357
- "isStatic": true,
358
- "tsSignatureId": "CompositeKeyWithValueGeneration|Microsoft.Extensions.Logging.EventId|static=true|const=false",
359
- "target": {
360
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
361
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
362
- "metadataToken": 67109002
363
- }
364
- },
365
- {
366
- "tsName": "conflictingValueGenerationStrategiesWarning",
367
- "isStatic": true,
368
- "tsSignatureId": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
369
- "target": {
370
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
371
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
372
- "metadataToken": 67109003
373
- }
374
- },
375
- {
376
- "tsName": "unexpectedConnectionTypeWarning",
377
- "isStatic": true,
378
- "tsSignatureId": "UnexpectedConnectionTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
379
- "target": {
380
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
381
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
382
- "metadataToken": 67109005
383
- }
384
- },
385
- {
386
- "tsName": "tableRebuildPendingWarning",
387
- "isStatic": true,
388
- "tsSignatureId": "TableRebuildPendingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
389
- "target": {
390
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
391
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
392
- "metadataToken": 67109007
393
- }
394
- },
395
- {
396
- "tsName": "columnFound",
397
- "isStatic": true,
398
- "tsSignatureId": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
399
- "target": {
400
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
401
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
402
- "metadataToken": 67109009
403
- }
404
- },
405
- {
406
- "tsName": "schemasNotSupportedWarning",
407
- "isStatic": true,
408
- "tsSignatureId": "SchemasNotSupportedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
409
- "target": {
410
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
411
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
412
- "metadataToken": 67109010
413
- }
414
- },
415
- {
416
- "tsName": "foreignKeyReferencesMissingTableWarning",
417
- "isStatic": true,
418
- "tsSignatureId": "ForeignKeyReferencesMissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
419
- "target": {
420
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
421
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
422
- "metadataToken": 67109011
423
- }
424
- },
425
- {
426
- "tsName": "tableFound",
427
- "isStatic": true,
428
- "tsSignatureId": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
429
- "target": {
430
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
431
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
432
- "metadataToken": 67109012
433
- }
434
- },
435
- {
436
- "tsName": "missingTableWarning",
437
- "isStatic": true,
438
- "tsSignatureId": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
439
- "target": {
440
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
441
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
442
- "metadataToken": 67109013
443
- }
444
- },
445
- {
446
- "tsName": "foreignKeyPrincipalColumnMissingWarning",
447
- "isStatic": true,
448
- "tsSignatureId": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
449
- "target": {
450
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
451
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
452
- "metadataToken": 67109014
453
- }
454
- },
455
- {
456
- "tsName": "indexFound",
457
- "isStatic": true,
458
- "tsSignatureId": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
459
- "target": {
460
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
461
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
462
- "metadataToken": 67109015
463
- }
464
- },
465
- {
466
- "tsName": "foreignKeyFound",
467
- "isStatic": true,
468
- "tsSignatureId": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
469
- "target": {
470
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
471
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
472
- "metadataToken": 67109016
473
- }
474
- },
475
- {
476
- "tsName": "primaryKeyFound",
477
- "isStatic": true,
478
- "tsSignatureId": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
479
- "target": {
480
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
481
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
482
- "metadataToken": 67109017
483
- }
484
- },
485
- {
486
- "tsName": "uniqueConstraintFound",
487
- "isStatic": true,
488
- "tsSignatureId": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
489
- "target": {
490
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
491
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
492
- "metadataToken": 67109018
493
- }
494
- },
495
- {
496
- "tsName": "inferringTypes",
497
- "isStatic": true,
498
- "tsSignatureId": "InferringTypes|Microsoft.Extensions.Logging.EventId|static=true|const=false",
499
- "target": {
500
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
501
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
502
- "metadataToken": 67109019
503
- }
504
- },
505
- {
506
- "tsName": "outOfRangeWarning",
507
- "isStatic": true,
508
- "tsSignatureId": "OutOfRangeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
509
- "target": {
510
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
511
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
512
- "metadataToken": 67109020
513
- }
514
- },
515
- {
516
- "tsName": "formatWarning",
517
- "isStatic": true,
518
- "tsSignatureId": "FormatWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
519
- "target": {
520
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
521
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
522
- "metadataToken": 67109021
523
- }
524
- }
525
- ]
349
+ "constructors": []
526
350
  }
527
351
  ]
528
352
  }