@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,6 +15,12 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "interfaces": [
19
+ {
20
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions",
21
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions"
22
+ }
23
+ ],
18
24
  "methods": [],
19
25
  "properties": [
20
26
  {
@@ -32,6 +38,7 @@
32
38
  "isAbstract": true,
33
39
  "isVirtual": true,
34
40
  "isOverride": false,
41
+ "visibility": "Public",
35
42
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
36
43
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
37
44
  },
@@ -50,6 +57,7 @@
50
57
  "isAbstract": true,
51
58
  "isVirtual": true,
52
59
  "isOverride": false,
60
+ "visibility": "Public",
53
61
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
54
62
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
55
63
  },
@@ -68,6 +76,7 @@
68
76
  "isAbstract": true,
69
77
  "isVirtual": true,
70
78
  "isOverride": false,
79
+ "visibility": "Public",
71
80
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
72
81
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
73
82
  },
@@ -86,6 +95,7 @@
86
95
  "isAbstract": true,
87
96
  "isVirtual": true,
88
97
  "isOverride": false,
98
+ "visibility": "Public",
89
99
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
90
100
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
91
101
  },
@@ -104,6 +114,7 @@
104
114
  "isAbstract": true,
105
115
  "isVirtual": true,
106
116
  "isOverride": false,
117
+ "visibility": "Public",
107
118
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
108
119
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
109
120
  },
@@ -122,6 +133,7 @@
122
133
  "isAbstract": true,
123
134
  "isVirtual": true,
124
135
  "isOverride": false,
136
+ "visibility": "Public",
125
137
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions",
126
138
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
127
139
  }
@@ -141,6 +153,19 @@
141
153
  "isSealed": true,
142
154
  "isStatic": false,
143
155
  "arity": 0,
156
+ "baseType": {
157
+ "stableId": "System.Private.CoreLib:System.Object",
158
+ "clrName": "System.Object"
159
+ },
160
+ "interfaces": [
161
+ {
162
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
163
+ "clrName": "System.IEquatable\u00601",
164
+ "typeArguments": [
165
+ "EnumDefinition"
166
+ ]
167
+ }
168
+ ],
144
169
  "methods": [
145
170
  {
146
171
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition::Equals(System.Object):System.Boolean",
@@ -157,6 +182,7 @@
157
182
  "isVirtual": true,
158
183
  "isOverride": true,
159
184
  "isSealed": false,
185
+ "visibility": "Public",
160
186
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
161
187
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
162
188
  "isExtensionMethod": false
@@ -176,6 +202,7 @@
176
202
  "isVirtual": true,
177
203
  "isOverride": false,
178
204
  "isSealed": true,
205
+ "visibility": "Public",
179
206
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
180
207
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
181
208
  "isExtensionMethod": false
@@ -195,6 +222,7 @@
195
222
  "isVirtual": true,
196
223
  "isOverride": true,
197
224
  "isSealed": false,
225
+ "visibility": "Public",
198
226
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
199
227
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
200
228
  "isExtensionMethod": false
@@ -216,6 +244,7 @@
216
244
  "isAbstract": false,
217
245
  "isVirtual": false,
218
246
  "isOverride": false,
247
+ "visibility": "Public",
219
248
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
220
249
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
221
250
  },
@@ -234,6 +263,7 @@
234
263
  "isAbstract": false,
235
264
  "isVirtual": false,
236
265
  "isOverride": false,
266
+ "visibility": "Public",
237
267
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
238
268
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
239
269
  },
@@ -252,6 +282,7 @@
252
282
  "isAbstract": false,
253
283
  "isVirtual": false,
254
284
  "isOverride": false,
285
+ "visibility": "Public",
255
286
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
256
287
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
257
288
  },
@@ -270,6 +301,7 @@
270
301
  "isAbstract": false,
271
302
  "isVirtual": false,
272
303
  "isOverride": false,
304
+ "visibility": "Public",
273
305
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
274
306
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
275
307
  },
@@ -288,6 +320,7 @@
288
320
  "isAbstract": false,
289
321
  "isVirtual": false,
290
322
  "isOverride": false,
