@tsonic/efcore-npgsql 0.1.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/LICENSE +21 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +14997 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +795 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +10154 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +356 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +34 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +172 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +13 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +50 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +22 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +49 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +13 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +58 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Npgsql/bindings.json +26674 -0
- package/Npgsql/internal/index.d.ts +1619 -0
- package/Npgsql/internal/metadata.json +15514 -0
- package/Npgsql.BackendMessages/bindings.json +95 -0
- package/Npgsql.BackendMessages/internal/index.d.ts +25 -0
- package/Npgsql.BackendMessages/internal/metadata.json +72 -0
- package/Npgsql.BackendMessages.d.ts +12 -0
- package/Npgsql.BackendMessages.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +153 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +32 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +60 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +404 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +66 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +269 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +399 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +40 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +184 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.d.ts +12 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +152 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +26 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +125 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +14 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +499 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +65 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +342 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +1540 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +128 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +985 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +21 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +1581 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +110 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +1064 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +1548 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +149 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +990 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +111 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +317 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +27 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +1255 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +101 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +664 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.d.ts +26 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +138 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +33 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +95 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +394 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +58 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +262 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +175 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +45 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +114 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.d.ts +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +522 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +51 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +351 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +2098 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +413 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +1349 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.d.ts +54 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +671 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +45 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +304 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +4396 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +360 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +2783 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.d.ts +36 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.d.ts +12 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +1277 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +266 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +806 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +39 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +151 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +43 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +102 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.d.ts +19 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +1237 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +164 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +807 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +267 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +52 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +186 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +8287 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +1225 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +4823 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.d.ts +93 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +34 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +51 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.d.ts +13 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +500 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +341 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +181 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +40 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +118 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +469 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +110 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +323 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +24 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.d.ts +15 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +15 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.js +9 -0
- package/Npgsql.Internal/bindings.json +6965 -0
- package/Npgsql.Internal/internal/index.d.ts +591 -0
- package/Npgsql.Internal/internal/metadata.json +4555 -0
- package/Npgsql.Internal.Postgres/bindings.json +973 -0
- package/Npgsql.Internal.Postgres/internal/index.d.ts +89 -0
- package/Npgsql.Internal.Postgres/internal/metadata.json +619 -0
- package/Npgsql.Internal.Postgres.d.ts +15 -0
- package/Npgsql.Internal.Postgres.js +9 -0
- package/Npgsql.Internal.d.ts +78 -0
- package/Npgsql.Internal.js +9 -0
- package/Npgsql.NameTranslation/bindings.json +266 -0
- package/Npgsql.NameTranslation/internal/index.d.ts +56 -0
- package/Npgsql.NameTranslation/internal/metadata.json +173 -0
- package/Npgsql.NameTranslation.d.ts +15 -0
- package/Npgsql.NameTranslation.js +9 -0
- package/Npgsql.PostgresTypes/bindings.json +1375 -0
- package/Npgsql.PostgresTypes/internal/index.d.ts +141 -0
- package/Npgsql.PostgresTypes/internal/metadata.json +480 -0
- package/Npgsql.PostgresTypes.d.ts +22 -0
- package/Npgsql.PostgresTypes.js +9 -0
- package/Npgsql.Replication/bindings.json +1909 -0
- package/Npgsql.Replication/internal/index.d.ts +192 -0
- package/Npgsql.Replication/internal/metadata.json +972 -0
- package/Npgsql.Replication.Internal/bindings.json +165 -0
- package/Npgsql.Replication.Internal/internal/index.d.ts +38 -0
- package/Npgsql.Replication.Internal/internal/metadata.json +119 -0
- package/Npgsql.Replication.Internal.d.ts +21 -0
- package/Npgsql.Replication.Internal.js +9 -0
- package/Npgsql.Replication.PgOutput/bindings.json +1124 -0
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +115 -0
- package/Npgsql.Replication.PgOutput/internal/metadata.json +644 -0
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +4397 -0
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +476 -0
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +1905 -0
- package/Npgsql.Replication.PgOutput.Messages.d.ts +56 -0
- package/Npgsql.Replication.PgOutput.Messages.js +9 -0
- package/Npgsql.Replication.PgOutput.d.ts +26 -0
- package/Npgsql.Replication.PgOutput.js +9 -0
- package/Npgsql.Replication.TestDecoding/bindings.json +522 -0
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +63 -0
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +283 -0
- package/Npgsql.Replication.TestDecoding.d.ts +17 -0
- package/Npgsql.Replication.TestDecoding.js +9 -0
- package/Npgsql.Replication.d.ts +36 -0
- package/Npgsql.Replication.js +9 -0
- package/Npgsql.Schema/bindings.json +714 -0
- package/Npgsql.Schema/internal/index.d.ts +54 -0
- package/Npgsql.Schema/internal/metadata.json +451 -0
- package/Npgsql.Schema.d.ts +15 -0
- package/Npgsql.Schema.js +9 -0
- package/Npgsql.TypeMapping/bindings.json +350 -0
- package/Npgsql.TypeMapping/internal/index.d.ts +43 -0
- package/Npgsql.TypeMapping/internal/metadata.json +248 -0
- package/Npgsql.TypeMapping.d.ts +16 -0
- package/Npgsql.TypeMapping.js +9 -0
- package/Npgsql.Util/bindings.json +17 -0
- package/Npgsql.Util/internal/index.d.ts +22 -0
- package/Npgsql.Util/internal/metadata.json +24 -0
- package/Npgsql.Util.d.ts +12 -0
- package/Npgsql.Util.js +9 -0
- package/Npgsql.d.ts +99 -0
- package/Npgsql.js +9 -0
- package/NpgsqlTypes/bindings.json +8946 -0
- package/NpgsqlTypes/internal/index.d.ts +654 -0
- package/NpgsqlTypes/internal/metadata.json +5014 -0
- package/NpgsqlTypes.d.ts +47 -0
- package/NpgsqlTypes.js +9 -0
- package/README.md +5 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +13 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +163 -0
- package/families.json +23 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,1581 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
6
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
7
|
+
"tsEmitName": "NpgsqlSingletonOptions",
|
|
8
|
+
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::Initialize(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
13
|
+
"clrName": "Initialize",
|
|
14
|
+
"tsEmitName": "initialize",
|
|
15
|
+
"metadataToken": 100665416,
|
|
16
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
17
|
+
"normalizedSignature": "Initialize|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 1,
|
|
21
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
22
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::Validate(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
27
|
+
"clrName": "Validate",
|
|
28
|
+
"tsEmitName": "validate",
|
|
29
|
+
"metadataToken": 100665417,
|
|
30
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
31
|
+
"normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
|
|
32
|
+
"emitScope": "ClassSurface",
|
|
33
|
+
"arity": 0,
|
|
34
|
+
"parameterCount": 1,
|
|
35
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
36
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
37
|
+
"isExtensionMethod": false
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"properties": [
|
|
41
|
+
{
|
|
42
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::PostgresVersion:System.Version",
|
|
43
|
+
"clrName": "PostgresVersion",
|
|
44
|
+
"tsEmitName": "postgresVersion",
|
|
45
|
+
"metadataToken": 385876184,
|
|
46
|
+
"canonicalSignature": ":System.Version",
|
|
47
|
+
"normalizedSignature": "PostgresVersion|:System.Version|static=false|accessor=get",
|
|
48
|
+
"emitScope": "ClassSurface",
|
|
49
|
+
"isIndexer": false,
|
|
50
|
+
"hasGetter": true,
|
|
51
|
+
"hasSetter": false,
|
|
52
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
53
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::IsPostgresVersionSet:System.Boolean",
|
|
57
|
+
"clrName": "IsPostgresVersionSet",
|
|
58
|
+
"tsEmitName": "isPostgresVersionSet",
|
|
59
|
+
"metadataToken": 385876185,
|
|
60
|
+
"canonicalSignature": ":System.Boolean",
|
|
61
|
+
"normalizedSignature": "IsPostgresVersionSet|:System.Boolean|static=false|accessor=get",
|
|
62
|
+
"emitScope": "ClassSurface",
|
|
63
|
+
"isIndexer": false,
|
|
64
|
+
"hasGetter": true,
|
|
65
|
+
"hasSetter": false,
|
|
66
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
67
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::UseRedshift:System.Boolean",
|
|
71
|
+
"clrName": "UseRedshift",
|
|
72
|
+
"tsEmitName": "useRedshift",
|
|
73
|
+
"metadataToken": 385876186,
|
|
74
|
+
"canonicalSignature": ":System.Boolean",
|
|
75
|
+
"normalizedSignature": "UseRedshift|:System.Boolean|static=false|accessor=get",
|
|
76
|
+
"emitScope": "ClassSurface",
|
|
77
|
+
"isIndexer": false,
|
|
78
|
+
"hasGetter": true,
|
|
79
|
+
"hasSetter": false,
|
|
80
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
81
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::ReverseNullOrderingEnabled:System.Boolean",
|
|
85
|
+
"clrName": "ReverseNullOrderingEnabled",
|
|
86
|
+
"tsEmitName": "reverseNullOrderingEnabled",
|
|
87
|
+
"metadataToken": 385876187,
|
|
88
|
+
"canonicalSignature": ":System.Boolean",
|
|
89
|
+
"normalizedSignature": "ReverseNullOrderingEnabled|:System.Boolean|static=false|accessor=get",
|
|
90
|
+
"emitScope": "ClassSurface",
|
|
91
|
+
"isIndexer": false,
|
|
92
|
+
"hasGetter": true,
|
|
93
|
+
"hasSetter": false,
|
|
94
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
95
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"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
|
+
"clrName": "EnumDefinitions",
|
|
100
|
+
"tsEmitName": "enumDefinitions",
|
|
101
|
+
"metadataToken": 385876188,
|
|
102
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
105
|
+
"isIndexer": false,
|
|
106
|
+
"hasGetter": true,
|
|
107
|
+
"hasSetter": false,
|
|
108
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
109
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"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
|
+
"clrName": "UserRangeDefinitions",
|
|
114
|
+
"tsEmitName": "userRangeDefinitions",
|
|
115
|
+
"metadataToken": 385876189,
|
|
116
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
119
|
+
"isIndexer": false,
|
|
120
|
+
"hasGetter": true,
|
|
121
|
+
"hasSetter": false,
|
|
122
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
123
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::PostgresVersion:System.Version",
|
|
127
|
+
"clrName": "PostgresVersion",
|
|
128
|
+
"tsEmitName": "postgresVersion$view",
|
|
129
|
+
"metadataToken": 385876201,
|
|
130
|
+
"canonicalSignature": ":System.Version",
|
|
131
|
+
"normalizedSignature": "PostgresVersion|:System.Version|static=false|accessor=get",
|
|
132
|
+
"emitScope": "ViewOnly",
|
|
133
|
+
"isIndexer": false,
|
|
134
|
+
"hasGetter": true,
|
|
135
|
+
"hasSetter": false,
|
|
136
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
137
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::IsPostgresVersionSet:System.Boolean",
|
|
141
|
+
"clrName": "IsPostgresVersionSet",
|
|
142
|
+
"tsEmitName": "isPostgresVersionSet$view",
|
|
143
|
+
"metadataToken": 385876202,
|
|
144
|
+
"canonicalSignature": ":System.Boolean",
|
|
145
|
+
"normalizedSignature": "IsPostgresVersionSet|:System.Boolean|static=false|accessor=get",
|
|
146
|
+
"emitScope": "ViewOnly",
|
|
147
|
+
"isIndexer": false,
|
|
148
|
+
"hasGetter": true,
|
|
149
|
+
"hasSetter": false,
|
|
150
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
151
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::UseRedshift:System.Boolean",
|
|
155
|
+
"clrName": "UseRedshift",
|
|
156
|
+
"tsEmitName": "useRedshift$view",
|
|
157
|
+
"metadataToken": 385876203,
|
|
158
|
+
"canonicalSignature": ":System.Boolean",
|
|
159
|
+
"normalizedSignature": "UseRedshift|:System.Boolean|static=false|accessor=get",
|
|
160
|
+
"emitScope": "ViewOnly",
|
|
161
|
+
"isIndexer": false,
|
|
162
|
+
"hasGetter": true,
|
|
163
|
+
"hasSetter": false,
|
|
164
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
165
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions::ReverseNullOrderingEnabled:System.Boolean",
|
|
169
|
+
"clrName": "ReverseNullOrderingEnabled",
|
|
170
|
+
"tsEmitName": "reverseNullOrderingEnabled$view",
|
|
171
|
+
"metadataToken": 385876204,
|
|
172
|
+
"canonicalSignature": ":System.Boolean",
|
|
173
|
+
"normalizedSignature": "ReverseNullOrderingEnabled|:System.Boolean|static=false|accessor=get",
|
|
174
|
+
"emitScope": "ViewOnly",
|
|
175
|
+
"isIndexer": false,
|
|
176
|
+
"hasGetter": true,
|
|
177
|
+
"hasSetter": false,
|
|
178
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
179
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"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
|
+
"clrName": "EnumDefinitions",
|
|
184
|
+
"tsEmitName": "enumDefinitions$view",
|
|
185
|
+
"metadataToken": 385876205,
|
|
186
|
+
"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
|
+
"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
|
+
"emitScope": "ViewOnly",
|
|
189
|
+
"isIndexer": false,
|
|
190
|
+
"hasGetter": true,
|
|
191
|
+
"hasSetter": false,
|
|
192
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
193
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"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
|
+
"clrName": "UserRangeDefinitions",
|
|
198
|
+
"tsEmitName": "userRangeDefinitions$view",
|
|
199
|
+
"metadataToken": 385876206,
|
|
200
|
+
"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
|
+
"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
|
+
"emitScope": "ViewOnly",
|
|
203
|
+
"isIndexer": false,
|
|
204
|
+
"hasGetter": true,
|
|
205
|
+
"hasSetter": false,
|
|
206
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
|
|
207
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"fields": [],
|
|
211
|
+
"events": [],
|
|
212
|
+
"constructors": [
|
|
213
|
+
{
|
|
214
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions::.ctor():void",
|
|
215
|
+
"metadataToken": 100665415,
|
|
216
|
+
"canonicalSignature": "():void",
|
|
217
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
218
|
+
"isStatic": false,
|
|
219
|
+
"parameterCount": 0,
|
|
220
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlSingletonOptions",
|
|
221
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
222
|
+
}
|
|
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
|
+
]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
382
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
383
|
+
"tsEmitName": "NpgsqlLoggerExtensions",
|
|
384
|
+
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
385
|
+
"metadataToken": 0,
|
|
386
|
+
"methods": [
|
|
387
|
+
{
|
|
388
|
+
"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
|
+
"clrName": "MissingSchemaWarning",
|
|
390
|
+
"tsEmitName": "missingSchemaWarning",
|
|
391
|
+
"metadataToken": 100665393,
|
|
392
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
395
|
+
"arity": 0,
|
|
396
|
+
"parameterCount": 2,
|
|
397
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
398
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
399
|
+
"isExtensionMethod": true
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"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
|
+
"clrName": "MissingTableWarning",
|
|
404
|
+
"tsEmitName": "missingTableWarning",
|
|
405
|
+
"metadataToken": 100665394,
|
|
406
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
409
|
+
"arity": 0,
|
|
410
|
+
"parameterCount": 2,
|
|
411
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
412
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
413
|
+
"isExtensionMethod": true
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"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
|
+
"clrName": "ForeignKeyReferencesMissingPrincipalTableWarning",
|
|
418
|
+
"tsEmitName": "foreignKeyReferencesMissingPrincipalTableWarning",
|
|
419
|
+
"metadataToken": 100665395,
|
|
420
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
423
|
+
"arity": 0,
|
|
424
|
+
"parameterCount": 4,
|
|
425
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
426
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
427
|
+
"isExtensionMethod": true
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"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
|
+
"clrName": "ColumnFound",
|
|
432
|
+
"tsEmitName": "columnFound",
|
|
433
|
+
"metadataToken": 100665396,
|
|
434
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
437
|
+
"arity": 0,
|
|
438
|
+
"parameterCount": 8,
|
|
439
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
440
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
441
|
+
"isExtensionMethod": true
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"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
|
+
"clrName": "CollationFound",
|
|
446
|
+
"tsEmitName": "collationFound",
|
|
447
|
+
"metadataToken": 100665397,
|
|
448
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
451
|
+
"arity": 0,
|
|
452
|
+
"parameterCount": 7,
|
|
453
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
454
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
455
|
+
"isExtensionMethod": true
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"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
|
+
"clrName": "UniqueConstraintFound",
|
|
460
|
+
"tsEmitName": "uniqueConstraintFound",
|
|
461
|
+
"metadataToken": 100665398,
|
|
462
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
465
|
+
"arity": 0,
|
|
466
|
+
"parameterCount": 3,
|
|
467
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
468
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
469
|
+
"isExtensionMethod": true
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"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
|
+
"clrName": "EnumColumnSkippedWarning",
|
|
474
|
+
"tsEmitName": "enumColumnSkippedWarning",
|
|
475
|
+
"metadataToken": 100665399,
|
|
476
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
479
|
+
"arity": 0,
|
|
480
|
+
"parameterCount": 2,
|
|
481
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
482
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
483
|
+
"isExtensionMethod": true
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"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
|
+
"clrName": "ExpressionIndexSkippedWarning",
|
|
488
|
+
"tsEmitName": "expressionIndexSkippedWarning",
|
|
489
|
+
"metadataToken": 100665400,
|
|
490
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
493
|
+
"arity": 0,
|
|
494
|
+
"parameterCount": 3,
|
|
495
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
496
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
497
|
+
"isExtensionMethod": true
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"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
|
+
"clrName": "UnsupportedColumnIndexSkippedWarning",
|
|
502
|
+
"tsEmitName": "unsupportedColumnIndexSkippedWarning",
|
|
503
|
+
"metadataToken": 100665401,
|
|
504
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
507
|
+
"arity": 0,
|
|
508
|
+
"parameterCount": 3,
|
|
509
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
510
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
511
|
+
"isExtensionMethod": true
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"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
|
+
"clrName": "UnsupportedColumnConstraintSkippedWarning",
|
|
516
|
+
"tsEmitName": "unsupportedColumnConstraintSkippedWarning",
|
|
517
|
+
"metadataToken": 100665402,
|
|
518
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
521
|
+
"arity": 0,
|
|
522
|
+
"parameterCount": 3,
|
|
523
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlLoggerExtensions",
|
|
524
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
525
|
+
"isExtensionMethod": true
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"properties": [],
|
|
529
|
+
"fields": [],
|
|
530
|
+
"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
|
+
]
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
637
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
638
|
+
"tsEmitName": "NpgsqlResources",
|
|
639
|
+
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
640
|
+
"metadataToken": 0,
|
|
641
|
+
"methods": [
|
|
642
|
+
{
|
|
643
|
+
"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
|
+
"clrName": "LogEnumColumnSkipped",
|
|
645
|
+
"tsEmitName": "logEnumColumnSkipped",
|
|
646
|
+
"metadataToken": 100665442,
|
|
647
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
650
|
+
"arity": 0,
|
|
651
|
+
"parameterCount": 1,
|
|
652
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
653
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
654
|
+
"isExtensionMethod": false
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"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
|
+
"clrName": "LogExpressionIndexSkipped",
|
|
659
|
+
"tsEmitName": "logExpressionIndexSkipped",
|
|
660
|
+
"metadataToken": 100665443,
|
|
661
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
664
|
+
"arity": 0,
|
|
665
|
+
"parameterCount": 1,
|
|
666
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
667
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
668
|
+
"isExtensionMethod": false
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"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
|
+
"clrName": "LogFoundCollation",
|
|
673
|
+
"tsEmitName": "logFoundCollation",
|
|
674
|
+
"metadataToken": 100665444,
|
|
675
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
678
|
+
"arity": 0,
|
|
679
|
+
"parameterCount": 1,
|
|
680
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
681
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
682
|
+
"isExtensionMethod": false
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundColumn(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
686
|
+
"clrName": "LogFoundColumn",
|
|
687
|
+
"tsEmitName": "logFoundColumn",
|
|
688
|
+
"metadataToken": 100665445,
|
|
689
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
690
|
+
"normalizedSignature": "LogFoundColumn|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
|
|
691
|
+
"emitScope": "ClassSurface",
|
|
692
|
+
"arity": 0,
|
|
693
|
+
"parameterCount": 1,
|
|
694
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
695
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
696
|
+
"isExtensionMethod": false
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"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
|
+
"clrName": "LogFoundForeignKey",
|
|
701
|
+
"tsEmitName": "logFoundForeignKey",
|
|
702
|
+
"metadataToken": 100665446,
|
|
703
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
706
|
+
"arity": 0,
|
|
707
|
+
"parameterCount": 1,
|
|
708
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
709
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
710
|
+
"isExtensionMethod": false
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"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
|
+
"clrName": "LogFoundIndex",
|
|
715
|
+
"tsEmitName": "logFoundIndex",
|
|
716
|
+
"metadataToken": 100665447,
|
|
717
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
720
|
+
"arity": 0,
|
|
721
|
+
"parameterCount": 1,
|
|
722
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
723
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
724
|
+
"isExtensionMethod": false
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"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
|
+
"clrName": "LogFoundPrimaryKey",
|
|
729
|
+
"tsEmitName": "logFoundPrimaryKey",
|
|
730
|
+
"metadataToken": 100665448,
|
|
731
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
734
|
+
"arity": 0,
|
|
735
|
+
"parameterCount": 1,
|
|
736
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
737
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
738
|
+
"isExtensionMethod": false
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources::LogFoundSequence(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
742
|
+
"clrName": "LogFoundSequence",
|
|
743
|
+
"tsEmitName": "logFoundSequence",
|
|
744
|
+
"metadataToken": 100665449,
|
|
745
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
|
|
746
|
+
"normalizedSignature": "LogFoundSequence|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
|
|
747
|
+
"emitScope": "ClassSurface",
|
|
748
|
+
"arity": 0,
|
|
749
|
+
"parameterCount": 1,
|
|
750
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
751
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
752
|
+
"isExtensionMethod": false
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"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
|
+
"clrName": "LogFoundTable",
|
|
757
|
+
"tsEmitName": "logFoundTable",
|
|
758
|
+
"metadataToken": 100665450,
|
|
759
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
762
|
+
"arity": 0,
|
|
763
|
+
"parameterCount": 1,
|
|
764
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
765
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
766
|
+
"isExtensionMethod": false
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"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
|
+
"clrName": "LogFoundUniqueConstraint",
|
|
771
|
+
"tsEmitName": "logFoundUniqueConstraint",
|
|
772
|
+
"metadataToken": 100665451,
|
|
773
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
776
|
+
"arity": 0,
|
|
777
|
+
"parameterCount": 1,
|
|
778
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
779
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
780
|
+
"isExtensionMethod": false
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"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
|
+
"clrName": "LogMissingSchema",
|
|
785
|
+
"tsEmitName": "logMissingSchema",
|
|
786
|
+
"metadataToken": 100665452,
|
|
787
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
790
|
+
"arity": 0,
|
|
791
|
+
"parameterCount": 1,
|
|
792
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
793
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
794
|
+
"isExtensionMethod": false
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"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
|
+
"clrName": "LogMissingTable",
|
|
799
|
+
"tsEmitName": "logMissingTable",
|
|
800
|
+
"metadataToken": 100665453,
|
|
801
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
804
|
+
"arity": 0,
|
|
805
|
+
"parameterCount": 1,
|
|
806
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
807
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
808
|
+
"isExtensionMethod": false
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"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
|
+
"clrName": "LogPrincipalColumnNotFound",
|
|
813
|
+
"tsEmitName": "logPrincipalColumnNotFound",
|
|
814
|
+
"metadataToken": 100665454,
|
|
815
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
818
|
+
"arity": 0,
|
|
819
|
+
"parameterCount": 1,
|
|
820
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
821
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
822
|
+
"isExtensionMethod": false
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"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
|
+
"clrName": "LogPrincipalTableNotInSelectionSet",
|
|
827
|
+
"tsEmitName": "logPrincipalTableNotInSelectionSet",
|
|
828
|
+
"metadataToken": 100665455,
|
|
829
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
832
|
+
"arity": 0,
|
|
833
|
+
"parameterCount": 1,
|
|
834
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
835
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
836
|
+
"isExtensionMethod": false
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"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
|
+
"clrName": "LogUnsupportedColumnConstraintSkipped",
|
|
841
|
+
"tsEmitName": "logUnsupportedColumnConstraintSkipped",
|
|
842
|
+
"metadataToken": 100665456,
|
|
843
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
846
|
+
"arity": 0,
|
|
847
|
+
"parameterCount": 1,
|
|
848
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
849
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
850
|
+
"isExtensionMethod": false
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"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
|
+
"clrName": "LogUnsupportedColumnIndexSkipped",
|
|
855
|
+
"tsEmitName": "logUnsupportedColumnIndexSkipped",
|
|
856
|
+
"metadataToken": 100665457,
|
|
857
|
+
"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
|
+
"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
|
+
"emitScope": "ClassSurface",
|
|
860
|
+
"arity": 0,
|
|
861
|
+
"parameterCount": 1,
|
|
862
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlResources",
|
|
863
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
864
|
+
"isExtensionMethod": false
|
|
865
|
+
}
|
|
866
|
+
],
|
|
867
|
+
"properties": [],
|
|
868
|
+
"fields": [],
|
|
869
|
+
"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
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1036
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1037
|
+
"tsEmitName": "NpgsqlStrings",
|
|
1038
|
+
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1039
|
+
"metadataToken": 0,
|
|
1040
|
+
"methods": [
|
|
1041
|
+
{
|
|
1042
|
+
"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
|
+
"clrName": "DuplicateColumnCompressionMethodMismatch",
|
|
1044
|
+
"tsEmitName": "duplicateColumnCompressionMethodMismatch",
|
|
1045
|
+
"metadataToken": 100665419,
|
|
1046
|
+
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1047
|
+
"normalizedSignature": "DuplicateColumnCompressionMethodMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1048
|
+
"emitScope": "ClassSurface",
|
|
1049
|
+
"arity": 0,
|
|
1050
|
+
"parameterCount": 6,
|
|
1051
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1052
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1053
|
+
"isExtensionMethod": false
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"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
|
+
"clrName": "DuplicateColumnNameValueGenerationStrategyMismatch",
|
|
1058
|
+
"tsEmitName": "duplicateColumnNameValueGenerationStrategyMismatch",
|
|
1059
|
+
"metadataToken": 100665420,
|
|
1060
|
+
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1061
|
+
"normalizedSignature": "DuplicateColumnNameValueGenerationStrategyMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1062
|
+
"emitScope": "ClassSurface",
|
|
1063
|
+
"arity": 0,
|
|
1064
|
+
"parameterCount": 6,
|
|
1065
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1066
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1067
|
+
"isExtensionMethod": false
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"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
|
+
"clrName": "DuplicateIndexCollationMismatch",
|
|
1072
|
+
"tsEmitName": "duplicateIndexCollationMismatch",
|
|
1073
|
+
"metadataToken": 100665421,
|
|
1074
|
+
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1075
|
+
"normalizedSignature": "DuplicateIndexCollationMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1076
|
+
"emitScope": "ClassSurface",
|
|
1077
|
+
"arity": 0,
|
|
1078
|
+
"parameterCount": 6,
|
|
1079
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1080
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1081
|
+
"isExtensionMethod": false
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"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
|
+
"clrName": "DuplicateIndexConcurrentCreationMismatch",
|
|
1086
|
+
"tsEmitName": "duplicateIndexConcurrentCreationMismatch",
|
|
1087
|
+
"metadataToken": 100665422,
|
|
1088
|
+
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1089
|
+
"normalizedSignature": "DuplicateIndexConcurrentCreationMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1090
|
+
"emitScope": "ClassSurface",
|
|
1091
|
+
"arity": 0,
|
|
1092
|
+
"parameterCount": 6,
|
|
1093
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1094
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1095
|
+
"isExtensionMethod": false
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"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
|
+
"clrName": "DuplicateIndexIncludedMismatch",
|
|
1100
|
+
"tsEmitName": "duplicateIndexIncludedMismatch",
|
|
1101
|
+
"metadataToken": 100665423,
|
|
1102
|
+
"canonicalSignature": "(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
|
|
1103
|
+
"normalizedSignature": "DuplicateIndexIncludedMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
|
|
1104
|
+
"emitScope": "ClassSurface",
|
|
1105
|
+
"arity": 0,
|
|
1106
|
+
"parameterCount": 8,
|
|
1107
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1108
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1109
|
+
"isExtensionMethod": false
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::HeterogeneousTypesInNewArray(System.Object,System.Object):System.String",
|
|
1113
|
+
"clrName": "HeterogeneousTypesInNewArray",
|
|
1114
|
+
"tsEmitName": "heterogeneousTypesInNewArray",
|
|
1115
|
+
"metadataToken": 100665426,
|
|
1116
|
+
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1117
|
+
"normalizedSignature": "HeterogeneousTypesInNewArray|(System.Object,System.Object):System.String|static=true",
|
|
1118
|
+
"emitScope": "ClassSurface",
|
|
1119
|
+
"arity": 0,
|
|
1120
|
+
"parameterCount": 2,
|
|
1121
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1122
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1123
|
+
"isExtensionMethod": false
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IdentityBadType(System.Object,System.Object,System.Object):System.String",
|
|
1127
|
+
"clrName": "IdentityBadType",
|
|
1128
|
+
"tsEmitName": "identityBadType",
|
|
1129
|
+
"metadataToken": 100665427,
|
|
1130
|
+
"canonicalSignature": "(System.Object,System.Object,System.Object):System.String",
|
|
1131
|
+
"normalizedSignature": "IdentityBadType|(System.Object,System.Object,System.Object):System.String|static=true",
|
|
1132
|
+
"emitScope": "ClassSurface",
|
|
1133
|
+
"arity": 0,
|
|
1134
|
+
"parameterCount": 3,
|
|
1135
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1136
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1137
|
+
"isExtensionMethod": false
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IncludePropertyDuplicated(System.Object,System.Object):System.String",
|
|
1141
|
+
"clrName": "IncludePropertyDuplicated",
|
|
1142
|
+
"tsEmitName": "includePropertyDuplicated",
|
|
1143
|
+
"metadataToken": 100665428,
|
|
1144
|
+
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1145
|
+
"normalizedSignature": "IncludePropertyDuplicated|(System.Object,System.Object):System.String|static=true",
|
|
1146
|
+
"emitScope": "ClassSurface",
|
|
1147
|
+
"arity": 0,
|
|
1148
|
+
"parameterCount": 2,
|
|
1149
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1150
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1151
|
+
"isExtensionMethod": false
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IncludePropertyInIndex(System.Object,System.Object):System.String",
|
|
1155
|
+
"clrName": "IncludePropertyInIndex",
|
|
1156
|
+
"tsEmitName": "includePropertyInIndex",
|
|
1157
|
+
"metadataToken": 100665429,
|
|
1158
|
+
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1159
|
+
"normalizedSignature": "IncludePropertyInIndex|(System.Object,System.Object):System.String|static=true",
|
|
1160
|
+
"emitScope": "ClassSurface",
|
|
1161
|
+
"arity": 0,
|
|
1162
|
+
"parameterCount": 2,
|
|
1163
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1164
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1165
|
+
"isExtensionMethod": false
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::IncludePropertyNotFound(System.Object,System.Object):System.String",
|
|
1169
|
+
"clrName": "IncludePropertyNotFound",
|
|
1170
|
+
"tsEmitName": "includePropertyNotFound",
|
|
1171
|
+
"metadataToken": 100665430,
|
|
1172
|
+
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1173
|
+
"normalizedSignature": "IncludePropertyNotFound|(System.Object,System.Object):System.String|static=true",
|
|
1174
|
+
"emitScope": "ClassSurface",
|
|
1175
|
+
"arity": 0,
|
|
1176
|
+
"parameterCount": 2,
|
|
1177
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1178
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1179
|
+
"isExtensionMethod": false
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::InvalidTableToIncludeInScaffolding(System.Object):System.String",
|
|
1183
|
+
"clrName": "InvalidTableToIncludeInScaffolding",
|
|
1184
|
+
"tsEmitName": "invalidTableToIncludeInScaffolding",
|
|
1185
|
+
"metadataToken": 100665431,
|
|
1186
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
1187
|
+
"normalizedSignature": "InvalidTableToIncludeInScaffolding|(System.Object):System.String|static=true",
|
|
1188
|
+
"emitScope": "ClassSurface",
|
|
1189
|
+
"arity": 0,
|
|
1190
|
+
"parameterCount": 1,
|
|
1191
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1192
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1193
|
+
"isExtensionMethod": false
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::NonKeyValueGeneration(System.Object,System.Object):System.String",
|
|
1197
|
+
"clrName": "NonKeyValueGeneration",
|
|
1198
|
+
"tsEmitName": "nonKeyValueGeneration",
|
|
1199
|
+
"metadataToken": 100665432,
|
|
1200
|
+
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1201
|
+
"normalizedSignature": "NonKeyValueGeneration|(System.Object,System.Object):System.String|static=true",
|
|
1202
|
+
"emitScope": "ClassSurface",
|
|
1203
|
+
"arity": 0,
|
|
1204
|
+
"parameterCount": 2,
|
|
1205
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1206
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1207
|
+
"isExtensionMethod": false
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::SequenceBadType(System.Object,System.Object,System.Object):System.String",
|
|
1211
|
+
"clrName": "SequenceBadType",
|
|
1212
|
+
"tsEmitName": "sequenceBadType",
|
|
1213
|
+
"metadataToken": 100665435,
|
|
1214
|
+
"canonicalSignature": "(System.Object,System.Object,System.Object):System.String",
|
|
1215
|
+
"normalizedSignature": "SequenceBadType|(System.Object,System.Object,System.Object):System.String|static=true",
|
|
1216
|
+
"emitScope": "ClassSurface",
|
|
1217
|
+
"arity": 0,
|
|
1218
|
+
"parameterCount": 3,
|
|
1219
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1220
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1221
|
+
"isExtensionMethod": false
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::StoredProcedureResultColumnsNotSupported(System.Object,System.Object):System.String",
|
|
1225
|
+
"clrName": "StoredProcedureResultColumnsNotSupported",
|
|
1226
|
+
"tsEmitName": "storedProcedureResultColumnsNotSupported",
|
|
1227
|
+
"metadataToken": 100665436,
|
|
1228
|
+
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1229
|
+
"normalizedSignature": "StoredProcedureResultColumnsNotSupported|(System.Object,System.Object):System.String|static=true",
|
|
1230
|
+
"emitScope": "ClassSurface",
|
|
1231
|
+
"arity": 0,
|
|
1232
|
+
"parameterCount": 2,
|
|
1233
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1234
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1235
|
+
"isExtensionMethod": false
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::StoredProcedureReturnValueNotSupported(System.Object,System.Object):System.String",
|
|
1239
|
+
"clrName": "StoredProcedureReturnValueNotSupported",
|
|
1240
|
+
"tsEmitName": "storedProcedureReturnValueNotSupported",
|
|
1241
|
+
"metadataToken": 100665437,
|
|
1242
|
+
"canonicalSignature": "(System.Object,System.Object):System.String",
|
|
1243
|
+
"normalizedSignature": "StoredProcedureReturnValueNotSupported|(System.Object,System.Object):System.String|static=true",
|
|
1244
|
+
"emitScope": "ClassSurface",
|
|
1245
|
+
"arity": 0,
|
|
1246
|
+
"parameterCount": 2,
|
|
1247
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1248
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1249
|
+
"isExtensionMethod": false
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::TwoDataSourcesInSameServiceProvider(System.Object):System.String",
|
|
1253
|
+
"clrName": "TwoDataSourcesInSameServiceProvider",
|
|
1254
|
+
"tsEmitName": "twoDataSourcesInSameServiceProvider",
|
|
1255
|
+
"metadataToken": 100665438,
|
|
1256
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
1257
|
+
"normalizedSignature": "TwoDataSourcesInSameServiceProvider|(System.Object):System.String|static=true",
|
|
1258
|
+
"emitScope": "ClassSurface",
|
|
1259
|
+
"arity": 0,
|
|
1260
|
+
"parameterCount": 1,
|
|
1261
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1262
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1263
|
+
"isExtensionMethod": false
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"properties": [
|
|
1267
|
+
{
|
|
1268
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::DataSourceAndConfigNotSupported:System.String",
|
|
1269
|
+
"clrName": "DataSourceAndConfigNotSupported",
|
|
1270
|
+
"tsEmitName": "dataSourceAndConfigNotSupported",
|
|
1271
|
+
"metadataToken": 385876190,
|
|
1272
|
+
"canonicalSignature": ":System.String",
|
|
1273
|
+
"normalizedSignature": "DataSourceAndConfigNotSupported|:System.String|static=true|accessor=get",
|
|
1274
|
+
"emitScope": "ClassSurface",
|
|
1275
|
+
"isIndexer": false,
|
|
1276
|
+
"hasGetter": true,
|
|
1277
|
+
"hasSetter": false,
|
|
1278
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1279
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::Ef7JsonMappingNotSupported:System.String",
|
|
1283
|
+
"clrName": "Ef7JsonMappingNotSupported",
|
|
1284
|
+
"tsEmitName": "ef7JsonMappingNotSupported",
|
|
1285
|
+
"metadataToken": 385876191,
|
|
1286
|
+
"canonicalSignature": ":System.String",
|
|
1287
|
+
"normalizedSignature": "Ef7JsonMappingNotSupported|:System.String|static=true|accessor=get",
|
|
1288
|
+
"emitScope": "ClassSurface",
|
|
1289
|
+
"isIndexer": false,
|
|
1290
|
+
"hasGetter": true,
|
|
1291
|
+
"hasSetter": false,
|
|
1292
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1293
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::FreeTextFunctionOnClient:System.String",
|
|
1297
|
+
"clrName": "FreeTextFunctionOnClient",
|
|
1298
|
+
"tsEmitName": "freeTextFunctionOnClient",
|
|
1299
|
+
"metadataToken": 385876192,
|
|
1300
|
+
"canonicalSignature": ":System.String",
|
|
1301
|
+
"normalizedSignature": "FreeTextFunctionOnClient|:System.String|static=true|accessor=get",
|
|
1302
|
+
"emitScope": "ClassSurface",
|
|
1303
|
+
"isIndexer": false,
|
|
1304
|
+
"hasGetter": true,
|
|
1305
|
+
"hasSetter": false,
|
|
1306
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1307
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::RowValueComparisonRequiresTuplesOfSameLength:System.String",
|
|
1311
|
+
"clrName": "RowValueComparisonRequiresTuplesOfSameLength",
|
|
1312
|
+
"tsEmitName": "rowValueComparisonRequiresTuplesOfSameLength",
|
|
1313
|
+
"metadataToken": 385876193,
|
|
1314
|
+
"canonicalSignature": ":System.String",
|
|
1315
|
+
"normalizedSignature": "RowValueComparisonRequiresTuplesOfSameLength|:System.String|static=true|accessor=get",
|
|
1316
|
+
"emitScope": "ClassSurface",
|
|
1317
|
+
"isIndexer": false,
|
|
1318
|
+
"hasGetter": true,
|
|
1319
|
+
"hasSetter": false,
|
|
1320
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1321
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::CannotUseDataSourceWithAuthCallbacks:System.String",
|
|
1325
|
+
"clrName": "CannotUseDataSourceWithAuthCallbacks",
|
|
1326
|
+
"tsEmitName": "cannotUseDataSourceWithAuthCallbacks",
|
|
1327
|
+
"metadataToken": 385876194,
|
|
1328
|
+
"canonicalSignature": ":System.String",
|
|
1329
|
+
"normalizedSignature": "CannotUseDataSourceWithAuthCallbacks|:System.String|static=true|accessor=get",
|
|
1330
|
+
"emitScope": "ClassSurface",
|
|
1331
|
+
"isIndexer": false,
|
|
1332
|
+
"hasGetter": true,
|
|
1333
|
+
"hasSetter": false,
|
|
1334
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1335
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings::TransientExceptionDetected:System.String",
|
|
1339
|
+
"clrName": "TransientExceptionDetected",
|
|
1340
|
+
"tsEmitName": "transientExceptionDetected",
|
|
1341
|
+
"metadataToken": 385876195,
|
|
1342
|
+
"canonicalSignature": ":System.String",
|
|
1343
|
+
"normalizedSignature": "TransientExceptionDetected|:System.String|static=true|accessor=get",
|
|
1344
|
+
"emitScope": "ClassSurface",
|
|
1345
|
+
"isIndexer": false,
|
|
1346
|
+
"hasGetter": true,
|
|
1347
|
+
"hasSetter": false,
|
|
1348
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Internal.NpgsqlStrings",
|
|
1349
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"fields": [],
|
|
1353
|
+
"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
|
+
]
|
|
1579
|
+
}
|
|
1580
|
+
]
|
|
1581
|
+
}
|