@tsonic/efcore-npgsql 10.0.1 → 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.
Files changed (82) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
  2. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
  3. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
  4. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  5. package/Npgsql/bindings.json +3099 -41
  6. package/Npgsql/internal/index.d.ts +142 -22
  7. package/Npgsql.BackendMessages/bindings.json +7 -0
  8. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
  9. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
  10. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
  11. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  58. package/Npgsql.Internal/bindings.json +884 -15
  59. package/Npgsql.Internal/internal/index.d.ts +43 -9
  60. package/Npgsql.Internal.Postgres/bindings.json +81 -0
  61. package/Npgsql.Internal.d.ts +1 -1
  62. package/Npgsql.NameTranslation/bindings.json +30 -0
  63. package/Npgsql.PostgresTypes/bindings.json +144 -12
  64. package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
  65. package/Npgsql.Replication/bindings.json +166 -11
  66. package/Npgsql.Replication/internal/index.d.ts +6 -5
  67. package/Npgsql.Replication.Internal/bindings.json +26 -1
  68. package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
  69. package/Npgsql.Replication.PgOutput/bindings.json +160 -6
  70. package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
  71. package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
  72. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
  73. package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
  74. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
  75. package/Npgsql.Schema/bindings.json +87 -54
  76. package/Npgsql.Schema/internal/index.d.ts +33 -27
  77. package/Npgsql.TypeMapping/bindings.json +17 -0
  78. package/Npgsql.Util/bindings.json +4 -0
  79. package/Npgsql.d.ts +1 -1
  80. package/NpgsqlTypes/bindings.json +871 -4
  81. package/NpgsqlTypes/internal/index.d.ts +3 -1
  82. package/package.json +1 -1
