@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
|
@@ -94,7 +94,12 @@ export const DependencyContext: {
|
|
|
94
94
|
|
|
95
95
|
export type DependencyContext = DependencyContext$instance;
|
|
96
96
|
|
|
97
|
-
export
|
|
97
|
+
export abstract class DependencyContextJsonReader$protected {
|
|
98
|
+
protected Dispose(disposing: boolean): void;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
export interface DependencyContextJsonReader$instance extends DependencyContextJsonReader$protected {
|
|
98
103
|
Dispose(): void;
|
|
99
104
|
Read(stream: Stream): DependencyContext;
|
|
100
105
|
}
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -52,6 +53,16 @@
|
|
|
52
53
|
"isSealed": false,
|
|
53
54
|
"isStatic": false,
|
|
54
55
|
"arity": 0,
|
|
56
|
+
"baseType": {
|
|
57
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
58
|
+
"clrName": "System.Object"
|
|
59
|
+
},
|
|
60
|
+
"interfaces": [
|
|
61
|
+
{
|
|
62
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
63
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
55
66
|
"methods": [
|
|
56
67
|
{
|
|
57
68
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
@@ -68,6 +79,7 @@
|
|
|
68
79
|
"isVirtual": true,
|
|
69
80
|
"isOverride": false,
|
|
70
81
|
"isSealed": true,
|
|
82
|
+
"visibility": "Public",
|
|
71
83
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
72
84
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
73
85
|
"isExtensionMethod": false
|
|
@@ -87,6 +99,7 @@
|
|
|
87
99
|
"isVirtual": true,
|
|
88
100
|
"isOverride": false,
|
|
89
101
|
"isSealed": false,
|
|
102
|
+
"visibility": "Public",
|
|
90
103
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
91
104
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
92
105
|
"isExtensionMethod": false,
|
|
@@ -104,6 +117,7 @@
|
|
|
104
117
|
"normalizedSignature": "constructor|():void|static=false",
|
|
105
118
|
"isStatic": false,
|
|
106
119
|
"parameterCount": 0,
|
|
120
|
+
"visibility": "Public",
|
|
107
121
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
108
122
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
109
123
|
},
|
|
@@ -114,6 +128,7 @@
|
|
|
114
128
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
115
129
|
"isStatic": false,
|
|
116
130
|
"parameterCount": 1,
|
|
131
|
+
"visibility": "Public",
|
|
117
132
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
118
133
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
119
134
|
}
|
|
@@ -130,6 +145,16 @@
|
|
|
130
145
|
"isSealed": false,
|
|
131
146
|
"isStatic": false,
|
|
132
147
|
"arity": 0,
|
|
148
|
+
"baseType": {
|
|
149
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
150
|
+
"clrName": "System.Object"
|
|
151
|
+
},
|
|
152
|
+
"interfaces": [
|
|
153
|
+
{
|
|
154
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
155
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
133
158
|
"methods": [
|
|
134
159
|
{
|
|
135
160
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
@@ -146,6 +171,7 @@
|
|
|
146
171
|
"isVirtual": true,
|
|
147
172
|
"isOverride": false,
|
|
148
173
|
"isSealed": true,
|
|
174
|
+
"visibility": "Public",
|
|
149
175
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
150
176
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
151
177
|
"isExtensionMethod": false
|
|
@@ -165,6 +191,7 @@
|
|
|
165
191
|
"isVirtual": true,
|
|
166
192
|
"isOverride": false,
|
|
167
193
|
"isSealed": false,
|
|
194
|
+
"visibility": "Public",
|
|
168
195
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
169
196
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
170
197
|
"isExtensionMethod": false,
|
|
@@ -182,6 +209,7 @@
|
|
|
182
209
|
"normalizedSignature": "constructor|(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[]):void|static=false",
|
|
183
210
|
"isStatic": false,
|
|
184
211
|
"parameterCount": 1,
|
|
212
|
+
"visibility": "Public",
|
|
185
213
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
186
214
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
187
215
|
}
|
|
@@ -198,6 +226,10 @@
|
|
|
198
226
|
"isSealed": false,
|
|
199
227
|
"isStatic": false,
|
|
200
228
|
"arity": 0,
|
|
229
|
+
"baseType": {
|
|
230
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
231
|
+
"clrName": "System.Object"
|
|
232
|
+
},
|
|
201
233
|
"methods": [
|
|
202
234
|
{
|
|
203
235
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::Resolve():System.String",
|
|
@@ -214,6 +246,7 @@
|
|
|
214
246
|
"isVirtual": false,
|
|
215
247
|
"isOverride": false,
|
|
216
248
|
"isSealed": false,
|
|
249
|
+
"visibility": "Public",
|
|
217
250
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
218
251
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
219
252
|
"isExtensionMethod": false
|
|
@@ -229,6 +262,7 @@
|
|
|
229
262
|
"isStatic": true,
|
|
230
263
|
"isReadOnly": true,
|
|
231
264
|
"isLiteral": false,
|
|
265
|
+
"visibility": "Public",
|
|
232
266
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
233
267
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
234
268
|
}
|
|
@@ -242,6 +276,7 @@
|
|
|
242
276
|
"normalizedSignature": "constructor|():void|static=false",
|
|
243
277
|
"isStatic": false,
|
|
244
278
|
"parameterCount": 0,
|
|
279
|
+
"visibility": "Public",
|
|
245
280
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
246
281
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
247
282
|
}
|
|
@@ -258,6 +293,16 @@
|
|
|
258
293
|
"isSealed": false,
|
|
259
294
|
"isStatic": false,
|
|
260
295
|
"arity": 0,
|
|
296
|
+
"baseType": {
|
|
297
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
298
|
+
"clrName": "System.Object"
|
|
299
|
+
},
|
|
300
|
+
"interfaces": [
|
|
301
|
+
{
|
|
302
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
303
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
261
306
|
"methods": [
|
|
262
307
|
{
|
|
263
308
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
@@ -274,6 +319,7 @@
|
|
|
274
319
|
"isVirtual": true,
|
|
275
320
|
"isOverride": false,
|
|
276
321
|
"isSealed": true,
|
|
322
|
+
"visibility": "Public",
|
|
277
323
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
278
324
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
279
325
|
"isExtensionMethod": false
|
|
@@ -293,6 +339,7 @@
|
|
|
293
339
|
"isVirtual": true,
|
|
294
340
|
"isOverride": false,
|
|
295
341
|
"isSealed": false,
|
|
342
|
+
"visibility": "Public",
|
|
296
343
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
297
344
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
298
345
|
"isExtensionMethod": false,
|
|
@@ -310,6 +357,7 @@
|
|
|
310
357
|
"normalizedSignature": "constructor|():void|static=false",
|
|
311
358
|
"isStatic": false,
|
|
312
359
|
"parameterCount": 0,
|
|
360
|
+
"visibility": "Public",
|
|
313
361
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
314
362
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
315
363
|
},
|
|
@@ -320,6 +368,7 @@
|
|
|
320
368
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
321
369
|
"isStatic": false,
|
|
322
370
|
"parameterCount": 1,
|
|
371
|
+
"visibility": "Public",
|
|
323
372
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
324
373
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
325
374
|
}
|
|
@@ -336,6 +385,16 @@
|
|
|
336
385
|
"isSealed": false,
|
|
337
386
|
"isStatic": false,
|
|
338
387
|
"arity": 0,
|
|
388
|
+
"baseType": {
|
|
389
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
390
|
+
"clrName": "System.Object"
|
|
391
|
+
},
|
|
392
|
+
"interfaces": [
|
|
393
|
+
{
|
|
394
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
395
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
396
|
+
}
|
|
397
|
+
],
|
|
339
398
|
"methods": [
|
|
340
399
|
{
|
|
341
400
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
@@ -352,6 +411,7 @@
|
|
|
352
411
|
"isVirtual": true,
|
|
353
412
|
"isOverride": false,
|
|
354
413
|
"isSealed": true,
|
|
414
|
+
"visibility": "Public",
|
|
355
415
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
356
416
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
357
417
|
"isExtensionMethod": false
|
|
@@ -371,6 +431,7 @@
|
|
|
371
431
|
"isVirtual": true,
|
|
372
432
|
"isOverride": false,
|
|
373
433
|
"isSealed": false,
|
|
434
|
+
"visibility": "Public",
|
|
374
435
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
375
436
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
376
437
|
"isExtensionMethod": false,
|
|
@@ -388,6 +449,7 @@
|
|
|
388
449
|
"normalizedSignature": "constructor|():void|static=false",
|
|
389
450
|
"isStatic": false,
|
|
390
451
|
"parameterCount": 0,
|
|
452
|
+
"visibility": "Public",
|
|
391
453
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
392
454
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
393
455
|
},
|
|
@@ -398,6 +460,7 @@
|
|
|
398
460
|
"normalizedSignature": "constructor|(System.String,System.String[]):void|static=false",
|
|
399
461
|
"isStatic": false,
|
|
400
462
|
"parameterCount": 2,
|
|
463
|
+
"visibility": "Public",
|
|
401
464
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
402
465
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
403
466
|
}
|