323
+ "visibility": "Public",
291
324
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
292
325
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
293
326
  }
@@ -302,6 +335,7 @@
302
335
  "normalizedSignature": "constructor|(System.Type,System.String,System.String,Npgsql.INpgsqlNameTranslator):void|static=false",
303
336
  "isStatic": false,
304
337
  "parameterCount": 4,
338
+ "visibility": "Public",
305
339
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.EnumDefinition",
306
340
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
307
341
  }
@@ -318,6 +352,16 @@
318
352
  "isSealed": false,
319
353
  "isStatic": false,
320
354
  "arity": 0,
355
+ "baseType": {
356
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
357
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator"
358
+ },
359
+ "interfaces": [
360
+ {
361
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator",
362
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator"
363
+ }
364
+ ],
321
365
  "methods": [
322
366
  {
323
367
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator::Validate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
@@ -334,9 +378,136 @@
334
378
  "isVirtual": true,
335
379
  "isOverride": true,
336
380
  "isSealed": false,
381
+ "visibility": "Public",
382
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
383
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
384
+ "isExtensionMethod": false
385
+ },
386
+ {
387
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator::ValidateIdentityVersionCompatibility(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Void",
388
+ "clrName": "ValidateIdentityVersionCompatibility",
389
+ "metadataToken": 100665498,
390
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Void",
391
+ "normalizedSignature": "ValidateIdentityVersionCompatibility|(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Void|static=false",
392
+ "emitScope": "ClassSurface",
393
+ "provenance": "Original",
394
+ "arity": 0,
395
+ "parameterCount": 1,
396
+ "isStatic": false,
397
+ "isAbstract": false,
398
+ "isVirtual": true,
399
+ "isOverride": false,
400
+ "isSealed": false,
401
+ "visibility": "Protected",
402
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
403
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
404
+ "isExtensionMethod": false
405
+ },
406
+ {
407
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator::ValidateValueGeneration(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
408
+ "clrName": "ValidateValueGeneration",
409
+ "metadataToken": 100665499,
410
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
411
+ "normalizedSignature": "ValidateValueGeneration|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
412
+ "emitScope": "ClassSurface",
413
+ "provenance": "Original",
414
+ "arity": 0,
415
+ "parameterCount": 3,
416
+ "isStatic": false,
417
+ "isAbstract": false,
418
+ "isVirtual": true,
419
+ "isOverride": true,
420
+ "isSealed": false,
421
+ "visibility": "Protected",
422
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
423
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
424
+ "isExtensionMethod": false
425
+ },
426
+ {
427
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator::ValidateTypeMappings(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
428
+ "clrName": "ValidateTypeMappings",
429
+ "metadataToken": 100665500,
430
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
431
+ "normalizedSignature": "ValidateTypeMappings|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
432
+ "emitScope": "ClassSurface",
433
+ "provenance": "Original",
434
+ "arity": 0,
435
+ "parameterCount": 2,
436
+ "isStatic": false,
437
+ "isAbstract": false,
438
+ "isVirtual": true,
439
+ "isOverride": true,
440
+ "isSealed": false,
441
+ "visibility": "Protected",
442
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
443
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
444
+ "isExtensionMethod": false
445
+ },
446
+ {
447
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator::ValidateIndexIncludeProperties(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Void",
448
+ "clrName": "ValidateIndexIncludeProperties",
449
+ "metadataToken": 100665501,
450
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Void",
451
+ "normalizedSignature": "ValidateIndexIncludeProperties|(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Void|static=false",
452
+ "emitScope": "ClassSurface",
453
+ "provenance": "Original",
454
+ "arity": 0,
455
+ "parameterCount": 1,
456
+ "isStatic": false,
457
+ "isAbstract": false,
458
+ "isVirtual": true,
459
+ "isOverride": false,
460
+ "isSealed": false,
461
+ "visibility": "Protected",
462
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
463
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
464
+ "isExtensionMethod": false
465
+ },
466
+ {
467
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator::ValidateStoredProcedures(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
468
+ "clrName": "ValidateStoredProcedures",
469
+ "metadataToken": 100665502,
470
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
471
+ "normalizedSignature": "ValidateStoredProcedures|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
472
+ "emitScope": "ClassSurface",
473
+ "provenance": "Original",
474
+ "arity": 0,
475
+ "parameterCount": 2,
476
+ "isStatic": false,
477
+ "isAbstract": false,
478
+ "isVirtual": true,
479
+ "isOverride": true,
480
+ "isSealed": false,
481
+ "visibility": "Protected",
337
482
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
338
483
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
339
484
  "isExtensionMethod": false
485
+ },
486
+ {
487
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator::ValidateCompatible(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
488
+ "clrName": "ValidateCompatible",
489
+ "metadataToken": 100665503,
490
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
491
+ "normalizedSignature": "ValidateCompatible|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
492
+ "emitScope": "ClassSurface",
493
+ "provenance": "Original",
494
+ "arity": 0,
495
+ "parameterCount": 5,
496
+ "isStatic": false,
497
+ "isAbstract": false,
498
+ "isVirtual": true,
499
+ "isOverride": true,
500
+ "isSealed": false,
501
+ "visibility": "Protected",
502
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
503
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
504
+ "isExtensionMethod": false,
505
+ "parameterModifiers": [
506
+ {
507
+ "index": 3,
508
+ "modifier": "in"
509
+ }
510
+ ]
340
511
  }
341
512
  ],
342
513
  "properties": [],
@@ -350,6 +521,7 @@
350
521
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
351
522
  "isStatic": false,
352
523
  "parameterCount": 3,
524
+ "visibility": "Public",
353
525
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlModelValidator",
354
526
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
355
527
  }
@@ -366,6 +538,16 @@
366
538
  "isSealed": false,
367
539
  "isStatic": false,
368
540
  "arity": 0,
541
+ "baseType": {
542
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
543
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension"
544
+ },
545
+ "interfaces": [
546
+ {
547
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
548
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension"
549
+ }
550
+ ],
369
551
  "methods": [
370
552
  {
371
553
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension::WithUseParameterizedCollectionMode(Microsoft.EntityFrameworkCore.ParameterTranslationMode):Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
@@ -382,6 +564,7 @@
382
564
  "isVirtual": true,
383
565
  "isOverride": true,
384
566
  "isSealed": false,
567
+ "visibility": "Public",
385
568
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
386
569
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
387
570
  "isExtensionMethod": false
@@ -401,6 +584,7 @@
401
584
  "isVirtual": true,
402
585
  "isOverride": false,
403
586
  "isSealed": false,
587
+ "visibility": "Public",
404
588
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
405
589
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
406
590
  "isExtensionMethod": false
@@ -420,6 +604,7 @@
420
604
  "isVirtual": true,
421
605
  "isOverride": false,
422
606
  "isSealed": false,
607
+ "visibility": "Public",
423
608
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
424
609
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
425
610
  "isExtensionMethod": false
@@ -439,6 +624,7 @@
439
624
  "isVirtual": true,
440
625
  "isOverride": true,
441
626
  "isSealed": false,
627
+ "visibility": "Public",
442
628
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
443
629
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
444
630
  "isExtensionMethod": false
@@ -458,6 +644,7 @@
458
644
  "isVirtual": true,
459
645
  "isOverride": true,
460
646
  "isSealed": false,
647
+ "visibility": "Public",
461
648
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
462
649
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
463
650
  "isExtensionMethod": false
@@ -477,6 +664,7 @@
477
664
  "isVirtual": true,
478
665
  "isOverride": false,
479
666
  "isSealed": false,
667
+ "visibility": "Public",
480
668
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
481
669
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
482
670
  "isExtensionMethod": false
@@ -496,6 +684,7 @@
496
684
  "isVirtual": true,
497
685
  "isOverride": false,
498
686
  "isSealed": false,
687
+ "visibility": "Public",
499
688
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
500
689
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
501
690
  "isExtensionMethod": false
@@ -515,6 +704,7 @@
515
704
  "isVirtual": true,
516
705
  "isOverride": false,
517
706
  "isSealed": false,
707
+ "visibility": "Public",
518
708
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
519
709
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
520
710
  "isExtensionMethod": false
@@ -534,6 +724,7 @@
534
724
  "isVirtual": true,
535
725
  "isOverride": false,
536
726
  "isSealed": false,
727
+ "visibility": "Public",
537
728
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
538
729
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
539
730
  "isExtensionMethod": false
@@ -553,6 +744,7 @@
553
744
  "isVirtual": true,
554
745
  "isOverride": false,
555
746
  "isSealed": false,
747
+ "visibility": "Public",
556
748
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
557
749
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
558
750
  "isExtensionMethod": false
@@ -572,6 +764,7 @@
572
764
  "isVirtual": true,
573
765
  "isOverride": false,
574
766
  "isSealed": false,
767
+ "visibility": "Public",
575
768
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
576
769
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
577
770
  "isExtensionMethod": false
@@ -591,6 +784,7 @@
591
784
  "isVirtual": true,
592
785
  "isOverride": true,
593
786
  "isSealed": false,
787
+ "visibility": "Public",
594
788
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
595
789
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
596
790
  "isExtensionMethod": false
@@ -610,6 +804,7 @@
610
804
  "isVirtual": true,
611
805
  "isOverride": false,
612
806
  "isSealed": false,
807
+ "visibility": "Public",
613
808
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
614
809
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
615
810
  "isExtensionMethod": false
@@ -629,6 +824,7 @@
629
824
  "isVirtual": true,
630
825
  "isOverride": false,
631
826
  "isSealed": false,
827
+ "visibility": "Public",
632
828
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
633
829
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
634
830
  "isExtensionMethod": false
@@ -648,6 +844,27 @@
648
844
  "isVirtual": true,
649
845
  "isOverride": false,
650
846
  "isSealed": false,
847
+ "visibility": "Public",
848
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
849
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
850
+ "isExtensionMethod": false
851
+ },
852
+ {
853
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension::Clone():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
854
+ "clrName": "Clone",
855
+ "metadataToken": 100665545,
856
+ "canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
857
+ "normalizedSignature": "Clone|():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension|static=false",
858
+ "emitScope": "ClassSurface",
859
+ "provenance": "Original",
860
+ "arity": 0,
861
+ "parameterCount": 0,
862
+ "isStatic": false,
863
+ "isAbstract": false,
864
+ "isVirtual": true,
865
+ "isOverride": true,
866
+ "isSealed": false,
867
+ "visibility": "Protected",
651
868
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
652
869
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
653
870
  "isExtensionMethod": false
@@ -667,6 +884,7 @@
667
884
  "isVirtual": true,
668
885
  "isOverride": true,
669
886
  "isSealed": false,
887
+ "visibility": "Public",
670
888
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
671
889
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
672
890
  "isExtensionMethod": false
@@ -688,6 +906,7 @@
688
906
  "isAbstract": false,
689
907
  "isVirtual": true,
690
908
  "isOverride": true,
909
+ "visibility": "Public",
691
910
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
692
911
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
693
912
  },
@@ -706,6 +925,7 @@
706
925
  "isAbstract": false,
707
926
  "isVirtual": true,
708
927
  "isOverride": false,
928
+ "visibility": "Public",
709
929
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
710
930
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
711
931
  },
@@ -724,6 +944,7 @@
724
944
  "isAbstract": false,
725
945
  "isVirtual": true,
726
946
  "isOverride": false,
947
+ "visibility": "Public",
727
948
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
728
949
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
729
950
  },
@@ -732,16 +953,17 @@
732
953
  "clrName": "DataSourceBuilderAction",
733
954
  "metadataToken": 385876210,
734
955
  "canonicalSignature": ":System.Action_1[[Npgsql.NpgsqlDataSourceBuilder,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
735
- "normalizedSignature": "DataSourceBuilderAction|:System.Action_1[[Npgsql.NpgsqlDataSourceBuilder,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
956
+ "normalizedSignature": "DataSourceBuilderAction|:System.Action_1[[Npgsql.NpgsqlDataSourceBuilder,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=getset",
736
957
  "emitScope": "ClassSurface",
737
958
  "provenance": "Original",
738
959
  "isIndexer": false,
739
960
  "hasGetter": true,
740
- "hasSetter": false,
961
+ "hasSetter": true,
741
962
  "isStatic": false,
742
963
  "isAbstract": false,
743
964
  "isVirtual": true,
744
965
  "isOverride": false,
966
+ "visibility": "Public",
745
967
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
746
968
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
747
969
  },
@@ -750,16 +972,17 @@
750
972
  "clrName": "DataSource",
751
973
  "metadataToken": 385876211,
752
974
  "canonicalSignature": ":System.Data.Common.DbDataSource",
753
- "normalizedSignature": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=get",
975
+ "normalizedSignature": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=getset",
754
976
  "emitScope": "ClassSurface",
755
977
  "provenance": "Original",
756
978
  "isIndexer": false,
757
979
  "hasGetter": true,
758
- "hasSetter": false,
980
+ "hasSetter": true,
759
981
  "isStatic": false,
760
982
  "isAbstract": false,
761
983
  "isVirtual": true,
762
984
  "isOverride": false,
985
+ "visibility": "Public",
763
986
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
764
987
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
765
988
  },
@@ -768,16 +991,17 @@
768
991
  "clrName": "AdminDatabase",
769
992
  "metadataToken": 385876212,
770
993
  "canonicalSignature": ":System.String",
771
- "normalizedSignature": "AdminDatabase|:System.String|static=false|accessor=get",
994
+ "normalizedSignature": "AdminDatabase|:System.String|static=false|accessor=getset",
772
995
  "emitScope": "ClassSurface",
773
996
  "provenance": "Original",
774
997
  "isIndexer": false,
775
998
  "hasGetter": true,
776
- "hasSetter": false,
999
+ "hasSetter": true,
777
1000
  "isStatic": false,
778
1001
  "isAbstract": false,
779
1002
  "isVirtual": true,
780
1003
  "isOverride": false,
1004
+ "visibility": "Public",
781
1005
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
782
1006
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
783
1007
  },
@@ -786,16 +1010,17 @@
786
1010
  "clrName": "UseRedshift",
787
1011
  "metadataToken": 385876213,
788
1012
  "canonicalSignature": ":System.Boolean",
789
- "normalizedSignature": "UseRedshift|:System.Boolean|static=false|accessor=get",
1013
+ "normalizedSignature": "UseRedshift|:System.Boolean|static=false|accessor=getset",
790
1014
  "emitScope": "ClassSurface",
791
1015
  "provenance": "Original",
792
1016
  "isIndexer": false,
793
1017
  "hasGetter": true,
794
- "hasSetter": false,
1018
+ "hasSetter": true,
795
1019
  "isStatic": false,
796
1020
  "isAbstract": false,
797
1021
  "isVirtual": true,
798
1022
  "isOverride": false,
1023
+ "visibility": "Public",
799
1024
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
800
1025
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
801
1026
  },
