@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,287 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Extensions.DependencyModel
|
|
3
|
+
// Assembly: Microsoft.Extensions.DependencyModel
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
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
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import type { ICompilationAssemblyResolver } from "../../Microsoft.Extensions.DependencyModel.Resolution/internal/index.js";
|
|
10
|
+
import type { IEnumerable, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
11
|
+
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, IDisposable, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
14
|
+
import type { Assembly, AssemblyName } from "@tsonic/dotnet/System.Reflection.js";
|
|
15
|
+
|
|
16
|
+
export interface IDependencyContextReader$instance extends IDisposable {
|
|
17
|
+
read(stream: Stream): DependencyContext;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export type IDependencyContextReader = IDependencyContextReader$instance;
|
|
22
|
+
|
|
23
|
+
export interface Dependency$instance {
|
|
24
|
+
readonly name: string;
|
|
25
|
+
readonly version: string;
|
|
26
|
+
equals(other: Dependency): boolean;
|
|
27
|
+
equals(obj: unknown): boolean;
|
|
28
|
+
getHashCode(): int;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
export const Dependency: {
|
|
33
|
+
new(name: string, version: string): Dependency;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
export type Dependency = Dependency$instance;
|
|
38
|
+
|
|
39
|
+
export interface CompilationLibrary$instance extends Library {
|
|
40
|
+
readonly assemblies: IReadOnlyList<System_Internal.String>;
|
|
41
|
+
resolveReferencePaths(): IEnumerable<System_Internal.String>;
|
|
42
|
+
resolveReferencePaths(...customResolvers: ICompilationAssemblyResolver[]): IEnumerable<System_Internal.String>;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
export const CompilationLibrary: {
|
|
47
|
+
new(type_: string, name: string, version: string, hash: string, assemblies: IEnumerable<System_Internal.String>, dependencies: IEnumerable<Dependency>, serviceable: boolean): CompilationLibrary;
|
|
48
|
+
new(type_: string, name: string, version: string, hash: string, assemblies: IEnumerable<System_Internal.String>, dependencies: IEnumerable<Dependency>, serviceable: boolean, path: string, hashPath: string): CompilationLibrary;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
export type CompilationLibrary = CompilationLibrary$instance;
|
|
53
|
+
|
|
54
|
+
export interface CompilationOptions$instance {
|
|
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
|
+
}
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
export const CompilationOptions: {
|
|
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 default_: CompilationOptions;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
export type CompilationOptions = CompilationOptions$instance;
|
|
77
|
+
|
|
78
|
+
export interface DependencyContext$instance {
|
|
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
|
+
}
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
export const DependencyContext: {
|
|
89
|
+
new(target: TargetInfo, compilationOptions: CompilationOptions, compileLibraries: IEnumerable<CompilationLibrary>, runtimeLibraries: IEnumerable<RuntimeLibrary>, runtimeGraph: IEnumerable<RuntimeFallbacks>): DependencyContext;
|
|
90
|
+
readonly default_: DependencyContext | undefined;
|
|
91
|
+
load(assembly: Assembly): DependencyContext | undefined;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
export type DependencyContext = DependencyContext$instance;
|
|
96
|
+
|
|
97
|
+
export interface DependencyContextJsonReader$instance {
|
|
98
|
+
dispose(): void;
|
|
99
|
+
read(stream: Stream): DependencyContext;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
export const DependencyContextJsonReader: {
|
|
104
|
+
new(): DependencyContextJsonReader;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
export interface __DependencyContextJsonReader$views {
|
|
109
|
+
As_IDependencyContextReader(): IDependencyContextReader$instance;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface DependencyContextJsonReader$instance extends IDependencyContextReader$instance {}
|
|
113
|
+
|
|
114
|
+
export type DependencyContextJsonReader = DependencyContextJsonReader$instance & __DependencyContextJsonReader$views;
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
export interface DependencyContextLoader$instance {
|
|
118
|
+
load(assembly: Assembly): DependencyContext | undefined;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
export const DependencyContextLoader: {
|
|
123
|
+
new(): DependencyContextLoader;
|
|
124
|
+
readonly default_: DependencyContextLoader;
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
export type DependencyContextLoader = DependencyContextLoader$instance;
|
|
129
|
+
|
|
130
|
+
export interface DependencyContextWriter$instance {
|
|
131
|
+
write(context: DependencyContext, stream: Stream): void;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
export const DependencyContextWriter: {
|
|
136
|
+
new(): DependencyContextWriter;
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
export type DependencyContextWriter = DependencyContextWriter$instance;
|
|
141
|
+
|
|
142
|
+
export interface Library$instance {
|
|
143
|
+
readonly dependencies: IReadOnlyList<Dependency>;
|
|
144
|
+
readonly hash: string | undefined;
|
|
145
|
+
readonly hashPath: string | undefined;
|
|
146
|
+
readonly name: string;
|
|
147
|
+
readonly path: string;
|
|
148
|
+
readonly runtimeStoreManifestName: string | undefined;
|
|
149
|
+
readonly serviceable: boolean;
|
|
150
|
+
readonly type_: string;
|
|
151
|
+
readonly version: string;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
export const Library: {
|
|
156
|
+
new(type_: string, name: string, version: string, hash: string, dependencies: IEnumerable<Dependency>, serviceable: boolean): Library;
|
|
157
|
+
new(type_: string, name: string, version: string, hash: string, dependencies: IEnumerable<Dependency>, serviceable: boolean, path: string, hashPath: string): Library;
|
|
158
|
+
new(type_: string, name: string, version: string, hash: string, dependencies: IEnumerable<Dependency>, serviceable: boolean, path: string, hashPath: string, runtimeStoreManifestName: string): Library;
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
export type Library = Library$instance;
|
|
163
|
+
|
|
164
|
+
export interface ResourceAssembly$instance {
|
|
165
|
+
locale: string;
|
|
166
|
+
readonly localPath: string | undefined;
|
|
167
|
+
path: string;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
export const ResourceAssembly: {
|
|
172
|
+
new(path: string, locale: string): ResourceAssembly;
|
|
173
|
+
new(path: string, locale: string, localPath: string): ResourceAssembly;
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
export type ResourceAssembly = ResourceAssembly$instance;
|
|
178
|
+
|
|
179
|
+
export interface RuntimeAssembly$instance {
|
|
180
|
+
readonly name: AssemblyName;
|
|
181
|
+
readonly path: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
export const RuntimeAssembly: {
|
|
186
|
+
new(assemblyName: string, path: string): RuntimeAssembly;
|
|
187
|
+
create(path: string): RuntimeAssembly;
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
export type RuntimeAssembly = RuntimeAssembly$instance;
|
|
192
|
+
|
|
193
|
+
export interface RuntimeAssetGroup$instance {
|
|
194
|
+
readonly assetPaths: IReadOnlyList<System_Internal.String>;
|
|
195
|
+
readonly runtime: string;
|
|
196
|
+
readonly runtimeFiles: IReadOnlyList<RuntimeFile>;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
export const RuntimeAssetGroup: {
|
|
201
|
+
new(runtime: string, assetPaths: string[]): RuntimeAssetGroup;
|
|
202
|
+
new(runtime: string, assetPaths: IEnumerable<System_Internal.String>): RuntimeAssetGroup;
|
|
203
|
+
new(runtime: string, runtimeFiles: IEnumerable<RuntimeFile>): RuntimeAssetGroup;
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
export type RuntimeAssetGroup = RuntimeAssetGroup$instance;
|
|
208
|
+
|
|
209
|
+
export interface RuntimeFallbacks$instance {
|
|
210
|
+
fallbacks: IReadOnlyList<string | undefined>;
|
|
211
|
+
runtime: string;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
export const RuntimeFallbacks: {
|
|
216
|
+
new(runtime: string, fallbacks: string[]): RuntimeFallbacks;
|
|
217
|
+
new(runtime: string, fallbacks: IEnumerable<System_Internal.String>): RuntimeFallbacks;
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
export type RuntimeFallbacks = RuntimeFallbacks$instance;
|
|
222
|
+
|
|
223
|
+
export interface RuntimeFile$instance {
|
|
224
|
+
readonly assemblyVersion: string | undefined;
|
|
225
|
+
readonly fileVersion: string | undefined;
|
|
226
|
+
readonly localPath: string | undefined;
|
|
227
|
+
readonly path: string;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
export const RuntimeFile: {
|
|
232
|
+
new(path: string, assemblyVersion: string, fileVersion: string): RuntimeFile;
|
|
233
|
+
new(path: string, assemblyVersion: string, fileVersion: string, localPath: string): RuntimeFile;
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
export type RuntimeFile = RuntimeFile$instance;
|
|
238
|
+
|
|
239
|
+
export interface RuntimeLibrary$instance extends Library {
|
|
240
|
+
readonly nativeLibraryGroups: IReadOnlyList<RuntimeAssetGroup>;
|
|
241
|
+
readonly resourceAssemblies: IReadOnlyList<ResourceAssembly>;
|
|
242
|
+
readonly runtimeAssemblyGroups: IReadOnlyList<RuntimeAssetGroup>;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
export const RuntimeLibrary: {
|
|
247
|
+
new(type_: string, name: string, version: string, hash: string, runtimeAssemblyGroups: IReadOnlyList<RuntimeAssetGroup>, nativeLibraryGroups: IReadOnlyList<RuntimeAssetGroup>, resourceAssemblies: IEnumerable<ResourceAssembly>, dependencies: IEnumerable<Dependency>, serviceable: boolean): RuntimeLibrary;
|
|
248
|
+
new(type_: string, name: string, version: string, hash: string, runtimeAssemblyGroups: IReadOnlyList<RuntimeAssetGroup>, nativeLibraryGroups: IReadOnlyList<RuntimeAssetGroup>, resourceAssemblies: IEnumerable<ResourceAssembly>, dependencies: IEnumerable<Dependency>, serviceable: boolean, path: string, hashPath: string): RuntimeLibrary;
|
|
249
|
+
new(type_: string, name: string, version: string, hash: string, runtimeAssemblyGroups: IReadOnlyList<RuntimeAssetGroup>, nativeLibraryGroups: IReadOnlyList<RuntimeAssetGroup>, resourceAssemblies: IEnumerable<ResourceAssembly>, dependencies: IEnumerable<Dependency>, serviceable: boolean, path: string, hashPath: string, runtimeStoreManifestName: string): RuntimeLibrary;
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
export type RuntimeLibrary = RuntimeLibrary$instance;
|
|
254
|
+
|
|
255
|
+
export interface TargetInfo$instance {
|
|
256
|
+
readonly framework: string;
|
|
257
|
+
readonly isPortable: boolean;
|
|
258
|
+
readonly runtime: string;
|
|
259
|
+
readonly runtimeSignature: string | undefined;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
export const TargetInfo: {
|
|
264
|
+
new(framework: string, runtime: string, runtimeSignature: string, isPortable: boolean): TargetInfo;
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
export type TargetInfo = TargetInfo$instance;
|
|
269
|
+
|
|
270
|
+
export abstract class DependencyContextExtensions$instance {
|
|
271
|
+
static getDefaultAssemblyNames(self: DependencyContext): IEnumerable<AssemblyName>;
|
|
272
|
+
static getDefaultAssemblyNames(self: RuntimeLibrary, context: DependencyContext): IEnumerable<AssemblyName>;
|
|
273
|
+
static getDefaultNativeAssets(self: DependencyContext): IEnumerable<System_Internal.String>;
|
|
274
|
+
static getDefaultNativeAssets(self: RuntimeLibrary, context: DependencyContext): IEnumerable<System_Internal.String>;
|
|
275
|
+
static getDefaultNativeRuntimeFileAssets(self: DependencyContext): IEnumerable<RuntimeFile>;
|
|
276
|
+
static getDefaultNativeRuntimeFileAssets(self: RuntimeLibrary, context: DependencyContext): IEnumerable<RuntimeFile>;
|
|
277
|
+
static getRuntimeAssemblyNames(self: DependencyContext, runtimeIdentifier: string): IEnumerable<AssemblyName>;
|
|
278
|
+
static getRuntimeAssemblyNames(self: RuntimeLibrary, context: DependencyContext, runtimeIdentifier: string): IEnumerable<AssemblyName>;
|
|
279
|
+
static getRuntimeNativeAssets(self: DependencyContext, runtimeIdentifier: string): IEnumerable<System_Internal.String>;
|
|
280
|
+
static getRuntimeNativeAssets(self: RuntimeLibrary, context: DependencyContext, runtimeIdentifier: string): IEnumerable<System_Internal.String>;
|
|
281
|
+
static getRuntimeNativeRuntimeFileAssets(self: DependencyContext, runtimeIdentifier: string): IEnumerable<RuntimeFile>;
|
|
282
|
+
static getRuntimeNativeRuntimeFileAssets(self: RuntimeLibrary, context: DependencyContext, runtimeIdentifier: string): IEnumerable<RuntimeFile>;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
export type DependencyContextExtensions = DependencyContextExtensions$instance;
|
|
287
|
+
|