@tsonic/efcore-sqlite 0.1.0 → 10.0.1
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 +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +264 -264
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +62 -62
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +86 -86
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +35 -35
- package/System.Collections.Generic/bindings.json +48 -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 -6
- 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
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal",
|
|
3
|
-
"contributingAssemblies": [
|
|
4
|
-
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
-
],
|
|
6
|
-
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
9
|
-
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
10
|
-
"tsEmitName": "SqliteAnnotationProvider",
|
|
11
|
-
"kind": "Class",
|
|
12
|
-
"accessibility": "Public",
|
|
13
|
-
"isAbstract": false,
|
|
14
|
-
"isSealed": false,
|
|
15
|
-
"isStatic": false,
|
|
16
|
-
"arity": 0,
|
|
17
|
-
"methods": [
|
|
18
|
-
{
|
|
19
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
20
|
-
"clrName": "For",
|
|
21
|
-
"tsEmitName": "for_",
|
|
22
|
-
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
23
|
-
"provenance": "Original",
|
|
24
|
-
"emitScope": "ClassSurface",
|
|
25
|
-
"isStatic": false,
|
|
26
|
-
"isAbstract": false,
|
|
27
|
-
"isVirtual": true,
|
|
28
|
-
"isOverride": true,
|
|
29
|
-
"isSealed": false,
|
|
30
|
-
"arity": 0,
|
|
31
|
-
"parameterCount": 2,
|
|
32
|
-
"isExtensionMethod": false
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
36
|
-
"clrName": "For",
|
|
37
|
-
"tsEmitName": "for_",
|
|
38
|
-
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
39
|
-
"provenance": "Original",
|
|
40
|
-
"emitScope": "ClassSurface",
|
|
41
|
-
"isStatic": false,
|
|
42
|
-
"isAbstract": false,
|
|
43
|
-
"isVirtual": true,
|
|
44
|
-
"isOverride": true,
|
|
45
|
-
"isSealed": false,
|
|
46
|
-
"arity": 0,
|
|
47
|
-
"parameterCount": 2,
|
|
48
|
-
"isExtensionMethod": false
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"properties": [],
|
|
52
|
-
"fields": [],
|
|
53
|
-
"events": [],
|
|
54
|
-
"constructors": [
|
|
55
|
-
{
|
|
56
|
-
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void|static=false",
|
|
57
|
-
"isStatic": false,
|
|
58
|
-
"parameterCount": 1
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
64
|
-
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
65
|
-
"tsEmitName": "SqliteAnnotationNames",
|
|
66
|
-
"kind": "StaticNamespace",
|
|
67
|
-
"accessibility": "Public",
|
|
68
|
-
"isAbstract": true,
|
|
69
|
-
"isSealed": true,
|
|
70
|
-
"isStatic": true,
|
|
71
|
-
"arity": 0,
|
|
72
|
-
"methods": [],
|
|
73
|
-
"properties": [],
|
|
74
|
-
"fields": [
|
|
75
|
-
{
|
|
76
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::PrefixSystem.String",
|
|
77
|
-
"clrName": "Prefix",
|
|
78
|
-
"tsEmitName": "prefix",
|
|
79
|
-
"normalizedSignature": "Prefix|System.String|static=true|const=true",
|
|
80
|
-
"isStatic": true,
|
|
81
|
-
"isReadOnly": false,
|
|
82
|
-
"isLiteral": true
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::LegacyAutoincrementSystem.String",
|
|
86
|
-
"clrName": "LegacyAutoincrement",
|
|
87
|
-
"tsEmitName": "legacyAutoincrement",
|
|
88
|
-
"normalizedSignature": "LegacyAutoincrement|System.String|static=true|const=true",
|
|
89
|
-
"isStatic": true,
|
|
90
|
-
"isReadOnly": false,
|
|
91
|
-
"isLiteral": true
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::AutoincrementSystem.String",
|
|
95
|
-
"clrName": "Autoincrement",
|
|
96
|
-
"tsEmitName": "autoincrement",
|
|
97
|
-
"normalizedSignature": "Autoincrement|System.String|static=true|const=true",
|
|
98
|
-
"isStatic": true,
|
|
99
|
-
"isReadOnly": false,
|
|
100
|
-
"isLiteral": true
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InlinePrimaryKeySystem.String",
|
|
104
|
-
"clrName": "InlinePrimaryKey",
|
|
105
|
-
"tsEmitName": "inlinePrimaryKey",
|
|
106
|
-
"normalizedSignature": "InlinePrimaryKey|System.String|static=true|const=true",
|
|
107
|
-
"isStatic": true,
|
|
108
|
-
"isReadOnly": false,
|
|
109
|
-
"isLiteral": true
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InlinePrimaryKeyNameSystem.String",
|
|
113
|
-
"clrName": "InlinePrimaryKeyName",
|
|
114
|
-
"tsEmitName": "inlinePrimaryKeyName",
|
|
115
|
-
"normalizedSignature": "InlinePrimaryKeyName|System.String|static=true|const=true",
|
|
116
|
-
"isStatic": true,
|
|
117
|
-
"isReadOnly": false,
|
|
118
|
-
"isLiteral": true
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InitSpatialMetaDataSystem.String",
|
|
122
|
-
"clrName": "InitSpatialMetaData",
|
|
123
|
-
"tsEmitName": "initSpatialMetaData",
|
|
124
|
-
"normalizedSignature": "InitSpatialMetaData|System.String|static=true|const=true",
|
|
125
|
-
"isStatic": true,
|
|
126
|
-
"isReadOnly": false,
|
|
127
|
-
"isLiteral": true
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::SridSystem.String",
|
|
131
|
-
"clrName": "Srid",
|
|
132
|
-
"tsEmitName": "srid",
|
|
133
|
-
"normalizedSignature": "Srid|System.String|static=true|const=true",
|
|
134
|
-
"isStatic": true,
|
|
135
|
-
"isReadOnly": false,
|
|
136
|
-
"isLiteral": true
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::UseSqlReturningClauseSystem.String",
|
|
140
|
-
"clrName": "UseSqlReturningClause",
|
|
141
|
-
"tsEmitName": "useSqlReturningClause",
|
|
142
|
-
"normalizedSignature": "UseSqlReturningClause|System.String|static=true|const=true",
|
|
143
|
-
"isStatic": true,
|
|
144
|
-
"isReadOnly": false,
|
|
145
|
-
"isLiteral": true
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::ValueGenerationStrategySystem.String",
|
|
149
|
-
"clrName": "ValueGenerationStrategy",
|
|
150
|
-
"tsEmitName": "valueGenerationStrategy",
|
|
151
|
-
"normalizedSignature": "ValueGenerationStrategy|System.String|static=true|const=true",
|
|
152
|
-
"isStatic": true,
|
|
153
|
-
"isReadOnly": false,
|
|
154
|
-
"isLiteral": true
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
|
-
"events": [],
|
|
158
|
-
"constructors": []
|
|
159
|
-
}
|
|
160
|
-
]
|
|
161
|
-
}
|
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal",
|
|
3
|
-
"contributingAssemblies": [
|
|
4
|
-
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
-
],
|
|
6
|
-
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
9
|
-
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
10
|
-
"tsEmitName": "SqliteHistoryRepository",
|
|
11
|
-
"kind": "Class",
|
|
12
|
-
"accessibility": "Public",
|
|
13
|
-
"isAbstract": false,
|
|
14
|
-
"isSealed": false,
|
|
15
|
-
"isStatic": false,
|
|
16
|
-
"arity": 0,
|
|
17
|
-
"methods": [
|
|
18
|
-
{
|
|
19
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetCreateIfNotExistsScript():System.String",
|
|
20
|
-
"clrName": "GetCreateIfNotExistsScript",
|
|
21
|
-
"tsEmitName": "getCreateIfNotExistsScript",
|
|
22
|
-
"normalizedSignature": "GetCreateIfNotExistsScript|():System.String|static=false",
|
|
23
|
-
"provenance": "Original",
|
|
24
|
-
"emitScope": "ClassSurface",
|
|
25
|
-
"isStatic": false,
|
|
26
|
-
"isAbstract": false,
|
|
27
|
-
"isVirtual": true,
|
|
28
|
-
"isOverride": true,
|
|
29
|
-
"isSealed": false,
|
|
30
|
-
"arity": 0,
|
|
31
|
-
"parameterCount": 0,
|
|
32
|
-
"isExtensionMethod": false
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetBeginIfNotExistsScript(System.String):System.String",
|
|
36
|
-
"clrName": "GetBeginIfNotExistsScript",
|
|
37
|
-
"tsEmitName": "getBeginIfNotExistsScript",
|
|
38
|
-
"normalizedSignature": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
|
|
39
|
-
"provenance": "Original",
|
|
40
|
-
"emitScope": "ClassSurface",
|
|
41
|
-
"isStatic": false,
|
|
42
|
-
"isAbstract": false,
|
|
43
|
-
"isVirtual": true,
|
|
44
|
-
"isOverride": true,
|
|
45
|
-
"isSealed": false,
|
|
46
|
-
"arity": 0,
|
|
47
|
-
"parameterCount": 1,
|
|
48
|
-
"isExtensionMethod": false
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetBeginIfExistsScript(System.String):System.String",
|
|
52
|
-
"clrName": "GetBeginIfExistsScript",
|
|
53
|
-
"tsEmitName": "getBeginIfExistsScript",
|
|
54
|
-
"normalizedSignature": "GetBeginIfExistsScript|(System.String):System.String|static=false",
|
|
55
|
-
"provenance": "Original",
|
|
56
|
-
"emitScope": "ClassSurface",
|
|
57
|
-
"isStatic": false,
|
|
58
|
-
"isAbstract": false,
|
|
59
|
-
"isVirtual": true,
|
|
60
|
-
"isOverride": true,
|
|
61
|
-
"isSealed": false,
|
|
62
|
-
"arity": 0,
|
|
63
|
-
"parameterCount": 1,
|
|
64
|
-
"isExtensionMethod": false
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetEndIfScript():System.String",
|
|
68
|
-
"clrName": "GetEndIfScript",
|
|
69
|
-
"tsEmitName": "getEndIfScript",
|
|
70
|
-
"normalizedSignature": "GetEndIfScript|():System.String|static=false",
|
|
71
|
-
"provenance": "Original",
|
|
72
|
-
"emitScope": "ClassSurface",
|
|
73
|
-
"isStatic": false,
|
|
74
|
-
"isAbstract": false,
|
|
75
|
-
"isVirtual": true,
|
|
76
|
-
"isOverride": true,
|
|
77
|
-
"isSealed": false,
|
|
78
|
-
"arity": 0,
|
|
79
|
-
"parameterCount": 0,
|
|
80
|
-
"isExtensionMethod": false
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::AcquireDatabaseLock():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
84
|
-
"clrName": "AcquireDatabaseLock",
|
|
85
|
-
"tsEmitName": "acquireDatabaseLock",
|
|
86
|
-
"normalizedSignature": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
|
|
87
|
-
"provenance": "Original",
|
|
88
|
-
"emitScope": "ClassSurface",
|
|
89
|
-
"isStatic": false,
|
|
90
|
-
"isAbstract": false,
|
|
91
|
-
"isVirtual": true,
|
|
92
|
-
"isOverride": true,
|
|
93
|
-
"isSealed": false,
|
|
94
|
-
"arity": 0,
|
|
95
|
-
"parameterCount": 0,
|
|
96
|
-
"isExtensionMethod": false
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::AcquireDatabaseLockAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
100
|
-
"clrName": "AcquireDatabaseLockAsync",
|
|
101
|
-
"tsEmitName": "acquireDatabaseLockAsync",
|
|
102
|
-
"normalizedSignature": "AcquireDatabaseLockAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
103
|
-
"provenance": "Original",
|
|
104
|
-
"emitScope": "ClassSurface",
|
|
105
|
-
"isStatic": false,
|
|
106
|
-
"isAbstract": false,
|
|
107
|
-
"isVirtual": true,
|
|
108
|
-
"isOverride": true,
|
|
109
|
-
"isSealed": false,
|
|
110
|
-
"arity": 0,
|
|
111
|
-
"parameterCount": 1,
|
|
112
|
-
"isExtensionMethod": false
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"properties": [
|
|
116
|
-
{
|
|
117
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::LockReleaseBehavior:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
118
|
-
"clrName": "LockReleaseBehavior",
|
|
119
|
-
"tsEmitName": "lockReleaseBehavior",
|
|
120
|
-
"normalizedSignature": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
|
|
121
|
-
"provenance": "Original",
|
|
122
|
-
"emitScope": "ClassSurface",
|
|
123
|
-
"isStatic": false,
|
|
124
|
-
"isAbstract": false,
|
|
125
|
-
"isVirtual": true,
|
|
126
|
-
"isOverride": true,
|
|
127
|
-
"isIndexer": false,
|
|
128
|
-
"hasGetter": true,
|
|
129
|
-
"hasSetter": false
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
"fields": [],
|
|
133
|
-
"events": [],
|
|
134
|
-
"constructors": [
|
|
135
|
-
{
|
|
136
|
-
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
137
|
-
"isStatic": false,
|
|
138
|
-
"parameterCount": 1
|
|
139
|
-
}
|
|
140
|
-
]
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
144
|
-
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
145
|
-
"tsEmitName": "SqliteMigrationDatabaseLock",
|
|
146
|
-
"kind": "Class",
|
|
147
|
-
"accessibility": "Public",
|
|
148
|
-
"isAbstract": false,
|
|
149
|
-
"isSealed": false,
|
|
150
|
-
"isStatic": false,
|
|
151
|
-
"arity": 0,
|
|
152
|
-
"methods": [
|
|
153
|
-
{
|
|
154
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::Dispose():System.Void",
|
|
155
|
-
"clrName": "Dispose",
|
|
156
|
-
"tsEmitName": "dispose",
|
|
157
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
158
|
-
"provenance": "Original",
|
|
159
|
-
"emitScope": "ClassSurface",
|
|
160
|
-
"isStatic": false,
|
|
161
|
-
"isAbstract": false,
|
|
162
|
-
"isVirtual": true,
|
|
163
|
-
"isOverride": false,
|
|
164
|
-
"isSealed": true,
|
|
165
|
-
"arity": 0,
|
|
166
|
-
"parameterCount": 0,
|
|
167
|
-
"isExtensionMethod": false
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
171
|
-
"clrName": "DisposeAsync",
|
|
172
|
-
"tsEmitName": "disposeAsync",
|
|
173
|
-
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
174
|
-
"provenance": "Original",
|
|
175
|
-
"emitScope": "ClassSurface",
|
|
176
|
-
"isStatic": false,
|
|
177
|
-
"isAbstract": false,
|
|
178
|
-
"isVirtual": true,
|
|
179
|
-
"isOverride": false,
|
|
180
|
-
"isSealed": true,
|
|
181
|
-
"arity": 0,
|
|
182
|
-
"parameterCount": 0,
|
|
183
|
-
"isExtensionMethod": false
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"properties": [
|
|
187
|
-
{
|
|
188
|
-
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::HistoryRepository:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
189
|
-
"clrName": "HistoryRepository",
|
|
190
|
-
"tsEmitName": "historyRepository",
|
|
191
|
-
"normalizedSignature": "HistoryRepository|:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository|static=false|accessor=get",
|
|
192
|
-
"provenance": "Original",
|
|
193
|
-
"emitScope": "ClassSurface",
|
|
194
|
-
"isStatic": false,
|
|
195
|
-
"isAbstract": false,
|
|
196
|
-
"isVirtual": true,
|
|
197
|
-
"isOverride": false,
|
|
198
|
-
"isIndexer": false,
|
|
199
|
-
"hasGetter": true,
|
|
200
|
-
"hasSetter": false
|
|
201
|
-
}
|
|
202
|
-
],
|
|
203
|
-
"fields": [],
|
|
204
|
-
"events": [],
|
|
205
|
-
"constructors": [
|
|
206
|
-
{
|
|
207
|
-
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,System.Threading.CancellationToken):void|static=false",
|
|
208
|
-
"isStatic": false,
|
|
209
|
-
"parameterCount": 4
|
|
210
|
-
}
|
|
211
|
-
]
|
|
212
|
-
}
|
|
213
|
-
]
|
|
214
|
-
}
|