@tsonic/efcore-npgsql 0.1.2 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,356 +1,225 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Abstractions",
|
|
6
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
7
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
8
|
+
],
|
|
3
9
|
"types": [
|
|
4
10
|
{
|
|
5
11
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
6
12
|
"clrName": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
7
|
-
"tsEmitName": "NpgsqlEfEventId",
|
|
8
13
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
9
14
|
"metadataToken": 0,
|
|
15
|
+
"kind": "StaticNamespace",
|
|
16
|
+
"accessibility": "Public",
|
|
17
|
+
"isAbstract": true,
|
|
18
|
+
"isSealed": true,
|
|
19
|
+
"isStatic": true,
|
|
20
|
+
"arity": 0,
|
|
21
|
+
"baseType": {
|
|
22
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
23
|
+
"clrName": "System.Object"
|
|
24
|
+
},
|
|
10
25
|
"methods": [],
|
|
11
26
|
"properties": [],
|
|
12
27
|
"fields": [
|
|
13
28
|
{
|
|
14
29
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
|
|
15
30
|
"clrName": "ColumnFound",
|
|
16
|
-
"tsEmitName": "columnFound",
|
|
17
31
|
"metadataToken": 67108908,
|
|
18
32
|
"normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
19
33
|
"isStatic": true,
|
|
20
34
|
"isReadOnly": true,
|
|
35
|
+
"isLiteral": false,
|
|
36
|
+
"visibility": "Public",
|
|
21
37
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
22
38
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
23
39
|
},
|
|
24
40
|
{
|
|
25
41
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingSchemaWarningMicrosoft.Extensions.Logging.EventId",
|
|
26
42
|
"clrName": "MissingSchemaWarning",
|
|
27
|
-
"tsEmitName": "missingSchemaWarning",
|
|
28
43
|
"metadataToken": 67108909,
|
|
29
44
|
"normalizedSignature": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
30
45
|
"isStatic": true,
|
|
31
46
|
"isReadOnly": true,
|
|
47
|
+
"isLiteral": false,
|
|
48
|
+
"visibility": "Public",
|
|
32
49
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
33
50
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
34
51
|
},
|
|
35
52
|
{
|
|
36
53
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::CollationFoundMicrosoft.Extensions.Logging.EventId",
|
|
37
54
|
"clrName": "CollationFound",
|
|
38
|
-
"tsEmitName": "collationFound",
|
|
39
55
|
"metadataToken": 67108910,
|
|
40
56
|
"normalizedSignature": "CollationFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
41
57
|
"isStatic": true,
|
|
42
58
|
"isReadOnly": true,
|
|
59
|
+
"isLiteral": false,
|
|
60
|
+
"visibility": "Public",
|
|
43
61
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
44
62
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
45
63
|
},
|
|
46
64
|
{
|
|
47
65
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
|
|
48
66
|
"clrName": "MissingTableWarning",
|
|
49
|
-
"tsEmitName": "missingTableWarning",
|
|
50
67
|
"metadataToken": 67108911,
|
|
51
68
|
"normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
52
69
|
"isStatic": true,
|
|
53
70
|
"isReadOnly": true,
|
|
71
|
+
"isLiteral": false,
|
|
72
|
+
"visibility": "Public",
|
|
54
73
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
55
74
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
56
75
|
},
|
|
57
76
|
{
|
|
58
77
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyReferencesMissingPrincipalTableWarningMicrosoft.Extensions.Logging.EventId",
|
|
59
78
|
"clrName": "ForeignKeyReferencesMissingPrincipalTableWarning",
|
|
60
|
-
"tsEmitName": "foreignKeyReferencesMissingPrincipalTableWarning",
|
|
61
79
|
"metadataToken": 67108912,
|
|
62
80
|
"normalizedSignature": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
63
81
|
"isStatic": true,
|
|
64
82
|
"isReadOnly": true,
|
|
83
|
+
"isLiteral": false,
|
|
84
|
+
"visibility": "Public",
|
|
65
85
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
66
86
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
67
87
|
},
|
|
68
88
|
{
|
|
69
89
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
|
|
70
90
|
"clrName": "TableFound",
|
|
71
|
-
"tsEmitName": "tableFound",
|
|
72
91
|
"metadataToken": 67108913,
|
|
73
92
|
"normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
74
93
|
"isStatic": true,
|
|
75
94
|
"isReadOnly": true,
|
|
95
|
+
"isLiteral": false,
|
|
96
|
+
"visibility": "Public",
|
|
76
97
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
77
98
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
78
99
|
},
|
|
79
100
|
{
|
|
80
101
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::SequenceFoundMicrosoft.Extensions.Logging.EventId",
|
|
81
102
|
"clrName": "SequenceFound",
|
|
82
|
-
"tsEmitName": "sequenceFound",
|
|
83
103
|
"metadataToken": 67108914,
|
|
84
104
|
"normalizedSignature": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
85
105
|
"isStatic": true,
|
|
86
106
|
"isReadOnly": true,
|
|
107
|
+
"isLiteral": false,
|
|
108
|
+
"visibility": "Public",
|
|
87
109
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
88
110
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
89
111
|
},
|
|
90
112
|
{
|
|
91
113
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
|
|
92
114
|
"clrName": "PrimaryKeyFound",
|
|
93
|
-
"tsEmitName": "primaryKeyFound",
|
|
94
115
|
"metadataToken": 67108915,
|
|
95
116
|
"normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
96
117
|
"isStatic": true,
|
|
97
118
|
"isReadOnly": true,
|
|
119
|
+
"isLiteral": false,
|
|
120
|
+
"visibility": "Public",
|
|
98
121
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
99
122
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
100
123
|
},
|
|
101
124
|
{
|
|
102
125
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
|
|
103
126
|
"clrName": "UniqueConstraintFound",
|
|
104
|
-
"tsEmitName": "uniqueConstraintFound",
|
|
105
127
|
"metadataToken": 67108916,
|
|
106
128
|
"normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
107
129
|
"isStatic": true,
|
|
108
130
|
"isReadOnly": true,
|
|
131
|
+
"isLiteral": false,
|
|
132
|
+
"visibility": "Public",
|
|
109
133
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
110
134
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
111
135
|
},
|
|
112
136
|
{
|
|
113
137
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
|
|
114
138
|
"clrName": "IndexFound",
|
|
115
|
-
"tsEmitName": "indexFound",
|
|
116
139
|
"metadataToken": 67108917,
|
|
117
140
|
"normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
118
141
|
"isStatic": true,
|
|
119
142
|
"isReadOnly": true,
|
|
143
|
+
"isLiteral": false,
|
|
144
|
+
"visibility": "Public",
|
|
120
145
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
121
146
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
122
147
|
},
|
|
123
148
|
{
|
|
124
149
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
|
|
125
150
|
"clrName": "ForeignKeyFound",
|
|
126
|
-
"tsEmitName": "foreignKeyFound",
|
|
127
151
|
"metadataToken": 67108918,
|
|
128
152
|
"normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
129
153
|
"isStatic": true,
|
|
130
154
|
"isReadOnly": true,
|
|
155
|
+
"isLiteral": false,
|
|
156
|
+
"visibility": "Public",
|
|
131
157
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
132
158
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
133
159
|
},
|
|
134
160
|
{
|
|
135
161
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
|
|
136
162
|
"clrName": "ForeignKeyPrincipalColumnMissingWarning",
|
|
137
|
-
"tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
|
|
138
163
|
"metadataToken": 67108919,
|
|
139
164
|
"normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
140
165
|
"isStatic": true,
|
|
141
166
|
"isReadOnly": true,
|
|
167
|
+
"isLiteral": false,
|
|
168
|
+
"visibility": "Public",
|
|
142
169
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
143
170
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
144
171
|
},
|
|
145
172
|
{
|
|
146
173
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::EnumColumnSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
147
174
|
"clrName": "EnumColumnSkippedWarning",
|
|
148
|
-
"tsEmitName": "enumColumnSkippedWarning",
|
|
149
175
|
"metadataToken": 67108920,
|
|
150
176
|
"normalizedSignature": "EnumColumnSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
151
177
|
"isStatic": true,
|
|
152
178
|
"isReadOnly": true,
|
|
179
|
+
"isLiteral": false,
|
|
180
|
+
"visibility": "Public",
|
|
153
181
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
154
182
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
155
183
|
},
|
|
156
184
|
{
|
|
157
185
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ExpressionIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
158
186
|
"clrName": "ExpressionIndexSkippedWarning",
|
|
159
|
-
"tsEmitName": "expressionIndexSkippedWarning",
|
|
160
187
|
"metadataToken": 67108921,
|
|
161
188
|
"normalizedSignature": "ExpressionIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
162
189
|
"isStatic": true,
|
|
163
190
|
"isReadOnly": true,
|
|
191
|
+
"isLiteral": false,
|
|
192
|
+
"visibility": "Public",
|
|
164
193
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
165
194
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
166
195
|
},
|
|
167
196
|
{
|
|
168
197
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
169
198
|
"clrName": "UnsupportedColumnIndexSkippedWarning",
|
|
170
|
-
"tsEmitName": "unsupportedColumnIndexSkippedWarning",
|
|
171
199
|
"metadataToken": 67108922,
|
|
172
200
|
"normalizedSignature": "UnsupportedColumnIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
173
201
|
"isStatic": true,
|
|
174
202
|
"isReadOnly": true,
|
|
203
|
+
"isLiteral": false,
|
|
204
|
+
"visibility": "Public",
|
|
175
205
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
176
206
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
177
207
|
},
|
|
178
208
|
{
|
|
179
209
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnConstraintSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
180
210
|
"clrName": "UnsupportedColumnConstraintSkippedWarning",
|
|
181
|
-
"tsEmitName": "unsupportedColumnConstraintSkippedWarning",
|
|
182
211
|
"metadataToken": 67108923,
|
|
183
212
|
"normalizedSignature": "UnsupportedColumnConstraintSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
184
213
|
"isStatic": true,
|
|
185
214
|
"isReadOnly": true,
|
|
215
|
+
"isLiteral": false,
|
|
216
|
+
"visibility": "Public",
|
|
186
217
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
187
218
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
188
219
|
}
|
|
189
220
|
],
|
|
190
221
|
"events": [],
|
|
191
|
-
"constructors": []
|
|
192
|
-
"exposedFields": [
|
|
193
|
-
{
|
|
194
|
-
"tsName": "columnFound",
|
|
195
|
-
"isStatic": true,
|
|
196
|
-
"tsSignatureId": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
197
|
-
"target": {
|
|
198
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
199
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
200
|
-
"metadataToken": 67108908
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"tsName": "missingSchemaWarning",
|
|
205
|
-
"isStatic": true,
|
|
206
|
-
"tsSignatureId": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
207
|
-
"target": {
|
|
208
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
209
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
210
|
-
"metadataToken": 67108909
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"tsName": "collationFound",
|
|
215
|
-
"isStatic": true,
|
|
216
|
-
"tsSignatureId": "CollationFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
217
|
-
"target": {
|
|
218
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
219
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
220
|
-
"metadataToken": 67108910
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"tsName": "missingTableWarning",
|
|
225
|
-
"isStatic": true,
|
|
226
|
-
"tsSignatureId": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
227
|
-
"target": {
|
|
228
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
229
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
230
|
-
"metadataToken": 67108911
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"tsName": "foreignKeyReferencesMissingPrincipalTableWarning",
|
|
235
|
-
"isStatic": true,
|
|
236
|
-
"tsSignatureId": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
237
|
-
"target": {
|
|
238
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
239
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
240
|
-
"metadataToken": 67108912
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"tsName": "tableFound",
|
|
245
|
-
"isStatic": true,
|
|
246
|
-
"tsSignatureId": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
247
|
-
"target": {
|
|
248
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
249
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
250
|
-
"metadataToken": 67108913
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"tsName": "sequenceFound",
|
|
255
|
-
"isStatic": true,
|
|
256
|
-
"tsSignatureId": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
257
|
-
"target": {
|
|
258
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
259
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
260
|
-
"metadataToken": 67108914
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"tsName": "primaryKeyFound",
|
|
265
|
-
"isStatic": true,
|
|
266
|
-
"tsSignatureId": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
267
|
-
"target": {
|
|
268
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
269
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
270
|
-
"metadataToken": 67108915
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"tsName": "uniqueConstraintFound",
|
|
275
|
-
"isStatic": true,
|
|
276
|
-
"tsSignatureId": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
277
|
-
"target": {
|
|
278
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
279
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
280
|
-
"metadataToken": 67108916
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"tsName": "indexFound",
|
|
285
|
-
"isStatic": true,
|
|
286
|
-
"tsSignatureId": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
287
|
-
"target": {
|
|
288
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
289
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
290
|
-
"metadataToken": 67108917
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"tsName": "foreignKeyFound",
|
|
295
|
-
"isStatic": true,
|
|
296
|
-
"tsSignatureId": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
297
|
-
"target": {
|
|
298
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
299
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
300
|
-
"metadataToken": 67108918
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"tsName": "foreignKeyPrincipalColumnMissingWarning",
|
|
305
|
-
"isStatic": true,
|
|
306
|
-
"tsSignatureId": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
307
|
-
"target": {
|
|
308
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
309
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
310
|
-
"metadataToken": 67108919
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"tsName": "enumColumnSkippedWarning",
|
|
315
|
-
"isStatic": true,
|
|
316
|
-
"tsSignatureId": "EnumColumnSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
317
|
-
"target": {
|
|
318
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
319
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
320
|
-
"metadataToken": 67108920
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"tsName": "expressionIndexSkippedWarning",
|
|
325
|
-
"isStatic": true,
|
|
326
|
-
"tsSignatureId": "ExpressionIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
327
|
-
"target": {
|
|
328
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
329
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
330
|
-
"metadataToken": 67108921
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"tsName": "unsupportedColumnIndexSkippedWarning",
|
|
335
|
-
"isStatic": true,
|
|
336
|
-
"tsSignatureId": "UnsupportedColumnIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
337
|
-
"target": {
|
|
338
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
339
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
340
|
-
"metadataToken": 67108922
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"tsName": "unsupportedColumnConstraintSkippedWarning",
|
|
345
|
-
"isStatic": true,
|
|
346
|
-
"tsSignatureId": "UnsupportedColumnConstraintSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
347
|
-
"target": {
|
|
348
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
349
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
350
|
-
"metadataToken": 67108923
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
]
|
|
222
|
+
"constructors": []
|
|
354
223
|
}
|
|
355
224
|
]
|
|
356
225
|
}
|
|
@@ -11,22 +11,22 @@ import type { Object as ClrObject } from "@tsonic/dotnet/System.js";
|
|
|
11
11
|
import type { EventId } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
12
12
|
|
|
13
13
|
export abstract class NpgsqlEfEventId$instance {
|
|
14
|
-
static readonly
|
|
15
|
-
static readonly
|
|
16
|
-
static readonly
|
|
17
|
-
static readonly
|
|
18
|
-
static readonly
|
|
19
|
-
static readonly
|
|
20
|
-
static readonly
|
|
21
|
-
static readonly
|
|
22
|
-
static readonly
|
|
23
|
-
static readonly
|
|
24
|
-
static readonly
|
|
25
|
-
static readonly
|
|
26
|
-
static readonly
|
|
27
|
-
static readonly
|
|
28
|
-
static readonly
|
|
29
|
-
static readonly
|
|
14
|
+
static readonly ColumnFound: EventId;
|
|
15
|
+
static readonly MissingSchemaWarning: EventId;
|
|
16
|
+
static readonly CollationFound: EventId;
|
|
17
|
+
static readonly MissingTableWarning: EventId;
|
|
18
|
+
static readonly ForeignKeyReferencesMissingPrincipalTableWarning: EventId;
|
|
19
|
+
static readonly TableFound: EventId;
|
|
20
|
+
static readonly SequenceFound: EventId;
|
|
21
|
+
static readonly PrimaryKeyFound: EventId;
|
|
22
|
+
static readonly UniqueConstraintFound: EventId;
|
|
23
|
+
static readonly IndexFound: EventId;
|
|
24
|
+
static readonly ForeignKeyFound: EventId;
|
|
25
|
+
static readonly ForeignKeyPrincipalColumnMissingWarning: EventId;
|
|
26
|
+
static readonly EnumColumnSkippedWarning: EventId;
|
|
27
|
+
static readonly ExpressionIndexSkippedWarning: EventId;
|
|
28
|
+
static readonly UnsupportedColumnIndexSkippedWarning: EventId;
|
|
29
|
+
static readonly UnsupportedColumnConstraintSkippedWarning: EventId;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
|
|
@@ -1,23 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Metadata.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
6
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
7
|
+
],
|
|
3
8
|
"types": [
|
|
4
9
|
{
|
|
5
10
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
|
|
6
11
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
|
|
7
|
-
"tsEmitName": "NpgsqlIndexExtensions",
|
|
8
12
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
9
13
|
"metadataToken": 0,
|
|
14
|
+
"kind": "StaticNamespace",
|
|
15
|
+
"accessibility": "Public",
|
|
16
|
+
"isAbstract": true,
|
|
17
|
+
"isSealed": true,
|
|
18
|
+
"isStatic": true,
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"baseType": {
|
|
21
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
22
|
+
"clrName": "System.Object"
|
|
23
|
+
},
|
|
10
24
|
"methods": [
|
|
11
25
|
{
|
|
12
26
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions::AreCompatibleForNpgsql(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean",
|
|
13
27
|
"clrName": "AreCompatibleForNpgsql",
|
|
14
|
-
"tsEmitName": "areCompatibleForNpgsql",
|
|
15
28
|
"metadataToken": 100664043,
|
|
16
29
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean",
|
|
17
30
|
"normalizedSignature": "AreCompatibleForNpgsql|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean|static=true",
|
|
18
31
|
"emitScope": "ClassSurface",
|
|
32
|
+
"provenance": "Original",
|
|
19
33
|
"arity": 0,
|
|
20
34
|
"parameterCount": 4,
|
|
35
|
+
"isStatic": true,
|
|
36
|
+
"isAbstract": false,
|
|
37
|
+
"isVirtual": false,
|
|
38
|
+
"isOverride": false,
|
|
39
|
+
"isSealed": false,
|
|
40
|
+
"visibility": "Public",
|
|
21
41
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
|
|
22
42
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
43
|
"isExtensionMethod": true,
|
|
@@ -32,19 +52,7 @@
|
|
|
32
52
|
"properties": [],
|
|
33
53
|
"fields": [],
|
|
34
54
|
"events": [],
|
|
35
|
-
"constructors": []
|
|
36
|
-
"exposedMethods": [
|
|
37
|
-
{
|
|
38
|
-
"tsName": "areCompatibleForNpgsql",
|
|
39
|
-
"isStatic": true,
|
|
40
|
-
"tsSignatureId": "AreCompatibleForNpgsql|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean|static=true",
|
|
41
|
-
"target": {
|
|
42
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
|
|
43
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
44
|
-
"metadataToken": 100664043
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
]
|
|
55
|
+
"constructors": []
|
|
48
56
|
}
|
|
49
57
|
]
|
|
50
58
|
}
|
|
@@ -14,7 +14,7 @@ import type { Boolean as ClrBoolean, Object as ClrObject } from "@tsonic/dotnet/
|
|
|
14
14
|
import type { IReadOnlyIndex, StoreObjectIdentifier } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
15
15
|
|
|
16
16
|
export abstract class NpgsqlIndexExtensions$instance {
|
|
17
|
-
static
|
|
17
|
+
static AreCompatibleForNpgsql(index: IReadOnlyIndex, duplicateIndex: IReadOnlyIndex, storeObject: StoreObjectIdentifier, shouldThrow: boolean): boolean;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
@@ -1,23 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.DependencyInjection",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.Extensions.Caching.Memory",
|
|
6
|
+
"Microsoft.Extensions.DependencyInjection",
|
|
7
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions",
|
|
8
|
+
"Microsoft.Extensions.Logging",
|
|
9
|
+
"Microsoft.Extensions.Options",
|
|
10
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
11
|
+
],
|
|
3
12
|
"types": [
|
|
4
13
|
{
|
|
5
14
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
6
15
|
"clrName": "Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
7
|
-
"tsEmitName": "NpgsqlServiceCollectionExtensions",
|
|
8
16
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
9
17
|
"metadataToken": 0,
|
|
18
|
+
"kind": "StaticNamespace",
|
|
19
|
+
"accessibility": "Public",
|
|
20
|
+
"isAbstract": true,
|
|
21
|
+
"isSealed": true,
|
|
22
|
+
"isStatic": true,
|
|
23
|
+
"arity": 0,
|
|
24
|
+
"baseType": {
|
|
25
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
26
|
+
"clrName": "System.Object"
|
|
27
|
+
},
|
|
10
28
|
"methods": [
|
|
11
29
|
{
|
|
12
30
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions::AddNpgsql(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.NpgsqlDbContextOptionsBuilder,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection",
|
|
13
31
|
"clrName": "AddNpgsql",
|
|
14
|
-
"tsEmitName": "addNpgsql",
|
|
15
32
|
"metadataToken": 100663410,
|
|
16
33
|
"canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.NpgsqlDbContextOptionsBuilder,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection",
|
|
17
34
|
"normalizedSignature": "AddNpgsql|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.NpgsqlDbContextOptionsBuilder,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
|
|
18
35
|
"emitScope": "ClassSurface",
|
|
36
|
+
"provenance": "Original",
|
|
19
37
|
"arity": 1,
|
|
20
38
|
"parameterCount": 4,
|
|
39
|
+
"isStatic": true,
|
|
40
|
+
"isAbstract": false,
|
|
41
|
+
"isVirtual": false,
|
|
42
|
+
"isOverride": false,
|
|
43
|
+
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
21
45
|
"declaringClrType": "Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
22
46
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
47
|
"isExtensionMethod": true
|
|
@@ -25,13 +49,19 @@
|
|
|
25
49
|
{
|
|
26
50
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions::AddEntityFrameworkNpgsql(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
|
|
27
51
|
"clrName": "AddEntityFrameworkNpgsql",
|
|
28
|
-
"tsEmitName": "addEntityFrameworkNpgsql",
|
|
29
52
|
"metadataToken": 100663411,
|
|
30
53
|
"canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
|
|
31
54
|
"normalizedSignature": "AddEntityFrameworkNpgsql|(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
|
|
32
55
|
"emitScope": "ClassSurface",
|
|
56
|
+
"provenance": "Original",
|
|
33
57
|
"arity": 0,
|
|
34
58
|
"parameterCount": 1,
|
|
59
|
+
"isStatic": true,
|
|
60
|
+
"isAbstract": false,
|
|
61
|
+
"isVirtual": false,
|
|
62
|
+
"isOverride": false,
|
|
63
|
+
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
35
65
|
"declaringClrType": "Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
36
66
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
37
67
|
"isExtensionMethod": true
|
|
@@ -40,29 +70,7 @@
|
|
|
40
70
|
"properties": [],
|
|
41
71
|
"fields": [],
|
|
42
72
|
"events": [],
|
|
43
|
-
"constructors": []
|
|
44
|
-
"exposedMethods": [
|
|
45
|
-
{
|
|
46
|
-
"tsName": "addNpgsql",
|
|
47
|
-
"isStatic": true,
|
|
48
|
-
"tsSignatureId": "AddNpgsql|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.NpgsqlDbContextOptionsBuilder,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
|
|
49
|
-
"target": {
|
|
50
|
-
"declaringClrType": "Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
51
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
52
|
-
"metadataToken": 100663410
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"tsName": "addEntityFrameworkNpgsql",
|
|
57
|
-
"isStatic": true,
|
|
58
|
-
"tsSignatureId": "AddEntityFrameworkNpgsql|(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
|
|
59
|
-
"target": {
|
|
60
|
-
"declaringClrType": "Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
61
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
62
|
-
"metadataToken": 100663411
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
]
|
|
73
|
+
"constructors": []
|
|
66
74
|
}
|
|
67
75
|
]
|
|
68
76
|
}
|
|
@@ -13,8 +13,8 @@ import type { DbContext, DbContextOptionsBuilder } from "@tsonic/efcore/Microsof
|
|
|
13
13
|
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
14
14
|
|
|
15
15
|
export abstract class NpgsqlServiceCollectionExtensions$instance {
|
|
16
|
-
static
|
|
17
|
-
static
|
|
16
|
+
static AddEntityFrameworkNpgsql(serviceCollection: IServiceCollection): IServiceCollection;
|
|
17
|
+
static AddNpgsql<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>, optionsAction?: Action<DbContextOptionsBuilder>): IServiceCollection;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|