@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,21 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Metadata.Conventions
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { ModelBuilder } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
11
|
+
import type { IConventionPropertyBuilder } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.Builders.js';
|
|
12
|
+
import type { IProviderConventionSetBuilder, ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilder, RelationalConventionSetBuilderDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.js';
|
|
13
|
+
import type { ConventionSet, IConvention, IConventionContext, IEntityTypeAnnotationChangedConvention, IEntityTypeBaseTypeChangedConvention, IEntityTypePrimaryKeyChangedConvention, IForeignKeyAddedConvention, IForeignKeyOwnershipChangedConvention, IForeignKeyPropertiesChangedConvention, IForeignKeyRemovedConvention, IModelFinalizedConvention, IModelFinalizingConvention, IPropertyAnnotationChangedConvention, RelationalRuntimeModelConvention, RelationalValueGenerationConvention, SharedTableConvention, StoreGenerationConvention } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.Conventions.js';
|
|
14
|
+
import type { IConventionAnnotation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
15
|
+
|
|
16
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
17
|
+
export { SqliteConventionSetBuilder as SqliteConventionSetBuilder } from './Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.js';
|
|
18
|
+
export { SqliteRuntimeModelConvention as SqliteRuntimeModelConvention } from './Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.js';
|
|
19
|
+
export { SqliteSharedTableConvention as SqliteSharedTableConvention } from './Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.js';
|
|
20
|
+
export { SqliteStoreGenerationConvention as SqliteStoreGenerationConvention } from './Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.js';
|
|
21
|
+
export { SqliteValueGenerationConvention as SqliteValueGenerationConvention } from './Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Metadata.Conventions
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Metadata.Conventions in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Metadata
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from '@tsonic/dotnet/System.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { SqliteValueGenerationStrategy as SqliteValueGenerationStrategy } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Metadata
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Metadata in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Migrations",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
6
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
7
|
+
"tsEmitName": "SqliteMigrationsSqlGenerator",
|
|
8
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator::Generate(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
13
|
+
"clrName": "Generate",
|
|
14
|
+
"tsEmitName": "generate",
|
|
15
|
+
"metadataToken": 100663735,
|
|
16
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
17
|
+
"normalizedSignature": "Generate|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 3,
|
|
21
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"properties": [],
|
|
27
|
+
"fields": [],
|
|
28
|
+
"events": [],
|
|
29
|
+
"constructors": [
|
|
30
|
+
{
|
|
31
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator::.ctor(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider):void",
|
|
32
|
+
"metadataToken": 100663734,
|
|
33
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider):void",
|
|
34
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider):void|static=false",
|
|
35
|
+
"isStatic": false,
|
|
36
|
+
"parameterCount": 2,
|
|
37
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
38
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"exposedMethods": [
|
|
42
|
+
{
|
|
43
|
+
"tsName": "generate",
|
|
44
|
+
"isStatic": false,
|
|
45
|
+
"tsSignatureId": "Generate|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
46
|
+
"target": {
|
|
47
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
48
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
49
|
+
"metadataToken": 100663735
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"exposedConstructors": [
|
|
54
|
+
{
|
|
55
|
+
"isStatic": false,
|
|
56
|
+
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider):void|static=false",
|
|
57
|
+
"target": {
|
|
58
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
59
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
60
|
+
"metadataToken": 100663734
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
|
|
67
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
|
|
68
|
+
"tsEmitName": "SqliteMigrationBuilderExtensions",
|
|
69
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
70
|
+
"metadataToken": 0,
|
|
71
|
+
"methods": [
|
|
72
|
+
{
|
|
73
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions::IsSqlite(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean",
|
|
74
|
+
"clrName": "IsSqlite",
|
|
75
|
+
"tsEmitName": "isSqlite",
|
|
76
|
+
"metadataToken": 100663733,
|
|
77
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean",
|
|
78
|
+
"normalizedSignature": "IsSqlite|(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean|static=true",
|
|
79
|
+
"emitScope": "ClassSurface",
|
|
80
|
+
"arity": 0,
|
|
81
|
+
"parameterCount": 1,
|
|
82
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
|
|
83
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
84
|
+
"isExtensionMethod": true
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"properties": [],
|
|
88
|
+
"fields": [],
|
|
89
|
+
"events": [],
|
|
90
|
+
"constructors": [],
|
|
91
|
+
"exposedMethods": [
|
|
92
|
+
{
|
|
93
|
+
"tsName": "isSqlite",
|
|
94
|
+
"isStatic": true,
|
|
95
|
+
"tsSignatureId": "IsSqlite|(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean|static=true",
|
|
96
|
+
"target": {
|
|
97
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
|
|
98
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
99
|
+
"metadataToken": 100663733
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Migrations
|
|
3
|
+
// Assembly: Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite
|
|
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 { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Object as ClrObject } from "@tsonic/dotnet/System.js";
|
|
12
|
+
import type { IModel, IRelationalAnnotationProvider } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
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";
|
|
16
|
+
|
|
17
|
+
export interface SqliteMigrationsSqlGenerator$instance extends MigrationsSqlGenerator {
|
|
18
|
+
generate(operations: IReadOnlyList<MigrationOperation>, model?: IModel, options?: MigrationsSqlGenerationOptions): IReadOnlyList<MigrationCommand>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
export const SqliteMigrationsSqlGenerator: {
|
|
23
|
+
new(dependencies: MigrationsSqlGeneratorDependencies, migrationsAnnotations: IRelationalAnnotationProvider): SqliteMigrationsSqlGenerator;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
export type SqliteMigrationsSqlGenerator = SqliteMigrationsSqlGenerator$instance;
|
|
28
|
+
|
|
29
|
+
export abstract class SqliteMigrationBuilderExtensions$instance {
|
|
30
|
+
static isSqlite(migrationBuilder: MigrationBuilder): boolean;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
export type SqliteMigrationBuilderExtensions = SqliteMigrationBuilderExtensions$instance;
|
|
35
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Migrations",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
6
|
+
],
|
|
7
|
+
"types": [
|
|
8
|
+
{
|
|
9
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
10
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
|
|
11
|
+
"tsEmitName": "SqliteMigrationsSqlGenerator",
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"methods": [
|
|
19
|
+
{
|
|
20
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator::Generate(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
21
|
+
"clrName": "Generate",
|
|
22
|
+
"tsEmitName": "generate",
|
|
23
|
+
"normalizedSignature": "Generate|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
24
|
+
"provenance": "Original",
|
|
25
|
+
"emitScope": "ClassSurface",
|
|
26
|
+
"isStatic": false,
|
|
27
|
+
"isAbstract": false,
|
|
28
|
+
"isVirtual": true,
|
|
29
|
+
"isOverride": true,
|
|
30
|
+
"isSealed": false,
|
|
31
|
+
"arity": 0,
|
|
32
|
+
"parameterCount": 3,
|
|
33
|
+
"isExtensionMethod": false
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"properties": [],
|
|
37
|
+
"fields": [],
|
|
38
|
+
"events": [],
|
|
39
|
+
"constructors": [
|
|
40
|
+
{
|
|
41
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider):void|static=false",
|
|
42
|
+
"isStatic": false,
|
|
43
|
+
"parameterCount": 2
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
|
|
49
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
|
|
50
|
+
"tsEmitName": "SqliteMigrationBuilderExtensions",
|
|
51
|
+
"kind": "StaticNamespace",
|
|
52
|
+
"accessibility": "Public",
|
|
53
|
+
"isAbstract": true,
|
|
54
|
+
"isSealed": true,
|
|
55
|
+
"isStatic": true,
|
|
56
|
+
"arity": 0,
|
|
57
|
+
"methods": [
|
|
58
|
+
{
|
|
59
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions::IsSqlite(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean",
|
|
60
|
+
"clrName": "IsSqlite",
|
|
61
|
+
"tsEmitName": "isSqlite",
|
|
62
|
+
"normalizedSignature": "IsSqlite|(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean|static=true",
|
|
63
|
+
"provenance": "Original",
|
|
64
|
+
"emitScope": "ClassSurface",
|
|
65
|
+
"isStatic": true,
|
|
66
|
+
"isAbstract": false,
|
|
67
|
+
"isVirtual": false,
|
|
68
|
+
"isOverride": false,
|
|
69
|
+
"isSealed": false,
|
|
70
|
+
"arity": 0,
|
|
71
|
+
"parameterCount": 1,
|
|
72
|
+
"isExtensionMethod": true
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"properties": [],
|
|
76
|
+
"fields": [],
|
|
77
|
+
"events": [],
|
|
78
|
+
"constructors": []
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Migrations
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.EntityFrameworkCore.Migrations/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
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';
|
|
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';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { SqliteMigrationBuilderExtensions$instance as SqliteMigrationBuilderExtensions } from './Microsoft.EntityFrameworkCore.Migrations/internal/index.js';
|
|
17
|
+
export { SqliteMigrationsSqlGenerator as SqliteMigrationsSqlGenerator } from './Microsoft.EntityFrameworkCore.Migrations/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Migrations
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Migrations in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
6
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
7
|
+
"tsEmitName": "SqliteAnnotationCodeGenerator",
|
|
8
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"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
|
+
"clrName": "GenerateFluentApiCalls",
|
|
14
|
+
"tsEmitName": "generateFluentApiCalls",
|
|
15
|
+
"metadataToken": 100664227,
|
|
16
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 2,
|
|
21
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"properties": [],
|
|
27
|
+
"fields": [],
|
|
28
|
+
"events": [],
|
|
29
|
+
"constructors": [
|
|
30
|
+
{
|
|
31
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator::.ctor(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void",
|
|
32
|
+
"metadataToken": 100664226,
|
|
33
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void",
|
|
34
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
|
|
35
|
+
"isStatic": false,
|
|
36
|
+
"parameterCount": 1,
|
|
37
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
|
|
38
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
39
|
+
}
|
|
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
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
67
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
68
|
+
"tsEmitName": "SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
69
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
70
|
+
"metadataToken": 0,
|
|
71
|
+
"methods": [
|
|
72
|
+
{
|
|
73
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
74
|
+
"clrName": "Generate",
|
|
75
|
+
"tsEmitName": "generate",
|
|
76
|
+
"metadataToken": 100664232,
|
|
77
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
78
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
79
|
+
"emitScope": "ClassSurface",
|
|
80
|
+
"arity": 0,
|
|
81
|
+
"parameterCount": 2,
|
|
82
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
83
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
84
|
+
"isExtensionMethod": false
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
88
|
+
"clrName": "Generate",
|
|
89
|
+
"tsEmitName": "generate",
|
|
90
|
+
"metadataToken": 100664233,
|
|
91
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
92
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
93
|
+
"emitScope": "ClassSurface",
|
|
94
|
+
"arity": 0,
|
|
95
|
+
"parameterCount": 2,
|
|
96
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
97
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
98
|
+
"isExtensionMethod": false
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
102
|
+
"clrName": "Generate",
|
|
103
|
+
"tsEmitName": "generate",
|
|
104
|
+
"metadataToken": 100664234,
|
|
105
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
106
|
+
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
107
|
+
"emitScope": "ClassSurface",
|
|
108
|
+
"arity": 0,
|
|
109
|
+
"parameterCount": 2,
|
|
110
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
111
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
112
|
+
"isExtensionMethod": false
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"properties": [],
|
|
116
|
+
"fields": [],
|
|
117
|
+
"events": [],
|
|
118
|
+
"constructors": [
|
|
119
|
+
{
|
|
120
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::.ctor(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void",
|
|
121
|
+
"metadataToken": 100664231,
|
|
122
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void",
|
|
123
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"parameterCount": 2,
|
|
126
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
|
|
127
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
128
|
+
}
|
|
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
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
176
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
177
|
+
"tsEmitName": "SqliteDesignTimeServices",
|
|
178
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
179
|
+
"metadataToken": 0,
|
|
180
|
+
"methods": [
|
|
181
|
+
{
|
|
182
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices::ConfigureDesignTimeServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
|
|
183
|
+
"clrName": "ConfigureDesignTimeServices",
|
|
184
|
+
"tsEmitName": "configureDesignTimeServices",
|
|
185
|
+
"metadataToken": 100664235,
|
|
186
|
+
"canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
|
|
187
|
+
"normalizedSignature": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
|
|
188
|
+
"emitScope": "ClassSurface",
|
|
189
|
+
"arity": 0,
|
|
190
|
+
"parameterCount": 1,
|
|
191
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
192
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
193
|
+
"isExtensionMethod": false
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"properties": [],
|
|
197
|
+
"fields": [],
|
|
198
|
+
"events": [],
|
|
199
|
+
"constructors": [
|
|
200
|
+
{
|
|
201
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices::.ctor():void",
|
|
202
|
+
"metadataToken": 100664236,
|
|
203
|
+
"canonicalSignature": "():void",
|
|
204
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
205
|
+
"isStatic": false,
|
|
206
|
+
"parameterCount": 0,
|
|
207
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
|
|
208
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
209
|
+
}
|
|
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
|
+
]
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Design.Internal
|
|
3
|
+
// Assembly: Microsoft.EntityFrameworkCore.Sqlite
|
|
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 { IDictionary, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
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";
|
|
12
|
+
import * as Microsoft_EntityFrameworkCore_Design_Internal_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.Internal.js";
|
|
13
|
+
import type { CSharpRuntimeAnnotationCodeGeneratorDependencies, CSharpRuntimeAnnotationCodeGeneratorParameters, RelationalCSharpRuntimeAnnotationCodeGenerator, RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.Internal.js";
|
|
14
|
+
import * as Microsoft_EntityFrameworkCore_Design_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js";
|
|
15
|
+
import type { AnnotationCodeGenerator, AnnotationCodeGeneratorDependencies, IAnnotationCodeGenerator, IDesignTimeServices, MethodCallCodeFragment } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js";
|
|
16
|
+
import type { IAnnotation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
17
|
+
import type { IColumn, IProperty, IRelationalModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
18
|
+
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
19
|
+
|
|
20
|
+
export interface SqliteAnnotationCodeGenerator$instance extends AnnotationCodeGenerator {
|
|
21
|
+
generateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
export const SqliteAnnotationCodeGenerator: {
|
|
26
|
+
new(dependencies: AnnotationCodeGeneratorDependencies): SqliteAnnotationCodeGenerator;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
export type SqliteAnnotationCodeGenerator = SqliteAnnotationCodeGenerator$instance;
|
|
31
|
+
|
|
32
|
+
export interface SqliteCSharpRuntimeAnnotationCodeGenerator$instance extends RelationalCSharpRuntimeAnnotationCodeGenerator {
|
|
33
|
+
generate(model: IRelationalModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
|
|
34
|
+
generate(property: IProperty, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
|
|
35
|
+
generate(column: IColumn, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
export const SqliteCSharpRuntimeAnnotationCodeGenerator: {
|
|
40
|
+
new(dependencies: CSharpRuntimeAnnotationCodeGeneratorDependencies, relationalDependencies: RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies): SqliteCSharpRuntimeAnnotationCodeGenerator;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
export type SqliteCSharpRuntimeAnnotationCodeGenerator = SqliteCSharpRuntimeAnnotationCodeGenerator$instance;
|
|
45
|
+
|
|
46
|
+
export interface SqliteDesignTimeServices$instance {
|
|
47
|
+
configureDesignTimeServices(serviceCollection: IServiceCollection): void;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
export const SqliteDesignTimeServices: {
|
|
52
|
+
new(): SqliteDesignTimeServices;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
export type SqliteDesignTimeServices = SqliteDesignTimeServices$instance;
|
|
57
|
+
|