@tsonic/efcore-npgsql 0.1.1 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +10951 -18969
  10. package/Npgsql/internal/index.d.ts +1044 -1044
  11. package/Npgsql.BackendMessages/bindings.json +26 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
  64. package/Npgsql.Internal/bindings.json +1671 -3264
  65. package/Npgsql.Internal/internal/index.d.ts +244 -244
  66. package/Npgsql.Internal.Postgres/bindings.json +208 -434
  67. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  68. package/Npgsql.NameTranslation/bindings.json +61 -116
  69. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  70. package/Npgsql.PostgresTypes/bindings.json +175 -1000
  71. package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
  72. package/Npgsql.Replication/bindings.json +325 -1072
  73. package/Npgsql.Replication/internal/index.d.ts +46 -46
  74. package/Npgsql.Replication.Internal/bindings.json +44 -73
  75. package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
  76. package/Npgsql.Replication.PgOutput/bindings.json +191 -537
  77. package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
  78. package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
  79. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
  80. package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
  81. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  82. package/Npgsql.Schema/bindings.json +149 -322
  83. package/Npgsql.Schema/internal/index.d.ts +28 -28
  84. package/Npgsql.TypeMapping/bindings.json +92 -153
  85. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  86. package/Npgsql.Util/bindings.json +9 -1
  87. package/NpgsqlTypes/bindings.json +1569 -4426
  88. package/NpgsqlTypes/internal/index.d.ts +280 -280
  89. package/__build/scripts/generate.sh +4 -4
  90. package/__internal/extensions/index.d.ts +71 -71
  91. package/package.json +5 -5
  92. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  93. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  94. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  95. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  96. package/Npgsql/internal/metadata.json +0 -15514
  97. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  124. package/Npgsql.Internal/internal/metadata.json +0 -4555
  125. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  126. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  127. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  128. package/Npgsql.Replication/internal/metadata.json +0 -972
  129. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  130. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  131. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  132. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  133. package/Npgsql.Schema/internal/metadata.json +0 -451
  134. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  135. package/Npgsql.Util/internal/metadata.json +0 -24
  136. 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
- }