@tsonic/efcore-npgsql 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8946 -11216
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +14579 -19539
  10. package/Npgsql/internal/index.d.ts +1182 -1062
  11. package/Npgsql.BackendMessages/bindings.json +33 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  71. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
  72. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
  73. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  74. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  75. package/Npgsql.Internal/bindings.json +2550 -3274
  76. package/Npgsql.Internal/internal/index.d.ts +282 -248
  77. package/Npgsql.Internal.Postgres/bindings.json +289 -434
  78. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  79. package/Npgsql.Internal.d.ts +1 -1
  80. package/Npgsql.NameTranslation/bindings.json +91 -116
  81. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  82. package/Npgsql.PostgresTypes/bindings.json +289 -982
  83. package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
  84. package/Npgsql.Replication/bindings.json +486 -1078
  85. package/Npgsql.Replication/internal/index.d.ts +47 -46
  86. package/Npgsql.Replication.Internal/bindings.json +65 -69
  87. package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
  88. package/Npgsql.Replication.PgOutput/bindings.json +344 -536
  89. package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
  90. package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
  91. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
  92. package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
  93. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  94. package/Npgsql.Schema/bindings.json +236 -376
  95. package/Npgsql.Schema/internal/index.d.ts +34 -28
  96. package/Npgsql.TypeMapping/bindings.json +109 -153
  97. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  98. package/Npgsql.Util/bindings.json +13 -1
  99. package/Npgsql.d.ts +1 -1
  100. package/NpgsqlTypes/bindings.json +2306 -4296
  101. package/NpgsqlTypes/internal/index.d.ts +282 -280
  102. package/__build/scripts/generate.sh +4 -4
  103. package/__internal/extensions/index.d.ts +71 -71
  104. package/package.json +5 -5
  105. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  106. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  107. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  108. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  109. package/Npgsql/internal/metadata.json +0 -15514
  110. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  124. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  125. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  126. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  127. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  128. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  129. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  130. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  131. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  132. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  133. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  134. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  135. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  136. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  137. package/Npgsql.Internal/internal/metadata.json +0 -4555
  138. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  139. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  140. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  141. package/Npgsql.Replication/internal/metadata.json +0 -972
  142. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  143. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  144. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  145. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  146. package/Npgsql.Schema/internal/metadata.json +0 -451
  147. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  148. package/Npgsql.Util/internal/metadata.json +0 -24
  149. package/NpgsqlTypes/internal/metadata.json +0 -5014