@@ -15,7 +15,77 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
20
+ "clrName": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
25
+ "clrName": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator"
26
+ }
27
+ ],
18
28
  "methods": [
29
+ {
30
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
31
+ "clrName": "IsHandledByConvention",
32
+ "metadataToken": 100665573,
33
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
34
+ "normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
35
+ "emitScope": "ClassSurface",
36
+ "provenance": "Original",
37
+ "arity": 0,
38
+ "parameterCount": 2,
39
+ "isStatic": false,
40
+ "isAbstract": false,
41
+ "isVirtual": true,
42
+ "isOverride": true,
43
+ "isSealed": false,
44
+ "visibility": "Protected",
45
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
46
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
47
+ "isExtensionMethod": false
48
+ },
49
+ {
50
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
51
+ "clrName": "IsHandledByConvention",
52
+ "metadataToken": 100665574,
53
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
54
+ "normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
55
+ "emitScope": "ClassSurface",
56
+ "provenance": "Original",
57
+ "arity": 0,
58
+ "parameterCount": 2,
59
+ "isStatic": false,
60
+ "isAbstract": false,
61
+ "isVirtual": true,
62
+ "isOverride": true,
63
+ "isSealed": false,
64
+ "visibility": "Protected",
65
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
66
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
67
+ "isExtensionMethod": false
68
+ },
69
+ {
70
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
71
+ "clrName": "IsHandledByConvention",
72
+ "metadataToken": 100665575,
73
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
74
+ "normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
75
+ "emitScope": "ClassSurface",
76
+ "provenance": "Original",
77
+ "arity": 0,
78
+ "parameterCount": 2,
79
+ "isStatic": false,
80
+ "isAbstract": false,
81
+ "isVirtual": true,
82
+ "isOverride": true,
83
+ "isSealed": false,
84
+ "visibility": "Protected",
85
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
86
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
87
+ "isExtensionMethod": false
88
+ },
19
89
  {
20
90
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IModel,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
21
91
  "clrName": "GenerateFluentApiCalls",
@@ -31,6 +101,47 @@
31
101
  "isVirtual": true,
32
102
  "isOverride": true,
33
103
  "isSealed": false,
104
+ "visibility": "Public",
105
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
106
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
107
+ "isExtensionMethod": false
108
+ },
109
+ {
110
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
111
+ "clrName": "GenerateFluentApi",
112
+ "metadataToken": 100665577,
113
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
114
+ "normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
115
+ "emitScope": "ClassSurface",
116
+ "provenance": "Original",
117
+ "arity": 0,
118
+ "parameterCount": 2,
119
+ "isStatic": false,
120
+ "isAbstract": false,
121
+ "isVirtual": true,
122
+ "isOverride": true,
123
+ "isSealed": false,
124
+ "visibility": "Protected",
125
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
126
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
127
+ "isExtensionMethod": false
128
+ },
129
+ {
130
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
131
+ "clrName": "GenerateFluentApi",
132
+ "metadataToken": 100665578,
133
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
134
+ "normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
135
+ "emitScope": "ClassSurface",
136
+ "provenance": "Original",
137
+ "arity": 0,
138
+ "parameterCount": 2,
139
+ "isStatic": false,
140
+ "isAbstract": false,
141
+ "isVirtual": true,
142
+ "isOverride": true,
143
+ "isSealed": false,
144
+ "visibility": "Protected",
34
145
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
35
146
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
36
147
  "isExtensionMethod": false
@@ -50,6 +161,27 @@
50
161
  "isVirtual": true,
51
162
  "isOverride": true,
52
163
  "isSealed": false,
164
+ "visibility": "Public",
165
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
166
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
167
+ "isExtensionMethod": false
168
+ },
169
+ {
170
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
171
+ "clrName": "GenerateFluentApi",
172
+ "metadataToken": 100665582,
173
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
174
+ "normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
175
+ "emitScope": "ClassSurface",
176
+ "provenance": "Original",
177
+ "arity": 0,
178
+ "parameterCount": 2,
179
+ "isStatic": false,
180
+ "isAbstract": false,
181
+ "isVirtual": true,
182
+ "isOverride": true,
183
+ "isSealed": false,
184
+ "visibility": "Protected",
53
185
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
54
186
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
55
187
  "isExtensionMethod": false
@@ -66,6 +198,7 @@
66
198
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
67
199
  "isStatic": false,
68
200
  "parameterCount": 1,
201
+ "visibility": "Public",
69
202
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
70
203
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
71
204
  }
@@ -82,6 +215,10 @@
82
215
  "isSealed": false,
83
216
  "isStatic": false,
84
217
  "arity": 0,
218
+ "baseType": {
219
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
220
+ "clrName": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator"
221
+ },
85
222
  "methods": [
86
223
  {
87
224
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Create(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer):System.Boolean",
@@ -98,6 +235,27 @@
98
235
  "isVirtual": true,
99
236
  "isOverride": true,
100
237
  "isSealed": false,
238
+ "visibility": "Public",
239
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
240
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
241
+ "isExtensionMethod": false
242
+ },
243
+ {
244
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::AddNpgsqlTypeMappingTweaks(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
245
+ "clrName": "AddNpgsqlTypeMappingTweaks",
246
+ "metadataToken": 100665588,
247
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
248
+ "normalizedSignature": "AddNpgsqlTypeMappingTweaks|(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
249
+ "emitScope": "ClassSurface",
250
+ "provenance": "Original",
251
+ "arity": 0,
252
+ "parameterCount": 2,
253
+ "isStatic": false,
254
+ "isAbstract": false,
255
+ "isVirtual": true,
256
+ "isOverride": false,
257
+ "isSealed": false,
258
+ "visibility": "Protected",
101
259
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
102
260
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
103
261
  "isExtensionMethod": false
@@ -117,6 +275,7 @@
117
275
  "isVirtual": true,
118
276
  "isOverride": true,
119
277
  "isSealed": false,
278
+ "visibility": "Public",
120
279
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
121
280
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
122
281
  "isExtensionMethod": false
@@ -136,6 +295,7 @@
136
295
  "isVirtual": true,
137
296
  "isOverride": true,
138
297
  "isSealed": false,
298
+ "visibility": "Public",
139
299
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
140
300
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
141
301
  "isExtensionMethod": false
@@ -155,6 +315,7 @@
155
315
  "isVirtual": true,
156
316
  "isOverride": true,
157
317
  "isSealed": false,
318
+ "visibility": "Public",
158
319
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
159
320
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
160
321
  "isExtensionMethod": false
@@ -174,6 +335,7 @@
174
335
  "isVirtual": true,
175
336
  "isOverride": true,
176
337
  "isSealed": false,
338
+ "visibility": "Public",
177
339
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
178
340
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
179
341
  "isExtensionMethod": false
@@ -193,6 +355,7 @@
193
355
  "isVirtual": true,
194
356
  "isOverride": true,
195
357
  "isSealed": false,
358
+ "visibility": "Public",
196
359
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
197
360
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
198
361
  "isExtensionMethod": false
@@ -212,6 +375,7 @@
212
375
  "isVirtual": true,
213
376
  "isOverride": true,
214
377
  "isSealed": false,
378
+ "visibility": "Public",
215
379
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
216
380
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
217
381
  "isExtensionMethod": false
@@ -231,6 +395,7 @@
231
395
  "isVirtual": true,
232
396
  "isOverride": true,
233
397
  "isSealed": false,
398
+ "visibility": "Public",
234
399
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
235
400
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
236
401
  "isExtensionMethod": false
@@ -250,6 +415,7 @@
250
415
  "isVirtual": true,
251
416
  "isOverride": true,
252
417
  "isSealed": false,
418
+ "visibility": "Public",
253
419
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
254
420
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
255
421
  "isExtensionMethod": false
@@ -266,6 +432,7 @@
266
432
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
267
433
  "isStatic": false,
268
434
  "parameterCount": 2,
435
+ "visibility": "Public",
269
436
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
270
437
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
271
438
  }
@@ -282,6 +449,16 @@
282
449
  "isSealed": false,
283
450
  "isStatic": false,
284
451
  "arity": 0,
452
+ "baseType": {
453
+ "stableId": "System.Private.CoreLib:System.Object",
454
+ "clrName": "System.Object"
455
+ },
456
+ "interfaces": [
457
+ {
458
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.IDesignTimeServices",
459
+ "clrName": "Microsoft.EntityFrameworkCore.Design.IDesignTimeServices"
460
+ }
461
+ ],
285
462
  "methods": [
286
463
  {
287
464
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices::ConfigureDesignTimeServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
@@ -298,6 +475,7 @@
298
475
  "isVirtual": true,
299
476
  "isOverride": false,
300
477
  "isSealed": false,
478
+ "visibility": "Public",
301
479
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
302
480
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
303
481
  "isExtensionMethod": false
@@ -314,6 +492,7 @@
314
492
  "normalizedSignature": "constructor|():void|static=false",
315
493
  "isStatic": false,
316
494
  "parameterCount": 0,
495
+ "visibility": "Public",
317
496
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
318
497
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
319
498
  }
@@ -19,7 +19,17 @@ import type { IColumn, IEntityType, IIndex, IModel, IProperty, IRelationalModel,
19
19
  import type { CoreTypeMapping } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
20
20
  import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
21
21
 
22
- export interface NpgsqlAnnotationCodeGenerator$instance extends AnnotationCodeGenerator {
22
+ export abstract class NpgsqlAnnotationCodeGenerator$protected {
23
+ protected GenerateFluentApi(model: IModel, annotation: IAnnotation): MethodCallCodeFragment | undefined;
24
+ protected GenerateFluentApi(entityType: IEntityType, annotation: IAnnotation): MethodCallCodeFragment | undefined;
25
+ protected GenerateFluentApi(index: IIndex, annotation: IAnnotation): MethodCallCodeFragment | undefined;
26
+ protected IsHandledByConvention(model: IModel, annotation: IAnnotation): boolean;
27
+ protected IsHandledByConvention(index: IIndex, annotation: IAnnotation): boolean;
28
+ protected IsHandledByConvention(property: IProperty, annotation: IAnnotation): boolean;
29
+ }
30
+
31
+
32
+ export interface NpgsqlAnnotationCodeGenerator$instance extends NpgsqlAnnotationCodeGenerator$protected, AnnotationCodeGenerator {
23
33
  GenerateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
24
34
  GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
25
35
  }
@@ -32,7 +42,12 @@ export const NpgsqlAnnotationCodeGenerator: {
32
42
 
33
43
  export type NpgsqlAnnotationCodeGenerator = NpgsqlAnnotationCodeGenerator$instance;
34
44
 
35
- export interface NpgsqlCSharpRuntimeAnnotationCodeGenerator$instance extends RelationalCSharpRuntimeAnnotationCodeGenerator {
45
+ export abstract class NpgsqlCSharpRuntimeAnnotationCodeGenerator$protected {
46
+ protected AddNpgsqlTypeMappingTweaks(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
47
+ }
48
+
49
+
50
+ export interface NpgsqlCSharpRuntimeAnnotationCodeGenerator$instance extends NpgsqlCSharpRuntimeAnnotationCodeGenerator$protected, RelationalCSharpRuntimeAnnotationCodeGenerator {
36
51
  Create(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, valueComparer?: ValueComparer, keyValueComparer?: ValueComparer, providerValueComparer?: ValueComparer): boolean;
37
52
  Generate(model: IModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
38
53
  Generate(model: IRelationalModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
@@ -15,6 +15,10 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.RelationalLoggingDefinitions",
20
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.RelationalLoggingDefinitions"
21
+ },
18
22
  "methods": [],
19
23
  "properties": [],
20
24
  "fields": [
@@ -26,6 +30,7 @@
26
30
  "isStatic": false,
27
31
  "isReadOnly": false,
28
32
  "isLiteral": false,
33
+ "visibility": "Public",
29
34
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
30
35
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
31
36
  },
@@ -37,6 +42,7 @@
37
42
  "isStatic": false,
38
43
  "isReadOnly": false,
39
44
  "isLiteral": false,
45
+ "visibility": "Public",
40
46
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
41
47
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
42
48
  },
@@ -48,6 +54,7 @@
48
54
  "isStatic": false,
49
55
  "isReadOnly": false,
50
56
  "isLiteral": false,
57
+ "visibility": "Public",
51
58
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
52
59
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
53
60
  },
@@ -59,6 +66,7 @@
59
66
  "isStatic": false,
60
67
  "isReadOnly": false,
61
68
  "isLiteral": false,
69
+ "visibility": "Public",
62
70
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
63
71
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
64
72
  },
@@ -70,6 +78,7 @@
70
78
  "isStatic": false,
71
79
  "isReadOnly": false,
72
80
  "isLiteral": false,
81
+ "visibility": "Public",
73
82
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
74
83
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
75
84
  },
@@ -81,6 +90,7 @@
81
90
  "isStatic": false,
82
91
  "isReadOnly": false,
83
92
  "isLiteral": false,
93
+ "visibility": "Public",
84
94
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
85
95
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
86
96
  },
@@ -92,6 +102,7 @@
92
102
  "isStatic": false,
93
103
  "isReadOnly": false,
94
104
  "isLiteral": false,
105
+ "visibility": "Public",
95
106
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
96
107
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
97
108
  },
@@ -103,6 +114,7 @@
103
114
  "isStatic": false,
104
115
  "isReadOnly": false,
105
116
  "isLiteral": false,
117
+ "visibility": "Public",
106
118
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
107
119
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
108
120
  },
@@ -114,6 +126,7 @@
114
126
  "isStatic": false,
115
127
  "isReadOnly": false,
116
128
  "isLiteral": false,
129
+ "visibility": "Public",
117
130
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
118
131
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
119
132
  },
@@ -125,6 +138,7 @@
125
138
  "isStatic": false,
126
139
  "isReadOnly": false,
127
140
  "isLiteral": false,
141
+ "visibility": "Public",
128
142
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
129
143
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
130
144
  },
@@ -136,6 +150,7 @@
136
150
  "isStatic": false,
137
151
  "isReadOnly": false,
138
152
  "isLiteral": false,
153
+ "visibility": "Public",
139
154
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
140
155
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
141
156
  },
@@ -147,6 +162,7 @@
147
162
  "isStatic": false,
148
163
  "isReadOnly": false,
149
164
  "isLiteral": false,
165
+ "visibility": "Public",
150
166
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
151
167
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
152
168
  },
