@tsonic/efcore-npgsql 0.1.1 → 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.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +244 -244
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -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,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
6
9
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
7
|
-
"tsEmitName": "NpgsqlSingletonOptions",
|
|
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,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::Initialize(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
13
21
|
"clrName": "Initialize",
|
|
14
|
-
"tsEmitName": "initialize",
|
|
15
22
|
"metadataToken": 100665416,
|
|
16
23
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
17
24
|
"normalizedSignature": "Initialize|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 1,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
22
35
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::Validate(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
27
40
|
"clrName": "Validate",
|
|
28
|
-
"tsEmitName": "validate",
|
|
29
41
|
"metadataToken": 100665417,
|
|
30
42
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
31
43
|
"normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 1,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": false,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
36
54
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -41,168 +59,222 @@
|
|
|
41
59
|
{
|
|
42
60
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::PostgresVersion:System.Version",
|
|
43
61
|
"clrName": "PostgresVersion",
|
|
44
|
-
"tsEmitName": "postgresVersion",
|
|
45
62
|
"metadataToken": 385876184,
|
|
46
63
|
"canonicalSignature": ":System.Version",
|
|
47
64
|
"normalizedSignature": "PostgresVersion|:System.Version|static=false|accessor=get",
|
|
48
65
|
"emitScope": "ClassSurface",
|
|
66
|
+
"provenance": "Original",
|
|
49
67
|
"isIndexer": false,
|
|
50
68
|
"hasGetter": true,
|
|
51
69
|
"hasSetter": false,
|
|
70
|
+
"isStatic": false,
|
|
71
|
+
"isAbstract": false,
|
|
72
|
+
"isVirtual": true,
|
|
73
|
+
"isOverride": false,
|
|
52
74
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
53
75
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
54
76
|
},
|
|
55
77
|
{
|
|
56
78
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::IsPostgresVersionSet:System.Boolean",
|
|
57
79
|
"clrName": "IsPostgresVersionSet",
|
|
58
|
-
"tsEmitName": "isPostgresVersionSet",
|
|
59
80
|
"metadataToken": 385876185,
|
|
60
81
|
"canonicalSignature": ":System.Boolean",
|
|
61
82
|
"normalizedSignature": "IsPostgresVersionSet|:System.Boolean|static=false|accessor=get",
|
|
62
83
|
"emitScope": "ClassSurface",
|
|
84
|
+
"provenance": "Original",
|
|
63
85
|
"isIndexer": false,
|
|
64
86
|
"hasGetter": true,
|
|
65
87
|
"hasSetter": false,
|
|
88
|
+
"isStatic": false,
|
|
89
|
+
"isAbstract": false,
|
|
90
|
+
"isVirtual": true,
|
|
91
|
+
"isOverride": false,
|
|
66
92
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
67
93
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
68
94
|
},
|
|
69
95
|
{
|
|
70
96
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::UseRedshift:System.Boolean",
|
|
71
97
|
"clrName": "UseRedshift",
|
|
72
|
-
"tsEmitName": "useRedshift",
|
|
73
98
|
"metadataToken": 385876186,
|
|
74
99
|
"canonicalSignature": ":System.Boolean",
|
|
75
100
|
"normalizedSignature": "UseRedshift|:System.Boolean|static=false|accessor=get",
|
|
76
101
|
"emitScope": "ClassSurface",
|
|
102
|
+
"provenance": "Original",
|
|
77
103
|
"isIndexer": false,
|
|
78
104
|
"hasGetter": true,
|
|
79
105
|
"hasSetter": false,
|
|
106
|
+
"isStatic": false,
|
|
107
|
+
"isAbstract": false,
|
|
108
|
+
"isVirtual": true,
|
|
109
|
+
"isOverride": false,
|
|
80
110
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
81
111
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
82
112
|
},
|
|
83
113
|
{
|
|
84
114
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::ReverseNullOrderingEnabled:System.Boolean",
|
|
85
115
|
"clrName": "ReverseNullOrderingEnabled",
|
|
86
|
-
"tsEmitName": "reverseNullOrderingEnabled",
|
|
87
116
|
"metadataToken": 385876187,
|
|
88
117
|
"canonicalSignature": ":System.Boolean",
|
|
89
118
|
"normalizedSignature": "ReverseNullOrderingEnabled|:System.Boolean|static=false|accessor=get",
|
|
90
119
|
"emitScope": "ClassSurface",
|
|
120
|
+
"provenance": "Original",
|
|
91
121
|
"isIndexer": false,
|
|
92
122
|
"hasGetter": true,
|
|
93
123
|
"hasSetter": false,
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"isAbstract": false,
|
|
126
|
+
"isVirtual": true,
|
|
127
|
+
"isOverride": false,
|
|
94
128
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
95
129
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
96
130
|
},
|
|
97
131
|
{
|
|
98
132
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::EnumDefinitions:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
99
133
|
"clrName": "EnumDefinitions",
|
|
100
|
-
"tsEmitName": "enumDefinitions",
|
|
101
134
|
"metadataToken": 385876188,
|
|
102
135
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
103
136
|
"normalizedSignature": "EnumDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
104
137
|
"emitScope": "ClassSurface",
|
|
138
|
+
"provenance": "Original",
|
|
105
139
|
"isIndexer": false,
|
|
106
140
|
"hasGetter": true,
|
|
107
141
|
"hasSetter": false,
|
|
142
|
+
"isStatic": false,
|
|
143
|
+
"isAbstract": false,
|
|
144
|
+
"isVirtual": true,
|
|
145
|
+
"isOverride": false,
|
|
108
146
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
109
147
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
110
148
|
},
|
|
111
149
|
{
|
|
112
150
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::UserRangeDefinitions:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
113
151
|
"clrName": "UserRangeDefinitions",
|
|
114
|
-
"tsEmitName": "userRangeDefinitions",
|
|
115
152
|
"metadataToken": 385876189,
|
|
116
153
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
117
154
|
"normalizedSignature": "UserRangeDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
118
155
|
"emitScope": "ClassSurface",
|
|
156
|
+
"provenance": "Original",
|
|
119
157
|
"isIndexer": false,
|
|
120
158
|
"hasGetter": true,
|
|
121
159
|
"hasSetter": false,
|
|
160
|
+
"isStatic": false,
|
|
161
|
+
"isAbstract": false,
|
|
162
|
+
"isVirtual": true,
|
|
163
|
+
"isOverride": false,
|
|
122
164
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
123
165
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
124
166
|
},
|
|
125
167
|
{
|
|
126
168
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::PostgresVersion:System.Version",
|
|
127
169
|
"clrName": "PostgresVersion",
|
|
128
|
-
"tsEmitName": "postgresVersion$view",
|
|
129
170
|
"metadataToken": 385876201,
|
|
130
171
|
"canonicalSignature": ":System.Version",
|
|
131
172
|
"normalizedSignature": "PostgresVersion|:System.Version|static=false|accessor=get",
|
|
132
173
|
"emitScope": "ViewOnly",
|
|
174
|
+
"provenance": "ExplicitView",
|
|
133
175
|
"isIndexer": false,
|
|
134
176
|
"hasGetter": true,
|
|
135
177
|
"hasSetter": false,
|
|
178
|
+
"isStatic": false,
|
|
179
|
+
"isAbstract": false,
|
|
180
|
+
"isVirtual": true,
|
|
181
|
+
"isOverride": false,
|
|
182
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
136
183
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
137
184
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
138
185
|
},
|
|
139
186
|
{
|
|
140
187
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::IsPostgresVersionSet:System.Boolean",
|
|
141
188
|
"clrName": "IsPostgresVersionSet",
|
|
142
|
-
"tsEmitName": "isPostgresVersionSet$view",
|
|
143
189
|
"metadataToken": 385876202,
|
|
144
190
|
"canonicalSignature": ":System.Boolean",
|
|
145
191
|
"normalizedSignature": "IsPostgresVersionSet|:System.Boolean|static=false|accessor=get",
|
|
146
192
|
"emitScope": "ViewOnly",
|
|
193
|
+
"provenance": "ExplicitView",
|
|
147
194
|
"isIndexer": false,
|
|
148
195
|
"hasGetter": true,
|
|
149
196
|
"hasSetter": false,
|
|
197
|
+
"isStatic": false,
|
|
198
|
+
"isAbstract": false,
|
|
199
|
+
"isVirtual": true,
|
|
200
|
+
"isOverride": false,
|
|
201
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
150
202
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
151
203
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
152
204
|
},
|
|
153
205
|
{
|
|
154
206
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::UseRedshift:System.Boolean",
|
|
155
207
|
"clrName": "UseRedshift",
|
|
156
|
-
"tsEmitName": "useRedshift$view",
|
|
157
208
|
"metadataToken": 385876203,
|
|
158
209
|
"canonicalSignature": ":System.Boolean",
|
|
159
210
|
"normalizedSignature": "UseRedshift|:System.Boolean|static=false|accessor=get",
|
|
160
211
|
"emitScope": "ViewOnly",
|
|
212
|
+
"provenance": "ExplicitView",
|
|
161
213
|
"isIndexer": false,
|
|
162
214
|
"hasGetter": true,
|
|
163
215
|
"hasSetter": false,
|
|
216
|
+
"isStatic": false,
|
|
217
|
+
"isAbstract": false,
|
|
218
|
+
"isVirtual": true,
|
|
219
|
+
"isOverride": false,
|
|
220
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
164
221
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
165
222
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
166
223
|
},
|
|
167
224
|
{
|
|
168
225
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::ReverseNullOrderingEnabled:System.Boolean",
|
|
169
226
|
"clrName": "ReverseNullOrderingEnabled",
|
|
170
|
-
"tsEmitName": "reverseNullOrderingEnabled$view",
|
|
171
227
|
"metadataToken": 385876204,
|
|
172
228
|
"canonicalSignature": ":System.Boolean",
|
|
173
229
|
"normalizedSignature": "ReverseNullOrderingEnabled|:System.Boolean|static=false|accessor=get",
|
|
174
230
|
"emitScope": "ViewOnly",
|
|
231
|
+
"provenance": "ExplicitView",
|
|
175
232
|
"isIndexer": false,
|
|
176
233
|
"hasGetter": true,
|
|
177
234
|
"hasSetter": false,
|
|
235
|
+
"isStatic": false,
|
|
236
|
+
"isAbstract": false,
|
|
237
|
+
"isVirtual": true,
|
|
238
|
+
"isOverride": false,
|
|
239
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
178
240
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
179
241
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
180
242
|
},
|
|
181
243
|
{
|
|
182
244
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::EnumDefinitions:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
183
245
|
"clrName": "EnumDefinitions",
|
|
184
|
-
"tsEmitName": "enumDefinitions$view",
|
|
185
246
|
"metadataToken": 385876205,
|
|
186
247
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
187
248
|
"normalizedSignature": "EnumDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
188
249
|
"emitScope": "ViewOnly",
|
|
250
|
+
"provenance": "ExplicitView",
|
|
189
251
|
"isIndexer": false,
|
|
190
252
|
"hasGetter": true,
|
|
191
253
|
"hasSetter": false,
|
|
254
|
+
"isStatic": false,
|
|
255
|
+
"isAbstract": false,
|
|
256
|
+
"isVirtual": true,
|
|
257
|
+
"isOverride": false,
|
|
258
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
192
259
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
193
260
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
194
261
|
},
|
|
195
262
|
{
|
|
196
263
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::UserRangeDefinitions:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
197
264
|
"clrName": "UserRangeDefinitions",
|
|
198
|
-
"tsEmitName": "userRangeDefinitions$view",
|
|
199
265
|
"metadataToken": 385876206,
|
|
200
266
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
201
267
|
"normalizedSignature": "UserRangeDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
202
268
|
"emitScope": "ViewOnly",
|
|
269
|
+
"provenance": "ExplicitView",
|
|
203
270
|
"isIndexer": false,
|
|
204
271
|
"hasGetter": true,
|
|
205
272
|
"hasSetter": false,
|
|
273
|
+
"isStatic": false,
|
|
274
|
+
"isAbstract": false,
|
|
275
|
+
"isVirtual": true,
|
|
276
|
+
"isOverride": false,
|
|
277
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
206
278
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
207
279
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
208
280
|
}
|
|
@@ -220,180 +292,35 @@
|
|
|
220
292
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
221
293
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
222
294
|
}
|
|
223
|
-
],
|
|
224
|
-
"exposedMethods": [
|
|
225
|
-
{
|
|
226
|
-
"tsName": "initialize",
|
|
227
|
-
"isStatic": false,
|
|
228
|
-
"tsSignatureId": "Initialize|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
|
|
229
|
-
"target": {
|
|
230
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
231
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
232
|
-
"metadataToken": 100665416
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"tsName": "validate",
|
|
237
|
-
"isStatic": false,
|
|
238
|
-
"tsSignatureId": "Validate|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
|
|
239
|
-
"target": {
|
|
240
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
241
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
242
|
-
"metadataToken": 100665417
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
"exposedProperties": [
|
|
247
|
-
{
|
|
248
|
-
"tsName": "postgresVersion",
|
|
249
|
-
"isStatic": false,
|
|
250
|
-
"tsSignatureId": "PostgresVersion|:System.Version|static=false|accessor=get",
|
|
251
|
-
"target": {
|
|
252
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
253
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
254
|
-
"metadataToken": 385876184
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"tsName": "isPostgresVersionSet",
|
|
259
|
-
"isStatic": false,
|
|
260
|
-
"tsSignatureId": "IsPostgresVersionSet|:System.Boolean|static=false|accessor=get",
|
|
261
|
-
"target": {
|
|
262
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
263
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
264
|
-
"metadataToken": 385876185
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"tsName": "useRedshift",
|
|
269
|
-
"isStatic": false,
|
|
270
|
-
"tsSignatureId": "UseRedshift|:System.Boolean|static=false|accessor=get",
|
|
271
|
-
"target": {
|
|
272
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
273
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
274
|
-
"metadataToken": 385876186
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"tsName": "reverseNullOrderingEnabled",
|
|
279
|
-
"isStatic": false,
|
|
280
|
-
"tsSignatureId": "ReverseNullOrderingEnabled|:System.Boolean|static=false|accessor=get",
|
|
281
|
-
"target": {
|
|
282
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
283
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
284
|
-
"metadataToken": 385876187
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"tsName": "enumDefinitions",
|
|
289
|
-
"isStatic": false,
|
|
290
|
-
"tsSignatureId": "EnumDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
291
|
-
"target": {
|
|
292
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
293
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
294
|
-
"metadataToken": 385876188
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"tsName": "userRangeDefinitions",
|
|
299
|
-
"isStatic": false,
|
|
300
|
-
"tsSignatureId": "UserRangeDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
301
|
-
"target": {
|
|
302
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
303
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
304
|
-
"metadataToken": 385876189
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"tsName": "postgresVersion$view",
|
|
309
|
-
"isStatic": false,
|
|
310
|
-
"tsSignatureId": "PostgresVersion|:System.Version|static=false|accessor=get",
|
|
311
|
-
"target": {
|
|
312
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
313
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
314
|
-
"metadataToken": 385876201
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"tsName": "isPostgresVersionSet$view",
|
|
319
|
-
"isStatic": false,
|
|
320
|
-
"tsSignatureId": "IsPostgresVersionSet|:System.Boolean|static=false|accessor=get",
|
|
321
|
-
"target": {
|
|
322
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
323
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
324
|
-
"metadataToken": 385876202
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"tsName": "useRedshift$view",
|
|
329
|
-
"isStatic": false,
|
|
330
|
-
"tsSignatureId": "UseRedshift|:System.Boolean|static=false|accessor=get",
|
|
331
|
-
"target": {
|
|
332
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
333
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
334
|
-
"metadataToken": 385876203
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"tsName": "reverseNullOrderingEnabled$view",
|
|
339
|
-
"isStatic": false,
|
|
340
|
-
"tsSignatureId": "ReverseNullOrderingEnabled|:System.Boolean|static=false|accessor=get",
|
|
341
|
-
"target": {
|
|
342
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
343
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
344
|
-
"metadataToken": 385876204
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"tsName": "enumDefinitions$view",
|
|
349
|
-
"isStatic": false,
|
|
350
|
-
"tsSignatureId": "EnumDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
351
|
-
"target": {
|
|
352
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
353
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
354
|
-
"metadataToken": 385876205
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"tsName": "userRangeDefinitions$view",
|
|
359
|
-
"isStatic": false,
|
|
360
|
-
"tsSignatureId": "UserRangeDefinitions|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
361
|
-
"target": {
|
|
362
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
363
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
364
|
-
"metadataToken": 385876206
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
],
|
|
368
|
-
"exposedConstructors": [
|
|
369
|
-
{
|
|
370
|
-
"isStatic": false,
|
|
371
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
372
|
-
"target": {
|
|
373
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
374
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
375
|
-
"metadataToken": 100665415
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
295
|
]
|
|
379
296
|
},
|
|
380
297
|
{
|
|
381
298
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
382
299
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
383
|
-
"tsEmitName": "NpgsqlLoggerExtensions",
|
|
384
300
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
385
301
|
"metadataToken": 0,
|
|
302
|
+
"kind": "StaticNamespace",
|
|
303
|
+
"accessibility": "Public",
|
|
304
|
+
"isAbstract": true,
|
|
305
|
+
"isSealed": true,
|
|
306
|
+
"isStatic": true,
|
|
307
|
+
"arity": 0,
|
|
386
308
|
"methods": [
|
|
387
309
|
{
|
|
388
310
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::MissingSchemaWarning(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
389
311
|
"clrName": "MissingSchemaWarning",
|
|
390
|
-
"tsEmitName": "missingSchemaWarning",
|
|
391
312
|
"metadataToken": 100665393,
|
|
392
313
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
393
314
|
"normalizedSignature": "MissingSchemaWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void|static=true",
|
|
394
315
|
"emitScope": "ClassSurface",
|
|
316
|
+
"provenance": "Original",
|
|
395
317
|
"arity": 0,
|
|
396
318
|
"parameterCount": 2,
|
|
319
|
+
"isStatic": true,
|
|
320
|
+
"isAbstract": false,
|
|
321
|
+
"isVirtual": false,
|
|
322
|
+
"isOverride": false,
|
|
323
|
+
"isSealed": false,
|
|
397
324
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
398
325
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
399
326
|
"isExtensionMethod": true
|
|
@@ -401,13 +328,18 @@
|
|
|
401
328
|
{
|
|
402
329
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::MissingTableWarning(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
403
330
|
"clrName": "MissingTableWarning",
|
|
404
|
-
"tsEmitName": "missingTableWarning",
|
|
405
331
|
"metadataToken": 100665394,
|
|
406
332
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
407
333
|
"normalizedSignature": "MissingTableWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void|static=true",
|
|
408
334
|
"emitScope": "ClassSurface",
|
|
335
|
+
"provenance": "Original",
|
|
409
336
|
"arity": 0,
|
|
410
337
|
"parameterCount": 2,
|
|
338
|
+
"isStatic": true,
|
|
339
|
+
"isAbstract": false,
|
|
340
|
+
"isVirtual": false,
|
|
341
|
+
"isOverride": false,
|
|
342
|
+
"isSealed": false,
|
|
411
343
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
412
344
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
413
345
|
"isExtensionMethod": true
|
|
@@ -415,13 +347,18 @@
|
|
|
415
347
|
{
|
|
416
348
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::ForeignKeyReferencesMissingPrincipalTableWarning(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String):System.Void",
|
|
417
349
|
"clrName": "ForeignKeyReferencesMissingPrincipalTableWarning",
|
|
418
|
-
"tsEmitName": "foreignKeyReferencesMissingPrincipalTableWarning",
|
|
419
350
|
"metadataToken": 100665395,
|
|
420
351
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String):System.Void",
|
|
421
352
|
"normalizedSignature": "ForeignKeyReferencesMissingPrincipalTableWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String):System.Void|static=true",
|
|
422
353
|
"emitScope": "ClassSurface",
|
|
354
|
+
"provenance": "Original",
|
|
423
355
|
"arity": 0,
|
|
424
356
|
"parameterCount": 4,
|
|
357
|
+
"isStatic": true,
|
|
358
|
+
"isAbstract": false,
|
|
359
|
+
"isVirtual": false,
|
|
360
|
+
"isOverride": false,
|
|
361
|
+
"isSealed": false,
|
|
425
362
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
426
363
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
427
364
|
"isExtensionMethod": true
|
|
@@ -429,13 +366,18 @@
|
|
|
429
366
|
{
|
|
430
367
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::ColumnFound(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String):System.Void",
|
|
431
368
|
"clrName": "ColumnFound",
|
|
432
|
-
"tsEmitName": "columnFound",
|
|
433
369
|
"metadataToken": 100665396,
|
|
434
370
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String):System.Void",
|
|
435
371
|
"normalizedSignature": "ColumnFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String):System.Void|static=true",
|
|
436
372
|
"emitScope": "ClassSurface",
|
|
373
|
+
"provenance": "Original",
|
|
437
374
|
"arity": 0,
|
|
438
375
|
"parameterCount": 8,
|
|
376
|
+
"isStatic": true,
|
|
377
|
+
"isAbstract": false,
|
|
378
|
+
"isVirtual": false,
|
|
379
|
+
"isOverride": false,
|
|
380
|
+
"isSealed": false,
|
|
439
381
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
440
382
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
441
383
|
"isExtensionMethod": true
|
|
@@ -443,13 +385,18 @@
|
|
|
443
385
|
{
|
|
444
386
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::CollationFound(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.String,System.String,System.Boolean):System.Void",
|
|
445
387
|
"clrName": "CollationFound",
|
|
446
|
-
"tsEmitName": "collationFound",
|
|
447
388
|
"metadataToken": 100665397,
|
|
448
389
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.String,System.String,System.Boolean):System.Void",
|
|
449
390
|
"normalizedSignature": "CollationFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.String,System.String,System.Boolean):System.Void|static=true",
|
|
450
391
|
"emitScope": "ClassSurface",
|
|
392
|
+
"provenance": "Original",
|
|
451
393
|
"arity": 0,
|
|
452
394
|
"parameterCount": 7,
|
|
395
|
+
"isStatic": true,
|
|
396
|
+
"isAbstract": false,
|
|
397
|
+
"isVirtual": false,
|
|
398
|
+
"isOverride": false,
|
|
399
|
+
"isSealed": false,
|
|
453
400
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
454
401
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
455
402
|
"isExtensionMethod": true
|
|
@@ -457,13 +404,18 @@
|
|
|
457
404
|
{
|
|
458
405
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::UniqueConstraintFound(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
459
406
|
"clrName": "UniqueConstraintFound",
|
|
460
|
-
"tsEmitName": "uniqueConstraintFound",
|
|
461
407
|
"metadataToken": 100665398,
|
|
462
408
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
463
409
|
"normalizedSignature": "UniqueConstraintFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
464
410
|
"emitScope": "ClassSurface",
|
|
411
|
+
"provenance": "Original",
|
|
465
412
|
"arity": 0,
|
|
466
413
|
"parameterCount": 3,
|
|
414
|
+
"isStatic": true,
|
|
415
|
+
"isAbstract": false,
|
|
416
|
+
"isVirtual": false,
|
|
417
|
+
"isOverride": false,
|
|
418
|
+
"isSealed": false,
|
|
467
419
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
468
420
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
469
421
|
"isExtensionMethod": true
|
|
@@ -471,13 +423,18 @@
|
|
|
471
423
|
{
|
|
472
424
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::EnumColumnSkippedWarning(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
473
425
|
"clrName": "EnumColumnSkippedWarning",
|
|
474
|
-
"tsEmitName": "enumColumnSkippedWarning",
|
|
475
426
|
"metadataToken": 100665399,
|
|
476
427
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
477
428
|
"normalizedSignature": "EnumColumnSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void|static=true",
|
|
478
429
|
"emitScope": "ClassSurface",
|
|
430
|
+
"provenance": "Original",
|
|
479
431
|
"arity": 0,
|
|
480
432
|
"parameterCount": 2,
|
|
433
|
+
"isStatic": true,
|
|
434
|
+
"isAbstract": false,
|
|
435
|
+
"isVirtual": false,
|
|
436
|
+
"isOverride": false,
|
|
437
|
+
"isSealed": false,
|
|
481
438
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
482
439
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
483
440
|
"isExtensionMethod": true
|
|
@@ -485,13 +442,18 @@
|
|
|
485
442
|
{
|
|
486
443
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::ExpressionIndexSkippedWarning(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
487
444
|
"clrName": "ExpressionIndexSkippedWarning",
|
|
488
|
-
"tsEmitName": "expressionIndexSkippedWarning",
|
|
489
445
|
"metadataToken": 100665400,
|
|
490
446
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
491
447
|
"normalizedSignature": "ExpressionIndexSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
492
448
|
"emitScope": "ClassSurface",
|
|
449
|
+
"provenance": "Original",
|
|
493
450
|
"arity": 0,
|
|
494
451
|
"parameterCount": 3,
|
|
452
|
+
"isStatic": true,
|
|
453
|
+
"isAbstract": false,
|
|
454
|
+
"isVirtual": false,
|
|
455
|
+
"isOverride": false,
|
|
456
|
+
"isSealed": false,
|
|
495
457
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
496
458
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
497
459
|
"isExtensionMethod": true
|
|
@@ -499,13 +461,18 @@
|
|
|
499
461
|
{
|
|
500
462
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::UnsupportedColumnIndexSkippedWarning(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
501
463
|
"clrName": "UnsupportedColumnIndexSkippedWarning",
|
|
502
|
-
"tsEmitName": "unsupportedColumnIndexSkippedWarning",
|
|
503
464
|
"metadataToken": 100665401,
|
|
504
465
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
505
466
|
"normalizedSignature": "UnsupportedColumnIndexSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
506
467
|
"emitScope": "ClassSurface",
|
|
468
|
+
"provenance": "Original",
|
|
507
469
|
"arity": 0,
|
|
508
470
|
"parameterCount": 3,
|
|
471
|
+
"isStatic": true,
|
|
472
|
+
"isAbstract": false,
|
|
473
|
+
"isVirtual": false,
|
|
474
|
+
"isOverride": false,
|
|
475
|
+
"isSealed": false,
|
|
509
476
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
510
477
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
511
478
|
"isExtensionMethod": true
|
|
@@ -513,13 +480,18 @@
|
|
|
513
480
|
{
|
|
514
481
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions::UnsupportedColumnConstraintSkippedWarning(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
515
482
|
"clrName": "UnsupportedColumnConstraintSkippedWarning",
|
|
516
|
-
"tsEmitName": "unsupportedColumnConstraintSkippedWarning",
|
|
517
483
|
"metadataToken": 100665402,
|
|
518
484
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void",
|
|
519
485
|
"normalizedSignature": "UnsupportedColumnConstraintSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
520
486
|
"emitScope": "ClassSurface",
|
|
487
|
+
"provenance": "Original",
|
|
521
488
|
"arity": 0,
|
|
522
489
|
"parameterCount": 3,
|
|
490
|
+
"isStatic": true,
|
|
491
|
+
"isAbstract": false,
|
|
492
|
+
"isVirtual": false,
|
|
493
|
+
"isOverride": false,
|
|
494
|
+
"isSealed": false,
|
|
523
495
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
524
496
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
525
497
|
"isExtensionMethod": true
|
|
@@ -528,127 +500,35 @@
|
|
|
528
500
|
"properties": [],
|
|
529
501
|
"fields": [],
|
|
530
502
|
"events": [],
|
|
531
|
-
"constructors": []
|
|
532
|
-
"exposedMethods": [
|
|
533
|
-
{
|
|
534
|
-
"tsName": "missingSchemaWarning",
|
|
535
|
-
"isStatic": true,
|
|
536
|
-
"tsSignatureId": "MissingSchemaWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void|static=true",
|
|
537
|
-
"target": {
|
|
538
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
539
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
540
|
-
"metadataToken": 100665393
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"tsName": "missingTableWarning",
|
|
545
|
-
"isStatic": true,
|
|
546
|
-
"tsSignatureId": "MissingTableWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void|static=true",
|
|
547
|
-
"target": {
|
|
548
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
549
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
550
|
-
"metadataToken": 100665394
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"tsName": "foreignKeyReferencesMissingPrincipalTableWarning",
|
|
555
|
-
"isStatic": true,
|
|
556
|
-
"tsSignatureId": "ForeignKeyReferencesMissingPrincipalTableWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String):System.Void|static=true",
|
|
557
|
-
"target": {
|
|
558
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
559
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
560
|
-
"metadataToken": 100665395
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"tsName": "columnFound",
|
|
565
|
-
"isStatic": true,
|
|
566
|
-
"tsSignatureId": "ColumnFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String):System.Void|static=true",
|
|
567
|
-
"target": {
|
|
568
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
569
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
570
|
-
"metadataToken": 100665396
|
|
571
|
-
}
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"tsName": "collationFound",
|
|
575
|
-
"isStatic": true,
|
|
576
|
-
"tsSignatureId": "CollationFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String,System.String,System.String,System.String,System.Boolean):System.Void|static=true",
|
|
577
|
-
"target": {
|
|
578
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
579
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
580
|
-
"metadataToken": 100665397
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"tsName": "uniqueConstraintFound",
|
|
585
|
-
"isStatic": true,
|
|
586
|
-
"tsSignatureId": "UniqueConstraintFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
587
|
-
"target": {
|
|
588
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
589
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
590
|
-
"metadataToken": 100665398
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"tsName": "enumColumnSkippedWarning",
|
|
595
|
-
"isStatic": true,
|
|
596
|
-
"tsSignatureId": "EnumColumnSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void|static=true",
|
|
597
|
-
"target": {
|
|
598
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
599
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
600
|
-
"metadataToken": 100665399
|
|
601
|
-
}
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"tsName": "expressionIndexSkippedWarning",
|
|
605
|
-
"isStatic": true,
|
|
606
|
-
"tsSignatureId": "ExpressionIndexSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
607
|
-
"target": {
|
|
608
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
609
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
610
|
-
"metadataToken": 100665400
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"tsName": "unsupportedColumnIndexSkippedWarning",
|
|
615
|
-
"isStatic": true,
|
|
616
|
-
"tsSignatureId": "UnsupportedColumnIndexSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
617
|
-
"target": {
|
|
618
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
619
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
620
|
-
"metadataToken": 100665401
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"tsName": "unsupportedColumnConstraintSkippedWarning",
|
|
625
|
-
"isStatic": true,
|
|
626
|
-
"tsSignatureId": "UnsupportedColumnConstraintSkippedWarning|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String,System.String):System.Void|static=true",
|
|
627
|
-
"target": {
|
|
628
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
629
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
630
|
-
"metadataToken": 100665402
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
]
|
|
503
|
+
"constructors": []
|
|
634
504
|
},
|
|
635
505
|
{
|
|
636
506
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
637
507
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
638
|
-
"tsEmitName": "NpgsqlResources",
|
|
639
508
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
640
509
|
"metadataToken": 0,
|
|
510
|
+
"kind": "StaticNamespace",
|
|
511
|
+
"accessibility": "Public",
|
|
512
|
+
"isAbstract": true,
|
|
513
|
+
"isSealed": true,
|
|
514
|
+
"isStatic": true,
|
|
515
|
+
"arity": 0,
|
|
641
516
|
"methods": [
|
|
642
517
|
{
|
|
643
518
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogEnumColumnSkipped(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
644
519
|
"clrName": "LogEnumColumnSkipped",
|
|
645
|
-
"tsEmitName": "logEnumColumnSkipped",
|
|
646
520
|
"metadataToken": 100665442,
|
|
647
521
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
648
522
|
"normalizedSignature": "LogEnumColumnSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
649
523
|
"emitScope": "ClassSurface",
|
|
524
|
+
"provenance": "Original",
|
|
650
525
|
"arity": 0,
|
|
651
526
|
"parameterCount": 1,
|
|
527
|
+
"isStatic": true,
|
|
528
|
+
"isAbstract": false,
|
|
529
|
+
"isVirtual": false,
|
|
530
|
+
"isOverride": false,
|
|
531
|
+
"isSealed": false,
|
|
652
532
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
653
533
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
654
534
|
"isExtensionMethod": false
|
|
@@ -656,13 +536,18 @@
|
|
|
656
536
|
{
|
|
657
537
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogExpressionIndexSkipped(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
658
538
|
"clrName": "LogExpressionIndexSkipped",
|
|
659
|
-
"tsEmitName": "logExpressionIndexSkipped",
|
|
660
539
|
"metadataToken": 100665443,
|
|
661
540
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
662
541
|
"normalizedSignature": "LogExpressionIndexSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
663
542
|
"emitScope": "ClassSurface",
|
|
543
|
+
"provenance": "Original",
|
|
664
544
|
"arity": 0,
|
|
665
545
|
"parameterCount": 1,
|
|
546
|
+
"isStatic": true,
|
|
547
|
+
"isAbstract": false,
|
|
548
|
+
"isVirtual": false,
|
|
549
|
+
"isOverride": false,
|
|
550
|
+
"isSealed": false,
|
|
666
551
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
667
552
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
668
553
|
"isExtensionMethod": false
|
|
@@ -670,13 +555,18 @@
|
|
|
670
555
|
{
|
|
671
556
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundCollation(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_6[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
672
557
|
"clrName": "LogFoundCollation",
|
|
673
|
-
"tsEmitName": "logFoundCollation",
|
|
674
558
|
"metadataToken": 100665444,
|
|
675
559
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_6[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
676
560
|
"normalizedSignature": "LogFoundCollation|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_6[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
677
561
|
"emitScope": "ClassSurface",
|
|
562
|
+
"provenance": "Original",
|
|
678
563
|
"arity": 0,
|
|
679
564
|
"parameterCount": 1,
|
|
565
|
+
"isStatic": true,
|
|
566
|
+
"isAbstract": false,
|
|
567
|
+
"isVirtual": false,
|
|
568
|
+
"isOverride": false,
|
|
569
|
+
"isSealed": false,
|
|
680
570
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
681
571
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
682
572
|
"isExtensionMethod": false
|
|
@@ -684,13 +574,18 @@
|
|
|
684
574
|
{
|
|
685
575
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundColumn(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
686
576
|
"clrName": "LogFoundColumn",
|
|
687
|
-
"tsEmitName": "logFoundColumn",
|
|
688
577
|
"metadataToken": 100665445,
|
|
689
578
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
690
579
|
"normalizedSignature": "LogFoundColumn|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
|
|
691
580
|
"emitScope": "ClassSurface",
|
|
581
|
+
"provenance": "Original",
|
|
692
582
|
"arity": 0,
|
|
693
583
|
"parameterCount": 1,
|
|
584
|
+
"isStatic": true,
|
|
585
|
+
"isAbstract": false,
|
|
586
|
+
"isVirtual": false,
|
|
587
|
+
"isOverride": false,
|
|
588
|
+
"isSealed": false,
|
|
694
589
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
695
590
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
696
591
|
"isExtensionMethod": false
|
|
@@ -698,13 +593,18 @@
|
|
|
698
593
|
{
|
|
699
594
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundForeignKey(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
700
595
|
"clrName": "LogFoundForeignKey",
|
|
701
|
-
"tsEmitName": "logFoundForeignKey",
|
|
702
596
|
"metadataToken": 100665446,
|
|
703
597
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
704
598
|
"normalizedSignature": "LogFoundForeignKey|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
705
599
|
"emitScope": "ClassSurface",
|
|
600
|
+
"provenance": "Original",
|
|
706
601
|
"arity": 0,
|
|
707
602
|
"parameterCount": 1,
|
|
603
|
+
"isStatic": true,
|
|
604
|
+
"isAbstract": false,
|
|
605
|
+
"isVirtual": false,
|
|
606
|
+
"isOverride": false,
|
|
607
|
+
"isSealed": false,
|
|
708
608
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
709
609
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
710
610
|
"isExtensionMethod": false
|
|
@@ -712,13 +612,18 @@
|
|
|
712
612
|
{
|
|
713
613
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundIndex(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
714
614
|
"clrName": "LogFoundIndex",
|
|
715
|
-
"tsEmitName": "logFoundIndex",
|
|
716
615
|
"metadataToken": 100665447,
|
|
717
616
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
718
617
|
"normalizedSignature": "LogFoundIndex|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
719
618
|
"emitScope": "ClassSurface",
|
|
619
|
+
"provenance": "Original",
|
|
720
620
|
"arity": 0,
|
|
721
621
|
"parameterCount": 1,
|
|
622
|
+
"isStatic": true,
|
|
623
|
+
"isAbstract": false,
|
|
624
|
+
"isVirtual": false,
|
|
625
|
+
"isOverride": false,
|
|
626
|
+
"isSealed": false,
|
|
722
627
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
723
628
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
724
629
|
"isExtensionMethod": false
|
|
@@ -726,13 +631,18 @@
|
|
|
726
631
|
{
|
|
727
632
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundPrimaryKey(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
728
633
|
"clrName": "LogFoundPrimaryKey",
|
|
729
|
-
"tsEmitName": "logFoundPrimaryKey",
|
|
730
634
|
"metadataToken": 100665448,
|
|
731
635
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
732
636
|
"normalizedSignature": "LogFoundPrimaryKey|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
733
637
|
"emitScope": "ClassSurface",
|
|
638
|
+
"provenance": "Original",
|
|
734
639
|
"arity": 0,
|
|
735
640
|
"parameterCount": 1,
|
|
641
|
+
"isStatic": true,
|
|
642
|
+
"isAbstract": false,
|
|
643
|
+
"isVirtual": false,
|
|
644
|
+
"isOverride": false,
|
|
645
|
+
"isSealed": false,
|
|
736
646
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
737
647
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
738
648
|
"isExtensionMethod": false
|
|
@@ -740,13 +650,18 @@
|
|
|
740
650
|
{
|
|
741
651
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundSequence(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
742
652
|
"clrName": "LogFoundSequence",
|
|
743
|
-
"tsEmitName": "logFoundSequence",
|
|
744
653
|
"metadataToken": 100665449,
|
|
745
654
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
746
655
|
"normalizedSignature": "LogFoundSequence|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
|
|
747
656
|
"emitScope": "ClassSurface",
|
|
657
|
+
"provenance": "Original",
|
|
748
658
|
"arity": 0,
|
|
749
659
|
"parameterCount": 1,
|
|
660
|
+
"isStatic": true,
|
|
661
|
+
"isAbstract": false,
|
|
662
|
+
"isVirtual": false,
|
|
663
|
+
"isOverride": false,
|
|
664
|
+
"isSealed": false,
|
|
750
665
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
751
666
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
752
667
|
"isExtensionMethod": false
|
|
@@ -754,13 +669,18 @@
|
|
|
754
669
|
{
|
|
755
670
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundTable(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
756
671
|
"clrName": "LogFoundTable",
|
|
757
|
-
"tsEmitName": "logFoundTable",
|
|
758
672
|
"metadataToken": 100665450,
|
|
759
673
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
760
674
|
"normalizedSignature": "LogFoundTable|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
761
675
|
"emitScope": "ClassSurface",
|
|
676
|
+
"provenance": "Original",
|
|
762
677
|
"arity": 0,
|
|
763
678
|
"parameterCount": 1,
|
|
679
|
+
"isStatic": true,
|
|
680
|
+
"isAbstract": false,
|
|
681
|
+
"isVirtual": false,
|
|
682
|
+
"isOverride": false,
|
|
683
|
+
"isSealed": false,
|
|
764
684
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
765
685
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
766
686
|
"isExtensionMethod": false
|
|
@@ -768,13 +688,18 @@
|
|
|
768
688
|
{
|
|
769
689
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundUniqueConstraint(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
770
690
|
"clrName": "LogFoundUniqueConstraint",
|
|
771
|
-
"tsEmitName": "logFoundUniqueConstraint",
|
|
772
691
|
"metadataToken": 100665451,
|
|
773
692
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
774
693
|
"normalizedSignature": "LogFoundUniqueConstraint|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
775
694
|
"emitScope": "ClassSurface",
|
|
695
|
+
"provenance": "Original",
|
|
776
696
|
"arity": 0,
|
|
777
697
|
"parameterCount": 1,
|
|
698
|
+
"isStatic": true,
|
|
699
|
+
"isAbstract": false,
|
|
700
|
+
"isVirtual": false,
|
|
701
|
+
"isOverride": false,
|
|
702
|
+
"isSealed": false,
|
|
778
703
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
779
704
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
780
705
|
"isExtensionMethod": false
|
|
@@ -782,13 +707,18 @@
|
|
|
782
707
|
{
|
|
783
708
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogMissingSchema(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
784
709
|
"clrName": "LogMissingSchema",
|
|
785
|
-
"tsEmitName": "logMissingSchema",
|
|
786
710
|
"metadataToken": 100665452,
|
|
787
711
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
788
712
|
"normalizedSignature": "LogMissingSchema|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
789
713
|
"emitScope": "ClassSurface",
|
|
714
|
+
"provenance": "Original",
|
|
790
715
|
"arity": 0,
|
|
791
716
|
"parameterCount": 1,
|
|
717
|
+
"isStatic": true,
|
|
718
|
+
"isAbstract": false,
|
|
719
|
+
"isVirtual": false,
|
|
720
|
+
"isOverride": false,
|
|
721
|
+
"isSealed": false,
|
|
792
722
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
793
723
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
794
724
|
"isExtensionMethod": false
|
|
@@ -796,13 +726,18 @@
|
|
|
796
726
|
{
|
|
797
727
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogMissingTable(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
798
728
|
"clrName": "LogMissingTable",
|
|
799
|
-
"tsEmitName": "logMissingTable",
|
|
800
729
|
"metadataToken": 100665453,
|
|
801
730
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
802
731
|
"normalizedSignature": "LogMissingTable|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
803
732
|
"emitScope": "ClassSurface",
|
|
733
|
+
"provenance": "Original",
|
|
804
734
|
"arity": 0,
|
|
805
735
|
"parameterCount": 1,
|
|
736
|
+
"isStatic": true,
|
|
737
|
+
"isAbstract": false,
|
|
738
|
+
"isVirtual": false,
|
|
739
|
+
"isOverride": false,
|
|
740
|
+
"isSealed": false,
|
|
806
741
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
807
742
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
808
743
|
"isExtensionMethod": false
|
|
@@ -810,13 +745,18 @@
|
|
|
810
745
|
{
|
|
811
746
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogPrincipalColumnNotFound(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
812
747
|
"clrName": "LogPrincipalColumnNotFound",
|
|
813
|
-
"tsEmitName": "logPrincipalColumnNotFound",
|
|
814
748
|
"metadataToken": 100665454,
|
|
815
749
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
816
750
|
"normalizedSignature": "LogPrincipalColumnNotFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
817
751
|
"emitScope": "ClassSurface",
|
|
752
|
+
"provenance": "Original",
|
|
818
753
|
"arity": 0,
|
|
819
754
|
"parameterCount": 1,
|
|
755
|
+
"isStatic": true,
|
|
756
|
+
"isAbstract": false,
|
|
757
|
+
"isVirtual": false,
|
|
758
|
+
"isOverride": false,
|
|
759
|
+
"isSealed": false,
|
|
820
760
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
821
761
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
822
762
|
"isExtensionMethod": false
|
|
@@ -824,13 +764,18 @@
|
|
|
824
764
|
{
|
|
825
765
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogPrincipalTableNotInSelectionSet(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
826
766
|
"clrName": "LogPrincipalTableNotInSelectionSet",
|
|
827
|
-
"tsEmitName": "logPrincipalTableNotInSelectionSet",
|
|
828
767
|
"metadataToken": 100665455,
|
|
829
768
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
830
769
|
"normalizedSignature": "LogPrincipalTableNotInSelectionSet|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
831
770
|
"emitScope": "ClassSurface",
|
|
771
|
+
"provenance": "Original",
|
|
832
772
|
"arity": 0,
|
|
833
773
|
"parameterCount": 1,
|
|
774
|
+
"isStatic": true,
|
|
775
|
+
"isAbstract": false,
|
|
776
|
+
"isVirtual": false,
|
|
777
|
+
"isOverride": false,
|
|
778
|
+
"isSealed": false,
|
|
834
779
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
835
780
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
836
781
|
"isExtensionMethod": false
|
|
@@ -838,13 +783,18 @@
|
|
|
838
783
|
{
|
|
839
784
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogUnsupportedColumnConstraintSkipped(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
840
785
|
"clrName": "LogUnsupportedColumnConstraintSkipped",
|
|
841
|
-
"tsEmitName": "logUnsupportedColumnConstraintSkipped",
|
|
842
786
|
"metadataToken": 100665456,
|
|
843
787
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
844
788
|
"normalizedSignature": "LogUnsupportedColumnConstraintSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
845
789
|
"emitScope": "ClassSurface",
|
|
790
|
+
"provenance": "Original",
|
|
846
791
|
"arity": 0,
|
|
847
792
|
"parameterCount": 1,
|
|
793
|
+
"isStatic": true,
|
|
794
|
+
"isAbstract": false,
|
|
795
|
+
"isVirtual": false,
|
|
796
|
+
"isOverride": false,
|
|
797
|
+
"isSealed": false,
|
|
848
798
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
849
799
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
850
800
|
"isExtensionMethod": false
|
|
@@ -852,13 +802,18 @@
|
|
|
852
802
|
{
|
|
853
803
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogUnsupportedColumnIndexSkipped(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
854
804
|
"clrName": "LogUnsupportedColumnIndexSkipped",
|
|
855
|
-
"tsEmitName": "logUnsupportedColumnIndexSkipped",
|
|
856
805
|
"metadataToken": 100665457,
|
|
857
806
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
858
807
|
"normalizedSignature": "LogUnsupportedColumnIndexSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
859
808
|
"emitScope": "ClassSurface",
|
|
809
|
+
"provenance": "Original",
|
|
860
810
|
"arity": 0,
|
|
861
811
|
"parameterCount": 1,
|
|
812
|
+
"isStatic": true,
|
|
813
|
+
"isAbstract": false,
|
|
814
|
+
"isVirtual": false,
|
|
815
|
+
"isOverride": false,
|
|
816
|
+
"isSealed": false,
|
|
862
817
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
863
818
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
864
819
|
"isExtensionMethod": false
|
|
@@ -867,187 +822,35 @@
|
|
|
867
822
|
"properties": [],
|
|
868
823
|
"fields": [],
|
|
869
824
|
"events": [],
|
|
870
|
-
"constructors": []
|
|
871
|
-
"exposedMethods": [
|
|
872
|
-
{
|
|
873
|
-
"tsName": "logEnumColumnSkipped",
|
|
874
|
-
"isStatic": true,
|
|
875
|
-
"tsSignatureId": "LogEnumColumnSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
876
|
-
"target": {
|
|
877
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
878
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
879
|
-
"metadataToken": 100665442
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"tsName": "logExpressionIndexSkipped",
|
|
884
|
-
"isStatic": true,
|
|
885
|
-
"tsSignatureId": "LogExpressionIndexSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
886
|
-
"target": {
|
|
887
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
888
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
889
|
-
"metadataToken": 100665443
|
|
890
|
-
}
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"tsName": "logFoundCollation",
|
|
894
|
-
"isStatic": true,
|
|
895
|
-
"tsSignatureId": "LogFoundCollation|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_6[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
896
|
-
"target": {
|
|
897
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
898
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
899
|
-
"metadataToken": 100665444
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"tsName": "logFoundColumn",
|
|
904
|
-
"isStatic": true,
|
|
905
|
-
"tsSignatureId": "LogFoundColumn|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
|
|
906
|
-
"target": {
|
|
907
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
908
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
909
|
-
"metadataToken": 100665445
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"tsName": "logFoundForeignKey",
|
|
914
|
-
"isStatic": true,
|
|
915
|
-
"tsSignatureId": "LogFoundForeignKey|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
916
|
-
"target": {
|
|
917
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
918
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
919
|
-
"metadataToken": 100665446
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"tsName": "logFoundIndex",
|
|
924
|
-
"isStatic": true,
|
|
925
|
-
"tsSignatureId": "LogFoundIndex|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
926
|
-
"target": {
|
|
927
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
928
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
929
|
-
"metadataToken": 100665447
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"tsName": "logFoundPrimaryKey",
|
|
934
|
-
"isStatic": true,
|
|
935
|
-
"tsSignatureId": "LogFoundPrimaryKey|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
936
|
-
"target": {
|
|
937
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
938
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
939
|
-
"metadataToken": 100665448
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"tsName": "logFoundSequence",
|
|
944
|
-
"isStatic": true,
|
|
945
|
-
"tsSignatureId": "LogFoundSequence|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
|
|
946
|
-
"target": {
|
|
947
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
948
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
949
|
-
"metadataToken": 100665449
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"tsName": "logFoundTable",
|
|
954
|
-
"isStatic": true,
|
|
955
|
-
"tsSignatureId": "LogFoundTable|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
956
|
-
"target": {
|
|
957
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
958
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
959
|
-
"metadataToken": 100665450
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"tsName": "logFoundUniqueConstraint",
|
|
964
|
-
"isStatic": true,
|
|
965
|
-
"tsSignatureId": "LogFoundUniqueConstraint|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
966
|
-
"target": {
|
|
967
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
968
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
969
|
-
"metadataToken": 100665451
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"tsName": "logMissingSchema",
|
|
974
|
-
"isStatic": true,
|
|
975
|
-
"tsSignatureId": "LogMissingSchema|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
976
|
-
"target": {
|
|
977
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
978
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
979
|
-
"metadataToken": 100665452
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"tsName": "logMissingTable",
|
|
984
|
-
"isStatic": true,
|
|
985
|
-
"tsSignatureId": "LogMissingTable|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
986
|
-
"target": {
|
|
987
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
988
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
989
|
-
"metadataToken": 100665453
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"tsName": "logPrincipalColumnNotFound",
|
|
994
|
-
"isStatic": true,
|
|
995
|
-
"tsSignatureId": "LogPrincipalColumnNotFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
996
|
-
"target": {
|
|
997
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
998
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
999
|
-
"metadataToken": 100665454
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"tsName": "logPrincipalTableNotInSelectionSet",
|
|
1004
|
-
"isStatic": true,
|
|
1005
|
-
"tsSignatureId": "LogPrincipalTableNotInSelectionSet|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
1006
|
-
"target": {
|
|
1007
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
1008
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1009
|
-
"metadataToken": 100665455
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"tsName": "logUnsupportedColumnConstraintSkipped",
|
|
1014
|
-
"isStatic": true,
|
|
1015
|
-
"tsSignatureId": "LogUnsupportedColumnConstraintSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
1016
|
-
"target": {
|
|
1017
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
1018
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1019
|
-
"metadataToken": 100665456
|
|
1020
|
-
}
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"tsName": "logUnsupportedColumnIndexSkipped",
|
|
1024
|
-
"isStatic": true,
|
|
1025
|
-
"tsSignatureId": "LogUnsupportedColumnIndexSkipped|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
1026
|
-
"target": {
|
|
1027
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
1028
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1029
|
-
"metadataToken": 100665457
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
]
|
|
825
|
+
"constructors": []
|
|
1033
826
|
},
|
|
1034
827
|
{
|
|
1035
828
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1036
829
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1037
|
-
"tsEmitName": "NpgsqlStrings",
|
|
1038
830
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1039
831
|
"metadataToken": 0,
|
|
832
|
+
"kind": "StaticNamespace",
|
|
833
|
+
"accessibility": "Public",
|
|
834
|
+
"isAbstract": true,
|
|
835
|
+
"isSealed": true,
|
|
836
|
+
"isStatic": true,
|
|
837
|
+
"arity": 0,
|
|
1040
838
|
"methods": [
|
|
1041
839
|
{
|
|
1042
840
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::DuplicateColumnCompressionMethodMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1043
841
|
"clrName": "DuplicateColumnCompressionMethodMismatch",
|
|
1044
|
-
"tsEmitName": "duplicateColumnCompressionMethodMismatch",
|
|
1045
842
|
"metadataToken": 100665419,
|
|
1046
843
|
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1047
844
|
"normalizedSignature": "DuplicateColumnCompressionMethodMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1048
845
|
"emitScope": "ClassSurface",
|
|
846
|
+
"provenance": "Original",
|
|
1049
847
|
"arity": 0,
|
|
1050
848
|
"parameterCount": 6,
|
|
849
|
+
"isStatic": true,
|
|
850
|
+
"isAbstract": false,
|
|
851
|
+
"isVirtual": false,
|
|
852
|
+
"isOverride": false,
|
|
853
|
+
"isSealed": false,
|
|
1051
854
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1052
855
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1053
856
|
"isExtensionMethod": false
|
|
@@ -1055,13 +858,18 @@
|
|
|
1055
858
|
{
|
|
1056
859
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::DuplicateColumnNameValueGenerationStrategyMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1057
860
|
"clrName": "DuplicateColumnNameValueGenerationStrategyMismatch",
|
|
1058
|
-
"tsEmitName": "duplicateColumnNameValueGenerationStrategyMismatch",
|
|
1059
861
|
"metadataToken": 100665420,
|
|
1060
862
|
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1061
863
|
"normalizedSignature": "DuplicateColumnNameValueGenerationStrategyMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1062
864
|
"emitScope": "ClassSurface",
|
|
865
|
+
"provenance": "Original",
|
|
1063
866
|
"arity": 0,
|
|
1064
867
|
"parameterCount": 6,
|
|
868
|
+
"isStatic": true,
|
|
869
|
+
"isAbstract": false,
|
|
870
|
+
"isVirtual": false,
|
|
871
|
+
"isOverride": false,
|
|
872
|
+
"isSealed": false,
|
|
1065
873
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1066
874
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1067
875
|
"isExtensionMethod": false
|
|
@@ -1069,13 +877,18 @@
|
|
|
1069
877
|
{
|
|
1070
878
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::DuplicateIndexCollationMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1071
879
|
"clrName": "DuplicateIndexCollationMismatch",
|
|
1072
|
-
"tsEmitName": "duplicateIndexCollationMismatch",
|
|
1073
880
|
"metadataToken": 100665421,
|
|
1074
881
|
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1075
882
|
"normalizedSignature": "DuplicateIndexCollationMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1076
883
|
"emitScope": "ClassSurface",
|
|
884
|
+
"provenance": "Original",
|
|
1077
885
|
"arity": 0,
|
|
1078
886
|
"parameterCount": 6,
|
|
887
|
+
"isStatic": true,
|
|
888
|
+
"isAbstract": false,
|
|
889
|
+
"isVirtual": false,
|
|
890
|
+
"isOverride": false,
|
|
891
|
+
"isSealed": false,
|
|
1079
892
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1080
893
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1081
894
|
"isExtensionMethod": false
|
|
@@ -1083,13 +896,18 @@
|
|
|
1083
896
|
{
|
|
1084
897
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::DuplicateIndexConcurrentCreationMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1085
898
|
"clrName": "DuplicateIndexConcurrentCreationMismatch",
|
|
1086
|
-
"tsEmitName": "duplicateIndexConcurrentCreationMismatch",
|
|
1087
899
|
"metadataToken": 100665422,
|
|
1088
900
|
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1089
901
|
"normalizedSignature": "DuplicateIndexConcurrentCreationMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1090
902
|
"emitScope": "ClassSurface",
|
|
903
|
+
"provenance": "Original",
|
|
1091
904
|
"arity": 0,
|
|
1092
905
|
"parameterCount": 6,
|
|
906
|
+
"isStatic": true,
|
|
907
|
+
"isAbstract": false,
|
|
908
|
+
"isVirtual": false,
|
|
909
|
+
"isOverride": false,
|
|
910
|
+
"isSealed": false,
|
|
1093
911
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1094
912
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1095
913
|
"isExtensionMethod": false
|
|
@@ -1097,13 +915,18 @@
|
|
|
1097
915
|
{
|
|
1098
916
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::DuplicateIndexIncludedMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1099
917
|
"clrName": "DuplicateIndexIncludedMismatch",
|
|
1100
|
-
"tsEmitName": "duplicateIndexIncludedMismatch",
|
|
1101
918
|
"metadataToken": 100665423,
|
|
1102
919
|
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1103
920
|
"normalizedSignature": "DuplicateIndexIncludedMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1104
921
|
"emitScope": "ClassSurface",
|
|
922
|
+
"provenance": "Original",
|
|
1105
923
|
"arity": 0,
|
|
1106
924
|
"parameterCount": 8,
|
|
925
|
+
"isStatic": true,
|
|
926
|
+
"isAbstract": false,
|
|
927
|
+
"isVirtual": false,
|
|
928
|
+
"isOverride": false,
|
|
929
|
+
"isSealed": false,
|
|
1107
930
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1108
931
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1109
932
|
"isExtensionMethod": false
|
|
@@ -1111,13 +934,18 @@
|
|
|
1111
934
|
{
|
|
1112
935
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::HeterogeneousTypesInNewArray(System.Object,System.Object):System.String",
|
|
1113
936
|
"clrName": "HeterogeneousTypesInNewArray",
|
|
1114
|
-
"tsEmitName": "heterogeneousTypesInNewArray",
|
|
1115
937
|
"metadataToken": 100665426,
|
|
1116
938
|
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1117
939
|
"normalizedSignature": "HeterogeneousTypesInNewArray|(System.Object,System.Object):System.String|static=true",
|
|
1118
940
|
"emitScope": "ClassSurface",
|
|
941
|
+
"provenance": "Original",
|
|
1119
942
|
"arity": 0,
|
|
1120
943
|
"parameterCount": 2,
|
|
944
|
+
"isStatic": true,
|
|
945
|
+
"isAbstract": false,
|
|
946
|
+
"isVirtual": false,
|
|
947
|
+
"isOverride": false,
|
|
948
|
+
"isSealed": false,
|
|
1121
949
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1122
950
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1123
951
|
"isExtensionMethod": false
|
|
@@ -1125,13 +953,18 @@
|
|
|
1125
953
|
{
|
|
1126
954
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IdentityBadType(System.Object,System.Object,System.Object):System.String",
|
|
1127
955
|
"clrName": "IdentityBadType",
|
|
1128
|
-
"tsEmitName": "identityBadType",
|
|
1129
956
|
"metadataToken": 100665427,
|
|
1130
957
|
"canonicalSignature": "(System.Object,System.Object,System.Object):System.String",
|
|
1131
958
|
"normalizedSignature": "IdentityBadType|(System.Object,System.Object,System.Object):System.String|static=true",
|
|
1132
959
|
"emitScope": "ClassSurface",
|
|
960
|
+
"provenance": "Original",
|
|
1133
961
|
"arity": 0,
|
|
1134
962
|
"parameterCount": 3,
|
|
963
|
+
"isStatic": true,
|
|
964
|
+
"isAbstract": false,
|
|
965
|
+
"isVirtual": false,
|
|
966
|
+
"isOverride": false,
|
|
967
|
+
"isSealed": false,
|
|
1135
968
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1136
969
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1137
970
|
"isExtensionMethod": false
|
|
@@ -1139,13 +972,18 @@
|
|
|
1139
972
|
{
|
|
1140
973
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IncludePropertyDuplicated(System.Object,System.Object):System.String",
|
|
1141
974
|
"clrName": "IncludePropertyDuplicated",
|
|
1142
|
-
"tsEmitName": "includePropertyDuplicated",
|
|
1143
975
|
"metadataToken": 100665428,
|
|
1144
976
|
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1145
977
|
"normalizedSignature": "IncludePropertyDuplicated|(System.Object,System.Object):System.String|static=true",
|
|
1146
978
|
"emitScope": "ClassSurface",
|
|
979
|
+
"provenance": "Original",
|
|
1147
980
|
"arity": 0,
|
|
1148
981
|
"parameterCount": 2,
|
|
982
|
+
"isStatic": true,
|
|
983
|
+
"isAbstract": false,
|
|
984
|
+
"isVirtual": false,
|
|
985
|
+
"isOverride": false,
|
|
986
|
+
"isSealed": false,
|
|
1149
987
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1150
988
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1151
989
|
"isExtensionMethod": false
|
|
@@ -1153,13 +991,18 @@
|
|
|
1153
991
|
{
|
|
1154
992
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IncludePropertyInIndex(System.Object,System.Object):System.String",
|
|
1155
993
|
"clrName": "IncludePropertyInIndex",
|
|
1156
|
-
"tsEmitName": "includePropertyInIndex",
|
|
1157
994
|
"metadataToken": 100665429,
|
|
1158
995
|
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1159
996
|
"normalizedSignature": "IncludePropertyInIndex|(System.Object,System.Object):System.String|static=true",
|
|
1160
997
|
"emitScope": "ClassSurface",
|
|
998
|
+
"provenance": "Original",
|
|
1161
999
|
"arity": 0,
|
|
1162
1000
|
"parameterCount": 2,
|
|
1001
|
+
"isStatic": true,
|
|
1002
|
+
"isAbstract": false,
|
|
1003
|
+
"isVirtual": false,
|
|
1004
|
+
"isOverride": false,
|
|
1005
|
+
"isSealed": false,
|
|
1163
1006
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1164
1007
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1165
1008
|
"isExtensionMethod": false
|
|
@@ -1167,13 +1010,18 @@
|
|
|
1167
1010
|
{
|
|
1168
1011
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IncludePropertyNotFound(System.Object,System.Object):System.String",
|
|
1169
1012
|
"clrName": "IncludePropertyNotFound",
|
|
1170
|
-
"tsEmitName": "includePropertyNotFound",
|
|
1171
1013
|
"metadataToken": 100665430,
|
|
1172
1014
|
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1173
1015
|
"normalizedSignature": "IncludePropertyNotFound|(System.Object,System.Object):System.String|static=true",
|
|
1174
1016
|
"emitScope": "ClassSurface",
|
|
1017
|
+
"provenance": "Original",
|
|
1175
1018
|
"arity": 0,
|
|
1176
1019
|
"parameterCount": 2,
|
|
1020
|
+
"isStatic": true,
|
|
1021
|
+
"isAbstract": false,
|
|
1022
|
+
"isVirtual": false,
|
|
1023
|
+
"isOverride": false,
|
|
1024
|
+
"isSealed": false,
|
|
1177
1025
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1178
1026
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1179
1027
|
"isExtensionMethod": false
|
|
@@ -1181,13 +1029,18 @@
|
|
|
1181
1029
|
{
|
|
1182
1030
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::InvalidTableToIncludeInScaffolding(System.Object):System.String",
|
|
1183
1031
|
"clrName": "InvalidTableToIncludeInScaffolding",
|
|
1184
|
-
"tsEmitName": "invalidTableToIncludeInScaffolding",
|
|
1185
1032
|
"metadataToken": 100665431,
|
|
1186
1033
|
"canonicalSignature": "(System.Object):System.String",
|
|
1187
1034
|
"normalizedSignature": "InvalidTableToIncludeInScaffolding|(System.Object):System.String|static=true",
|
|
1188
1035
|
"emitScope": "ClassSurface",
|
|
1036
|
+
"provenance": "Original",
|
|
1189
1037
|
"arity": 0,
|
|
1190
1038
|
"parameterCount": 1,
|
|
1039
|
+
"isStatic": true,
|
|
1040
|
+
"isAbstract": false,
|
|
1041
|
+
"isVirtual": false,
|
|
1042
|
+
"isOverride": false,
|
|
1043
|
+
"isSealed": false,
|
|
1191
1044
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1192
1045
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1193
1046
|
"isExtensionMethod": false
|
|
@@ -1195,13 +1048,18 @@
|
|
|
1195
1048
|
{
|
|
1196
1049
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::NonKeyValueGeneration(System.Object,System.Object):System.String",
|
|
1197
1050
|
"clrName": "NonKeyValueGeneration",
|
|
1198
|
-
"tsEmitName": "nonKeyValueGeneration",
|
|
1199
1051
|
"metadataToken": 100665432,
|
|
1200
1052
|
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1201
1053
|
"normalizedSignature": "NonKeyValueGeneration|(System.Object,System.Object):System.String|static=true",
|
|
1202
1054
|
"emitScope": "ClassSurface",
|
|
1055
|
+
"provenance": "Original",
|
|
1203
1056
|
"arity": 0,
|
|
1204
1057
|
"parameterCount": 2,
|
|
1058
|
+
"isStatic": true,
|
|
1059
|
+
"isAbstract": false,
|
|
1060
|
+
"isVirtual": false,
|
|
1061
|
+
"isOverride": false,
|
|
1062
|
+
"isSealed": false,
|
|
1205
1063
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1206
1064
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1207
1065
|
"isExtensionMethod": false
|
|
@@ -1209,13 +1067,18 @@
|
|
|
1209
1067
|
{
|
|
1210
1068
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::SequenceBadType(System.Object,System.Object,System.Object):System.String",
|
|
1211
1069
|
"clrName": "SequenceBadType",
|
|
1212
|
-
"tsEmitName": "sequenceBadType",
|
|
1213
1070
|
"metadataToken": 100665435,
|
|
1214
1071
|
"canonicalSignature": "(System.Object,System.Object,System.Object):System.String",
|
|
1215
1072
|
"normalizedSignature": "SequenceBadType|(System.Object,System.Object,System.Object):System.String|static=true",
|
|
1216
1073
|
"emitScope": "ClassSurface",
|
|
1074
|
+
"provenance": "Original",
|
|
1217
1075
|
"arity": 0,
|
|
1218
1076
|
"parameterCount": 3,
|
|
1077
|
+
"isStatic": true,
|
|
1078
|
+
"isAbstract": false,
|
|
1079
|
+
"isVirtual": false,
|
|
1080
|
+
"isOverride": false,
|
|
1081
|
+
"isSealed": false,
|
|
1219
1082
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1220
1083
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1221
1084
|
"isExtensionMethod": false
|
|
@@ -1223,13 +1086,18 @@
|
|
|
1223
1086
|
{
|
|
1224
1087
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::StoredProcedureResultColumnsNotSupported(System.Object,System.Object):System.String",
|
|
1225
1088
|
"clrName": "StoredProcedureResultColumnsNotSupported",
|
|
1226
|
-
"tsEmitName": "storedProcedureResultColumnsNotSupported",
|
|
1227
1089
|
"metadataToken": 100665436,
|
|
1228
1090
|
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1229
1091
|
"normalizedSignature": "StoredProcedureResultColumnsNotSupported|(System.Object,System.Object):System.String|static=true",
|
|
1230
1092
|
"emitScope": "ClassSurface",
|
|
1093
|
+
"provenance": "Original",
|
|
1231
1094
|
"arity": 0,
|
|
1232
1095
|
"parameterCount": 2,
|
|
1096
|
+
"isStatic": true,
|
|
1097
|
+
"isAbstract": false,
|
|
1098
|
+
"isVirtual": false,
|
|
1099
|
+
"isOverride": false,
|
|
1100
|
+
"isSealed": false,
|
|
1233
1101
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1234
1102
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1235
1103
|
"isExtensionMethod": false
|
|
@@ -1237,13 +1105,18 @@
|
|
|
1237
1105
|
{
|
|
1238
1106
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::StoredProcedureReturnValueNotSupported(System.Object,System.Object):System.String",
|
|
1239
1107
|
"clrName": "StoredProcedureReturnValueNotSupported",
|
|
1240
|
-
"tsEmitName": "storedProcedureReturnValueNotSupported",
|
|
1241
1108
|
"metadataToken": 100665437,
|
|
1242
1109
|
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1243
1110
|
"normalizedSignature": "StoredProcedureReturnValueNotSupported|(System.Object,System.Object):System.String|static=true",
|
|
1244
1111
|
"emitScope": "ClassSurface",
|
|
1112
|
+
"provenance": "Original",
|
|
1245
1113
|
"arity": 0,
|
|
1246
1114
|
"parameterCount": 2,
|
|
1115
|
+
"isStatic": true,
|
|
1116
|
+
"isAbstract": false,
|
|
1117
|
+
"isVirtual": false,
|
|
1118
|
+
"isOverride": false,
|
|
1119
|
+
"isSealed": false,
|
|
1247
1120
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1248
1121
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1249
1122
|
"isExtensionMethod": false
|
|
@@ -1251,13 +1124,18 @@
|
|
|
1251
1124
|
{
|
|
1252
1125
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::TwoDataSourcesInSameServiceProvider(System.Object):System.String",
|
|
1253
1126
|
"clrName": "TwoDataSourcesInSameServiceProvider",
|
|
1254
|
-
"tsEmitName": "twoDataSourcesInSameServiceProvider",
|
|
1255
1127
|
"metadataToken": 100665438,
|
|
1256
1128
|
"canonicalSignature": "(System.Object):System.String",
|
|
1257
1129
|
"normalizedSignature": "TwoDataSourcesInSameServiceProvider|(System.Object):System.String|static=true",
|
|
1258
1130
|
"emitScope": "ClassSurface",
|
|
1131
|
+
"provenance": "Original",
|
|
1259
1132
|
"arity": 0,
|
|
1260
1133
|
"parameterCount": 1,
|
|
1134
|
+
"isStatic": true,
|
|
1135
|
+
"isAbstract": false,
|
|
1136
|
+
"isVirtual": false,
|
|
1137
|
+
"isOverride": false,
|
|
1138
|
+
"isSealed": false,
|
|
1261
1139
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1262
1140
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1263
1141
|
"isExtensionMethod": false
|
|
@@ -1267,315 +1145,115 @@
|
|
|
1267
1145
|
{
|
|
1268
1146
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::DataSourceAndConfigNotSupported:System.String",
|
|
1269
1147
|
"clrName": "DataSourceAndConfigNotSupported",
|
|
1270
|
-
"tsEmitName": "dataSourceAndConfigNotSupported",
|
|
1271
1148
|
"metadataToken": 385876190,
|
|
1272
1149
|
"canonicalSignature": ":System.String",
|
|
1273
1150
|
"normalizedSignature": "DataSourceAndConfigNotSupported|:System.String|static=true|accessor=get",
|
|
1274
1151
|
"emitScope": "ClassSurface",
|
|
1152
|
+
"provenance": "Original",
|
|
1275
1153
|
"isIndexer": false,
|
|
1276
1154
|
"hasGetter": true,
|
|
1277
1155
|
"hasSetter": false,
|
|
1156
|
+
"isStatic": true,
|
|
1157
|
+
"isAbstract": false,
|
|
1158
|
+
"isVirtual": false,
|
|
1159
|
+
"isOverride": false,
|
|
1278
1160
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1279
1161
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1280
1162
|
},
|
|
1281
1163
|
{
|
|
1282
1164
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::Ef7JsonMappingNotSupported:System.String",
|
|
1283
1165
|
"clrName": "Ef7JsonMappingNotSupported",
|
|
1284
|
-
"tsEmitName": "ef7JsonMappingNotSupported",
|
|
1285
1166
|
"metadataToken": 385876191,
|
|
1286
1167
|
"canonicalSignature": ":System.String",
|
|
1287
1168
|
"normalizedSignature": "Ef7JsonMappingNotSupported|:System.String|static=true|accessor=get",
|
|
1288
1169
|
"emitScope": "ClassSurface",
|
|
1170
|
+
"provenance": "Original",
|
|
1289
1171
|
"isIndexer": false,
|
|
1290
1172
|
"hasGetter": true,
|
|
1291
1173
|
"hasSetter": false,
|
|
1174
|
+
"isStatic": true,
|
|
1175
|
+
"isAbstract": false,
|
|
1176
|
+
"isVirtual": false,
|
|
1177
|
+
"isOverride": false,
|
|
1292
1178
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1293
1179
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1294
1180
|
},
|
|
1295
1181
|
{
|
|
1296
1182
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::FreeTextFunctionOnClient:System.String",
|
|
1297
1183
|
"clrName": "FreeTextFunctionOnClient",
|
|
1298
|
-
"tsEmitName": "freeTextFunctionOnClient",
|
|
1299
1184
|
"metadataToken": 385876192,
|
|
1300
1185
|
"canonicalSignature": ":System.String",
|
|
1301
1186
|
"normalizedSignature": "FreeTextFunctionOnClient|:System.String|static=true|accessor=get",
|
|
1302
1187
|
"emitScope": "ClassSurface",
|
|
1188
|
+
"provenance": "Original",
|
|
1303
1189
|
"isIndexer": false,
|
|
1304
1190
|
"hasGetter": true,
|
|
1305
1191
|
"hasSetter": false,
|
|
1192
|
+
"isStatic": true,
|
|
1193
|
+
"isAbstract": false,
|
|
1194
|
+
"isVirtual": false,
|
|
1195
|
+
"isOverride": false,
|
|
1306
1196
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1307
1197
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1308
1198
|
},
|
|
1309
1199
|
{
|
|
1310
1200
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::RowValueComparisonRequiresTuplesOfSameLength:System.String",
|
|
1311
1201
|
"clrName": "RowValueComparisonRequiresTuplesOfSameLength",
|
|
1312
|
-
"tsEmitName": "rowValueComparisonRequiresTuplesOfSameLength",
|
|
1313
1202
|
"metadataToken": 385876193,
|
|
1314
1203
|
"canonicalSignature": ":System.String",
|
|
1315
1204
|
"normalizedSignature": "RowValueComparisonRequiresTuplesOfSameLength|:System.String|static=true|accessor=get",
|
|
1316
1205
|
"emitScope": "ClassSurface",
|
|
1206
|
+
"provenance": "Original",
|
|
1317
1207
|
"isIndexer": false,
|
|
1318
1208
|
"hasGetter": true,
|
|
1319
1209
|
"hasSetter": false,
|
|
1210
|
+
"isStatic": true,
|
|
1211
|
+
"isAbstract": false,
|
|
1212
|
+
"isVirtual": false,
|
|
1213
|
+
"isOverride": false,
|
|
1320
1214
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1321
1215
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1322
1216
|
},
|
|
1323
1217
|
{
|
|
1324
1218
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::CannotUseDataSourceWithAuthCallbacks:System.String",
|
|
1325
1219
|
"clrName": "CannotUseDataSourceWithAuthCallbacks",
|
|
1326
|
-
"tsEmitName": "cannotUseDataSourceWithAuthCallbacks",
|
|
1327
1220
|
"metadataToken": 385876194,
|
|
1328
1221
|
"canonicalSignature": ":System.String",
|
|
1329
1222
|
"normalizedSignature": "CannotUseDataSourceWithAuthCallbacks|:System.String|static=true|accessor=get",
|
|
1330
1223
|
"emitScope": "ClassSurface",
|
|
1224
|
+
"provenance": "Original",
|
|
1331
1225
|
"isIndexer": false,
|
|
1332
1226
|
"hasGetter": true,
|
|
1333
1227
|
"hasSetter": false,
|
|
1228
|
+
"isStatic": true,
|
|
1229
|
+
"isAbstract": false,
|
|
1230
|
+
"isVirtual": false,
|
|
1231
|
+
"isOverride": false,
|
|
1334
1232
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1335
1233
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1336
1234
|
},
|
|
1337
1235
|
{
|
|
1338
1236
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::TransientExceptionDetected:System.String",
|
|
1339
1237
|
"clrName": "TransientExceptionDetected",
|
|
1340
|
-
"tsEmitName": "transientExceptionDetected",
|
|
1341
1238
|
"metadataToken": 385876195,
|
|
1342
1239
|
"canonicalSignature": ":System.String",
|
|
1343
1240
|
"normalizedSignature": "TransientExceptionDetected|:System.String|static=true|accessor=get",
|
|
1344
1241
|
"emitScope": "ClassSurface",
|
|
1242
|
+
"provenance": "Original",
|
|
1345
1243
|
"isIndexer": false,
|
|
1346
1244
|
"hasGetter": true,
|
|
1347
1245
|
"hasSetter": false,
|
|
1246
|
+
"isStatic": true,
|
|
1247
|
+
"isAbstract": false,
|
|
1248
|
+
"isVirtual": false,
|
|
1249
|
+
"isOverride": false,
|
|
1348
1250
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1349
1251
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1350
1252
|
}
|
|
1351
1253
|
],
|
|
1352
1254
|
"fields": [],
|
|
1353
1255
|
"events": [],
|
|
1354
|
-
"constructors": []
|
|
1355
|
-
"exposedMethods": [
|
|
1356
|
-
{
|
|
1357
|
-
"tsName": "duplicateColumnCompressionMethodMismatch",
|
|
1358
|
-
"isStatic": true,
|
|
1359
|
-
"tsSignatureId": "DuplicateColumnCompressionMethodMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1360
|
-
"target": {
|
|
1361
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1362
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1363
|
-
"metadataToken": 100665419
|
|
1364
|
-
}
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"tsName": "duplicateColumnNameValueGenerationStrategyMismatch",
|
|
1368
|
-
"isStatic": true,
|
|
1369
|
-
"tsSignatureId": "DuplicateColumnNameValueGenerationStrategyMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1370
|
-
"target": {
|
|
1371
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1372
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1373
|
-
"metadataToken": 100665420
|
|
1374
|
-
}
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"tsName": "duplicateIndexCollationMismatch",
|
|
1378
|
-
"isStatic": true,
|
|
1379
|
-
"tsSignatureId": "DuplicateIndexCollationMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1380
|
-
"target": {
|
|
1381
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1382
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1383
|
-
"metadataToken": 100665421
|
|
1384
|
-
}
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"tsName": "duplicateIndexConcurrentCreationMismatch",
|
|
1388
|
-
"isStatic": true,
|
|
1389
|
-
"tsSignatureId": "DuplicateIndexConcurrentCreationMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1390
|
-
"target": {
|
|
1391
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1392
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1393
|
-
"metadataToken": 100665422
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"tsName": "duplicateIndexIncludedMismatch",
|
|
1398
|
-
"isStatic": true,
|
|
1399
|
-
"tsSignatureId": "DuplicateIndexIncludedMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1400
|
-
"target": {
|
|
1401
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1402
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1403
|
-
"metadataToken": 100665423
|
|
1404
|
-
}
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"tsName": "heterogeneousTypesInNewArray",
|
|
1408
|
-
"isStatic": true,
|
|
1409
|
-
"tsSignatureId": "HeterogeneousTypesInNewArray|(System.Object,System.Object):System.String|static=true",
|
|
1410
|
-
"target": {
|
|
1411
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1412
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1413
|
-
"metadataToken": 100665426
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"tsName": "identityBadType",
|
|
1418
|
-
"isStatic": true,
|
|
1419
|
-
"tsSignatureId": "IdentityBadType|(System.Object,System.Object,System.Object):System.String|static=true",
|
|
1420
|
-
"target": {
|
|
1421
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1422
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1423
|
-
"metadataToken": 100665427
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"tsName": "includePropertyDuplicated",
|
|
1428
|
-
"isStatic": true,
|
|
1429
|
-
"tsSignatureId": "IncludePropertyDuplicated|(System.Object,System.Object):System.String|static=true",
|
|
1430
|
-
"target": {
|
|
1431
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1432
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1433
|
-
"metadataToken": 100665428
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"tsName": "includePropertyInIndex",
|
|
1438
|
-
"isStatic": true,
|
|
1439
|
-
"tsSignatureId": "IncludePropertyInIndex|(System.Object,System.Object):System.String|static=true",
|
|
1440
|
-
"target": {
|
|
1441
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1442
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1443
|
-
"metadataToken": 100665429
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"tsName": "includePropertyNotFound",
|
|
1448
|
-
"isStatic": true,
|
|
1449
|
-
"tsSignatureId": "IncludePropertyNotFound|(System.Object,System.Object):System.String|static=true",
|
|
1450
|
-
"target": {
|
|
1451
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1452
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1453
|
-
"metadataToken": 100665430
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"tsName": "invalidTableToIncludeInScaffolding",
|
|
1458
|
-
"isStatic": true,
|
|
1459
|
-
"tsSignatureId": "InvalidTableToIncludeInScaffolding|(System.Object):System.String|static=true",
|
|
1460
|
-
"target": {
|
|
1461
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1462
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1463
|
-
"metadataToken": 100665431
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"tsName": "nonKeyValueGeneration",
|
|
1468
|
-
"isStatic": true,
|
|
1469
|
-
"tsSignatureId": "NonKeyValueGeneration|(System.Object,System.Object):System.String|static=true",
|
|
1470
|
-
"target": {
|
|
1471
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1472
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1473
|
-
"metadataToken": 100665432
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"tsName": "sequenceBadType",
|
|
1478
|
-
"isStatic": true,
|
|
1479
|
-
"tsSignatureId": "SequenceBadType|(System.Object,System.Object,System.Object):System.String|static=true",
|
|
1480
|
-
"target": {
|
|
1481
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1482
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1483
|
-
"metadataToken": 100665435
|
|
1484
|
-
}
|
|
1485
|
-
},
|
|
1486
|
-
{
|
|
1487
|
-
"tsName": "storedProcedureResultColumnsNotSupported",
|
|
1488
|
-
"isStatic": true,
|
|
1489
|
-
"tsSignatureId": "StoredProcedureResultColumnsNotSupported|(System.Object,System.Object):System.String|static=true",
|
|
1490
|
-
"target": {
|
|
1491
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1492
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1493
|
-
"metadataToken": 100665436
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"tsName": "storedProcedureReturnValueNotSupported",
|
|
1498
|
-
"isStatic": true,
|
|
1499
|
-
"tsSignatureId": "StoredProcedureReturnValueNotSupported|(System.Object,System.Object):System.String|static=true",
|
|
1500
|
-
"target": {
|
|
1501
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1502
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1503
|
-
"metadataToken": 100665437
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"tsName": "twoDataSourcesInSameServiceProvider",
|
|
1508
|
-
"isStatic": true,
|
|
1509
|
-
"tsSignatureId": "TwoDataSourcesInSameServiceProvider|(System.Object):System.String|static=true",
|
|
1510
|
-
"target": {
|
|
1511
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1512
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1513
|
-
"metadataToken": 100665438
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1516
|
-
],
|
|
1517
|
-
"exposedProperties": [
|
|
1518
|
-
{
|
|
1519
|
-
"tsName": "dataSourceAndConfigNotSupported",
|
|
1520
|
-
"isStatic": true,
|
|
1521
|
-
"tsSignatureId": "DataSourceAndConfigNotSupported|:System.String|static=true|accessor=get",
|
|
1522
|
-
"target": {
|
|
1523
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1524
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1525
|
-
"metadataToken": 385876190
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"tsName": "ef7JsonMappingNotSupported",
|
|
1530
|
-
"isStatic": true,
|
|
1531
|
-
"tsSignatureId": "Ef7JsonMappingNotSupported|:System.String|static=true|accessor=get",
|
|
1532
|
-
"target": {
|
|
1533
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1534
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1535
|
-
"metadataToken": 385876191
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"tsName": "freeTextFunctionOnClient",
|
|
1540
|
-
"isStatic": true,
|
|
1541
|
-
"tsSignatureId": "FreeTextFunctionOnClient|:System.String|static=true|accessor=get",
|
|
1542
|
-
"target": {
|
|
1543
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1544
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1545
|
-
"metadataToken": 385876192
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"tsName": "rowValueComparisonRequiresTuplesOfSameLength",
|
|
1550
|
-
"isStatic": true,
|
|
1551
|
-
"tsSignatureId": "RowValueComparisonRequiresTuplesOfSameLength|:System.String|static=true|accessor=get",
|
|
1552
|
-
"target": {
|
|
1553
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1554
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1555
|
-
"metadataToken": 385876193
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"tsName": "cannotUseDataSourceWithAuthCallbacks",
|
|
1560
|
-
"isStatic": true,
|
|
1561
|
-
"tsSignatureId": "CannotUseDataSourceWithAuthCallbacks|:System.String|static=true|accessor=get",
|
|
1562
|
-
"target": {
|
|
1563
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1564
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1565
|
-
"metadataToken": 385876194
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"tsName": "transientExceptionDetected",
|
|
1570
|
-
"isStatic": true,
|
|
1571
|
-
"tsSignatureId": "TransientExceptionDetected|:System.String|static=true|accessor=get",
|
|
1572
|
-
"target": {
|
|
1573
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1574
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1575
|
-
"metadataToken": 385876195
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
]
|
|
1256
|
+
"constructors": []
|
|
1579
1257
|
}
|
|
1580
1258
|
]
|
|
1581
1259
|
}
|