@tsonic/efcore-sqlite 0.1.0 → 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.
- package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +264 -264
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +62 -62
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +86 -86
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +35 -35
- package/System.Collections.Generic/bindings.json +48 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -6
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,53 +1,76 @@
|
|
|
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,
|
|
10
21
|
"methods": [],
|
|
11
22
|
"properties": [
|
|
12
23
|
{
|
|
13
24
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::SqliteValueGenerationStrategy:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
14
25
|
"clrName": "SqliteValueGenerationStrategy",
|
|
15
|
-
"tsEmitName": "sqliteValueGenerationStrategy",
|
|
16
26
|
"metadataToken": 385876074,
|
|
17
27
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
18
28
|
"normalizedSignature": "SqliteValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=false|accessor=get",
|
|
19
29
|
"emitScope": "ClassSurface",
|
|
30
|
+
"provenance": "Original",
|
|
20
31
|
"isIndexer": false,
|
|
21
32
|
"hasGetter": true,
|
|
22
33
|
"hasSetter": false,
|
|
34
|
+
"isStatic": false,
|
|
35
|
+
"isAbstract": false,
|
|
36
|
+
"isVirtual": true,
|
|
37
|
+
"isOverride": false,
|
|
23
38
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
|
|
24
39
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
25
40
|
},
|
|
26
41
|
{
|
|
27
42
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::OtherValueGenerationStrategy:System.String",
|
|
28
43
|
"clrName": "OtherValueGenerationStrategy",
|
|
29
|
-
"tsEmitName": "otherValueGenerationStrategy",
|
|
30
44
|
"metadataToken": 385876075,
|
|
31
45
|
"canonicalSignature": ":System.String",
|
|
32
46
|
"normalizedSignature": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
|
|
33
47
|
"emitScope": "ClassSurface",
|
|
48
|
+
"provenance": "Original",
|
|
34
49
|
"isIndexer": false,
|
|
35
50
|
"hasGetter": true,
|
|
36
51
|
"hasSetter": false,
|
|
52
|
+
"isStatic": false,
|
|
53
|
+
"isAbstract": false,
|
|
54
|
+
"isVirtual": true,
|
|
55
|
+
"isOverride": false,
|
|
37
56
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
|
|
38
57
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
39
58
|
},
|
|
40
59
|
{
|
|
41
60
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::Property:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
|
|
42
61
|
"clrName": "Property",
|
|
43
|
-
"tsEmitName": "property",
|
|
44
62
|
"metadataToken": 385876076,
|
|
45
63
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
|
|
46
64
|
"normalizedSignature": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
|
|
47
65
|
"emitScope": "ClassSurface",
|
|
66
|
+
"provenance": "Original",
|
|
48
67
|
"isIndexer": false,
|
|
49
68
|
"hasGetter": true,
|
|
50
69
|
"hasSetter": false,
|
|
70
|
+
"isStatic": false,
|
|
71
|
+
"isAbstract": false,
|
|
72
|
+
"isVirtual": true,
|
|
73
|
+
"isOverride": false,
|
|
51
74
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
|
|
52
75
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
53
76
|
}
|
|
@@ -65,464 +88,234 @@
|
|
|
65
88
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
|
|
66
89
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
67
90
|
}
|
|
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
91
|
]
|
|
112
92
|
},
|
|
113
93
|
{
|
|
114
94
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
115
95
|
"clrName": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
116
|
-
"tsEmitName": "SqliteEventId",
|
|
117
96
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
118
97
|
"metadataToken": 0,
|
|
98
|
+
"kind": "StaticNamespace",
|
|
99
|
+
"accessibility": "Public",
|
|
100
|
+
"isAbstract": true,
|
|
101
|
+
"isSealed": true,
|
|
102
|
+
"isStatic": true,
|
|
103
|
+
"arity": 0,
|
|
119
104
|
"methods": [],
|
|
120
105
|
"properties": [],
|
|
121
106
|
"fields": [
|
|
122
107
|
{
|
|
123
108
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemaConfiguredWarningMicrosoft.Extensions.Logging.EventId",
|
|
124
109
|
"clrName": "SchemaConfiguredWarning",
|
|
125
|
-
"tsEmitName": "schemaConfiguredWarning",
|
|
126
110
|
"metadataToken": 67109000,
|
|
127
111
|
"normalizedSignature": "SchemaConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
128
112
|
"isStatic": true,
|
|
129
113
|
"isReadOnly": true,
|
|
114
|
+
"isLiteral": false,
|
|
130
115
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
131
116
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
132
117
|
},
|
|
133
118
|
{
|
|
134
119
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SequenceConfiguredWarningMicrosoft.Extensions.Logging.EventId",
|
|
135
120
|
"clrName": "SequenceConfiguredWarning",
|
|
136
|
-
"tsEmitName": "sequenceConfiguredWarning",
|
|
137
121
|
"metadataToken": 67109001,
|
|
138
122
|
"normalizedSignature": "SequenceConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
139
123
|
"isStatic": true,
|
|
140
124
|
"isReadOnly": true,
|
|
125
|
+
"isLiteral": false,
|
|
141
126
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
142
127
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
143
128
|
},
|
|
144
129
|
{
|
|
145
130
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::CompositeKeyWithValueGenerationMicrosoft.Extensions.Logging.EventId",
|
|
146
131
|
"clrName": "CompositeKeyWithValueGeneration",
|
|
147
|
-
"tsEmitName": "compositeKeyWithValueGeneration",
|
|
148
132
|
"metadataToken": 67109002,
|
|
149
133
|
"normalizedSignature": "CompositeKeyWithValueGeneration|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
150
134
|
"isStatic": true,
|
|
151
135
|
"isReadOnly": true,
|
|
136
|
+
"isLiteral": false,
|
|
152
137
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
153
138
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
154
139
|
},
|
|
155
140
|
{
|
|
156
141
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ConflictingValueGenerationStrategiesWarningMicrosoft.Extensions.Logging.EventId",
|
|
157
142
|
"clrName": "ConflictingValueGenerationStrategiesWarning",
|
|
158
|
-
"tsEmitName": "conflictingValueGenerationStrategiesWarning",
|
|
159
143
|
"metadataToken": 67109003,
|
|
160
144
|
"normalizedSignature": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
161
145
|
"isStatic": true,
|
|
162
146
|
"isReadOnly": true,
|
|
147
|
+
"isLiteral": false,
|
|
163
148
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
164
149
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
165
150
|
},
|
|
166
151
|
{
|
|
167
152
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UnexpectedConnectionTypeWarningMicrosoft.Extensions.Logging.EventId",
|
|
168
153
|
"clrName": "UnexpectedConnectionTypeWarning",
|
|
169
|
-
"tsEmitName": "unexpectedConnectionTypeWarning",
|
|
170
154
|
"metadataToken": 67109005,
|
|
171
155
|
"normalizedSignature": "UnexpectedConnectionTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
172
156
|
"isStatic": true,
|
|
173
157
|
"isReadOnly": true,
|
|
158
|
+
"isLiteral": false,
|
|
174
159
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
175
160
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
176
161
|
},
|
|
177
162
|
{
|
|
178
163
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableRebuildPendingWarningMicrosoft.Extensions.Logging.EventId",
|
|
179
164
|
"clrName": "TableRebuildPendingWarning",
|
|
180
|
-
"tsEmitName": "tableRebuildPendingWarning",
|
|
181
165
|
"metadataToken": 67109007,
|
|
182
166
|
"normalizedSignature": "TableRebuildPendingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
183
167
|
"isStatic": true,
|
|
184
168
|
"isReadOnly": true,
|
|
169
|
+
"isLiteral": false,
|
|
185
170
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
186
171
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
187
172
|
},
|
|
188
173
|
{
|
|
189
174
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
|
|
190
175
|
"clrName": "ColumnFound",
|
|
191
|
-
"tsEmitName": "columnFound",
|
|
192
176
|
"metadataToken": 67109009,
|
|
193
177
|
"normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
194
178
|
"isStatic": true,
|
|
195
179
|
"isReadOnly": true,
|
|
180
|
+
"isLiteral": false,
|
|
196
181
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
197
182
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
198
183
|
},
|
|
199
184
|
{
|
|
200
185
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemasNotSupportedWarningMicrosoft.Extensions.Logging.EventId",
|
|
201
186
|
"clrName": "SchemasNotSupportedWarning",
|
|
202
|
-
"tsEmitName": "schemasNotSupportedWarning",
|
|
203
187
|
"metadataToken": 67109010,
|
|
204
188
|
"normalizedSignature": "SchemasNotSupportedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
205
189
|
"isStatic": true,
|
|
206
190
|
"isReadOnly": true,
|
|
191
|
+
"isLiteral": false,
|
|
207
192
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
208
193
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
209
194
|
},
|
|
210
195
|
{
|
|
211
196
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyReferencesMissingTableWarningMicrosoft.Extensions.Logging.EventId",
|
|
212
197
|
"clrName": "ForeignKeyReferencesMissingTableWarning",
|
|
213
|
-
"tsEmitName": "foreignKeyReferencesMissingTableWarning",
|
|
214
198
|
"metadataToken": 67109011,
|
|
215
199
|
"normalizedSignature": "ForeignKeyReferencesMissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
216
200
|
"isStatic": true,
|
|
217
201
|
"isReadOnly": true,
|
|
202
|
+
"isLiteral": false,
|
|
218
203
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
219
204
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
220
205
|
},
|
|
221
206
|
{
|
|
222
207
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
|
|
223
208
|
"clrName": "TableFound",
|
|
224
|
-
"tsEmitName": "tableFound",
|
|
225
209
|
"metadataToken": 67109012,
|
|
226
210
|
"normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
227
211
|
"isStatic": true,
|
|
228
212
|
"isReadOnly": true,
|
|
213
|
+
"isLiteral": false,
|
|
229
214
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
230
215
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
231
216
|
},
|
|
232
217
|
{
|
|
233
218
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
|
|
234
219
|
"clrName": "MissingTableWarning",
|
|
235
|
-
"tsEmitName": "missingTableWarning",
|
|
236
220
|
"metadataToken": 67109013,
|
|
237
221
|
"normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
238
222
|
"isStatic": true,
|
|
239
223
|
"isReadOnly": true,
|
|
224
|
+
"isLiteral": false,
|
|
240
225
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
241
226
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
242
227
|
},
|
|
243
228
|
{
|
|
244
229
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
|
|
245
230
|
"clrName": "ForeignKeyPrincipalColumnMissingWarning",
|
|
246
|
-
"tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
|
|
247
231
|
"metadataToken": 67109014,
|
|
248
232
|
"normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
249
233
|
"isStatic": true,
|
|
250
234
|
"isReadOnly": true,
|
|
235
|
+
"isLiteral": false,
|
|
251
236
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
252
237
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
253
238
|
},
|
|
254
239
|
{
|
|
255
240
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
|
|
256
241
|
"clrName": "IndexFound",
|
|
257
|
-
"tsEmitName": "indexFound",
|
|
258
242
|
"metadataToken": 67109015,
|
|
259
243
|
"normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
260
244
|
"isStatic": true,
|
|
261
245
|
"isReadOnly": true,
|
|
246
|
+
"isLiteral": false,
|
|
262
247
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
263
248
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
264
249
|
},
|
|
265
250
|
{
|
|
266
251
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
|
|
267
252
|
"clrName": "ForeignKeyFound",
|
|
268
|
-
"tsEmitName": "foreignKeyFound",
|
|
269
253
|
"metadataToken": 67109016,
|
|
270
254
|
"normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
271
255
|
"isStatic": true,
|
|
272
256
|
"isReadOnly": true,
|
|
257
|
+
"isLiteral": false,
|
|
273
258
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
274
259
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
275
260
|
},
|
|
276
261
|
{
|
|
277
262
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
|
|
278
263
|
"clrName": "PrimaryKeyFound",
|
|
279
|
-
"tsEmitName": "primaryKeyFound",
|
|
280
264
|
"metadataToken": 67109017,
|
|
281
265
|
"normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
282
266
|
"isStatic": true,
|
|
283
267
|
"isReadOnly": true,
|
|
268
|
+
"isLiteral": false,
|
|
284
269
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
285
270
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
286
271
|
},
|
|
287
272
|
{
|
|
288
273
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
|
|
289
274
|
"clrName": "UniqueConstraintFound",
|
|
290
|
-
"tsEmitName": "uniqueConstraintFound",
|
|
291
275
|
"metadataToken": 67109018,
|
|
292
276
|
"normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
293
277
|
"isStatic": true,
|
|
294
278
|
"isReadOnly": true,
|
|
279
|
+
"isLiteral": false,
|
|
295
280
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
296
281
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
297
282
|
},
|
|
298
283
|
{
|
|
299
284
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::InferringTypesMicrosoft.Extensions.Logging.EventId",
|
|
300
285
|
"clrName": "InferringTypes",
|
|
301
|
-
"tsEmitName": "inferringTypes",
|
|
302
286
|
"metadataToken": 67109019,
|
|
303
287
|
"normalizedSignature": "InferringTypes|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
304
288
|
"isStatic": true,
|
|
305
289
|
"isReadOnly": true,
|
|
290
|
+
"isLiteral": false,
|
|
306
291
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
307
292
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
308
293
|
},
|
|
309
294
|
{
|
|
310
295
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::OutOfRangeWarningMicrosoft.Extensions.Logging.EventId",
|
|
311
296
|
"clrName": "OutOfRangeWarning",
|
|
312
|
-
"tsEmitName": "outOfRangeWarning",
|
|
313
297
|
"metadataToken": 67109020,
|
|
314
298
|
"normalizedSignature": "OutOfRangeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
315
299
|
"isStatic": true,
|
|
316
300
|
"isReadOnly": true,
|
|
301
|
+
"isLiteral": false,
|
|
317
302
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
318
303
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
319
304
|
},
|
|
320
305
|
{
|
|
321
306
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::FormatWarningMicrosoft.Extensions.Logging.EventId",
|
|
322
307
|
"clrName": "FormatWarning",
|
|
323
|
-
"tsEmitName": "formatWarning",
|
|
324
308
|
"metadataToken": 67109021,
|
|
325
309
|
"normalizedSignature": "FormatWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
326
310
|
"isStatic": true,
|
|
327
311
|
"isReadOnly": true,
|
|
312
|
+
"isLiteral": false,
|
|
328
313
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
|
|
329
314
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
330
315
|
}
|
|
331
316
|
],
|
|
332
317
|
"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
|
-
]
|
|
318
|
+
"constructors": []
|
|
526
319
|
}
|
|
527
320
|
]
|
|
528
321
|
}
|
|
@@ -15,9 +15,9 @@ import type { IReadOnlyProperty } from "@tsonic/efcore/Microsoft.EntityFramework
|
|
|
15
15
|
import type { EventId } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
16
16
|
|
|
17
17
|
export interface ConflictingValueGenerationStrategiesEventData$instance extends EventData {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
18
|
+
readonly OtherValueGenerationStrategy: string;
|
|
19
|
+
readonly Property: IReadOnlyProperty;
|
|
20
|
+
readonly SqliteValueGenerationStrategy: SqliteValueGenerationStrategy;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
|
|
@@ -29,25 +29,25 @@ export const ConflictingValueGenerationStrategiesEventData: {
|
|
|
29
29
|
export type ConflictingValueGenerationStrategiesEventData = ConflictingValueGenerationStrategiesEventData$instance;
|
|
30
30
|
|
|
31
31
|
export abstract class SqliteEventId$instance {
|
|
32
|
-
static readonly
|
|
33
|
-
static readonly
|
|
34
|
-
static readonly
|
|
35
|
-
static readonly
|
|
36
|
-
static readonly
|
|
37
|
-
static readonly
|
|
38
|
-
static readonly
|
|
39
|
-
static readonly
|
|
40
|
-
static readonly
|
|
41
|
-
static readonly
|
|
42
|
-
static readonly
|
|
43
|
-
static readonly
|
|
44
|
-
static readonly
|
|
45
|
-
static readonly
|
|
46
|
-
static readonly
|
|
47
|
-
static readonly
|
|
48
|
-
static readonly
|
|
49
|
-
static readonly
|
|
50
|
-
static readonly
|
|
32
|
+
static readonly SchemaConfiguredWarning: EventId;
|
|
33
|
+
static readonly SequenceConfiguredWarning: EventId;
|
|
34
|
+
static readonly CompositeKeyWithValueGeneration: EventId;
|
|
35
|
+
static readonly ConflictingValueGenerationStrategiesWarning: EventId;
|
|
36
|
+
static readonly UnexpectedConnectionTypeWarning: EventId;
|
|
37
|
+
static readonly TableRebuildPendingWarning: EventId;
|
|
38
|
+
static readonly ColumnFound: EventId;
|
|
39
|
+
static readonly SchemasNotSupportedWarning: EventId;
|
|
40
|
+
static readonly ForeignKeyReferencesMissingTableWarning: EventId;
|
|
41
|
+
static readonly TableFound: EventId;
|
|
42
|
+
static readonly MissingTableWarning: EventId;
|
|
43
|
+
static readonly ForeignKeyPrincipalColumnMissingWarning: EventId;
|
|
44
|
+
static readonly IndexFound: EventId;
|
|
45
|
+
static readonly ForeignKeyFound: EventId;
|
|
46
|
+
static readonly PrimaryKeyFound: EventId;
|
|
47
|
+
static readonly UniqueConstraintFound: EventId;
|
|
48
|
+
static readonly InferringTypes: EventId;
|
|
49
|
+
static readonly OutOfRangeWarning: EventId;
|
|
50
|
+
static readonly FormatWarning: EventId;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
|