@@ -158,6 +174,7 @@
158
174
  "isStatic": false,
159
175
  "isReadOnly": false,
160
176
  "isLiteral": false,
177
+ "visibility": "Public",
161
178
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
162
179
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
163
180
  },
@@ -169,6 +186,7 @@
169
186
  "isStatic": false,
170
187
  "isReadOnly": false,
171
188
  "isLiteral": false,
189
+ "visibility": "Public",
172
190
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
173
191
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
174
192
  },
@@ -180,6 +198,7 @@
180
198
  "isStatic": false,
181
199
  "isReadOnly": false,
182
200
  "isLiteral": false,
201
+ "visibility": "Public",
183
202
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
184
203
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
185
204
  },
@@ -191,6 +210,7 @@
191
210
  "isStatic": false,
192
211
  "isReadOnly": false,
193
212
  "isLiteral": false,
213
+ "visibility": "Public",
194
214
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
195
215
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
196
216
  },
@@ -202,6 +222,7 @@
202
222
  "isStatic": false,
203
223
  "isReadOnly": false,
204
224
  "isLiteral": false,
225
+ "visibility": "Public",
205
226
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
206
227
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
207
228
  }
@@ -215,6 +236,7 @@
215
236
  "normalizedSignature": "constructor|():void|static=false",
