@tsonic/efcore-npgsql 10.0.1 → 10.0.5

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 (99) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +2 -0
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
  4. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  6. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  7. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  8. package/Npgsql/bindings.json +3099 -41
  9. package/Npgsql/internal/index.d.ts +231 -75
  10. package/Npgsql.BackendMessages/bindings.json +7 -0
  11. package/Npgsql.BackendMessages/internal/index.d.ts +0 -1
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +4 -1
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +11 -0
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +3 -0
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +7 -2
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +37 -9
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +9 -8
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +3 -0
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +8 -11
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +49 -4
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +4 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +44 -4
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +9 -2
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +10 -2
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +2 -0
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +69 -0
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +91 -3
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +112 -5
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +4 -0
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +55 -8
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +0 -1
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +210 -8
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +24 -2
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +21 -1
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  71. package/Npgsql.Internal/bindings.json +884 -15
  72. package/Npgsql.Internal/internal/index.d.ts +41 -18
  73. package/Npgsql.Internal.Postgres/bindings.json +81 -0
  74. package/Npgsql.Internal.Postgres/internal/index.d.ts +6 -0
  75. package/Npgsql.Internal.d.ts +1 -1
  76. package/Npgsql.NameTranslation/bindings.json +30 -0
  77. package/Npgsql.NameTranslation/internal/index.d.ts +4 -0
  78. package/Npgsql.PostgresTypes/bindings.json +144 -12
  79. package/Npgsql.PostgresTypes/internal/index.d.ts +12 -18
  80. package/Npgsql.Replication/bindings.json +166 -11
  81. package/Npgsql.Replication/internal/index.d.ts +12 -7
  82. package/Npgsql.Replication.Internal/bindings.json +26 -1
  83. package/Npgsql.Replication.Internal/internal/index.d.ts +1 -1
  84. package/Npgsql.Replication.PgOutput/bindings.json +160 -6
  85. package/Npgsql.Replication.PgOutput/internal/index.d.ts +7 -5
  86. package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
  87. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -66
  88. package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
  89. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +3 -1
  90. package/Npgsql.Schema/bindings.json +87 -54
  91. package/Npgsql.Schema/internal/index.d.ts +34 -28
  92. package/Npgsql.TypeMapping/bindings.json +17 -0
  93. package/Npgsql.TypeMapping/internal/index.d.ts +2 -0
  94. package/Npgsql.Util/bindings.json +4 -0
  95. package/Npgsql.d.ts +1 -1
  96. package/NpgsqlTypes/bindings.json +871 -4
  97. package/NpgsqlTypes/internal/index.d.ts +67 -7
  98. package/__internal/extensions/index.d.ts +752 -12
  99. package/package.json +1 -1
@@ -15,6 +15,10 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
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:Npgsql.BackendMessages.FieldDescription::ToString():System.String",
@@ -31,6 +35,7 @@
31
35
  "isVirtual": true,
32
36
  "isOverride": true,
33
37
  "isSealed": false,
38
+ "visibility": "Public",
34
39
  "declaringClrType": "Npgsql.BackendMessages.FieldDescription",
35
40
  "declaringAssemblyName": "Npgsql",
36
41
  "isExtensionMethod": false
@@ -52,6 +57,7 @@
52
57
  "isAbstract": false,
53
58
  "isVirtual": false,
54
59
  "isOverride": false,
60
+ "visibility": "Public",
55
61
  "declaringClrType": "Npgsql.BackendMessages.FieldDescription",
56
62
  "declaringAssemblyName": "Npgsql"
57
63
  },
@@ -70,6 +76,7 @@
70
76
  "isAbstract": false,
71
77
  "isVirtual": false,
72
78
  "isOverride": false,
79
+ "visibility": "Public",
73
80
  "declaringClrType": "Npgsql.BackendMessages.FieldDescription",
74
81
  "declaringAssemblyName": "Npgsql"
75
82
  }
@@ -17,7 +17,6 @@ export interface FieldDescription$instance {
17
17
 
18
18
 
19
19
  export const FieldDescription: {
20
- new(): FieldDescription;
21
20
  };
22
21
 
23
22
 
@@ -15,7 +15,38 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
- "methods": [],
18
+ "baseType": {
19
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy",
20
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
25
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy"
26
+ }
27
+ ],
28
+ "methods": [
29
+ {
30
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy::ShouldRetryOn(System.Exception):System.Boolean",
31
+ "clrName": "ShouldRetryOn",
32
+ "metadataToken": 100664056,
33
+ "canonicalSignature": "(System.Exception):System.Boolean",
34
+ "normalizedSignature": "ShouldRetryOn|(System.Exception):System.Boolean|static=false",
35
+ "emitScope": "ClassSurface",
36
+ "provenance": "Original",
37
+ "arity": 0,
38
+ "parameterCount": 1,
39
+ "isStatic": false,
40
+ "isAbstract": false,
41
+ "isVirtual": true,
42
+ "isOverride": true,
43
+ "isSealed": false,
44
+ "visibility": "Protected",
45
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
46
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
47
+ "isExtensionMethod": false
48
+ }
49
+ ],
19
50
  "properties": [],
