@tsonic/efcore-npgsql 0.1.1 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +244 -244
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,356 +1,205 @@
|
|
|
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,
|
|
10
21
|
"methods": [],
|
|
11
22
|
"properties": [],
|
|
12
23
|
"fields": [
|
|
13
24
|
{
|
|
14
25
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
|
|
15
26
|
"clrName": "ColumnFound",
|
|
16
|
-
"tsEmitName": "columnFound",
|
|
17
27
|
"metadataToken": 67108908,
|
|
18
28
|
"normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
19
29
|
"isStatic": true,
|
|
20
30
|
"isReadOnly": true,
|
|
31
|
+
"isLiteral": false,
|
|
21
32
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
22
33
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
23
34
|
},
|
|
24
35
|
{
|
|
25
36
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingSchemaWarningMicrosoft.Extensions.Logging.EventId",
|
|
26
37
|
"clrName": "MissingSchemaWarning",
|
|
27
|
-
"tsEmitName": "missingSchemaWarning",
|
|
28
38
|
"metadataToken": 67108909,
|
|
29
39
|
"normalizedSignature": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
30
40
|
"isStatic": true,
|
|
31
41
|
"isReadOnly": true,
|
|
42
|
+
"isLiteral": false,
|
|
32
43
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
33
44
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
34
45
|
},
|
|
35
46
|
{
|
|
36
47
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::CollationFoundMicrosoft.Extensions.Logging.EventId",
|
|
37
48
|
"clrName": "CollationFound",
|
|
38
|
-
"tsEmitName": "collationFound",
|
|
39
49
|
"metadataToken": 67108910,
|
|
40
50
|
"normalizedSignature": "CollationFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
41
51
|
"isStatic": true,
|
|
42
52
|
"isReadOnly": true,
|
|
53
|
+
"isLiteral": false,
|
|
43
54
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
44
55
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
45
56
|
},
|
|
46
57
|
{
|
|
47
58
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
|
|
48
59
|
"clrName": "MissingTableWarning",
|
|
49
|
-
"tsEmitName": "missingTableWarning",
|
|
50
60
|
"metadataToken": 67108911,
|
|
51
61
|
"normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
52
62
|
"isStatic": true,
|
|
53
63
|
"isReadOnly": true,
|
|
64
|
+
"isLiteral": false,
|
|
54
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
55
66
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
56
67
|
},
|
|
57
68
|
{
|
|
58
69
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyReferencesMissingPrincipalTableWarningMicrosoft.Extensions.Logging.EventId",
|
|
59
70
|
"clrName": "ForeignKeyReferencesMissingPrincipalTableWarning",
|
|
60
|
-
"tsEmitName": "foreignKeyReferencesMissingPrincipalTableWarning",
|
|
61
71
|
"metadataToken": 67108912,
|
|
62
72
|
"normalizedSignature": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
63
73
|
"isStatic": true,
|
|
64
74
|
"isReadOnly": true,
|
|
75
|
+
"isLiteral": false,
|
|
65
76
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
66
77
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
67
78
|
},
|
|
68
79
|
{
|
|
69
80
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
|
|
70
81
|
"clrName": "TableFound",
|
|
71
|
-
"tsEmitName": "tableFound",
|
|
72
82
|
"metadataToken": 67108913,
|
|
73
83
|
"normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
74
84
|
"isStatic": true,
|
|
75
85
|
"isReadOnly": true,
|
|
86
|
+
"isLiteral": false,
|
|
76
87
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
77
88
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
78
89
|
},
|
|
79
90
|
{
|
|
80
91
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::SequenceFoundMicrosoft.Extensions.Logging.EventId",
|
|
81
92
|
"clrName": "SequenceFound",
|
|
82
|
-
"tsEmitName": "sequenceFound",
|
|
83
93
|
"metadataToken": 67108914,
|
|
84
94
|
"normalizedSignature": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
85
95
|
"isStatic": true,
|
|
86
96
|
"isReadOnly": true,
|
|
97
|
+
"isLiteral": false,
|
|
87
98
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
88
99
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
89
100
|
},
|
|
90
101
|
{
|
|
91
102
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
|
|
92
103
|
"clrName": "PrimaryKeyFound",
|
|
93
|
-
"tsEmitName": "primaryKeyFound",
|
|
94
104
|
"metadataToken": 67108915,
|
|
95
105
|
"normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
96
106
|
"isStatic": true,
|
|
97
107
|
"isReadOnly": true,
|
|
108
|
+
"isLiteral": false,
|
|
98
109
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
99
110
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
100
111
|
},
|
|
101
112
|
{
|
|
102
113
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
|
|
103
114
|
"clrName": "UniqueConstraintFound",
|
|
104
|
-
"tsEmitName": "uniqueConstraintFound",
|
|
105
115
|
"metadataToken": 67108916,
|
|
106
116
|
"normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
107
117
|
"isStatic": true,
|
|
108
118
|
"isReadOnly": true,
|
|
119
|
+
"isLiteral": false,
|
|
109
120
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
110
121
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
111
122
|
},
|
|
112
123
|
{
|
|
113
124
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
|
|
114
125
|
"clrName": "IndexFound",
|
|
115
|
-
"tsEmitName": "indexFound",
|
|
116
126
|
"metadataToken": 67108917,
|
|
117
127
|
"normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
118
128
|
"isStatic": true,
|
|
119
129
|
"isReadOnly": true,
|
|
130
|
+
"isLiteral": false,
|
|
120
131
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
121
132
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
122
133
|
},
|
|
123
134
|
{
|
|
124
135
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
|
|
125
136
|
"clrName": "ForeignKeyFound",
|
|
126
|
-
"tsEmitName": "foreignKeyFound",
|
|
127
137
|
"metadataToken": 67108918,
|
|
128
138
|
"normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
129
139
|
"isStatic": true,
|
|
130
140
|
"isReadOnly": true,
|
|
141
|
+
"isLiteral": false,
|
|
131
142
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
132
143
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
133
144
|
},
|
|
134
145
|
{
|
|
135
146
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
|
|
136
147
|
"clrName": "ForeignKeyPrincipalColumnMissingWarning",
|
|
137
|
-
"tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
|
|
138
148
|
"metadataToken": 67108919,
|
|
139
149
|
"normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
140
150
|
"isStatic": true,
|
|
141
151
|
"isReadOnly": true,
|
|
152
|
+
"isLiteral": false,
|
|
142
153
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
143
154
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
144
155
|
},
|
|
145
156
|
{
|
|
146
157
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::EnumColumnSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
147
158
|
"clrName": "EnumColumnSkippedWarning",
|
|
148
|
-
"tsEmitName": "enumColumnSkippedWarning",
|
|
149
159
|
"metadataToken": 67108920,
|
|
150
160
|
"normalizedSignature": "EnumColumnSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
151
161
|
"isStatic": true,
|
|
152
162
|
"isReadOnly": true,
|
|
163
|
+
"isLiteral": false,
|
|
153
164
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
154
165
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
155
166
|
},
|
|
156
167
|
{
|
|
157
168
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ExpressionIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
158
169
|
"clrName": "ExpressionIndexSkippedWarning",
|
|
159
|
-
"tsEmitName": "expressionIndexSkippedWarning",
|
|
160
170
|
"metadataToken": 67108921,
|
|
161
171
|
"normalizedSignature": "ExpressionIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
162
172
|
"isStatic": true,
|
|
163
173
|
"isReadOnly": true,
|
|
174
|
+
"isLiteral": false,
|
|
164
175
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
165
176
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
166
177
|
},
|
|
167
178
|
{
|
|
168
179
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
169
180
|
"clrName": "UnsupportedColumnIndexSkippedWarning",
|
|
170
|
-
"tsEmitName": "unsupportedColumnIndexSkippedWarning",
|
|
171
181
|
"metadataToken": 67108922,
|
|
172
182
|
"normalizedSignature": "UnsupportedColumnIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
173
183
|
"isStatic": true,
|
|
174
184
|
"isReadOnly": true,
|
|
185
|
+
"isLiteral": false,
|
|
175
186
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
176
187
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
177
188
|
},
|
|
178
189
|
{
|
|
179
190
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnConstraintSkippedWarningMicrosoft.Extensions.Logging.EventId",
|
|
180
191
|
"clrName": "UnsupportedColumnConstraintSkippedWarning",
|
|
181
|
-
"tsEmitName": "unsupportedColumnConstraintSkippedWarning",
|
|
182
192
|
"metadataToken": 67108923,
|
|
183
193
|
"normalizedSignature": "UnsupportedColumnConstraintSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
|
|
184
194
|
"isStatic": true,
|
|
185
195
|
"isReadOnly": true,
|
|
196
|
+
"isLiteral": false,
|
|
186
197
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
|
|
187
198
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
188
199
|
}
|
|
189
200
|
],
|
|
190
201
|
"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
|
-
]
|
|
202
|
+
"constructors": []
|
|
354
203
|
}
|
|
355
204
|
]
|
|
356
205
|
}
|
|
@@ -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,38 @@
|
|
|
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,
|
|
10
20
|
"methods": [
|
|
11
21
|
{
|
|
12
22
|
"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
23
|
"clrName": "AreCompatibleForNpgsql",
|
|
14
|
-
"tsEmitName": "areCompatibleForNpgsql",
|
|
15
24
|
"metadataToken": 100664043,
|
|
16
25
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean",
|
|
17
26
|
"normalizedSignature": "AreCompatibleForNpgsql|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean|static=true",
|
|
18
27
|
"emitScope": "ClassSurface",
|
|
28
|
+
"provenance": "Original",
|
|
19
29
|
"arity": 0,
|
|
20
30
|
"parameterCount": 4,
|
|
31
|
+
"isStatic": true,
|
|
32
|
+
"isAbstract": false,
|
|
33
|
+
"isVirtual": false,
|
|
34
|
+
"isOverride": false,
|
|
35
|
+
"isSealed": false,
|
|
21
36
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
|
|
22
37
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
38
|
"isExtensionMethod": true,
|
|
@@ -32,19 +47,7 @@
|
|
|
32
47
|
"properties": [],
|
|
33
48
|
"fields": [],
|
|
34
49
|
"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
|
-
]
|
|
50
|
+
"constructors": []
|
|
48
51
|
}
|
|
49
52
|
]
|
|
50
53
|
}
|
|
@@ -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,42 @@
|
|
|
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,
|
|
10
24
|
"methods": [
|
|
11
25
|
{
|
|
12
26
|
"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
27
|
"clrName": "AddNpgsql",
|
|
14
|
-
"tsEmitName": "addNpgsql",
|
|
15
28
|
"metadataToken": 100663410,
|
|
16
29
|
"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
30
|
"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
31
|
"emitScope": "ClassSurface",
|
|
32
|
+
"provenance": "Original",
|
|
19
33
|
"arity": 1,
|
|
20
34
|
"parameterCount": 4,
|
|
35
|
+
"isStatic": true,
|
|
36
|
+
"isAbstract": false,
|
|
37
|
+
"isVirtual": false,
|
|
38
|
+
"isOverride": false,
|
|
39
|
+
"isSealed": false,
|
|
21
40
|
"declaringClrType": "Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
22
41
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
42
|
"isExtensionMethod": true
|
|
@@ -25,13 +44,18 @@
|
|
|
25
44
|
{
|
|
26
45
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions::AddEntityFrameworkNpgsql(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
|
|
27
46
|
"clrName": "AddEntityFrameworkNpgsql",
|
|
28
|
-
"tsEmitName": "addEntityFrameworkNpgsql",
|
|
29
47
|
"metadataToken": 100663411,
|
|
30
48
|
"canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
|
|
31
49
|
"normalizedSignature": "AddEntityFrameworkNpgsql|(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
|
|
32
50
|
"emitScope": "ClassSurface",
|
|
51
|
+
"provenance": "Original",
|
|
33
52
|
"arity": 0,
|
|
34
53
|
"parameterCount": 1,
|
|
54
|
+
"isStatic": true,
|
|
55
|
+
"isAbstract": false,
|
|
56
|
+
"isVirtual": false,
|
|
57
|
+
"isOverride": false,
|
|
58
|
+
"isSealed": false,
|
|
35
59
|
"declaringClrType": "Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions",
|
|
36
60
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
37
61
|
"isExtensionMethod": true
|
|
@@ -40,29 +64,7 @@
|
|
|
40
64
|
"properties": [],
|
|
41
65
|
"fields": [],
|
|
42
66
|
"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
|
-
]
|
|
67
|
+
"constructors": []
|
|
66
68
|
}
|
|
67
69
|
]
|
|
68
70
|
}
|
|
@@ -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
|
|