@@ -814,6 +1039,7 @@
814
1039
  "isAbstract": false,
815
1040
  "isVirtual": true,
816
1041
  "isOverride": false,
1042
+ "visibility": "Public",
817
1043
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
818
1044
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
819
1045
  },
@@ -832,6 +1058,7 @@
832
1058
  "isAbstract": false,
833
1059
  "isVirtual": true,
834
1060
  "isOverride": false,
1061
+ "visibility": "Public",
835
1062
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
836
1063
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
837
1064
  },
@@ -840,16 +1067,17 @@
840
1067
  "clrName": "ProvideClientCertificatesCallback",
841
1068
  "metadataToken": 385876216,
842
1069
  "canonicalSignature": ":Npgsql.ProvideClientCertificatesCallback",
843
- "normalizedSignature": "ProvideClientCertificatesCallback|:Npgsql.ProvideClientCertificatesCallback|static=false|accessor=get",
1070
+ "normalizedSignature": "ProvideClientCertificatesCallback|:Npgsql.ProvideClientCertificatesCallback|static=false|accessor=getset",
844
1071
  "emitScope": "ClassSurface",
845
1072
  "provenance": "Original",
846
1073
  "isIndexer": false,
847
1074
  "hasGetter": true,
848
- "hasSetter": false,
1075
+ "hasSetter": true,
849
1076
  "isStatic": false,