216
237
  "isStatic": false,
217
238
  "parameterCount": 0,
239
+ "visibility": "Public",
218
240
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
219
241
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
220
242
  }
@@ -15,6 +15,10 @@
15
15
  "isSealed": true,
16
16
  "isStatic": true,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Object",
20
+ "clrName": "System.Object"
21
+ },
18
22
  "methods": [
19
23
  {
20
24
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.NpgsqlShapedQueryExpressionExtensions::TryExtractArray(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression\u0026,System.Boolean,System.Boolean):System.Boolean",
@@ -31,6 +35,7 @@
31
35
  "isVirtual": false,
32
36
  "isOverride": false,
33
37
  "isSealed": false,
38
+ "visibility": "Public",
34
39
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.NpgsqlShapedQueryExpressionExtensions",
35
40
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
36
41
  "isExtensionMethod": true,
@@ -56,6 +61,7 @@
56
61
  "isVirtual": false,
57
62
  "isOverride": false,
58
63
  "isSealed": false,
64
+ "visibility": "Public",
59
65
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.NpgsqlShapedQueryExpressionExtensions",
60
66
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
61
67
  "isExtensionMethod": true,
@@ -85,6 +91,7 @@
85
91
  "isVirtual": false,
86
92
  "isOverride": false,
87
93
  "isSealed": false,
94
+ "visibility": "Public",
88
95
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.NpgsqlShapedQueryExpressionExtensions",
89
96
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
90
97
  "isExtensionMethod": true,
@@ -118,6 +125,7 @@
118
125
  "isVirtual": false,
119
126
  "isOverride": false,
120
127
  "isSealed": false,
128
+ "visibility": "Public",
121
129
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.NpgsqlShapedQueryExpressionExtensions",
122
130
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
123
131
  "isExtensionMethod": true,