@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.
- package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
- 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 +60 -60
- 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 +78 -78
- 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 +33 -33
- 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 -5
- 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,221 +1,229 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
7
|
-
"tsEmitName": "SqliteLoggingDefinitions",
|
|
8
10
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [],
|
|
11
19
|
"properties": [],
|
|
12
20
|
"fields": [
|
|
13
21
|
{
|
|
14
22
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSchemaConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
15
23
|
"clrName": "LogSchemaConfigured",
|
|
16
|
-
"tsEmitName": "logSchemaConfigured",
|
|
17
24
|
"metadataToken": 67109208,
|
|
18
25
|
"normalizedSignature": "LogSchemaConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
19
26
|
"isStatic": false,
|
|
20
27
|
"isReadOnly": false,
|
|
28
|
+
"isLiteral": false,
|
|
21
29
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
22
30
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
23
31
|
},
|
|
24
32
|
{
|
|
25
33
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSequenceConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
26
34
|
"clrName": "LogSequenceConfigured",
|
|
27
|
-
"tsEmitName": "logSequenceConfigured",
|
|
28
35
|
"metadataToken": 67109209,
|
|
29
36
|
"normalizedSignature": "LogSequenceConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
30
37
|
"isStatic": false,
|
|
31
38
|
"isReadOnly": false,
|
|
39
|
+
"isLiteral": false,
|
|
32
40
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
33
41
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
34
42
|
},
|
|
35
43
|
{
|
|
36
44
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUsingSchemaSelectionsWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
37
45
|
"clrName": "LogUsingSchemaSelectionsWarning",
|
|
38
|
-
"tsEmitName": "logUsingSchemaSelectionsWarning",
|
|
39
46
|
"metadataToken": 67109210,
|
|
40
47
|
"normalizedSignature": "LogUsingSchemaSelectionsWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
41
48
|
"isStatic": false,
|
|
42
49
|
"isReadOnly": false,
|
|
50
|
+
"isLiteral": false,
|
|
43
51
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
44
52
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
45
53
|
},
|
|
46
54
|
{
|
|
47
55
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
48
56
|
"clrName": "LogFoundColumn",
|
|
49
|
-
"tsEmitName": "logFoundColumn",
|
|
50
57
|
"metadataToken": 67109211,
|
|
51
58
|
"normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
52
59
|
"isStatic": false,
|
|
53
60
|
"isReadOnly": false,
|
|
61
|
+
"isLiteral": false,
|
|
54
62
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
55
63
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
56
64
|
},
|
|
57
65
|
{
|
|
58
66
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
59
67
|
"clrName": "LogFoundForeignKey",
|
|
60
|
-
"tsEmitName": "logFoundForeignKey",
|
|
61
68
|
"metadataToken": 67109212,
|
|
62
69
|
"normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
63
70
|
"isStatic": false,
|
|
64
71
|
"isReadOnly": false,
|
|
72
|
+
"isLiteral": false,
|
|
65
73
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
66
74
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
67
75
|
},
|
|
68
76
|
{
|
|
69
77
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogForeignKeyScaffoldErrorPrincipalTableNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
70
78
|
"clrName": "LogForeignKeyScaffoldErrorPrincipalTableNotFound",
|
|
71
|
-
"tsEmitName": "logForeignKeyScaffoldErrorPrincipalTableNotFound",
|
|
72
79
|
"metadataToken": 67109213,
|
|
73
80
|
"normalizedSignature": "LogForeignKeyScaffoldErrorPrincipalTableNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
74
81
|
"isStatic": false,
|
|
75
82
|
"isReadOnly": false,
|
|
83
|
+
"isLiteral": false,
|
|
76
84
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
77
85
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
78
86
|
},
|
|
79
87
|
{
|
|
80
88
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
81
89
|
"clrName": "LogFoundTable",
|
|
82
|
-
"tsEmitName": "logFoundTable",
|
|
83
90
|
"metadataToken": 67109214,
|
|
84
91
|
"normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
85
92
|
"isStatic": false,
|
|
86
93
|
"isReadOnly": false,
|
|
94
|
+
"isLiteral": false,
|
|
87
95
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
88
96
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
89
97
|
},
|
|
90
98
|
{
|
|
91
99
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
92
100
|
"clrName": "LogMissingTable",
|
|
93
|
-
"tsEmitName": "logMissingTable",
|
|
94
101
|
"metadataToken": 67109215,
|
|
95
102
|
"normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
96
103
|
"isStatic": false,
|
|
97
104
|
"isReadOnly": false,
|
|
105
|
+
"isLiteral": false,
|
|
98
106
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
99
107
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
100
108
|
},
|
|
101
109
|
{
|
|
102
110
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
103
111
|
"clrName": "LogPrincipalColumnNotFound",
|
|
104
|
-
"tsEmitName": "logPrincipalColumnNotFound",
|
|
105
112
|
"metadataToken": 67109216,
|
|
106
113
|
"normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
107
114
|
"isStatic": false,
|
|
108
115
|
"isReadOnly": false,
|
|
116
|
+
"isLiteral": false,
|
|
109
117
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
110
118
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
111
119
|
},
|
|
112
120
|
{
|
|
113
121
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
114
122
|
"clrName": "LogFoundIndex",
|
|
115
|
-
"tsEmitName": "logFoundIndex",
|
|
116
123
|
"metadataToken": 67109217,
|
|
117
124
|
"normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
118
125
|
"isStatic": false,
|
|
119
126
|
"isReadOnly": false,
|
|
127
|
+
"isLiteral": false,
|
|
120
128
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
121
129
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
122
130
|
},
|
|
123
131
|
{
|
|
124
132
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
125
133
|
"clrName": "LogFoundPrimaryKey",
|
|
126
|
-
"tsEmitName": "logFoundPrimaryKey",
|
|
127
134
|
"metadataToken": 67109218,
|
|
128
135
|
"normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
129
136
|
"isStatic": false,
|
|
130
137
|
"isReadOnly": false,
|
|
138
|
+
"isLiteral": false,
|
|
131
139
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
132
140
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
133
141
|
},
|
|
134
142
|
{
|
|
135
143
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
136
144
|
"clrName": "LogFoundUniqueConstraint",
|
|
137
|
-
"tsEmitName": "logFoundUniqueConstraint",
|
|
138
145
|
"metadataToken": 67109219,
|
|
139
146
|
"normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
140
147
|
"isStatic": false,
|
|
141
148
|
"isReadOnly": false,
|
|
149
|
+
"isLiteral": false,
|
|
142
150
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
143
151
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
144
152
|
},
|
|
145
153
|
{
|
|
146
154
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUnexpectedConnectionTypeMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
147
155
|
"clrName": "LogUnexpectedConnectionType",
|
|
148
|
-
"tsEmitName": "logUnexpectedConnectionType",
|
|
149
156
|
"metadataToken": 67109220,
|
|
150
157
|
"normalizedSignature": "LogUnexpectedConnectionType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
151
158
|
"isStatic": false,
|
|
152
159
|
"isReadOnly": false,
|
|
160
|
+
"isLiteral": false,
|
|
153
161
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
154
162
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
155
163
|
},
|
|
156
164
|
{
|
|
157
165
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogTableRebuildPendingWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
158
166
|
"clrName": "LogTableRebuildPendingWarning",
|
|
159
|
-
"tsEmitName": "logTableRebuildPendingWarning",
|
|
160
167
|
"metadataToken": 67109221,
|
|
161
168
|
"normalizedSignature": "LogTableRebuildPendingWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
162
169
|
"isStatic": false,
|
|
163
170
|
"isReadOnly": false,
|
|
171
|
+
"isLiteral": false,
|
|
164
172
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
165
173
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
166
174
|
},
|
|
167
175
|
{
|
|
168
176
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogCompositeKeyWithValueGenerationMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
169
177
|
"clrName": "LogCompositeKeyWithValueGeneration",
|
|
170
|
-
"tsEmitName": "logCompositeKeyWithValueGeneration",
|
|
171
178
|
"metadataToken": 67109222,
|
|
172
179
|
"normalizedSignature": "LogCompositeKeyWithValueGeneration|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
173
180
|
"isStatic": false,
|
|
174
181
|
"isReadOnly": false,
|
|
182
|
+
"isLiteral": false,
|
|
175
183
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
176
184
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
177
185
|
},
|
|
178
186
|
{
|
|
179
187
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogConflictingValueGenerationStrategiesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
180
188
|
"clrName": "LogConflictingValueGenerationStrategies",
|
|
181
|
-
"tsEmitName": "logConflictingValueGenerationStrategies",
|
|
182
189
|
"metadataToken": 67109223,
|
|
183
190
|
"normalizedSignature": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
184
191
|
"isStatic": false,
|
|
185
192
|
"isReadOnly": false,
|
|
193
|
+
"isLiteral": false,
|
|
186
194
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
187
195
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
188
196
|
},
|
|
189
197
|
{
|
|
190
198
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogInferringTypesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
191
199
|
"clrName": "LogInferringTypes",
|
|
192
|
-
"tsEmitName": "logInferringTypes",
|
|
193
200
|
"metadataToken": 67109224,
|
|
194
201
|
"normalizedSignature": "LogInferringTypes|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
195
202
|
"isStatic": false,
|
|
196
203
|
"isReadOnly": false,
|
|
204
|
+
"isLiteral": false,
|
|
197
205
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
198
206
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
199
207
|
},
|
|
200
208
|
{
|
|
201
209
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogOutOfRangeWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
202
210
|
"clrName": "LogOutOfRangeWarning",
|
|
203
|
-
"tsEmitName": "logOutOfRangeWarning",
|
|
204
211
|
"metadataToken": 67109225,
|
|
205
212
|
"normalizedSignature": "LogOutOfRangeWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
206
213
|
"isStatic": false,
|
|
207
214
|
"isReadOnly": false,
|
|
215
|
+
"isLiteral": false,
|
|
208
216
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
209
217
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
210
218
|
},
|
|
211
219
|
{
|
|
212
220
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFormatWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
213
221
|
"clrName": "LogFormatWarning",
|
|
214
|
-
"tsEmitName": "logFormatWarning",
|
|
215
222
|
"metadataToken": 67109226,
|
|
216
223
|
"normalizedSignature": "LogFormatWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
217
224
|
"isStatic": false,
|
|
218
225
|
"isReadOnly": false,
|
|
226
|
+
"isLiteral": false,
|
|
219
227
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
220
228
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
221
229
|
}
|
|
@@ -232,244 +240,54 @@
|
|
|
232
240
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
233
241
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
234
242
|
}
|
|
235
|
-
],
|
|
236
|
-
"exposedFields": [
|
|
237
|
-
{
|
|
238
|
-
"tsName": "logSchemaConfigured",
|
|
239
|
-
"isStatic": false,
|
|
240
|
-
"tsSignatureId": "LogSchemaConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
241
|
-
"target": {
|
|
242
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
243
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
244
|
-
"metadataToken": 67109208
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"tsName": "logSequenceConfigured",
|
|
249
|
-
"isStatic": false,
|
|
250
|
-
"tsSignatureId": "LogSequenceConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
251
|
-
"target": {
|
|
252
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
253
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
254
|
-
"metadataToken": 67109209
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"tsName": "logUsingSchemaSelectionsWarning",
|
|
259
|
-
"isStatic": false,
|
|
260
|
-
"tsSignatureId": "LogUsingSchemaSelectionsWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
261
|
-
"target": {
|
|
262
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
263
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
264
|
-
"metadataToken": 67109210
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"tsName": "logFoundColumn",
|
|
269
|
-
"isStatic": false,
|
|
270
|
-
"tsSignatureId": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
271
|
-
"target": {
|
|
272
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
273
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
274
|
-
"metadataToken": 67109211
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"tsName": "logFoundForeignKey",
|
|
279
|
-
"isStatic": false,
|
|
280
|
-
"tsSignatureId": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
281
|
-
"target": {
|
|
282
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
283
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
284
|
-
"metadataToken": 67109212
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"tsName": "logForeignKeyScaffoldErrorPrincipalTableNotFound",
|
|
289
|
-
"isStatic": false,
|
|
290
|
-
"tsSignatureId": "LogForeignKeyScaffoldErrorPrincipalTableNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
291
|
-
"target": {
|
|
292
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
293
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
294
|
-
"metadataToken": 67109213
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"tsName": "logFoundTable",
|
|
299
|
-
"isStatic": false,
|
|
300
|
-
"tsSignatureId": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
301
|
-
"target": {
|
|
302
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
303
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
304
|
-
"metadataToken": 67109214
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"tsName": "logMissingTable",
|
|
309
|
-
"isStatic": false,
|
|
310
|
-
"tsSignatureId": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
311
|
-
"target": {
|
|
312
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
313
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
314
|
-
"metadataToken": 67109215
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"tsName": "logPrincipalColumnNotFound",
|
|
319
|
-
"isStatic": false,
|
|
320
|
-
"tsSignatureId": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
321
|
-
"target": {
|
|
322
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
323
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
324
|
-
"metadataToken": 67109216
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"tsName": "logFoundIndex",
|
|
329
|
-
"isStatic": false,
|
|
330
|
-
"tsSignatureId": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
331
|
-
"target": {
|
|
332
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
333
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
334
|
-
"metadataToken": 67109217
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"tsName": "logFoundPrimaryKey",
|
|
339
|
-
"isStatic": false,
|
|
340
|
-
"tsSignatureId": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
341
|
-
"target": {
|
|
342
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
343
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
344
|
-
"metadataToken": 67109218
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"tsName": "logFoundUniqueConstraint",
|
|
349
|
-
"isStatic": false,
|
|
350
|
-
"tsSignatureId": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
351
|
-
"target": {
|
|
352
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
353
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
354
|
-
"metadataToken": 67109219
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"tsName": "logUnexpectedConnectionType",
|
|
359
|
-
"isStatic": false,
|
|
360
|
-
"tsSignatureId": "LogUnexpectedConnectionType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
361
|
-
"target": {
|
|
362
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
363
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
364
|
-
"metadataToken": 67109220
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"tsName": "logTableRebuildPendingWarning",
|
|
369
|
-
"isStatic": false,
|
|
370
|
-
"tsSignatureId": "LogTableRebuildPendingWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
371
|
-
"target": {
|
|
372
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
373
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
374
|
-
"metadataToken": 67109221
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"tsName": "logCompositeKeyWithValueGeneration",
|
|
379
|
-
"isStatic": false,
|
|
380
|
-
"tsSignatureId": "LogCompositeKeyWithValueGeneration|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
381
|
-
"target": {
|
|
382
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
383
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
384
|
-
"metadataToken": 67109222
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"tsName": "logConflictingValueGenerationStrategies",
|
|
389
|
-
"isStatic": false,
|
|
390
|
-
"tsSignatureId": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
391
|
-
"target": {
|
|
392
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
393
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
394
|
-
"metadataToken": 67109223
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"tsName": "logInferringTypes",
|
|
399
|
-
"isStatic": false,
|
|
400
|
-
"tsSignatureId": "LogInferringTypes|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
401
|
-
"target": {
|
|
402
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
403
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
404
|
-
"metadataToken": 67109224
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"tsName": "logOutOfRangeWarning",
|
|
409
|
-
"isStatic": false,
|
|
410
|
-
"tsSignatureId": "LogOutOfRangeWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
411
|
-
"target": {
|
|
412
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
413
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
414
|
-
"metadataToken": 67109225
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"tsName": "logFormatWarning",
|
|
419
|
-
"isStatic": false,
|
|
420
|
-
"tsSignatureId": "LogFormatWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
421
|
-
"target": {
|
|
422
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
423
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
424
|
-
"metadataToken": 67109226
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
],
|
|
428
|
-
"exposedConstructors": [
|
|
429
|
-
{
|
|
430
|
-
"isStatic": false,
|
|
431
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
432
|
-
"target": {
|
|
433
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
434
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
435
|
-
"metadataToken": 100664220
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
243
|
]
|
|
439
244
|
},
|
|
440
245
|
{
|
|
441
246
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
442
247
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
443
|
-
"tsEmitName": "TableRebuildEventData",
|
|
444
248
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
445
249
|
"metadataToken": 0,
|
|
250
|
+
"kind": "Class",
|
|
251
|
+
"accessibility": "Public",
|
|
252
|
+
"isAbstract": false,
|
|
253
|
+
"isSealed": false,
|
|
254
|
+
"isStatic": false,
|
|
255
|
+
"arity": 0,
|
|
446
256
|
"methods": [],
|
|
447
257
|
"properties": [
|
|
448
258
|
{
|
|
449
259
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::OperationType:System.Type",
|
|
450
260
|
"clrName": "OperationType",
|
|
451
|
-
"tsEmitName": "operationType",
|
|
452
261
|
"metadataToken": 385876131,
|
|
453
262
|
"canonicalSignature": ":System.Type",
|
|
454
263
|
"normalizedSignature": "OperationType|:System.Type|static=false|accessor=get",
|
|
455
264
|
"emitScope": "ClassSurface",
|
|
265
|
+
"provenance": "Original",
|
|
456
266
|
"isIndexer": false,
|
|
457
267
|
"hasGetter": true,
|
|
458
268
|
"hasSetter": false,
|
|
269
|
+
"isStatic": false,
|
|
270
|
+
"isAbstract": false,
|
|
271
|
+
"isVirtual": true,
|
|
272
|
+
"isOverride": false,
|
|
459
273
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
460
274
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
461
275
|
},
|
|
462
276
|
{
|
|
463
277
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::TableName:System.String",
|
|
464
278
|
"clrName": "TableName",
|
|
465
|
-
"tsEmitName": "tableName",
|
|
466
279
|
"metadataToken": 385876132,
|
|
467
280
|
"canonicalSignature": ":System.String",
|
|
468
281
|
"normalizedSignature": "TableName|:System.String|static=false|accessor=get",
|
|
469
282
|
"emitScope": "ClassSurface",
|
|
283
|
+
"provenance": "Original",
|
|
470
284
|
"isIndexer": false,
|
|
471
285
|
"hasGetter": true,
|
|
472
286
|
"hasSetter": false,
|
|
287
|
+
"isStatic": false,
|
|
288
|
+
"isAbstract": false,
|
|
289
|
+
"isVirtual": true,
|
|
290
|
+
"isOverride": false,
|
|
473
291
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
474
292
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
475
293
|
}
|
|
@@ -487,60 +305,36 @@
|
|
|
487
305
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
488
306
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
489
307
|
}
|
|
490
|
-
],
|
|
491
|
-
"exposedProperties": [
|
|
492
|
-
{
|
|
493
|
-
"tsName": "operationType",
|
|
494
|
-
"isStatic": false,
|
|
495
|
-
"tsSignatureId": "OperationType|:System.Type|static=false|accessor=get",
|
|
496
|
-
"target": {
|
|
497
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
498
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
499
|
-
"metadataToken": 385876131
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"tsName": "tableName",
|
|
504
|
-
"isStatic": false,
|
|
505
|
-
"tsSignatureId": "TableName|:System.String|static=false|accessor=get",
|
|
506
|
-
"target": {
|
|
507
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
508
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
509
|
-
"metadataToken": 385876132
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
],
|
|
513
|
-
"exposedConstructors": [
|
|
514
|
-
{
|
|
515
|
-
"isStatic": false,
|
|
516
|
-
"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]],System.Type,System.String):void|static=false",
|
|
517
|
-
"target": {
|
|
518
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
519
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
520
|
-
"metadataToken": 100664221
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
308
|
]
|
|
524
309
|
},
|
|
525
310
|
{
|
|
526
311
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
527
312
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
528
|
-
"tsEmitName": "UnexpectedConnectionTypeEventData",
|
|
529
313
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
530
314
|
"metadataToken": 0,
|
|
315
|
+
"kind": "Class",
|
|
316
|
+
"accessibility": "Public",
|
|
317
|
+
"isAbstract": false,
|
|
318
|
+
"isSealed": false,
|
|
319
|
+
"isStatic": false,
|
|
320
|
+
"arity": 0,
|
|
531
321
|
"methods": [],
|
|
532
322
|
"properties": [
|
|
533
323
|
{
|
|
534
324
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData::ConnectionType:System.Type",
|
|
535
325
|
"clrName": "ConnectionType",
|
|
536
|
-
"tsEmitName": "connectionType",
|
|
537
326
|
"metadataToken": 385876133,
|
|
538
327
|
"canonicalSignature": ":System.Type",
|
|
539
328
|
"normalizedSignature": "ConnectionType|:System.Type|static=false|accessor=get",
|
|
540
329
|
"emitScope": "ClassSurface",
|
|
330
|
+
"provenance": "Original",
|
|
541
331
|
"isIndexer": false,
|
|
542
332
|
"hasGetter": true,
|
|
543
333
|
"hasSetter": false,
|
|
334
|
+
"isStatic": false,
|
|
335
|
+
"isAbstract": false,
|
|
336
|
+
"isVirtual": true,
|
|
337
|
+
"isOverride": false,
|
|
544
338
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
545
339
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
546
340
|
}
|
|
@@ -558,29 +352,6 @@
|
|
|
558
352
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
559
353
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
560
354
|
}
|
|
561
|
-
],
|
|
562
|
-
"exposedProperties": [
|
|
563
|
-
{
|
|
564
|
-
"tsName": "connectionType",
|
|
565
|
-
"isStatic": false,
|
|
566
|
-
"tsSignatureId": "ConnectionType|:System.Type|static=false|accessor=get",
|
|
567
|
-
"target": {
|
|
568
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
569
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
570
|
-
"metadataToken": 385876133
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"exposedConstructors": [
|
|
575
|
-
{
|
|
576
|
-
"isStatic": false,
|
|
577
|
-
"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]],System.Type):void|static=false",
|
|
578
|
-
"target": {
|
|
579
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
580
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
581
|
-
"metadataToken": 100664224
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
355
|
]
|
|
585
356
|
}
|
|
586
357
|
]
|