@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,23 +1,36 @@
1
1
  {
2
2
  "namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal",
3
+ "contributingAssemblies": [
4
+ "Npgsql.EntityFrameworkCore.PostgreSQL"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
6
9
  "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
7
- "tsEmitName": "NpgsqlAnnotationCodeGenerator",
8
10
  "assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
10
18
  "methods": [
11
19
  {
12
20
  "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]]",
13
21
  "clrName": "GenerateFluentApiCalls",
14
- "tsEmitName": "generateFluentApiCalls",
15
22
  "metadataToken": 100665576,
16
23
  "canonicalSignature": "(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]]",
17
24
  "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",
18
25
  "emitScope": "ClassSurface",
26
+ "provenance": "Original",
19
27
  "arity": 0,
20
28
  "parameterCount": 2,
29
+ "isStatic": false,
30
+ "isAbstract": false,
31
+ "isVirtual": true,
32
+ "isOverride": true,
33
+ "isSealed": false,
21
34
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
22
35
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
23
36
  "isExtensionMethod": false
@@ -25,13 +38,18 @@
25
38
  {
26
39
  "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]]",
27
40
  "clrName": "GenerateFluentApiCalls",
28
- "tsEmitName": "generateFluentApiCalls",
29
41
  "metadataToken": 100665579,
30
42
  "canonicalSignature": "(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]]",
31
43
  "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",
32
44
  "emitScope": "ClassSurface",
45
+ "provenance": "Original",
33
46
  "arity": 0,
34
47
  "parameterCount": 2,
48
+ "isStatic": false,
49
+ "isAbstract": false,
50
+ "isVirtual": true,
51
+ "isOverride": true,
52
+ "isSealed": false,
35
53
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
36
54
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
37
55
  "isExtensionMethod": false
@@ -51,58 +69,35 @@
51
69
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
52
70
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
53
71
  }
54
- ],
55
- "exposedMethods": [
56
- {
57
- "tsName": "generateFluentApiCalls",
58
- "isStatic": false,
59
- "tsSignatureId": "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",
60
- "target": {
61
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
62
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
63
- "metadataToken": 100665576
64
- }
65
- },
66
- {
67
- "tsName": "generateFluentApiCalls",
68
- "isStatic": false,
69
- "tsSignatureId": "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",
70
- "target": {
71
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
72
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
73
- "metadataToken": 100665579
74
- }
75
- }
76
- ],
77
- "exposedConstructors": [
78
- {
79
- "isStatic": false,
80
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
81
- "target": {
82
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlAnnotationCodeGenerator",
83
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
84
- "metadataToken": 100665572
85
- }
86
- }
87
72
  ]
88
73
  },
89
74
  {
90
75
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
91
76
  "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
92
- "tsEmitName": "NpgsqlCSharpRuntimeAnnotationCodeGenerator",
93
77
  "assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
94
78
  "metadataToken": 0,
79
+ "kind": "Class",
80
+ "accessibility": "Public",
81
+ "isAbstract": false,
82
+ "isSealed": false,
83
+ "isStatic": false,
84
+ "arity": 0,
95
85
  "methods": [
96
86
  {
97
87
  "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
88
  "clrName": "Create",
99
- "tsEmitName": "create",
100
89
  "metadataToken": 100665587,
101
90
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer):System.Boolean",
102
91
  "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",
103
92
  "emitScope": "ClassSurface",
93
+ "provenance": "Original",
104
94
  "arity": 0,
105
95
  "parameterCount": 5,
96
+ "isStatic": false,
97
+ "isAbstract": false,
98
+ "isVirtual": true,
99
+ "isOverride": true,
100
+ "isSealed": false,
106
101
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
107
102
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
108
103
  "isExtensionMethod": false
@@ -110,13 +105,18 @@
110
105
  {
111
106
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
112
107
  "clrName": "Generate",
113
- "tsEmitName": "generate",
114
108
  "metadataToken": 100665589,
115
109
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
116
110
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
117
111
  "emitScope": "ClassSurface",
112
+ "provenance": "Original",
118
113
  "arity": 0,
119
114
  "parameterCount": 2,
115
+ "isStatic": false,
116
+ "isAbstract": false,
117
+ "isVirtual": true,
118
+ "isOverride": true,
119
+ "isSealed": false,
120
120
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
121
121
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
122
122
  "isExtensionMethod": false
@@ -124,13 +124,18 @@
124
124
  {
125
125
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
126
126
  "clrName": "Generate",
127
- "tsEmitName": "generate",
128
127
  "metadataToken": 100665590,
129
128
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
130
129
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
131
130
  "emitScope": "ClassSurface",
131
+ "provenance": "Original",
132
132
  "arity": 0,
133
133
  "parameterCount": 2,
134
+ "isStatic": false,
135
+ "isAbstract": false,
136
+ "isVirtual": true,
137
+ "isOverride": true,
138
+ "isSealed": false,
134
139
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
135
140
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
136
141
  "isExtensionMethod": false
@@ -138,13 +143,18 @@
138
143
  {
139
144
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
140
145
  "clrName": "Generate",
141
- "tsEmitName": "generate",
142
146
  "metadataToken": 100665591,
143
147
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
144
148
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
145
149
  "emitScope": "ClassSurface",
150
+ "provenance": "Original",
146
151
  "arity": 0,
147
152
  "parameterCount": 2,
153
+ "isStatic": false,
154
+ "isAbstract": false,
155
+ "isVirtual": true,
156
+ "isOverride": true,
157
+ "isSealed": false,
148
158
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
149
159
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
150
160
  "isExtensionMethod": false
@@ -152,13 +162,18 @@
152
162
  {
153
163
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
154
164
  "clrName": "Generate",
155
- "tsEmitName": "generate",
156
165
  "metadataToken": 100665592,
157
166
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
158
167
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
159
168
  "emitScope": "ClassSurface",
169
+ "provenance": "Original",
160
170
  "arity": 0,
161
171
  "parameterCount": 2,
172
+ "isStatic": false,
173
+ "isAbstract": false,
174
+ "isVirtual": true,
175
+ "isOverride": true,
176
+ "isSealed": false,
162
177
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
163
178
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
164
179
  "isExtensionMethod": false
@@ -166,13 +181,18 @@
166
181
  {
167
182
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
168
183
  "clrName": "Generate",
169
- "tsEmitName": "generate",
170
184
  "metadataToken": 100665593,
171
185
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
172
186
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
173
187
  "emitScope": "ClassSurface",
188
+ "provenance": "Original",
174
189
  "arity": 0,
175
190
  "parameterCount": 2,
191
+ "isStatic": false,
192
+ "isAbstract": false,
193
+ "isVirtual": true,
194
+ "isOverride": true,
195
+ "isSealed": false,
176
196
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
177
197
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
178
198
  "isExtensionMethod": false
@@ -180,13 +200,18 @@
180
200
  {
181
201
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
182
202
  "clrName": "Generate",
183
- "tsEmitName": "generate",
184
203
  "metadataToken": 100665594,
185
204
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
186
205
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
187
206
  "emitScope": "ClassSurface",
207
+ "provenance": "Original",
188
208
  "arity": 0,
189
209
  "parameterCount": 2,
210
+ "isStatic": false,
211
+ "isAbstract": false,
212
+ "isVirtual": true,
213
+ "isOverride": true,
214
+ "isSealed": false,
190
215
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
191
216
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
192
217
  "isExtensionMethod": false
@@ -194,13 +219,18 @@
194
219
  {
195
220
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
196
221
  "clrName": "Generate",
197
- "tsEmitName": "generate",
198
222
  "metadataToken": 100665595,
199
223
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
200
224
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
201
225
  "emitScope": "ClassSurface",
226
+ "provenance": "Original",
202
227
  "arity": 0,
203
228
  "parameterCount": 2,
229
+ "isStatic": false,
230
+ "isAbstract": false,
231
+ "isVirtual": true,
232
+ "isOverride": true,
233
+ "isSealed": false,
204
234
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
205
235
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
206
236
  "isExtensionMethod": false
@@ -208,13 +238,18 @@
208
238
  {
209
239
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
210
240
  "clrName": "Generate",
211
- "tsEmitName": "generate",
212
241
  "metadataToken": 100665596,
213
242
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
214
243
  "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
215
244
  "emitScope": "ClassSurface",
245
+ "provenance": "Original",
216
246
  "arity": 0,
217
247
  "parameterCount": 2,
248
+ "isStatic": false,
249
+ "isAbstract": false,
250
+ "isVirtual": true,
251
+ "isOverride": true,
252
+ "isSealed": false,
218
253
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
219
254
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
220
255
  "isExtensionMethod": false
@@ -234,128 +269,35 @@
234
269
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
235
270
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
236
271
  }
237
- ],
238
- "exposedMethods": [
239
- {
240
- "tsName": "create",
241
- "isStatic": false,
242
- "tsSignatureId": "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",
243
- "target": {
244
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
245
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
246
- "metadataToken": 100665587
247
- }
248
- },
249
- {
250
- "tsName": "generate",
251
- "isStatic": false,
252
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
253
- "target": {
254
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
255
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
256
- "metadataToken": 100665589
257
- }
258
- },
259
- {
260
- "tsName": "generate",
261
- "isStatic": false,
262
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
263
- "target": {
264
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
265
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
266
- "metadataToken": 100665590
267
- }
268
- },
269
- {
270
- "tsName": "generate",
271
- "isStatic": false,
272
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
273
- "target": {
274
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
275
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
276
- "metadataToken": 100665591
277
- }
278
- },
279
- {
280
- "tsName": "generate",
281
- "isStatic": false,
282
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
283
- "target": {
284
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
285
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
286
- "metadataToken": 100665592
287
- }
288
- },
289
- {
290
- "tsName": "generate",
291
- "isStatic": false,
292
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
293
- "target": {
294
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
295
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
296
- "metadataToken": 100665593
297
- }
298
- },
299
- {
300
- "tsName": "generate",
301
- "isStatic": false,
302
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
303
- "target": {
304
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
305
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
306
- "metadataToken": 100665594
307
- }
308
- },
309
- {
310
- "tsName": "generate",
311
- "isStatic": false,
312
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
313
- "target": {
314
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
315
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
316
- "metadataToken": 100665595
317
- }
318
- },
319
- {
320
- "tsName": "generate",
321
- "isStatic": false,
322
- "tsSignatureId": "Generate|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
323
- "target": {
324
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
325
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
326
- "metadataToken": 100665596
327
- }
328
- }
329
- ],
330
- "exposedConstructors": [
331
- {
332
- "isStatic": false,
333
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
334
- "target": {
335
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlCSharpRuntimeAnnotationCodeGenerator",
336
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
337
- "metadataToken": 100665586
338
- }
339
- }
340
272
  ]
341
273
  },
342
274
  {
343
275
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
344
276
  "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
345
- "tsEmitName": "NpgsqlDesignTimeServices",
346
277
  "assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
347
278
  "metadataToken": 0,
279
+ "kind": "Class",
280
+ "accessibility": "Public",
281
+ "isAbstract": false,
282
+ "isSealed": false,
283
+ "isStatic": false,
284
+ "arity": 0,
348
285
  "methods": [
349
286
  {
350
287
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices::ConfigureDesignTimeServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
351
288
  "clrName": "ConfigureDesignTimeServices",
352
- "tsEmitName": "configureDesignTimeServices",
353
289
  "metadataToken": 100665598,
354
290
  "canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
355
291
  "normalizedSignature": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
356
292
  "emitScope": "ClassSurface",
293
+ "provenance": "Original",
357
294
  "arity": 0,
358
295
  "parameterCount": 1,
296
+ "isStatic": false,
297
+ "isAbstract": false,
298
+ "isVirtual": true,
299
+ "isOverride": false,
300
+ "isSealed": false,
359
301
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
360
302
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
361
303
  "isExtensionMethod": false
@@ -375,29 +317,6 @@
375
317
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
376
318
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
377
319
  }
378
- ],
379
- "exposedMethods": [
380
- {
381
- "tsName": "configureDesignTimeServices",
382
- "isStatic": false,
383
- "tsSignatureId": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
384
- "target": {
385
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
386
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
387
- "metadataToken": 100665598
388
- }
389
- }
390
- ],
391
- "exposedConstructors": [
392
- {
393
- "isStatic": false,
394
- "tsSignatureId": "constructor|():void|static=false",
395
- "target": {
396
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.NpgsqlDesignTimeServices",
397
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
398
- "metadataToken": 100665599
399
- }
400
- }
401
320
  ]
402
321
  }
403
322
  ]
@@ -20,8 +20,8 @@ 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
- generateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
24
- generateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
23
+ GenerateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
24
+ GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
25
25
  }
26
26
 
27
27
 
@@ -33,15 +33,15 @@ export const NpgsqlAnnotationCodeGenerator: {
33
33
  export type NpgsqlAnnotationCodeGenerator = NpgsqlAnnotationCodeGenerator$instance;
34
34
 
35
35
  export interface NpgsqlCSharpRuntimeAnnotationCodeGenerator$instance extends RelationalCSharpRuntimeAnnotationCodeGenerator {
36
- create(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, valueComparer?: ValueComparer, keyValueComparer?: ValueComparer, providerValueComparer?: ValueComparer): boolean;
37
- generate(model: IModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
38
- generate(model: IRelationalModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
39
- generate(property: IProperty, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
40
- generate(column: IColumn, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
41
- generate(index: IIndex, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
42
- generate(index: ITableIndex, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
43
- generate(entityType: IEntityType, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
44
- generate(table: ITable, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
36
+ Create(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, valueComparer?: ValueComparer, keyValueComparer?: ValueComparer, providerValueComparer?: ValueComparer): boolean;
37
+ Generate(model: IModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
38
+ Generate(model: IRelationalModel, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
39
+ Generate(property: IProperty, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
40
+ Generate(column: IColumn, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
41
+ Generate(index: IIndex, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
42
+ Generate(index: ITableIndex, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
43
+ Generate(entityType: IEntityType, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
44
+ Generate(table: ITable, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
45
45
  }
46
46
 
47
47
 
@@ -53,7 +53,7 @@ export const NpgsqlCSharpRuntimeAnnotationCodeGenerator: {
53
53
  export type NpgsqlCSharpRuntimeAnnotationCodeGenerator = NpgsqlCSharpRuntimeAnnotationCodeGenerator$instance;
54
54
 
55
55
  export interface NpgsqlDesignTimeServices$instance {
56
- configureDesignTimeServices(serviceCollection: IServiceCollection): void;
56
+ ConfigureDesignTimeServices(serviceCollection: IServiceCollection): void;
57
57
  }
58
58
 
59
59