850
1077
  "isAbstract": false,
851
1078
  "isVirtual": true,
852
1079
  "isOverride": false,
1080
+ "visibility": "Public",
853
1081
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
854
1082
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
855
1083
  },
@@ -858,16 +1086,17 @@
858
1086
  "clrName": "RemoteCertificateValidationCallback",
859
1087
  "metadataToken": 385876217,
860
1088
  "canonicalSignature": ":System.Net.Security.RemoteCertificateValidationCallback",
861
- "normalizedSignature": "RemoteCertificateValidationCallback|:System.Net.Security.RemoteCertificateValidationCallback|static=false|accessor=get",
1089
+ "normalizedSignature": "RemoteCertificateValidationCallback|:System.Net.Security.RemoteCertificateValidationCallback|static=false|accessor=getset",
862
1090
  "emitScope": "ClassSurface",
863
1091
  "provenance": "Original",
864
1092
  "isIndexer": false,
865
1093
  "hasGetter": true,
866
- "hasSetter": false,
1094
+ "hasSetter": true,
867
1095
  "isStatic": false,
868
1096
  "isAbstract": false,
869
1097
  "isVirtual": true,
870
1098
  "isOverride": false,
1099
+ "visibility": "Public",
871
1100
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
872
1101
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
873
1102
  },
