@tsonic/efcore-sqlite 0.1.0
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/LICENSE +21 -0
- package/Microsoft.Data.Sqlite/bindings.json +6892 -0
- package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
- package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
- package/Microsoft.Data.Sqlite.d.ts +34 -0
- package/Microsoft.Data.Sqlite.js +9 -0
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
- package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
- package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
- package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
- package/Microsoft.Extensions.DependencyModel.js +9 -0
- package/README.md +5 -0
- package/SQLitePCL/bindings.json +19341 -0
- package/SQLitePCL/internal/index.d.ts +994 -0
- package/SQLitePCL/internal/metadata.json +11902 -0
- package/SQLitePCL.d.ts +64 -0
- package/SQLitePCL.js +9 -0
- package/System.Collections.Generic/bindings.json +164 -0
- package/System.Collections.Generic/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/metadata.json +123 -0
- package/System.Collections.Generic.d.ts +14 -0
- package/System.Collections.Generic.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +116 -0
- package/__internal/extensions/index.d.ts +44 -0
- package/families.json +1 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,587 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
6
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
7
|
+
"tsEmitName": "SqliteLoggingDefinitions",
|
|
8
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [],
|
|
11
|
+
"properties": [],
|
|
12
|
+
"fields": [
|
|
13
|
+
{
|
|
14
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSchemaConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
15
|
+
"clrName": "LogSchemaConfigured",
|
|
16
|
+
"tsEmitName": "logSchemaConfigured",
|
|
17
|
+
"metadataToken": 67109208,
|
|
18
|
+
"normalizedSignature": "LogSchemaConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
19
|
+
"isStatic": false,
|
|
20
|
+
"isReadOnly": false,
|
|
21
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSequenceConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
26
|
+
"clrName": "LogSequenceConfigured",
|
|
27
|
+
"tsEmitName": "logSequenceConfigured",
|
|
28
|
+
"metadataToken": 67109209,
|
|
29
|
+
"normalizedSignature": "LogSequenceConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
30
|
+
"isStatic": false,
|
|
31
|
+
"isReadOnly": false,
|
|
32
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
33
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUsingSchemaSelectionsWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
37
|
+
"clrName": "LogUsingSchemaSelectionsWarning",
|
|
38
|
+
"tsEmitName": "logUsingSchemaSelectionsWarning",
|
|
39
|
+
"metadataToken": 67109210,
|
|
40
|
+
"normalizedSignature": "LogUsingSchemaSelectionsWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
41
|
+
"isStatic": false,
|
|
42
|
+
"isReadOnly": false,
|
|
43
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
44
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
48
|
+
"clrName": "LogFoundColumn",
|
|
49
|
+
"tsEmitName": "logFoundColumn",
|
|
50
|
+
"metadataToken": 67109211,
|
|
51
|
+
"normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
52
|
+
"isStatic": false,
|
|
53
|
+
"isReadOnly": false,
|
|
54
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
55
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
59
|
+
"clrName": "LogFoundForeignKey",
|
|
60
|
+
"tsEmitName": "logFoundForeignKey",
|
|
61
|
+
"metadataToken": 67109212,
|
|
62
|
+
"normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
63
|
+
"isStatic": false,
|
|
64
|
+
"isReadOnly": false,
|
|
65
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
66
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogForeignKeyScaffoldErrorPrincipalTableNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
70
|
+
"clrName": "LogForeignKeyScaffoldErrorPrincipalTableNotFound",
|
|
71
|
+
"tsEmitName": "logForeignKeyScaffoldErrorPrincipalTableNotFound",
|
|
72
|
+
"metadataToken": 67109213,
|
|
73
|
+
"normalizedSignature": "LogForeignKeyScaffoldErrorPrincipalTableNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
74
|
+
"isStatic": false,
|
|
75
|
+
"isReadOnly": false,
|
|
76
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
77
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
81
|
+
"clrName": "LogFoundTable",
|
|
82
|
+
"tsEmitName": "logFoundTable",
|
|
83
|
+
"metadataToken": 67109214,
|
|
84
|
+
"normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
85
|
+
"isStatic": false,
|
|
86
|
+
"isReadOnly": false,
|
|
87
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
88
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
92
|
+
"clrName": "LogMissingTable",
|
|
93
|
+
"tsEmitName": "logMissingTable",
|
|
94
|
+
"metadataToken": 67109215,
|
|
95
|
+
"normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
96
|
+
"isStatic": false,
|
|
97
|
+
"isReadOnly": false,
|
|
98
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
99
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
103
|
+
"clrName": "LogPrincipalColumnNotFound",
|
|
104
|
+
"tsEmitName": "logPrincipalColumnNotFound",
|
|
105
|
+
"metadataToken": 67109216,
|
|
106
|
+
"normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
107
|
+
"isStatic": false,
|
|
108
|
+
"isReadOnly": false,
|
|
109
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
110
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
114
|
+
"clrName": "LogFoundIndex",
|
|
115
|
+
"tsEmitName": "logFoundIndex",
|
|
116
|
+
"metadataToken": 67109217,
|
|
117
|
+
"normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
118
|
+
"isStatic": false,
|
|
119
|
+
"isReadOnly": false,
|
|
120
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
121
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
125
|
+
"clrName": "LogFoundPrimaryKey",
|
|
126
|
+
"tsEmitName": "logFoundPrimaryKey",
|
|
127
|
+
"metadataToken": 67109218,
|
|
128
|
+
"normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
129
|
+
"isStatic": false,
|
|
130
|
+
"isReadOnly": false,
|
|
131
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
132
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
136
|
+
"clrName": "LogFoundUniqueConstraint",
|
|
137
|
+
"tsEmitName": "logFoundUniqueConstraint",
|
|
138
|
+
"metadataToken": 67109219,
|
|
139
|
+
"normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
140
|
+
"isStatic": false,
|
|
141
|
+
"isReadOnly": false,
|
|
142
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
143
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUnexpectedConnectionTypeMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
147
|
+
"clrName": "LogUnexpectedConnectionType",
|
|
148
|
+
"tsEmitName": "logUnexpectedConnectionType",
|
|
149
|
+
"metadataToken": 67109220,
|
|
150
|
+
"normalizedSignature": "LogUnexpectedConnectionType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
151
|
+
"isStatic": false,
|
|
152
|
+
"isReadOnly": false,
|
|
153
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
154
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogTableRebuildPendingWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
158
|
+
"clrName": "LogTableRebuildPendingWarning",
|
|
159
|
+
"tsEmitName": "logTableRebuildPendingWarning",
|
|
160
|
+
"metadataToken": 67109221,
|
|
161
|
+
"normalizedSignature": "LogTableRebuildPendingWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
162
|
+
"isStatic": false,
|
|
163
|
+
"isReadOnly": false,
|
|
164
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
165
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogCompositeKeyWithValueGenerationMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
169
|
+
"clrName": "LogCompositeKeyWithValueGeneration",
|
|
170
|
+
"tsEmitName": "logCompositeKeyWithValueGeneration",
|
|
171
|
+
"metadataToken": 67109222,
|
|
172
|
+
"normalizedSignature": "LogCompositeKeyWithValueGeneration|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
173
|
+
"isStatic": false,
|
|
174
|
+
"isReadOnly": false,
|
|
175
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
176
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogConflictingValueGenerationStrategiesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
180
|
+
"clrName": "LogConflictingValueGenerationStrategies",
|
|
181
|
+
"tsEmitName": "logConflictingValueGenerationStrategies",
|
|
182
|
+
"metadataToken": 67109223,
|
|
183
|
+
"normalizedSignature": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
184
|
+
"isStatic": false,
|
|
185
|
+
"isReadOnly": false,
|
|
186
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
187
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogInferringTypesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
191
|
+
"clrName": "LogInferringTypes",
|
|
192
|
+
"tsEmitName": "logInferringTypes",
|
|
193
|
+
"metadataToken": 67109224,
|
|
194
|
+
"normalizedSignature": "LogInferringTypes|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
195
|
+
"isStatic": false,
|
|
196
|
+
"isReadOnly": false,
|
|
197
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
198
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogOutOfRangeWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
202
|
+
"clrName": "LogOutOfRangeWarning",
|
|
203
|
+
"tsEmitName": "logOutOfRangeWarning",
|
|
204
|
+
"metadataToken": 67109225,
|
|
205
|
+
"normalizedSignature": "LogOutOfRangeWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
206
|
+
"isStatic": false,
|
|
207
|
+
"isReadOnly": false,
|
|
208
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
209
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFormatWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
213
|
+
"clrName": "LogFormatWarning",
|
|
214
|
+
"tsEmitName": "logFormatWarning",
|
|
215
|
+
"metadataToken": 67109226,
|
|
216
|
+
"normalizedSignature": "LogFormatWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
217
|
+
"isStatic": false,
|
|
218
|
+
"isReadOnly": false,
|
|
219
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
220
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"events": [],
|
|
224
|
+
"constructors": [
|
|
225
|
+
{
|
|
226
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::.ctor():void",
|
|
227
|
+
"metadataToken": 100664220,
|
|
228
|
+
"canonicalSignature": "():void",
|
|
229
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
230
|
+
"isStatic": false,
|
|
231
|
+
"parameterCount": 0,
|
|
232
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
|
|
233
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
234
|
+
}
|
|
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
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
442
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
443
|
+
"tsEmitName": "TableRebuildEventData",
|
|
444
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
445
|
+
"metadataToken": 0,
|
|
446
|
+
"methods": [],
|
|
447
|
+
"properties": [
|
|
448
|
+
{
|
|
449
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::OperationType:System.Type",
|
|
450
|
+
"clrName": "OperationType",
|
|
451
|
+
"tsEmitName": "operationType",
|
|
452
|
+
"metadataToken": 385876131,
|
|
453
|
+
"canonicalSignature": ":System.Type",
|
|
454
|
+
"normalizedSignature": "OperationType|:System.Type|static=false|accessor=get",
|
|
455
|
+
"emitScope": "ClassSurface",
|
|
456
|
+
"isIndexer": false,
|
|
457
|
+
"hasGetter": true,
|
|
458
|
+
"hasSetter": false,
|
|
459
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
460
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::TableName:System.String",
|
|
464
|
+
"clrName": "TableName",
|
|
465
|
+
"tsEmitName": "tableName",
|
|
466
|
+
"metadataToken": 385876132,
|
|
467
|
+
"canonicalSignature": ":System.String",
|
|
468
|
+
"normalizedSignature": "TableName|:System.String|static=false|accessor=get",
|
|
469
|
+
"emitScope": "ClassSurface",
|
|
470
|
+
"isIndexer": false,
|
|
471
|
+
"hasGetter": true,
|
|
472
|
+
"hasSetter": false,
|
|
473
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
474
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"fields": [],
|
|
478
|
+
"events": [],
|
|
479
|
+
"constructors": [
|
|
480
|
+
{
|
|
481
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::.ctor(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",
|
|
482
|
+
"metadataToken": 100664221,
|
|
483
|
+
"canonicalSignature": "(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",
|
|
484
|
+
"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]],System.Type,System.String):void|static=false",
|
|
485
|
+
"isStatic": false,
|
|
486
|
+
"parameterCount": 4,
|
|
487
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
|
|
488
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
489
|
+
}
|
|
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
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
527
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
528
|
+
"tsEmitName": "UnexpectedConnectionTypeEventData",
|
|
529
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
530
|
+
"metadataToken": 0,
|
|
531
|
+
"methods": [],
|
|
532
|
+
"properties": [
|
|
533
|
+
{
|
|
534
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData::ConnectionType:System.Type",
|
|
535
|
+
"clrName": "ConnectionType",
|
|
536
|
+
"tsEmitName": "connectionType",
|
|
537
|
+
"metadataToken": 385876133,
|
|
538
|
+
"canonicalSignature": ":System.Type",
|
|
539
|
+
"normalizedSignature": "ConnectionType|:System.Type|static=false|accessor=get",
|
|
540
|
+
"emitScope": "ClassSurface",
|
|
541
|
+
"isIndexer": false,
|
|
542
|
+
"hasGetter": true,
|
|
543
|
+
"hasSetter": false,
|
|
544
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
545
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"fields": [],
|
|
549
|
+
"events": [],
|
|
550
|
+
"constructors": [
|
|
551
|
+
{
|
|
552
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData::.ctor(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",
|
|
553
|
+
"metadataToken": 100664224,
|
|
554
|
+
"canonicalSignature": "(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",
|
|
555
|
+
"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]],System.Type):void|static=false",
|
|
556
|
+
"isStatic": false,
|
|
557
|
+
"parameterCount": 3,
|
|
558
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
|
|
559
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
560
|
+
}
|
|
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
|
+
]
|
|
585
|
+
}
|
|
586
|
+
]
|
|
587
|
+
}
|