@tsonic/efcore-npgsql 0.1.2 → 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.EntityFrameworkCore/bindings.json +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,23 +1,147 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
6
9
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
7
|
-
"tsEmitName": "NpgsqlAnnotationCodeGenerator",
|
|
8
10
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
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": [
|
|
29
|
+
{
|
|
30
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
31
|
+
"clrName": "IsHandledByConvention",
|
|
32
|
+
"metadataToken": 100665573,
|
|
33
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
34
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
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": "Protected",
|
|
45
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
46
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
47
|
+
"isExtensionMethod": false
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
51
|
+
"clrName": "IsHandledByConvention",
|
|
52
|
+
"metadataToken": 100665574,
|
|
53
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
54
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
55
|
+
"emitScope": "ClassSurface",
|
|
56
|
+
"provenance": "Original",
|
|
57
|
+
"arity": 0,
|
|
58
|
+
"parameterCount": 2,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": false,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": true,
|
|
63
|
+
"isSealed": false,
|
|
64
|
+
"visibility": "Protected",
|
|
65
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
66
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
67
|
+
"isExtensionMethod": false
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
71
|
+
"clrName": "IsHandledByConvention",
|
|
72
|
+
"metadataToken": 100665575,
|
|
73
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
74
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
75
|
+
"emitScope": "ClassSurface",
|
|
76
|
+
"provenance": "Original",
|
|
77
|
+
"arity": 0,
|
|
78
|
+
"parameterCount": 2,
|
|
79
|
+
"isStatic": false,
|
|
80
|
+
"isAbstract": false,
|
|
81
|
+
"isVirtual": true,
|
|
82
|
+
"isOverride": true,
|
|
83
|
+
"isSealed": false,
|
|
84
|
+
"visibility": "Protected",
|
|
85
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
86
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
87
|
+
"isExtensionMethod": false
|
|
88
|
+
},
|
|
11
89
|
{
|
|
12
90
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IModel,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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
13
91
|
"clrName": "GenerateFluentApiCalls",
|
|
14
|
-
"tsEmitName": "generateFluentApiCalls",
|
|
15
92
|
"metadataToken": 100665576,
|
|
16
93
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
17
94
|
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IModel,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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
18
95
|
"emitScope": "ClassSurface",
|
|
96
|
+
"provenance": "Original",
|
|
97
|
+
"arity": 0,
|
|
98
|
+
"parameterCount": 2,
|
|
99
|
+
"isStatic": false,
|
|
100
|
+
"isAbstract": false,
|
|
101
|
+
"isVirtual": true,
|
|
102
|
+
"isOverride": true,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
105
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
106
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
107
|
+
"isExtensionMethod": false
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
111
|
+
"clrName": "GenerateFluentApi",
|
|
112
|
+
"metadataToken": 100665577,
|
|
113
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
114
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
115
|
+
"emitScope": "ClassSurface",
|
|
116
|
+
"provenance": "Original",
|
|
19
117
|
"arity": 0,
|
|
20
118
|
"parameterCount": 2,
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isVirtual": true,
|
|
122
|
+
"isOverride": true,
|
|
123
|
+
"isSealed": false,
|
|
124
|
+
"visibility": "Protected",
|
|
125
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
126
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
127
|
+
"isExtensionMethod": false
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
131
|
+
"clrName": "GenerateFluentApi",
|
|
132
|
+
"metadataToken": 100665578,
|
|
133
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
134
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
135
|
+
"emitScope": "ClassSurface",
|
|
136
|
+
"provenance": "Original",
|
|
137
|
+
"arity": 0,
|
|
138
|
+
"parameterCount": 2,
|
|
139
|
+
"isStatic": false,
|
|
140
|
+
"isAbstract": false,
|
|
141
|
+
"isVirtual": true,
|
|
142
|
+
"isOverride": true,
|
|
143
|
+
"isSealed": false,
|
|
144
|
+
"visibility": "Protected",
|
|
21
145
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
22
146
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
147
|
"isExtensionMethod": false
|
|
@@ -25,13 +149,39 @@
|
|
|
25
149
|
{
|
|
26
150
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
27
151
|
"clrName": "GenerateFluentApiCalls",
|
|
28
|
-
"tsEmitName": "generateFluentApiCalls",
|
|
29
152
|
"metadataToken": 100665579,
|
|
30
153
|
"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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
31
154
|
"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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
32
155
|
"emitScope": "ClassSurface",
|
|
156
|
+
"provenance": "Original",
|
|
33
157
|
"arity": 0,
|
|
34
158
|
"parameterCount": 2,
|
|
159
|
+
"isStatic": false,
|
|
160
|
+
"isAbstract": false,
|
|
161
|
+
"isVirtual": true,
|
|
162
|
+
"isOverride": true,
|
|
163
|
+
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
165
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
166
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
167
|
+
"isExtensionMethod": false
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
171
|
+
"clrName": "GenerateFluentApi",
|
|
172
|
+
"metadataToken": 100665582,
|
|
173
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
174
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
175
|
+
"emitScope": "ClassSurface",
|
|
176
|
+
"provenance": "Original",
|
|
177
|
+
"arity": 0,
|
|
178
|
+
"parameterCount": 2,
|
|
179
|
+
"isStatic": false,
|
|
180
|
+
"isAbstract": false,
|
|
181
|
+
"isVirtual": true,
|
|
182
|
+
"isOverride": true,
|
|
183
|
+
"isSealed": false,
|
|
184
|
+
"visibility": "Protected",
|
|
35
185
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
36
186
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
37
187
|
"isExtensionMethod": false
|
|
@@ -48,61 +198,64 @@
|
|
|
48
198
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
|
|
49
199
|
"isStatic": false,
|
|
50
200
|
"parameterCount": 1,
|
|
201
|
+
"visibility": "Public",
|
|
51
202
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
52
203
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
53
204
|
}
|
|
54
|
-
],
|
|
55
|
-
"exposedMethods": [
|
|
56
|
-
{
|
|
57
|
-
"tsName": "generateFluentApiCalls",
|
|
58
|
-
"isStatic": false,
|
|
59
|
-
"tsSignatureId": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IModel,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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
60
|
-
"target": {
|
|
61
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
62
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
63
|
-
"metadataToken": 100665576
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"tsName": "generateFluentApiCalls",
|
|
68
|
-
"isStatic": false,
|
|
69
|
-
"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.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
70
|
-
"target": {
|
|
71
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
72
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
73
|
-
"metadataToken": 100665579
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
"exposedConstructors": [
|
|
78
|
-
{
|
|
79
|
-
"isStatic": false,
|
|
80
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
|
|
81
|
-
"target": {
|
|
82
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
|
|
83
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
84
|
-
"metadataToken": 100665572
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
205
|
]
|
|
88
206
|
},
|
|
89
207
|
{
|
|
90
208
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
91
209
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
92
|
-
"tsEmitName": "NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
93
210
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
94
211
|
"metadataToken": 0,
|
|
212
|
+
"kind": "Class",
|
|
213
|
+
"accessibility": "Public",
|
|
214
|
+
"isAbstract": false,
|
|
215
|
+
"isSealed": false,
|
|
216
|
+
"isStatic": false,
|
|
217
|
+
"arity": 0,
|
|
218
|
+
"baseType": {
|
|
219
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
220
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator"
|
|
221
|
+
},
|
|
95
222
|
"methods": [
|
|
96
223
|
{
|
|
97
224
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Create(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer):System.Boolean",
|
|
98
225
|
"clrName": "Create",
|
|
99
|
-
"tsEmitName": "create",
|
|
100
226
|
"metadataToken": 100665587,
|
|
101
227
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer):System.Boolean",
|
|
102
228
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer):System.Boolean|static=false",
|
|
103
229
|
"emitScope": "ClassSurface",
|
|
230
|
+
"provenance": "Original",
|
|
104
231
|
"arity": 0,
|
|
105
232
|
"parameterCount": 5,
|
|
233
|
+
"isStatic": false,
|
|
234
|
+
"isAbstract": false,
|
|
235
|
+
"isVirtual": true,
|
|
236
|
+
"isOverride": true,
|
|
237
|
+
"isSealed": false,
|
|
238
|
+
"visibility": "Public",
|
|
239
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
240
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
241
|
+
"isExtensionMethod": false
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::AddNpgsqlTypeMappingTweaks(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
245
|
+
"clrName": "AddNpgsqlTypeMappingTweaks",
|
|
246
|
+
"metadataToken": 100665588,
|
|
247
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
248
|
+
"normalizedSignature": "AddNpgsqlTypeMappingTweaks|(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
249
|
+
"emitScope": "ClassSurface",
|
|
250
|
+
"provenance": "Original",
|
|
251
|
+
"arity": 0,
|
|
252
|
+
"parameterCount": 2,
|
|
253
|
+
"isStatic": false,
|
|
254
|
+
"isAbstract": false,
|
|
255
|
+
"isVirtual": true,
|
|
256
|
+
"isOverride": false,
|
|
257
|
+
"isSealed": false,
|
|
258
|
+
"visibility": "Protected",
|
|
106
259
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
107
260
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
108
261
|
"isExtensionMethod": false
|
|
@@ -110,13 +263,19 @@
|
|
|
110
263
|
{
|
|
111
264
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
112
265
|
"clrName": "Generate",
|
|
113
|
-
"tsEmitName": "generate",
|
|
114
266
|
"metadataToken": 100665589,
|
|
115
267
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
116
268
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
117
269
|
"emitScope": "ClassSurface",
|
|
270
|
+
"provenance": "Original",
|
|
118
271
|
"arity": 0,
|
|
119
272
|
"parameterCount": 2,
|
|
273
|
+
"isStatic": false,
|
|
274
|
+
"isAbstract": false,
|
|
275
|
+
"isVirtual": true,
|
|
276
|
+
"isOverride": true,
|
|
277
|
+
"isSealed": false,
|
|
278
|
+
"visibility": "Public",
|
|
120
279
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
121
280
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
122
281
|
"isExtensionMethod": false
|
|
@@ -124,13 +283,19 @@
|
|
|
124
283
|
{
|
|
125
284
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
126
285
|
"clrName": "Generate",
|
|
127
|
-
"tsEmitName": "generate",
|
|
128
286
|
"metadataToken": 100665590,
|
|
129
287
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
130
288
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
131
289
|
"emitScope": "ClassSurface",
|
|
290
|
+
"provenance": "Original",
|
|
132
291
|
"arity": 0,
|
|
133
292
|
"parameterCount": 2,
|
|
293
|
+
"isStatic": false,
|
|
294
|
+
"isAbstract": false,
|
|
295
|
+
"isVirtual": true,
|
|
296
|
+
"isOverride": true,
|
|
297
|
+
"isSealed": false,
|
|
298
|
+
"visibility": "Public",
|
|
134
299
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
135
300
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
136
301
|
"isExtensionMethod": false
|
|
@@ -138,13 +303,19 @@
|
|
|
138
303
|
{
|
|
139
304
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
140
305
|
"clrName": "Generate",
|
|
141
|
-
"tsEmitName": "generate",
|
|
142
306
|
"metadataToken": 100665591,
|
|
143
307
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
144
308
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
145
309
|
"emitScope": "ClassSurface",
|
|
310
|
+
"provenance": "Original",
|
|
146
311
|
"arity": 0,
|
|
147
312
|
"parameterCount": 2,
|
|
313
|
+
"isStatic": false,
|
|
314
|
+
"isAbstract": false,
|
|
315
|
+
"isVirtual": true,
|
|
316
|
+
"isOverride": true,
|
|
317
|
+
"isSealed": false,
|
|
318
|
+
"visibility": "Public",
|
|
148
319
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
149
320
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
150
321
|
"isExtensionMethod": false
|
|
@@ -152,13 +323,19 @@
|
|
|
152
323
|
{
|
|
153
324
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
154
325
|
"clrName": "Generate",
|
|
155
|
-
"tsEmitName": "generate",
|
|
156
326
|
"metadataToken": 100665592,
|
|
157
327
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
158
328
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
159
329
|
"emitScope": "ClassSurface",
|
|
330
|
+
"provenance": "Original",
|
|
160
331
|
"arity": 0,
|
|
161
332
|
"parameterCount": 2,
|
|
333
|
+
"isStatic": false,
|
|
334
|
+
"isAbstract": false,
|
|
335
|
+
"isVirtual": true,
|
|
336
|
+
"isOverride": true,
|
|
337
|
+
"isSealed": false,
|
|
338
|
+
"visibility": "Public",
|
|
162
339
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
163
340
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
164
341
|
"isExtensionMethod": false
|
|
@@ -166,13 +343,19 @@
|
|
|
166
343
|
{
|
|
167
344
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
168
345
|
"clrName": "Generate",
|
|
169
|
-
"tsEmitName": "generate",
|
|
170
346
|
"metadataToken": 100665593,
|
|
171
347
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
172
348
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
173
349
|
"emitScope": "ClassSurface",
|
|
350
|
+
"provenance": "Original",
|
|
174
351
|
"arity": 0,
|
|
175
352
|
"parameterCount": 2,
|
|
353
|
+
"isStatic": false,
|
|
354
|
+
"isAbstract": false,
|
|
355
|
+
"isVirtual": true,
|
|
356
|
+
"isOverride": true,
|
|
357
|
+
"isSealed": false,
|
|
358
|
+
"visibility": "Public",
|
|
176
359
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
177
360
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
178
361
|
"isExtensionMethod": false
|
|
@@ -180,13 +363,19 @@
|
|
|
180
363
|
{
|
|
181
364
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
182
365
|
"clrName": "Generate",
|
|
183
|
-
"tsEmitName": "generate",
|
|
184
366
|
"metadataToken": 100665594,
|
|
185
367
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
186
368
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
187
369
|
"emitScope": "ClassSurface",
|
|
370
|
+
"provenance": "Original",
|
|
188
371
|
"arity": 0,
|
|
189
372
|
"parameterCount": 2,
|
|
373
|
+
"isStatic": false,
|
|
374
|
+
"isAbstract": false,
|
|
375
|
+
"isVirtual": true,
|
|
376
|
+
"isOverride": true,
|
|
377
|
+
"isSealed": false,
|
|
378
|
+
"visibility": "Public",
|
|
190
379
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
191
380
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
192
381
|
"isExtensionMethod": false
|
|
@@ -194,13 +383,19 @@
|
|
|
194
383
|
{
|
|
195
384
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
196
385
|
"clrName": "Generate",
|
|
197
|
-
"tsEmitName": "generate",
|
|
198
386
|
"metadataToken": 100665595,
|
|
199
387
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
200
388
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
201
389
|
"emitScope": "ClassSurface",
|
|
390
|
+
"provenance": "Original",
|
|
202
391
|
"arity": 0,
|
|
203
392
|
"parameterCount": 2,
|
|
393
|
+
"isStatic": false,
|
|
394
|
+
"isAbstract": false,
|
|
395
|
+
"isVirtual": true,
|
|
396
|
+
"isOverride": true,
|
|
397
|
+
"isSealed": false,
|
|
398
|
+
"visibility": "Public",
|
|
204
399
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
205
400
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
206
401
|
"isExtensionMethod": false
|
|
@@ -208,13 +403,19 @@
|
|
|
208
403
|
{
|
|
209
404
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
210
405
|
"clrName": "Generate",
|
|
211
|
-
"tsEmitName": "generate",
|
|
212
406
|
"metadataToken": 100665596,
|
|
213
407
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
214
408
|
"normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
215
409
|
"emitScope": "ClassSurface",
|
|
410
|
+
"provenance": "Original",
|
|
216
411
|
"arity": 0,
|
|
217
412
|
"parameterCount": 2,
|
|
413
|
+
"isStatic": false,
|
|
414
|
+
"isAbstract": false,
|
|
415
|
+
"isVirtual": true,
|
|
416
|
+
"isOverride": true,
|
|
417
|
+
"isSealed": false,
|
|
418
|
+
"visibility": "Public",
|
|
218
419
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
219
420
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
220
421
|
"isExtensionMethod": false
|
|
@@ -231,131 +432,50 @@
|
|
|
231
432
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
|
|
232
433
|
"isStatic": false,
|
|
233
434
|
"parameterCount": 2,
|
|
435
|
+
"visibility": "Public",
|
|
234
436
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
235
437
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
236
438
|
}
|
|
237
|
-
],
|
|
238
|
-
"exposedMethods": [
|
|
239
|
-
{
|
|
240
|
-
"tsName": "create",
|
|
241
|
-
"isStatic": false,
|
|
242
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer):System.Boolean|static=false",
|
|
243
|
-
"target": {
|
|
244
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
245
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
246
|
-
"metadataToken": 100665587
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"tsName": "generate",
|
|
251
|
-
"isStatic": false,
|
|
252
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
253
|
-
"target": {
|
|
254
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
255
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
256
|
-
"metadataToken": 100665589
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"tsName": "generate",
|
|
261
|
-
"isStatic": false,
|
|
262
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
263
|
-
"target": {
|
|
264
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
265
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
266
|
-
"metadataToken": 100665590
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"tsName": "generate",
|
|
271
|
-
"isStatic": false,
|
|
272
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
273
|
-
"target": {
|
|
274
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
275
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
276
|
-
"metadataToken": 100665591
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"tsName": "generate",
|
|
281
|
-
"isStatic": false,
|
|
282
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
283
|
-
"target": {
|
|
284
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
285
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
286
|
-
"metadataToken": 100665592
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"tsName": "generate",
|
|
291
|
-
"isStatic": false,
|
|
292
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
293
|
-
"target": {
|
|
294
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
295
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
296
|
-
"metadataToken": 100665593
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"tsName": "generate",
|
|
301
|
-
"isStatic": false,
|
|
302
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
303
|
-
"target": {
|
|
304
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
305
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
306
|
-
"metadataToken": 100665594
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"tsName": "generate",
|
|
311
|
-
"isStatic": false,
|
|
312
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
313
|
-
"target": {
|
|
314
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
315
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
316
|
-
"metadataToken": 100665595
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"tsName": "generate",
|
|
321
|
-
"isStatic": false,
|
|
322
|
-
"tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
323
|
-
"target": {
|
|
324
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
325
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
326
|
-
"metadataToken": 100665596
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
],
|
|
330
|
-
"exposedConstructors": [
|
|
331
|
-
{
|
|
332
|
-
"isStatic": false,
|
|
333
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
|
|
334
|
-
"target": {
|
|
335
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
|
|
336
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
337
|
-
"metadataToken": 100665586
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
439
|
]
|
|
341
440
|
},
|
|
342
441
|
{
|
|
343
442
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
|
|
344
443
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
|
|
345
|
-
"tsEmitName": "NpgsqlDesignTimeServices",
|
|
346
444
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
347
445
|
"metadataToken": 0,
|
|
446
|
+
"kind": "Class",
|
|
447
|
+
"accessibility": "Public",
|
|
448
|
+
"isAbstract": false,
|
|
449
|
+
"isSealed": false,
|
|
450
|
+
"isStatic": false,
|
|
451
|
+
"arity": 0,
|
|
452
|
+
"baseType": {
|
|
453
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
454
|
+
"clrName": "System.Object"
|
|
455
|
+
},
|
|
456
|
+
"interfaces": [
|
|
457
|
+
{
|
|
458
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.IDesignTimeServices",
|
|
459
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.IDesignTimeServices"
|
|
460
|
+
}
|
|
461
|
+
],
|
|
348
462
|
"methods": [
|
|
349
463
|
{
|
|
350
464
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices::ConfigureDesignTimeServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
|
|
351
465
|
"clrName": "ConfigureDesignTimeServices",
|
|
352
|
-
"tsEmitName": "configureDesignTimeServices",
|
|
353
466
|
"metadataToken": 100665598,
|
|
354
467
|
"canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
|
|
355
468
|
"normalizedSignature": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
|
|
356
469
|
"emitScope": "ClassSurface",
|
|
470
|
+
"provenance": "Original",
|
|
357
471
|
"arity": 0,
|
|
358
472
|
"parameterCount": 1,
|
|
473
|
+
"isStatic": false,
|
|
474
|
+
"isAbstract": false,
|
|
475
|
+
"isVirtual": true,
|
|
476
|
+
"isOverride": false,
|
|
477
|
+
"isSealed": false,
|
|
478
|
+
"visibility": "Public",
|
|
359
479
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
|
|
360
480
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
361
481
|
"isExtensionMethod": false
|
|
@@ -372,32 +492,10 @@
|
|
|
372
492
|
"normalizedSignature": "constructor|():void|static=false",
|
|
373
493
|
"isStatic": false,
|
|
374
494
|
"parameterCount": 0,
|
|
495
|
+
"visibility": "Public",
|
|
375
496
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
|
|
376
497
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
377
498
|
}
|
|
378
|
-
],
|
|
379
|
-
"exposedMethods": [
|
|
380
|
-
{
|
|
381
|
-
"tsName": "configureDesignTimeServices",
|
|
382
|
-
"isStatic": false,
|
|
383
|
-
"tsSignatureId": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
|
|
384
|
-
"target": {
|
|
385
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
|
|
386
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
387
|
-
"metadataToken": 100665598
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
],
|
|
391
|
-
"exposedConstructors": [
|
|
392
|
-
{
|
|
393
|
-
"isStatic": false,
|
|
394
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
395
|
-
"target": {
|
|
396
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
|
|
397
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
398
|
-
"metadataToken": 100665599
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
499
|
]
|
|
402
500
|
}
|
|
403
501
|
]
|