@@ -876,16 +1105,17 @@
876
1105
  "clrName": "ProvidePasswordCallback",
877
1106
  "metadataToken": 385876218,
878
1107
  "canonicalSignature": ":Npgsql.ProvidePasswordCallback",
879
- "normalizedSignature": "ProvidePasswordCallback|:Npgsql.ProvidePasswordCallback|static=false|accessor=get",
1108
+ "normalizedSignature": "ProvidePasswordCallback|:Npgsql.ProvidePasswordCallback|static=false|accessor=getset",
880
1109
  "emitScope": "ClassSurface",
881
1110
  "provenance": "Original",
882
1111
  "isIndexer": false,
883
1112
  "hasGetter": true,
884
- "hasSetter": false,
1113
+ "hasSetter": true,
885
1114
  "isStatic": false,
886
1115
  "isAbstract": false,
887
1116
  "isVirtual": true,
888
1117
  "isOverride": false,
1118
+ "visibility": "Public",
889
1119
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
890
1120
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
891
1121
  },
@@ -894,16 +1124,17 @@
894
1124
  "clrName": "ReverseNullOrdering",
895
1125
  "metadataToken": 385876219,
896
1126
  "canonicalSignature": ":System.Boolean",
897
- "normalizedSignature": "ReverseNullOrdering|:System.Boolean|static=false|accessor=get",
1127
+ "normalizedSignature": "ReverseNullOrdering|:System.Boolean|static=false|accessor=getset",
898
1128
  "emitScope": "ClassSurface",