20
51
  "fields": [],
21
52
  "events": [],
@@ -27,6 +58,7 @@
27
58
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContext):void|static=false",
28
59
  "isStatic": false,
29
60
  "parameterCount": 1,
61
+ "visibility": "Public",
30
62
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
31
63
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
32
64
  },
@@ -37,6 +69,7 @@
37
69
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
38
70
  "isStatic": false,
39
71
  "parameterCount": 1,
72
+ "visibility": "Public",
40
73
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
41
74
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
42
75
  },
@@ -47,6 +80,7 @@
47
80
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContext,System.Int32):void|static=false",
48
81
  "isStatic": false,
49
82
  "parameterCount": 2,
83
+ "visibility": "Public",
50
84
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
51
85
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
52
86
  },
@@ -57,6 +91,7 @@
57
91
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies,System.Int32):void|static=false",
58
92
  "isStatic": false,
59
93
  "parameterCount": 2,
94
+ "visibility": "Public",
60
95
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
61
96
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
62
97
  },
@@ -67,6 +102,7 @@
67
102
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies,System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
68
103
  "isStatic": false,
69
104
  "parameterCount": 2,
105
+ "visibility": "Public",
70
106
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
71
107
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
72
108
  },
@@ -77,6 +113,7 @@
77
113
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContext,System.Int32,System.TimeSpan,System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
78
114
  "isStatic": false,
79
115
  "parameterCount": 4,
116
+ "visibility": "Public",
80
117
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
81
118
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
82
119
  },
@@ -87,6 +124,7 @@
87
124
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies,System.Int32,System.TimeSpan,System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
88
125
  "isStatic": false,
89
126
  "parameterCount": 4,
127
+ "visibility": "Public",
90
128
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
91
129
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
92
130
  }
@@ -8,12 +8,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
10
  import type { ICollection } from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import type { Int32, String as ClrString, TimeSpan } from "@tsonic/dotnet/System.js";
11
+ import type { Boolean as ClrBoolean, Exception, Int32, String as ClrString, TimeSpan } from "@tsonic/dotnet/System.js";
12
12
  import type { DbContext } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
13
13
  import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
14
14
  import type { ExecutionStrategy, ExecutionStrategyDependencies, IExecutionStrategy } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
15
15
 
16
16
  export interface NpgsqlRetryingExecutionStrategy$instance extends ExecutionStrategy {
17
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IExecutionStrategy: never;
18
+
19
+ ShouldRetryOn(exception: Exception): boolean;
17
20
  }
18
21
 
19
22
 
@@ -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
  }
@@ -20,8 +20,16 @@ import type { CoreTypeMapping } from "@tsonic/efcore/Microsoft.EntityFrameworkCo
20
20
  import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
21
21
 
22
22
  export interface NpgsqlAnnotationCodeGenerator$instance extends AnnotationCodeGenerator {
23
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IAnnotationCodeGenerator: never;
24
+
25
+ GenerateFluentApi(model: IModel, annotation: IAnnotation): MethodCallCodeFragment | undefined;
26
+ GenerateFluentApi(entityType: IEntityType, annotation: IAnnotation): MethodCallCodeFragment | undefined;
27
+ GenerateFluentApi(index: IIndex, annotation: IAnnotation): MethodCallCodeFragment | undefined;
23
28
  GenerateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
24
29
  GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
30
+ IsHandledByConvention(model: IModel, annotation: IAnnotation): boolean;
31
+ IsHandledByConvention(index: IIndex, annotation: IAnnotation): boolean;
32
+ IsHandledByConvention(property: IProperty, annotation: IAnnotation): boolean;
25
33
  }
26
34
 
27
35
 
@@ -33,6 +41,7 @@ export const NpgsqlAnnotationCodeGenerator: {
33
41
  export type NpgsqlAnnotationCodeGenerator = NpgsqlAnnotationCodeGenerator$instance;
34
42
 
35
43
  export interface NpgsqlCSharpRuntimeAnnotationCodeGenerator$instance extends RelationalCSharpRuntimeAnnotationCodeGenerator {
44
+ AddNpgsqlTypeMappingTweaks(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
36
45
  Create(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, valueComparer?: ValueComparer, keyValueComparer?: ValueComparer, providerValueComparer?: ValueComparer): boolean;
37
46
  Generate(model: IModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
38
47
  Generate(model: IRelationalModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
@@ -53,6 +62,8 @@ export const NpgsqlCSharpRuntimeAnnotationCodeGenerator: {
53
62
  export type NpgsqlCSharpRuntimeAnnotationCodeGenerator = NpgsqlCSharpRuntimeAnnotationCodeGenerator$instance;
54
63
 
55
64
  export interface NpgsqlDesignTimeServices$instance {
65
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IDesignTimeServices: never;
66
+
56
67
  ConfigureDesignTimeServices(serviceCollection: IServiceCollection): void;
57
68
  }
58
69
 
@@ -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
  }