@tsonic/efcore-sqlite 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Data.Sqlite/bindings.json +948 -1
- package/Microsoft.Data.Sqlite/internal/index.d.ts +51 -6
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +113 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +31 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +21 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +25 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +197 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +30 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +557 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -4
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +52 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +7 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +37 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +190 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +24 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +62 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +26 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +98 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +1541 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +131 -19
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +45 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +749 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +98 -14
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +55 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +194 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +24 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Microsoft.Extensions.DependencyModel/bindings.json +213 -0
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +6 -1
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +63 -0
- package/SQLitePCL/bindings.json +1398 -9
- package/SQLitePCL/internal/index.d.ts +40 -10
- package/System.Collections.Generic/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
19
29
|
{
|
|
20
30
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::Validate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
@@ -31,9 +41,142 @@
|
|
|
31
41
|
"isVirtual": true,
|
|
32
42
|
"isOverride": true,
|
|
33
43
|
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
45
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
46
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
47
|
+
"isExtensionMethod": false
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateNoSchemas(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
51
|
+
"clrName": "ValidateNoSchemas",
|
|
52
|
+
"metadataToken": 100664148,
|
|
53
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
54
|
+
"normalizedSignature": "ValidateNoSchemas|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
55
|
+
"emitScope": "ClassSurface",
|
|
56
|
+
"provenance": "Original",
|
|
57
|
+
"arity": 0,
|
|
58
|
+
"parameterCount": 2,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": false,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": false,
|
|
63
|
+
"isSealed": false,
|
|
64
|
+
"visibility": "Protected",
|
|
65
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
66
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
67
|
+
"isExtensionMethod": false
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateNoSequences(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
71
|
+
"clrName": "ValidateNoSequences",
|
|
72
|
+
"metadataToken": 100664149,
|
|
73
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
74
|
+
"normalizedSignature": "ValidateNoSequences|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
75
|
+
"emitScope": "ClassSurface",
|
|
76
|
+
"provenance": "Original",
|
|
77
|
+
"arity": 0,
|
|
78
|
+
"parameterCount": 2,
|
|
79
|
+
"isStatic": false,
|
|
80
|
+
"isAbstract": false,
|
|
81
|
+
"isVirtual": true,
|
|
82
|
+
"isOverride": false,
|
|
83
|
+
"isSealed": false,
|
|
84
|
+
"visibility": "Protected",
|
|
85
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
86
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
87
|
+
"isExtensionMethod": false
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateNoStoredProcedures(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
91
|
+
"clrName": "ValidateNoStoredProcedures",
|
|
92
|
+
"metadataToken": 100664150,
|
|
93
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
94
|
+
"normalizedSignature": "ValidateNoStoredProcedures|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
95
|
+
"emitScope": "ClassSurface",
|
|
96
|
+
"provenance": "Original",
|
|
97
|
+
"arity": 0,
|
|
98
|
+
"parameterCount": 2,
|
|
99
|
+
"isStatic": false,
|
|
100
|
+
"isAbstract": false,
|
|
101
|
+
"isVirtual": true,
|
|
102
|
+
"isOverride": false,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"visibility": "Protected",
|
|
105
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
106
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
107
|
+
"isExtensionMethod": false
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateCompatible(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
111
|
+
"clrName": "ValidateCompatible",
|
|
112
|
+
"metadataToken": 100664151,
|
|
113
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
114
|
+
"normalizedSignature": "ValidateCompatible|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
115
|
+
"emitScope": "ClassSurface",
|
|
116
|
+
"provenance": "Original",
|
|
117
|
+
"arity": 0,
|
|
118
|
+
"parameterCount": 5,
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isVirtual": true,
|
|
122
|
+
"isOverride": true,
|
|
123
|
+
"isSealed": false,
|
|
124
|
+
"visibility": "Protected",
|
|
125
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
126
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
127
|
+
"isExtensionMethod": false,
|
|
128
|
+
"parameterModifiers": [
|
|
129
|
+
{
|
|
130
|
+
"index": 3,
|
|
131
|
+
"modifier": "in"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateValueGeneration(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
137
|
+
"clrName": "ValidateValueGeneration",
|
|
138
|
+
"metadataToken": 100664152,
|
|
139
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
140
|
+
"normalizedSignature": "ValidateValueGeneration|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
141
|
+
"emitScope": "ClassSurface",
|
|
142
|
+
"provenance": "Original",
|
|
143
|
+
"arity": 0,
|
|
144
|
+
"parameterCount": 3,
|
|
145
|
+
"isStatic": false,
|
|
146
|
+
"isAbstract": false,
|
|
147
|
+
"isVirtual": true,
|
|
148
|
+
"isOverride": true,
|
|
149
|
+
"isSealed": false,
|
|
150
|
+
"visibility": "Protected",
|
|
34
151
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
35
152
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
36
153
|
"isExtensionMethod": false
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateSharedTableCompatibility(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
157
|
+
"clrName": "ValidateSharedTableCompatibility",
|
|
158
|
+
"metadataToken": 100664153,
|
|
159
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
160
|
+
"normalizedSignature": "ValidateSharedTableCompatibility|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
161
|
+
"emitScope": "ClassSurface",
|
|
162
|
+
"provenance": "Original",
|
|
163
|
+
"arity": 0,
|
|
164
|
+
"parameterCount": 3,
|
|
165
|
+
"isStatic": false,
|
|
166
|
+
"isAbstract": false,
|
|
167
|
+
"isVirtual": true,
|
|
168
|
+
"isOverride": true,
|
|
169
|
+
"isSealed": false,
|
|
170
|
+
"visibility": "Protected",
|
|
171
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
172
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
173
|
+
"isExtensionMethod": false,
|
|
174
|
+
"parameterModifiers": [
|
|
175
|
+
{
|
|
176
|
+
"index": 1,
|
|
177
|
+
"modifier": "in"
|
|
178
|
+
}
|
|
179
|
+
]
|
|
37
180
|
}
|
|
38
181
|
],
|
|
39
182
|
"properties": [],
|
|
@@ -47,6 +190,7 @@
|
|
|
47
190
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
|
|
48
191
|
"isStatic": false,
|
|
49
192
|
"parameterCount": 2,
|
|
193
|
+
"visibility": "Public",
|
|
50
194
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
|
|
51
195
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
52
196
|
}
|
|
@@ -63,7 +207,37 @@
|
|
|
63
207
|
"isSealed": false,
|
|
64
208
|
"isStatic": false,
|
|
65
209
|
"arity": 0,
|
|
210
|
+
"baseType": {
|
|
211
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
|
|
212
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension"
|
|
213
|
+
},
|
|
214
|
+
"interfaces": [
|
|
215
|
+
{
|
|
216
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
|
|
217
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
66
220
|
"methods": [
|
|
221
|
+
{
|
|
222
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::Clone():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
|
|
223
|
+
"clrName": "Clone",
|
|
224
|
+
"metadataToken": 100664157,
|
|
225
|
+
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
|
|
226
|
+
"normalizedSignature": "Clone|():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension|static=false",
|
|
227
|
+
"emitScope": "ClassSurface",
|
|
228
|
+
"provenance": "Original",
|
|
229
|
+
"arity": 0,
|
|
230
|
+
"parameterCount": 0,
|
|
231
|
+
"isStatic": false,
|
|
232
|
+
"isAbstract": false,
|
|
233
|
+
"isVirtual": true,
|
|
234
|
+
"isOverride": true,
|
|
235
|
+
"isSealed": false,
|
|
236
|
+
"visibility": "Protected",
|
|
237
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
238
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
239
|
+
"isExtensionMethod": false
|
|
240
|
+
},
|
|
67
241
|
{
|
|
68
242
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::WithLoadSpatialite(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
69
243
|
"clrName": "WithLoadSpatialite",
|
|
@@ -79,6 +253,7 @@
|
|
|
79
253
|
"isVirtual": true,
|
|
80
254
|
"isOverride": false,
|
|
81
255
|
"isSealed": false,
|
|
256
|
+
"visibility": "Public",
|
|
82
257
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
83
258
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
84
259
|
"isExtensionMethod": false
|
|
@@ -98,6 +273,7 @@
|
|
|
98
273
|
"isVirtual": true,
|
|
99
274
|
"isOverride": true,
|
|
100
275
|
"isSealed": false,
|
|
276
|
+
"visibility": "Public",
|
|
101
277
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
102
278
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
103
279
|
"isExtensionMethod": false
|
|
@@ -119,6 +295,7 @@
|
|
|
119
295
|
"isAbstract": false,
|
|
120
296
|
"isVirtual": true,
|
|
121
297
|
"isOverride": true,
|
|
298
|
+
"visibility": "Public",
|
|
122
299
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
123
300
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
124
301
|
},
|
|
@@ -137,6 +314,7 @@
|
|
|
137
314
|
"isAbstract": false,
|
|
138
315
|
"isVirtual": true,
|
|
139
316
|
"isOverride": false,
|
|
317
|
+
"visibility": "Public",
|
|
140
318
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
141
319
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
142
320
|
}
|
|
@@ -151,6 +329,18 @@
|
|
|
151
329
|
"normalizedSignature": "constructor|():void|static=false",
|
|
152
330
|
"isStatic": false,
|
|
153
331
|
"parameterCount": 0,
|
|
332
|
+
"visibility": "Public",
|
|
333
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
334
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::.ctor(Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension):void",
|
|
338
|
+
"metadataToken": 100664155,
|
|
339
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension):void",
|
|
340
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension):void|static=false",
|
|
341
|
+
"isStatic": false,
|
|
342
|
+
"parameterCount": 1,
|
|
343
|
+
"visibility": "Protected",
|
|
154
344
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
|
|
155
345
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
156
346
|
}
|
|
@@ -5,17 +5,31 @@
|
|
|
5
5
|
// Primitive type aliases from @tsonic/core
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
+
// Import support types from @tsonic/core
|
|
9
|
+
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
+
|
|
8
11
|
// Import types from other namespaces
|
|
9
12
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type {
|
|
13
|
+
import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
14
|
+
import type { Boolean as ClrBoolean, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
11
15
|
import type { IDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
|
|
12
16
|
import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
13
17
|
import type { DbContextOptionsExtensionInfo, IDbContextOptionsExtension, IModelValidator, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
14
18
|
import type { DbLoggerCategory$Model$Validation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
|
|
15
|
-
import type { IModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
19
|
+
import type { IEntityType, IKey, IModel, IProperty, StoreObjectIdentifier } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
16
20
|
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
17
21
|
|
|
18
|
-
export
|
|
22
|
+
export abstract class SqliteModelValidator$protected {
|
|
23
|
+
protected ValidateCompatible(property: IProperty, duplicateProperty: IProperty, columnName: string, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
|
|
24
|
+
protected ValidateNoSchemas(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
|
|
25
|
+
protected ValidateNoSequences(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
|
|
26
|
+
protected ValidateNoStoredProcedures(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
|
|
27
|
+
protected ValidateSharedTableCompatibility(mappedTypes: IReadOnlyList<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
|
|
28
|
+
protected ValidateValueGeneration(entityType: IEntityType, key: IKey, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
export interface SqliteModelValidator$instance extends SqliteModelValidator$protected, RelationalModelValidator {
|
|
19
33
|
Validate(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
|
|
20
34
|
}
|
|
21
35
|
|
|
@@ -27,7 +41,12 @@ export const SqliteModelValidator: {
|
|
|
27
41
|
|
|
28
42
|
export type SqliteModelValidator = SqliteModelValidator$instance;
|
|
29
43
|
|
|
30
|
-
export
|
|
44
|
+
export abstract class SqliteOptionsExtension$protected {
|
|
45
|
+
protected Clone(): RelationalOptionsExtension;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
export interface SqliteOptionsExtension$instance extends SqliteOptionsExtension$protected, RelationalOptionsExtension {
|
|
31
50
|
readonly Info: DbContextOptionsExtensionInfo;
|
|
32
51
|
readonly LoadSpatialite: boolean;
|
|
33
52
|
ApplyServices(services: IServiceCollection): void;
|
|
@@ -37,6 +56,7 @@ export interface SqliteOptionsExtension$instance extends RelationalOptionsExtens
|
|
|
37
56
|
|
|
38
57
|
export const SqliteOptionsExtension: {
|
|
39
58
|
new(): SqliteOptionsExtension;
|
|
59
|
+
new(copyFrom: SqliteOptionsExtension): SqliteOptionsExtension;
|
|
40
60
|
};
|
|
41
61
|
|
|
42
62
|
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type {
|
|
9
|
+
import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
10
11
|
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
11
12
|
import type { DbContextOptionsExtensionInfo, IDbContextOptionsExtension, IModelValidator, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
|
|
12
13
|
import type { DbLoggerCategory$Model$Validation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
13
|
-
import type { IModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
14
|
+
import type { IEntityType, IKey, IModel, IProperty, StoreObjectIdentifier } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
14
15
|
import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
|
|
15
16
|
|
|
16
17
|
// Public API exports (curated - no internal $instance/$views leakage)
|