@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
|
@@ -8,14 +8,45 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
10
10
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type { Boolean as ClrBoolean, Object as ClrObject } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
12
12
|
import type { IModel, IRelationalAnnotationProvider } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
13
13
|
import * as Microsoft_EntityFrameworkCore_Migrations_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
14
|
-
import type { IMigrationsSqlGenerator, MigrationBuilder, MigrationCommand, MigrationsSqlGenerationOptions, MigrationsSqlGenerator, MigrationsSqlGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
15
|
-
import type { MigrationOperation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js";
|
|
14
|
+
import type { IMigrationsSqlGenerator, MigrationBuilder, MigrationCommand, MigrationCommandListBuilder, MigrationsSqlGenerationOptions, MigrationsSqlGenerator, MigrationsSqlGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
15
|
+
import type { AddCheckConstraintOperation, AddColumnOperation, AddForeignKeyOperation, AddPrimaryKeyOperation, AddUniqueConstraintOperation, AlterColumnOperation, AlterDatabaseOperation, AlterSequenceOperation, ColumnOperation, CreateSequenceOperation, CreateTableOperation, DropCheckConstraintOperation, DropColumnOperation, DropForeignKeyOperation, DropIndexOperation, DropPrimaryKeyOperation, DropSchemaOperation, DropSequenceOperation, DropUniqueConstraintOperation, EnsureSchemaOperation, MigrationOperation, RenameColumnOperation, RenameIndexOperation, RenameSequenceOperation, RenameTableOperation, RestartSequenceOperation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js";
|
|
16
16
|
|
|
17
|
-
export
|
|
18
|
-
|
|
17
|
+
export abstract class SqliteMigrationsSqlGenerator$protected {
|
|
18
|
+
protected ColumnDefinition(schema: string, table: string, name: string, operation: ColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
19
|
+
protected ComputedColumnDefinition(schema: string, table: string, name: string, operation: ColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
20
|
+
protected CreateTableColumns(operation: CreateTableOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
21
|
+
protected Generate(operation: AlterDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
22
|
+
protected Generate(operation: RenameIndexOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
23
|
+
protected Generate(operation: RenameTableOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
24
|
+
protected Generate(operation: RenameColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
25
|
+
protected Generate(operation: AddUniqueConstraintOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
26
|
+
protected Generate(operation: AddCheckConstraintOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
27
|
+
protected Generate(operation: DropUniqueConstraintOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
28
|
+
protected Generate(operation: DropCheckConstraintOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
29
|
+
protected Generate(operation: AlterColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
30
|
+
protected Generate(operation: EnsureSchemaOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
31
|
+
protected Generate(operation: DropSchemaOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
32
|
+
protected Generate(operation: RestartSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
33
|
+
protected Generate(operation: CreateSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
34
|
+
protected Generate(operation: RenameSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
35
|
+
protected Generate(operation: AlterSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
36
|
+
protected Generate(operation: DropSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
37
|
+
protected Generate(operation: AddColumnOperation, model: IModel, builder: MigrationCommandListBuilder, terminate: boolean): void;
|
|
38
|
+
protected Generate(operation: DropIndexOperation, model: IModel, builder: MigrationCommandListBuilder, terminate: boolean): void;
|
|
39
|
+
protected Generate(operation: CreateTableOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
40
|
+
protected Generate(operation: AddForeignKeyOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
41
|
+
protected Generate(operation: AddPrimaryKeyOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
42
|
+
protected Generate(operation: DropColumnOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
43
|
+
protected Generate(operation: DropForeignKeyOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
44
|
+
protected Generate(operation: DropPrimaryKeyOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
export interface SqliteMigrationsSqlGenerator$instance extends SqliteMigrationsSqlGenerator$protected, MigrationsSqlGenerator {
|
|
49
|
+
Generate(operations: IReadOnlyList<MigrationOperation>, model?: IModel, options?: MigrationsSqlGenerationOptions): IReadOnlyList<MigrationCommand>;
|
|
19
50
|
}
|
|
20
51
|
|
|
21
52
|
|
|
@@ -27,7 +58,7 @@ export const SqliteMigrationsSqlGenerator: {
|
|
|
27
58
|
export type SqliteMigrationsSqlGenerator = SqliteMigrationsSqlGenerator$instance;
|
|
28
59
|
|
|
29
60
|
export abstract class SqliteMigrationBuilderExtensions$instance {
|
|
30
|
-
static
|
|
61
|
+
static IsSqlite(migrationBuilder: MigrationBuilder): boolean;
|
|
31
62
|
}
|
|
32
63
|
|
|
33
64
|
|
|
@@ -7,10 +7,10 @@ import * as Internal from './Microsoft.EntityFrameworkCore.Migrations/internal/i
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
-
import type { Boolean as ClrBoolean, Object as ClrObject } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
11
11
|
import type { IModel, IRelationalAnnotationProvider } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
12
|
-
import type { IMigrationsSqlGenerator, MigrationBuilder, MigrationCommand, MigrationsSqlGenerationOptions, MigrationsSqlGenerator, MigrationsSqlGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js';
|
|
13
|
-
import type { MigrationOperation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js';
|
|
12
|
+
import type { IMigrationsSqlGenerator, MigrationBuilder, MigrationCommand, MigrationCommandListBuilder, MigrationsSqlGenerationOptions, MigrationsSqlGenerator, MigrationsSqlGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js';
|
|
13
|
+
import type { AddCheckConstraintOperation, AddColumnOperation, AddForeignKeyOperation, AddPrimaryKeyOperation, AddUniqueConstraintOperation, AlterColumnOperation, AlterDatabaseOperation, AlterSequenceOperation, ColumnOperation, CreateSequenceOperation, CreateTableOperation, DropCheckConstraintOperation, DropColumnOperation, DropForeignKeyOperation, DropIndexOperation, DropPrimaryKeyOperation, DropSchemaOperation, DropSequenceOperation, DropUniqueConstraintOperation, EnsureSchemaOperation, MigrationOperation, RenameColumnOperation, RenameIndexOperation, RenameSequenceOperation, RenameTableOperation, RestartSequenceOperation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js';
|
|
14
14
|
|
|
15
15
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
16
|
export { SqliteMigrationBuilderExtensions$instance as SqliteMigrationBuilderExtensions } from './Microsoft.EntityFrameworkCore.Migrations/internal/index.js';
|
|
@@ -1,23 +1,67 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
7
|
-
"tsEmitName": "SqliteAnnotationCodeGenerator",
|
|
8
10
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
10
28
|
"methods": [
|
|
11
29
|
{
|
|
12
30
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
13
31
|
"clrName": "GenerateFluentApiCalls",
|
|
14
|
-
"tsEmitName": "generateFluentApiCalls",
|
|
15
32
|
"metadataToken": 100664227,
|
|
16
33
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
17
34
|
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
18
35
|
"emitScope": "ClassSurface",
|
|
36
|
+
"provenance": "Original",
|
|
37
|
+
"arity": 0,
|
|
38
|
+
"parameterCount": 2,
|
|
39
|
+
"isStatic": false,
|
|
40
|
+
"isAbstract": false,
|
|
41
|
+
"isVirtual": true,
|
|
42
|
+
"isOverride": true,
|
|
43
|
+
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
45
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
46
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
47
|
+
"isExtensionMethod": false
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
51
|
+
"clrName": "IsHandledByConvention",
|
|
52
|
+
"metadataToken": 100664228,
|
|
53
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
54
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
55
|
+
"emitScope": "ClassSurface",
|
|
56
|
+
"provenance": "Original",
|
|
19
57
|
"arity": 0,
|
|
20
58
|
"parameterCount": 2,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": false,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": true,
|
|
63
|
+
"isSealed": false,
|
|
64
|
+
"visibility": "Protected",
|
|
21
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
22
66
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
67
|
"isExtensionMethod": false
|
|
@@ -34,51 +78,44 @@
|
|
|
34
78
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
|
|
35
79
|
"isStatic": false,
|
|
36
80
|
"parameterCount": 1,
|
|
81
|
+
"visibility": "Public",
|
|
37
82
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
38
83
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
39
84
|
}
|
|
40
|
-
],
|
|
41
|
-
"exposedMethods": [
|
|
42
|
-
{
|
|
43
|
-
"tsName": "generateFluentApiCalls",
|
|
44
|
-
"isStatic": false,
|
|
45
|
-
"tsSignatureId": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
46
|
-
"target": {
|
|
47
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
48
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
49
|
-
"metadataToken": 100664227
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"exposedConstructors": [
|
|
54
|
-
{
|
|
55
|
-
"isStatic": false,
|
|
56
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
|
|
57
|
-
"target": {
|
|
58
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
59
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
60
|
-
"metadataToken": 100664226
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
85
|
]
|
|
64
86
|
},
|
|
65
87
|
{
|
|
66
88
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
67
89
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
68
|
-
"tsEmitName": "SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
69
90
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
70
91
|
"metadataToken": 0,
|
|
92
|
+
"kind": "Class",
|
|
93
|
+
"accessibility": "Public",
|
|
94
|
+
"isAbstract": false,
|
|
95
|
+
"isSealed": false,
|
|
96
|
+
"isStatic": false,
|
|
97
|
+
"arity": 0,
|
|
98
|
+
"baseType": {
|
|
99
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
100
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator"
|
|
101
|
+
},
|
|
71
102
|
"methods": [
|
|
72
103
|
{
|
|
73
104
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
74
105
|
"clrName": "Generate",
|
|
75
|
-
"tsEmitName": "generate",
|
|
76
106
|
"metadataToken": 100664232,
|
|
77
107
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
78
108
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
79
109
|
"emitScope": "ClassSurface",
|
|
110
|
+
"provenance": "Original",
|
|
80
111
|
"arity": 0,
|
|
81
112
|
"parameterCount": 2,
|
|
113
|
+
"isStatic": false,
|
|
114
|
+
"isAbstract": false,
|
|
115
|
+
"isVirtual": true,
|
|
116
|
+
"isOverride": true,
|
|
117
|
+
"isSealed": false,
|
|
118
|
+
"visibility": "Public",
|
|
82
119
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
83
120
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
84
121
|
"isExtensionMethod": false
|
|
@@ -86,13 +123,19 @@
|
|
|
86
123
|
{
|
|
87
124
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
88
125
|
"clrName": "Generate",
|
|
89
|
-
"tsEmitName": "generate",
|
|
90
126
|
"metadataToken": 100664233,
|
|
91
127
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
92
128
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
93
129
|
"emitScope": "ClassSurface",
|
|
130
|
+
"provenance": "Original",
|
|
94
131
|
"arity": 0,
|
|
95
132
|
"parameterCount": 2,
|
|
133
|
+
"isStatic": false,
|
|
134
|
+
"isAbstract": false,
|
|
135
|
+
"isVirtual": true,
|
|
136
|
+
"isOverride": true,
|
|
137
|
+
"isSealed": false,
|
|
138
|
+
"visibility": "Public",
|
|
96
139
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
97
140
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
98
141
|
"isExtensionMethod": false
|
|
@@ -100,13 +143,19 @@
|
|
|
100
143
|
{
|
|
101
144
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
102
145
|
"clrName": "Generate",
|
|
103
|
-
"tsEmitName": "generate",
|
|
104
146
|
"metadataToken": 100664234,
|
|
105
147
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
106
148
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
107
149
|
"emitScope": "ClassSurface",
|
|
150
|
+
"provenance": "Original",
|
|
108
151
|
"arity": 0,
|
|
109
152
|
"parameterCount": 2,
|
|
153
|
+
"isStatic": false,
|
|
154
|
+
"isAbstract": false,
|
|
155
|
+
"isVirtual": true,
|
|
156
|
+
"isOverride": true,
|
|
157
|
+
"isSealed": false,
|
|
158
|
+
"visibility": "Public",
|
|
110
159
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
111
160
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
112
161
|
"isExtensionMethod": false
|
|
@@ -123,71 +172,50 @@
|
|
|
123
172
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
|
|
124
173
|
"isStatic": false,
|
|
125
174
|
"parameterCount": 2,
|
|
175
|
+
"visibility": "Public",
|
|
126
176
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
127
177
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
128
178
|
}
|
|
129
|
-
],
|
|
130
|
-
"exposedMethods": [
|
|
131
|
-
{
|
|
132
|
-
"tsName": "generate",
|
|
133
|
-
"isStatic": false,
|
|
134
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
135
|
-
"target": {
|
|
136
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
137
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
138
|
-
"metadataToken": 100664232
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"tsName": "generate",
|
|
143
|
-
"isStatic": false,
|
|
144
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
145
|
-
"target": {
|
|
146
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
147
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
148
|
-
"metadataToken": 100664233
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"tsName": "generate",
|
|
153
|
-
"isStatic": false,
|
|
154
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
155
|
-
"target": {
|
|
156
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
157
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
158
|
-
"metadataToken": 100664234
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"exposedConstructors": [
|
|
163
|
-
{
|
|
164
|
-
"isStatic": false,
|
|
165
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
|
|
166
|
-
"target": {
|
|
167
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
168
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
169
|
-
"metadataToken": 100664231
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
179
|
]
|
|
173
180
|
},
|
|
174
181
|
{
|
|
175
182
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
176
183
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
177
|
-
"tsEmitName": "SqliteDesignTimeServices",
|
|
178
184
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
179
185
|
"metadataToken": 0,
|
|
186
|
+
"kind": "Class",
|
|
187
|
+
"accessibility": "Public",
|
|
188
|
+
"isAbstract": false,
|
|
189
|
+
"isSealed": false,
|
|
190
|
+
"isStatic": false,
|
|
191
|
+
"arity": 0,
|
|
192
|
+
"baseType": {
|
|
193
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
194
|
+
"clrName": "System.Object"
|
|
195
|
+
},
|
|
196
|
+
"interfaces": [
|
|
197
|
+
{
|
|
198
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.IDesignTimeServices",
|
|
199
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.IDesignTimeServices"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
180
202
|
"methods": [
|
|
181
203
|
{
|
|
182
204
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices::ConfigureDesignTimeServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
|
|
183
205
|
"clrName": "ConfigureDesignTimeServices",
|
|
184
|
-
"tsEmitName": "configureDesignTimeServices",
|
|
185
206
|
"metadataToken": 100664235,
|
|
186
207
|
"canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
|
|
187
208
|
"normalizedSignature": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
|
|
188
209
|
"emitScope": "ClassSurface",
|
|
210
|
+
"provenance": "Original",
|
|
189
211
|
"arity": 0,
|
|
190
212
|
"parameterCount": 1,
|
|
213
|
+
"isStatic": false,
|
|
214
|
+
"isAbstract": false,
|
|
215
|
+
"isVirtual": true,
|
|
216
|
+
"isOverride": false,
|
|
217
|
+
"isSealed": false,
|
|
218
|
+
"visibility": "Public",
|
|
191
219
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
192
220
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
193
221
|
"isExtensionMethod": false
|
|
@@ -204,32 +232,10 @@
|
|
|
204
232
|
"normalizedSignature": "constructor|():void|static=false",
|
|
205
233
|
"isStatic": false,
|
|
206
234
|
"parameterCount": 0,
|
|
235
|
+
"visibility": "Public",
|
|
207
236
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
208
237
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
209
238
|
}
|
|
210
|
-
],
|
|
211
|
-
"exposedMethods": [
|
|
212
|
-
{
|
|
213
|
-
"tsName": "configureDesignTimeServices",
|
|
214
|
-
"isStatic": false,
|
|
215
|
-
"tsSignatureId": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
|
|
216
|
-
"target": {
|
|
217
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
218
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
219
|
-
"metadataToken": 100664235
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
],
|
|
223
|
-
"exposedConstructors": [
|
|
224
|
-
{
|
|
225
|
-
"isStatic": false,
|
|
226
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
227
|
-
"target": {
|
|
228
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
229
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
230
|
-
"metadataToken": 100664236
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
239
|
]
|
|
234
240
|
}
|
|
235
241
|
]
|
|
@@ -8,7 +8,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IDictionary, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
10
10
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type { Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
12
12
|
import * as Microsoft_EntityFrameworkCore_Design_Internal_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.Internal.js";
|
|
13
13
|
import type { CSharpRuntimeAnnotationCodeGeneratorDependencies, CSharpRuntimeAnnotationCodeGeneratorParameters, RelationalCSharpRuntimeAnnotationCodeGenerator, RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.Internal.js";
|
|
14
14
|
import * as Microsoft_EntityFrameworkCore_Design_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js";
|
|
@@ -17,8 +17,13 @@ import type { IAnnotation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.I
|
|
|
17
17
|
import type { IColumn, IProperty, IRelationalModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
18
18
|
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
19
19
|
|
|
20
|
-
export
|
|
21
|
-
|
|
20
|
+
export abstract class SqliteAnnotationCodeGenerator$protected {
|
|
21
|
+
protected IsHandledByConvention(property: IProperty, annotation: IAnnotation): boolean;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
export interface SqliteAnnotationCodeGenerator$instance extends SqliteAnnotationCodeGenerator$protected, AnnotationCodeGenerator {
|
|
26
|
+
GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
|
|
22
27
|
}
|
|
23
28
|
|
|
24
29
|
|
|
@@ -30,9 +35,9 @@ export const SqliteAnnotationCodeGenerator: {
|
|
|
30
35
|
export type SqliteAnnotationCodeGenerator = SqliteAnnotationCodeGenerator$instance;
|
|
31
36
|
|
|
32
37
|
export interface SqliteCSharpRuntimeAnnotationCodeGenerator$instance extends RelationalCSharpRuntimeAnnotationCodeGenerator {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
38
|
+
Generate(model: IRelationalModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
|
|
39
|
+
Generate(property: IProperty, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
|
|
40
|
+
Generate(column: IColumn, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
|
|
36
41
|
}
|
|
37
42
|
|
|
38
43
|
|
|
@@ -44,7 +49,7 @@ export const SqliteCSharpRuntimeAnnotationCodeGenerator: {
|
|
|
44
49
|
export type SqliteCSharpRuntimeAnnotationCodeGenerator = SqliteCSharpRuntimeAnnotationCodeGenerator$instance;
|
|
45
50
|
|
|
46
51
|
export interface SqliteDesignTimeServices$instance {
|
|
47
|
-
|
|
52
|
+
ConfigureDesignTimeServices(serviceCollection: IServiceCollection): void;
|
|
48
53
|
}
|
|
49
54
|
|
|
50
55
|
|
|
@@ -7,7 +7,7 @@ import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Design.Interna
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { IDictionary, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
-
import type { Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
11
11
|
import type { CSharpRuntimeAnnotationCodeGeneratorDependencies, CSharpRuntimeAnnotationCodeGeneratorParameters, RelationalCSharpRuntimeAnnotationCodeGenerator, RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.Internal.js';
|
|
12
12
|
import type { AnnotationCodeGenerator, AnnotationCodeGeneratorDependencies, IAnnotationCodeGenerator, IDesignTimeServices, MethodCallCodeFragment } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js';
|
|
13
13
|
import type { IAnnotation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
|