899
1129
  "provenance": "Original",
900
1130
  "isIndexer": false,
901
1131
  "hasGetter": true,
902
- "hasSetter": false,
1132
+ "hasSetter": true,
903
1133
  "isStatic": false,
904
1134
  "isAbstract": false,
905
1135
  "isVirtual": true,
906
1136
  "isOverride": false,
1137
+ "visibility": "Public",
907
1138
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
908
1139
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
909
1140
  },
@@ -922,6 +1153,7 @@
922
1153
  "isAbstract": false,
923
1154
  "isVirtual": true,
924
1155
  "isOverride": true,
1156
+ "visibility": "Public",
925
1157
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
926
1158
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
927
1159
  },
@@ -940,6 +1172,7 @@
940
1172
  "isAbstract": false,
941
1173
  "isVirtual": true,
942
1174
  "isOverride": true,
1175
+ "visibility": "Public",
943
1176
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
944
1177
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
945
1178
  }
@@ -953,6 +1186,7 @@
953
1186
  "isStatic": true,
954
1187
  "isReadOnly": true,
955
1188
  "isLiteral": false,
1189
+ "visibility": "Public",
956
1190
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
957
1191
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
958
1192
  }
@@ -966,6 +1200,7 @@
966
1200
  "normalizedSignature": "constructor|():void|static=false",