@@ -1,72 +0,0 @@
1
- {
2
- "namespace": "Npgsql.BackendMessages",
3
- "contributingAssemblies": [
4
- "Npgsql"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Npgsql:Npgsql.BackendMessages.FieldDescription",
9
- "clrName": "Npgsql.BackendMessages.FieldDescription",
10
- "tsEmitName": "FieldDescription",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": true,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [
18
- {
19
- "stableId": "Npgsql:Npgsql.BackendMessages.FieldDescription::ToString():System.String",
20
- "clrName": "ToString",
21
- "tsEmitName": "toString",
22
- "normalizedSignature": "ToString|():System.String|static=false",
23
- "provenance": "Original",
24
- "emitScope": "ClassSurface",
25
- "isStatic": false,
26
- "isAbstract": false,
27
- "isVirtual": true,
28
- "isOverride": true,
29
- "isSealed": false,
30
- "arity": 0,
31
- "parameterCount": 0,
32
- "isExtensionMethod": false
33
- }
34
- ],
35
- "properties": [
36
- {
37
- "stableId": "Npgsql:Npgsql.BackendMessages.FieldDescription::TypeSize:System.Int16",
38
- "clrName": "TypeSize",
39
- "tsEmitName": "typeSize",
40
- "normalizedSignature": "TypeSize|:System.Int16|static=false|accessor=getset",
41
- "provenance": "Original",
42
- "emitScope": "ClassSurface",
43
- "isStatic": false,
44
- "isAbstract": false,
45
- "isVirtual": false,
46
- "isOverride": false,
47
- "isIndexer": false,
48
- "hasGetter": true,
49
- "hasSetter": true
50
- },
51
- {
52
- "stableId": "Npgsql:Npgsql.BackendMessages.FieldDescription::TypeModifier:System.Int32",
53
- "clrName": "TypeModifier",
54
- "tsEmitName": "typeModifier",
55
- "normalizedSignature": "TypeModifier|:System.Int32|static=false|accessor=getset",
56
- "provenance": "Original",
57
- "emitScope": "ClassSurface",
58
- "isStatic": false,
59
- "isAbstract": false,
60
- "isVirtual": false,
61
- "isOverride": false,
62
- "isIndexer": false,
63
- "hasGetter": true,
64
- "hasSetter": true
65
- }
66
- ],
67
- "fields": [],
68
- "events": [],
69
- "constructors": []
70
- }
71
- ]
72
- }
@@ -1,60 +0,0 @@
1
- {
2
- "namespace": "Npgsql.EntityFrameworkCore.PostgreSQL",
3
- "contributingAssemblies": [
4
- "Npgsql.EntityFrameworkCore.PostgreSQL"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
9
- "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlRetryingExecutionStrategy",
10
- "tsEmitName": "NpgsqlRetryingExecutionStrategy",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [],
20
- "events": [],
21
- "constructors": [
22
- {
23
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContext):void|static=false",
24
- "isStatic": false,
25
- "parameterCount": 1
26
- },
27
- {
28
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
29
- "isStatic": false,
30
- "parameterCount": 1
31
- },
32
- {
33
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContext,System.Int32):void|static=false",
34
- "isStatic": false,
35
- "parameterCount": 2
36
- },
37
- {
38
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies,System.Int32):void|static=false",
39
- "isStatic": false,
40
- "parameterCount": 2
41
- },
42
- {
43
- "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",
44
- "isStatic": false,
45
- "parameterCount": 2
46
- },
47
- {
48
- "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",
49
- "isStatic": false,
50
- "parameterCount": 4
51
- },
52
- {
53
- "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",
54
- "isStatic": false,
55
- "parameterCount": 4
56
- }
57
- ]
58
- }
59
- ]
60
- }
@@ -1,269 +0,0 @@
1
- {
2
- "namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal",
3
- "contributingAssemblies": [
4
- "Npgsql.EntityFrameworkCore.PostgreSQL"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
9
- "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
10
- "tsEmitName": "NpgsqlAnnotationCodeGenerator",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [
18
- {
19
- "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]]",
20
- "clrName": "GenerateFluentApiCalls",
21
- "tsEmitName": "generateFluentApiCalls",
22
- "normalizedSignature": "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]]|static=false",
23
- "provenance": "Original",
24
- "emitScope": "ClassSurface",
25
- "isStatic": false,
26
- "isAbstract": false,
27
- "isVirtual": true,
28
- "isOverride": true,
29
- "isSealed": false,
30
- "arity": 0,
31
- "parameterCount": 2,
32
- "isExtensionMethod": false
33
- },
34
- {
35
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IProperty,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]]",
36
- "clrName": "GenerateFluentApiCalls",
37
- "tsEmitName": "generateFluentApiCalls",
38
- "normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IProperty,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]]|static=false",
39
- "provenance": "Original",
40
- "emitScope": "ClassSurface",
41
- "isStatic": false,
42
- "isAbstract": false,
43
- "isVirtual": true,
44
- "isOverride": true,
45
- "isSealed": false,
46
- "arity": 0,
47
- "parameterCount": 2,
48
- "isExtensionMethod": false
49
- }
50
- ],
51
- "properties": [],
52
- "fields": [],
53
- "events": [],
54
- "constructors": [
55
- {
56
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
57
- "isStatic": false,
58
- "parameterCount": 1
59
- }
60
- ]
61
- },
62
- {
63
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
64
- "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
65
- "tsEmitName": "NpgsqlCSharpRuntimeAnnotationCodeGenerator",
66
- "kind": "Class",
67
- "accessibility": "Public",
68
- "isAbstract": false,
69
- "isSealed": false,
70
- "isStatic": false,
71
- "arity": 0,
72
- "methods": [
73
- {
74
- "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",
75
- "clrName": "Create",
76
- "tsEmitName": "create",
77
- "normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer):System.Boolean|static=false",
78
- "provenance": "Original",
79
- "emitScope": "ClassSurface",
80
- "isStatic": false,
81
- "isAbstract": false,
82
- "isVirtual": true,
83
- "isOverride": true,
84
- "isSealed": false,
85
- "arity": 0,
86
- "parameterCount": 5,
87
- "isExtensionMethod": false
88
- },
89
- {
90
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
91
- "clrName": "Generate",
92
- "tsEmitName": "generate",
93
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
94
- "provenance": "Original",
95
- "emitScope": "ClassSurface",
96
- "isStatic": false,
97
- "isAbstract": false,
98
- "isVirtual": true,
99
- "isOverride": true,
100
- "isSealed": false,
101
- "arity": 0,
102
- "parameterCount": 2,
103
- "isExtensionMethod": false
104
- },
105
- {
106
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
107
- "clrName": "Generate",
108
- "tsEmitName": "generate",
109
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
110
- "provenance": "Original",
111
- "emitScope": "ClassSurface",
112
- "isStatic": false,
113
- "isAbstract": false,
114
- "isVirtual": true,
115
- "isOverride": true,
116
- "isSealed": false,
117
- "arity": 0,
118
- "parameterCount": 2,
119
- "isExtensionMethod": false
120
- },
121
- {
122
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
123
- "clrName": "Generate",
124
- "tsEmitName": "generate",
125
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
126
- "provenance": "Original",
127
- "emitScope": "ClassSurface",
128
- "isStatic": false,
129
- "isAbstract": false,
130
- "isVirtual": true,
131
- "isOverride": true,
132
- "isSealed": false,
133
- "arity": 0,
134
- "parameterCount": 2,
135
- "isExtensionMethod": false
136
- },
137
- {
138
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
139
- "clrName": "Generate",
140
- "tsEmitName": "generate",
141
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
142
- "provenance": "Original",
143
- "emitScope": "ClassSurface",
144
- "isStatic": false,
145
- "isAbstract": false,
146
- "isVirtual": true,
147
- "isOverride": true,
148
- "isSealed": false,
149
- "arity": 0,
150
- "parameterCount": 2,
151
- "isExtensionMethod": false
152
- },
153
- {
154
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
155
- "clrName": "Generate",
156
- "tsEmitName": "generate",
157
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
158
- "provenance": "Original",
159
- "emitScope": "ClassSurface",
160
- "isStatic": false,
161
- "isAbstract": false,
162
- "isVirtual": true,
163
- "isOverride": true,
164
- "isSealed": false,
165
- "arity": 0,
166
- "parameterCount": 2,
167
- "isExtensionMethod": false
168
- },
169
- {
170
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
171
- "clrName": "Generate",
172
- "tsEmitName": "generate",
173
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
174
- "provenance": "Original",
175
- "emitScope": "ClassSurface",
176
- "isStatic": false,
177
- "isAbstract": false,
178
- "isVirtual": true,
179
- "isOverride": true,
180
- "isSealed": false,
181
- "arity": 0,
182
- "parameterCount": 2,
183
- "isExtensionMethod": false
184
- },
185
- {
186
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
187
- "clrName": "Generate",
188
- "tsEmitName": "generate",
189
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
190
- "provenance": "Original",
191
- "emitScope": "ClassSurface",
192
- "isStatic": false,
193
- "isAbstract": false,
194
- "isVirtual": true,
195
- "isOverride": true,
196
- "isSealed": false,
197
- "arity": 0,
198
- "parameterCount": 2,
199
- "isExtensionMethod": false
200
- },
201
- {
202
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
203
- "clrName": "Generate",
204
- "tsEmitName": "generate",
205
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
206
- "provenance": "Original",
207
- "emitScope": "ClassSurface",
208
- "isStatic": false,
209
- "isAbstract": false,
210
- "isVirtual": true,
211
- "isOverride": true,
212
- "isSealed": false,
213
- "arity": 0,
214
- "parameterCount": 2,
215
- "isExtensionMethod": false
216
- }
217
- ],
218
- "properties": [],
219
- "fields": [],
220
- "events": [],
221
- "constructors": [
222
- {
223
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
224
- "isStatic": false,
225
- "parameterCount": 2
226
- }
227
- ]
228
- },
229
- {
230
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
231
- "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
232
- "tsEmitName": "NpgsqlDesignTimeServices",
233
- "kind": "Class",
234
- "accessibility": "Public",
235
- "isAbstract": false,
236
- "isSealed": false,
237
- "isStatic": false,
238
- "arity": 0,
239
- "methods": [
240
- {
241
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices::ConfigureDesignTimeServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
242
- "clrName": "ConfigureDesignTimeServices",
243
- "tsEmitName": "configureDesignTimeServices",
244
- "normalizedSignature": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
245
- "provenance": "Original",
246
- "emitScope": "ClassSurface",
247
- "isStatic": false,
248
- "isAbstract": false,
249
- "isVirtual": true,
250
- "isOverride": false,
251
- "isSealed": false,
252
- "arity": 0,
253
- "parameterCount": 1,
254
- "isExtensionMethod": false
255
- }
256
- ],
257
- "properties": [],
258
- "fields": [],
259
- "events": [],
260
- "constructors": [
261
- {
262
- "normalizedSignature": "constructor|():void|static=false",
263
- "isStatic": false,
264
- "parameterCount": 0
265
- }
266
- ]
267
- }
268
- ]
269
- }
@@ -1,184 +0,0 @@
1
- {
2
- "namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal",
3
- "contributingAssemblies": [
4
- "Npgsql.EntityFrameworkCore.PostgreSQL"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
9
- "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
10
- "tsEmitName": "NpgsqlLoggingDefinitions",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [
20
- {
21
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundDefaultSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
22
- "clrName": "LogFoundDefaultSchema",
23
- "tsEmitName": "logFoundDefaultSchema",
24
- "normalizedSignature": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
25
- "isStatic": false,
26
- "isReadOnly": false,
27
- "isLiteral": false
28
- },
29
- {
30
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
31
- "clrName": "LogFoundColumn",
32
- "tsEmitName": "logFoundColumn",
33
- "normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
34
- "isStatic": false,
35
- "isReadOnly": false,
36
- "isLiteral": false
37
- },
38
- {
39
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
40
- "clrName": "LogFoundForeignKey",
41
- "tsEmitName": "logFoundForeignKey",
42
- "normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
43
- "isStatic": false,
44
- "isReadOnly": false,
45
- "isLiteral": false
46
- },
47
- {
48
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundCollationMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
49
- "clrName": "LogFoundCollation",
50
- "tsEmitName": "logFoundCollation",
51
- "normalizedSignature": "LogFoundCollation|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
52
- "isStatic": false,
53
- "isReadOnly": false,
54
- "isLiteral": false
55
- },
56
- {
57
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogPrincipalTableNotInSelectionSetMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
58
- "clrName": "LogPrincipalTableNotInSelectionSet",
59
- "tsEmitName": "logPrincipalTableNotInSelectionSet",
60
- "normalizedSignature": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
61
- "isStatic": false,
62
- "isReadOnly": false,
63
- "isLiteral": false
64
- },
65
- {
66
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogMissingSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
67
- "clrName": "LogMissingSchema",
68
- "tsEmitName": "logMissingSchema",
69
- "normalizedSignature": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
70
- "isStatic": false,
71
- "isReadOnly": false,
72
- "isLiteral": false
73
- },
74
- {
75
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
76
- "clrName": "LogMissingTable",
77
- "tsEmitName": "logMissingTable",
78
- "normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
79
- "isStatic": false,
80
- "isReadOnly": false,
81
- "isLiteral": false
82
- },
83
- {
84
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundSequenceMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
85
- "clrName": "LogFoundSequence",
86
- "tsEmitName": "logFoundSequence",
87
- "normalizedSignature": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
88
- "isStatic": false,
89
- "isReadOnly": false,
90
- "isLiteral": false
91
- },
92
- {
93
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
94
- "clrName": "LogFoundTable",
95
- "tsEmitName": "logFoundTable",
96
- "normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
97
- "isStatic": false,
98
- "isReadOnly": false,
99
- "isLiteral": false
100
- },
101
- {
102
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
103
- "clrName": "LogFoundIndex",
104
- "tsEmitName": "logFoundIndex",
105
- "normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
106
- "isStatic": false,
107
- "isReadOnly": false,
108
- "isLiteral": false
109
- },
110
- {
111
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
112
- "clrName": "LogFoundPrimaryKey",
113
- "tsEmitName": "logFoundPrimaryKey",
114
- "normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
115
- "isStatic": false,
116
- "isReadOnly": false,
117
- "isLiteral": false
118
- },
119
- {
120
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
121
- "clrName": "LogFoundUniqueConstraint",
122
- "tsEmitName": "logFoundUniqueConstraint",
123
- "normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
124
- "isStatic": false,
125
- "isReadOnly": false,
126
- "isLiteral": false
127
- },
128
- {
129
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
130
- "clrName": "LogPrincipalColumnNotFound",
131
- "tsEmitName": "logPrincipalColumnNotFound",
132
- "normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
133
- "isStatic": false,
134
- "isReadOnly": false,
135
- "isLiteral": false
136
- },
137
- {
138
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogEnumColumnSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
139
- "clrName": "LogEnumColumnSkipped",
140
- "tsEmitName": "logEnumColumnSkipped",
141
- "normalizedSignature": "LogEnumColumnSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
142
- "isStatic": false,
143
- "isReadOnly": false,
144
- "isLiteral": false
145
- },
146
- {
147
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogExpressionIndexSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
148
- "clrName": "LogExpressionIndexSkipped",
149
- "tsEmitName": "logExpressionIndexSkipped",
150
- "normalizedSignature": "LogExpressionIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
151
- "isStatic": false,
152
- "isReadOnly": false,
153
- "isLiteral": false
154
- },
155
- {
156
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogUnsupportedColumnConstraintSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
157
- "clrName": "LogUnsupportedColumnConstraintSkipped",
158
- "tsEmitName": "logUnsupportedColumnConstraintSkipped",
159
- "normalizedSignature": "LogUnsupportedColumnConstraintSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
160
- "isStatic": false,
161
- "isReadOnly": false,
162
- "isLiteral": false
163
- },
164
- {
165
- "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogUnsupportedColumnIndexSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
166
- "clrName": "LogUnsupportedColumnIndexSkipped",
167
- "tsEmitName": "logUnsupportedColumnIndexSkipped",
168
- "normalizedSignature": "LogUnsupportedColumnIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
169
- "isStatic": false,
170
- "isReadOnly": false,
171
- "isLiteral": false
172
- }
173
- ],
174
- "events": [],
175
- "constructors": [
176
- {
177
- "normalizedSignature": "constructor|():void|static=false",
178
- "isStatic": false,
179
- "parameterCount": 0
180
- }
181
- ]
182
- }
183
- ]
184
- }