@tsonic/efcore-sqlite 0.1.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 +2636 -3286
- package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +10824 -14640
- package/SQLitePCL/internal/index.d.ts +72 -42
- package/System.Collections.Generic/bindings.json +58 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -14,18 +14,18 @@ import type { Boolean as ClrBoolean, IDisposable, IEquatable, Int32, Nullable, O
|
|
|
14
14
|
import type { Assembly, AssemblyName } from "@tsonic/dotnet/System.Reflection.js";
|
|
15
15
|
|
|
16
16
|
export interface IDependencyContextReader$instance extends IDisposable {
|
|
17
|
-
|
|
17
|
+
Read(stream: Stream): DependencyContext;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
export type IDependencyContextReader = IDependencyContextReader$instance;
|
|
22
22
|
|
|
23
23
|
export interface Dependency$instance {
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
readonly Name: string;
|
|
25
|
+
readonly Version: string;
|
|
26
|
+
Equals(other: Dependency): boolean;
|
|
27
|
+
Equals(obj: unknown): boolean;
|
|
28
|
+
GetHashCode(): int;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,9 +37,9 @@ export const Dependency: {
|
|
|
37
37
|
export type Dependency = Dependency$instance;
|
|
38
38
|
|
|
39
39
|
export interface CompilationLibrary$instance extends Library {
|
|
40
|
-
readonly
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
readonly Assemblies: IReadOnlyList<System_Internal.String>;
|
|
41
|
+
ResolveReferencePaths(): IEnumerable<System_Internal.String>;
|
|
42
|
+
ResolveReferencePaths(...customResolvers: ICompilationAssemblyResolver[]): IEnumerable<System_Internal.String>;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
|
|
@@ -52,51 +52,56 @@ export const CompilationLibrary: {
|
|
|
52
52
|
export type CompilationLibrary = CompilationLibrary$instance;
|
|
53
53
|
|
|
54
54
|
export interface CompilationOptions$instance {
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
55
|
+
readonly AllowUnsafe: Nullable<System_Internal.Boolean>;
|
|
56
|
+
readonly DebugType: string | undefined;
|
|
57
|
+
readonly Defines: IReadOnlyList<string | undefined>;
|
|
58
|
+
readonly DelaySign: Nullable<System_Internal.Boolean>;
|
|
59
|
+
readonly EmitEntryPoint: Nullable<System_Internal.Boolean>;
|
|
60
|
+
readonly GenerateXmlDocumentation: Nullable<System_Internal.Boolean>;
|
|
61
|
+
readonly KeyFile: string | undefined;
|
|
62
|
+
readonly LanguageVersion: string | undefined;
|
|
63
|
+
readonly Optimize: Nullable<System_Internal.Boolean>;
|
|
64
|
+
readonly Platform: string | undefined;
|
|
65
|
+
readonly PublicSign: Nullable<System_Internal.Boolean>;
|
|
66
|
+
readonly WarningsAsErrors: Nullable<System_Internal.Boolean>;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
export const CompilationOptions: {
|
|
71
71
|
new(defines: IEnumerable<System_Internal.String>, languageVersion: string, platform: string, allowUnsafe: Nullable<System_Internal.Boolean>, warningsAsErrors: Nullable<System_Internal.Boolean>, optimize: Nullable<System_Internal.Boolean>, keyFile: string, delaySign: Nullable<System_Internal.Boolean>, publicSign: Nullable<System_Internal.Boolean>, debugType: string, emitEntryPoint: Nullable<System_Internal.Boolean>, generateXmlDocumentation: Nullable<System_Internal.Boolean>): CompilationOptions;
|
|
72
|
-
readonly
|
|
72
|
+
readonly Default: CompilationOptions;
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
export type CompilationOptions = CompilationOptions$instance;
|
|
77
77
|
|
|
78
78
|
export interface DependencyContext$instance {
|
|
79
|
-
readonly
|
|
80
|
-
readonly
|
|
81
|
-
readonly
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
|
|
79
|
+
readonly CompilationOptions: CompilationOptions;
|
|
80
|
+
readonly CompileLibraries: IReadOnlyList<CompilationLibrary>;
|
|
81
|
+
readonly RuntimeGraph: IReadOnlyList<RuntimeFallbacks>;
|
|
82
|
+
readonly RuntimeLibraries: IReadOnlyList<RuntimeLibrary>;
|
|
83
|
+
readonly Target: TargetInfo;
|
|
84
|
+
Merge(other: DependencyContext): DependencyContext;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
export const DependencyContext: {
|
|
89
89
|
new(target: TargetInfo, compilationOptions: CompilationOptions, compileLibraries: IEnumerable<CompilationLibrary>, runtimeLibraries: IEnumerable<RuntimeLibrary>, runtimeGraph: IEnumerable<RuntimeFallbacks>): DependencyContext;
|
|
90
|
-
readonly
|
|
91
|
-
|
|
90
|
+
readonly Default: DependencyContext | undefined;
|
|
91
|
+
Load(assembly: Assembly): DependencyContext | undefined;
|
|
92
92
|
};
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
export type DependencyContext = DependencyContext$instance;
|
|
96
96
|
|
|
97
|
-
export
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
export abstract class DependencyContextJsonReader$protected {
|
|
98
|
+
protected Dispose(disposing: boolean): void;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
export interface DependencyContextJsonReader$instance extends DependencyContextJsonReader$protected {
|
|
103
|
+
Dispose(): void;
|
|
104
|
+
Read(stream: Stream): DependencyContext;
|
|
100
105
|
}
|
|
101
106
|
|
|
102
107
|
|
|
@@ -115,20 +120,20 @@ export type DependencyContextJsonReader = DependencyContextJsonReader$instance &
|
|
|
115
120
|
|
|
116
121
|
|
|
117
122
|
export interface DependencyContextLoader$instance {
|
|
118
|
-
|
|
123
|
+
Load(assembly: Assembly): DependencyContext | undefined;
|
|
119
124
|
}
|
|
120
125
|
|
|
121
126
|
|
|
122
127
|
export const DependencyContextLoader: {
|
|
123
128
|
new(): DependencyContextLoader;
|
|
124
|
-
readonly
|
|
129
|
+
readonly Default: DependencyContextLoader;
|
|
125
130
|
};
|
|
126
131
|
|
|
127
132
|
|
|
128
133
|
export type DependencyContextLoader = DependencyContextLoader$instance;
|
|
129
134
|
|
|
130
135
|
export interface DependencyContextWriter$instance {
|
|
131
|
-
|
|
136
|
+
Write(context: DependencyContext, stream: Stream): void;
|
|
132
137
|
}
|
|
133
138
|
|
|
134
139
|
|
|
@@ -140,15 +145,15 @@ export const DependencyContextWriter: {
|
|
|
140
145
|
export type DependencyContextWriter = DependencyContextWriter$instance;
|
|
141
146
|
|
|
142
147
|
export interface Library$instance {
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
148
|
+
readonly Dependencies: IReadOnlyList<Dependency>;
|
|
149
|
+
readonly Hash: string | undefined;
|
|
150
|
+
readonly HashPath: string | undefined;
|
|
151
|
+
readonly Name: string;
|
|
152
|
+
readonly Path: string;
|
|
153
|
+
readonly RuntimeStoreManifestName: string | undefined;
|
|
154
|
+
readonly Serviceable: boolean;
|
|
155
|
+
readonly Type: string;
|
|
156
|
+
readonly Version: string;
|
|
152
157
|
}
|
|
153
158
|
|
|
154
159
|
|
|
@@ -162,9 +167,9 @@ export const Library: {
|
|
|
162
167
|
export type Library = Library$instance;
|
|
163
168
|
|
|
164
169
|
export interface ResourceAssembly$instance {
|
|
165
|
-
|
|
166
|
-
readonly
|
|
167
|
-
|
|
170
|
+
Locale: string;
|
|
171
|
+
readonly LocalPath: string | undefined;
|
|
172
|
+
Path: string;
|
|
168
173
|
}
|
|
169
174
|
|
|
170
175
|
|
|
@@ -177,23 +182,23 @@ export const ResourceAssembly: {
|
|
|
177
182
|
export type ResourceAssembly = ResourceAssembly$instance;
|
|
178
183
|
|
|
179
184
|
export interface RuntimeAssembly$instance {
|
|
180
|
-
readonly
|
|
181
|
-
readonly
|
|
185
|
+
readonly Name: AssemblyName;
|
|
186
|
+
readonly Path: string;
|
|
182
187
|
}
|
|
183
188
|
|
|
184
189
|
|
|
185
190
|
export const RuntimeAssembly: {
|
|
186
191
|
new(assemblyName: string, path: string): RuntimeAssembly;
|
|
187
|
-
|
|
192
|
+
Create(path: string): RuntimeAssembly;
|
|
188
193
|
};
|
|
189
194
|
|
|
190
195
|
|
|
191
196
|
export type RuntimeAssembly = RuntimeAssembly$instance;
|
|
192
197
|
|
|
193
198
|
export interface RuntimeAssetGroup$instance {
|
|
194
|
-
readonly
|
|
195
|
-
readonly
|
|
196
|
-
readonly
|
|
199
|
+
readonly AssetPaths: IReadOnlyList<System_Internal.String>;
|
|
200
|
+
readonly Runtime: string;
|
|
201
|
+
readonly RuntimeFiles: IReadOnlyList<RuntimeFile>;
|
|
197
202
|
}
|
|
198
203
|
|
|
199
204
|
|
|
@@ -207,8 +212,8 @@ export const RuntimeAssetGroup: {
|
|
|
207
212
|
export type RuntimeAssetGroup = RuntimeAssetGroup$instance;
|
|
208
213
|
|
|
209
214
|
export interface RuntimeFallbacks$instance {
|
|
210
|
-
|
|
211
|
-
|
|
215
|
+
Fallbacks: IReadOnlyList<string | undefined>;
|
|
216
|
+
Runtime: string;
|
|
212
217
|
}
|
|
213
218
|
|
|
214
219
|
|
|
@@ -221,10 +226,10 @@ export const RuntimeFallbacks: {
|
|
|
221
226
|
export type RuntimeFallbacks = RuntimeFallbacks$instance;
|
|
222
227
|
|
|
223
228
|
export interface RuntimeFile$instance {
|
|
224
|
-
readonly
|
|
225
|
-
readonly
|
|
226
|
-
readonly
|
|
227
|
-
readonly
|
|
229
|
+
readonly AssemblyVersion: string | undefined;
|
|
230
|
+
readonly FileVersion: string | undefined;
|
|
231
|
+
readonly LocalPath: string | undefined;
|
|
232
|
+
readonly Path: string;
|
|
228
233
|
}
|
|
229
234
|
|
|
230
235
|
|
|
@@ -237,9 +242,9 @@ export const RuntimeFile: {
|
|
|
237
242
|
export type RuntimeFile = RuntimeFile$instance;
|
|
238
243
|
|
|
239
244
|
export interface RuntimeLibrary$instance extends Library {
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
245
|
+
readonly NativeLibraryGroups: IReadOnlyList<RuntimeAssetGroup>;
|
|
246
|
+
readonly ResourceAssemblies: IReadOnlyList<ResourceAssembly>;
|
|
247
|
+
readonly RuntimeAssemblyGroups: IReadOnlyList<RuntimeAssetGroup>;
|
|
243
248
|
}
|
|
244
249
|
|
|
245
250
|
|
|
@@ -253,10 +258,10 @@ export const RuntimeLibrary: {
|
|
|
253
258
|
export type RuntimeLibrary = RuntimeLibrary$instance;
|
|
254
259
|
|
|
255
260
|
export interface TargetInfo$instance {
|
|
256
|
-
readonly
|
|
257
|
-
readonly
|
|
258
|
-
readonly
|
|
259
|
-
readonly
|
|
261
|
+
readonly Framework: string;
|
|
262
|
+
readonly IsPortable: boolean;
|
|
263
|
+
readonly Runtime: string;
|
|
264
|
+
readonly RuntimeSignature: string | undefined;
|
|
260
265
|
}
|
|
261
266
|
|
|
262
267
|
|
|
@@ -268,18 +273,18 @@ export const TargetInfo: {
|
|
|
268
273
|
export type TargetInfo = TargetInfo$instance;
|
|
269
274
|
|
|
270
275
|
export abstract class DependencyContextExtensions$instance {
|
|
271
|
-
static
|
|
272
|
-
static
|
|
273
|
-
static
|
|
274
|
-
static
|
|
275
|
-
static
|
|
276
|
-
static
|
|
277
|
-
static
|
|
278
|
-
static
|
|
279
|
-
static
|
|
280
|
-
static
|
|
281
|
-
static
|
|
282
|
-
static
|
|
276
|
+
static GetDefaultAssemblyNames(self: DependencyContext): IEnumerable<AssemblyName>;
|
|
277
|
+
static GetDefaultAssemblyNames(self: RuntimeLibrary, context: DependencyContext): IEnumerable<AssemblyName>;
|
|
278
|
+
static GetDefaultNativeAssets(self: DependencyContext): IEnumerable<System_Internal.String>;
|
|
279
|
+
static GetDefaultNativeAssets(self: RuntimeLibrary, context: DependencyContext): IEnumerable<System_Internal.String>;
|
|
280
|
+
static GetDefaultNativeRuntimeFileAssets(self: DependencyContext): IEnumerable<RuntimeFile>;
|
|
281
|
+
static GetDefaultNativeRuntimeFileAssets(self: RuntimeLibrary, context: DependencyContext): IEnumerable<RuntimeFile>;
|
|
282
|
+
static GetRuntimeAssemblyNames(self: DependencyContext, runtimeIdentifier: string): IEnumerable<AssemblyName>;
|
|
283
|
+
static GetRuntimeAssemblyNames(self: RuntimeLibrary, context: DependencyContext, runtimeIdentifier: string): IEnumerable<AssemblyName>;
|
|
284
|
+
static GetRuntimeNativeAssets(self: DependencyContext, runtimeIdentifier: string): IEnumerable<System_Internal.String>;
|
|
285
|
+
static GetRuntimeNativeAssets(self: RuntimeLibrary, context: DependencyContext, runtimeIdentifier: string): IEnumerable<System_Internal.String>;
|
|
286
|
+
static GetRuntimeNativeRuntimeFileAssets(self: DependencyContext, runtimeIdentifier: string): IEnumerable<RuntimeFile>;
|
|
287
|
+
static GetRuntimeNativeRuntimeFileAssets(self: RuntimeLibrary, context: DependencyContext, runtimeIdentifier: string): IEnumerable<RuntimeFile>;
|
|
283
288
|
}
|
|
284
289
|
|
|
285
290
|
|