967
1201
  "isStatic": false,
968
1202
  "parameterCount": 0,
1203
+ "visibility": "Public",
969
1204
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
970
1205
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
971
1206
  },
@@ -976,6 +1211,7 @@
976
1211
  "normalizedSignature": "constructor|(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension):void|static=false",
977
1212
  "isStatic": false,
978
1213
  "parameterCount": 1,
1214
+ "visibility": "Public",
979
1215
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension",
980
1216
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
981
1217
  }
@@ -992,6 +1228,19 @@
992
1228
  "isSealed": true,
993
1229
  "isStatic": false,
994
1230
  "arity": 0,
1231
+ "baseType": {
1232
+ "stableId": "System.Private.CoreLib:System.Object",
1233
+ "clrName": "System.Object"
1234
+ },
1235
+ "interfaces": [
1236
+ {
1237
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1238
+ "clrName": "System.IEquatable\u00601",
1239
+ "typeArguments": [
1240
+ "UserRangeDefinition"
1241
+ ]
1242
+ }
1243
+ ],
995
1244
  "methods": [
996
1245
  {
997
1246
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition::ToString():System.String",
@@ -1008,6 +1257,7 @@
1008
1257
  "isVirtual": true,
1009
1258
  "isOverride": true,
1010
1259
  "isSealed": false,
1260
+ "visibility": "Public",
1011
1261
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1012
1262
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
1013
1263
  "isExtensionMethod": false
@@ -1027,6 +1277,7 @@
1027
1277
  "isVirtual": true,
1028
1278
  "isOverride": true,
1029
1279
  "isSealed": false,
1280
+ "visibility": "Public",
1030
1281
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1031
1282
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
1032
1283
  "isExtensionMethod": false
@@ -1046,6 +1297,7 @@
1046
1297
  "isVirtual": true,
1047
1298
  "isOverride": true,
1048
1299
  "isSealed": false,
1300
+ "visibility": "Public",
1049
1301
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1050
1302
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
1051
1303
  "isExtensionMethod": false
@@ -1065,6 +1317,7 @@
1065
1317
  "isVirtual": true,
1066
1318
  "isOverride": false,
1067
1319
  "isSealed": true,
1320
+ "visibility": "Public",
1068
1321
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1069
1322
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
1070
1323
  "isExtensionMethod": false
@@ -1084,6 +1337,7 @@
1084
1337
  "isVirtual": false,
1085
1338
  "isOverride": false,
1086
1339
  "isSealed": false,
1340
+ "visibility": "Public",
1087
1341
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1088
1342
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
1089
1343
  "isExtensionMethod": false
@@ -1105,6 +1359,7 @@
1105
1359
  "isAbstract": false,
1106
1360
  "isVirtual": false,
1107
1361
  "isOverride": false,
1362
+ "visibility": "Public",
1108
1363
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1109
1364
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
1110
1365
  },
@@ -1123,6 +1378,7 @@
1123
1378
  "isAbstract": false,
1124
1379
  "isVirtual": false,
1125
1380
  "isOverride": false,
1381
+ "visibility": "Public",
1126
1382
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1127
1383
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
1128
1384
  },
@@ -1141,6 +1397,7 @@
1141
1397
  "isAbstract": false,
1142
1398
  "isVirtual": false,
1143
1399
  "isOverride": false,
1400
+ "visibility": "Public",
1144
1401
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1145
1402
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
1146
1403
  },
@@ -1159,6 +1416,7 @@
1159
1416
  "isAbstract": false,
1160
1417
  "isVirtual": false,
1161
1418
  "isOverride": false,
1419
+ "visibility": "Public",
1162
1420
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1163
1421
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
1164
1422
  }
@@ -1173,6 +1431,7 @@
1173
1431
  "normalizedSignature": "constructor|(System.String,System.String,System.Type,System.String):void|static=false",
1174
1432
  "isStatic": false,
1175
1433
  "parameterCount": 4,
1434
+ "visibility": "Public",
1176
1435
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.UserRangeDefinition",
1177
1436
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
1178
1437
  }