@tsonic/efcore-sqlite 0.1.0

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 (129) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Data.Sqlite/bindings.json +6892 -0
  3. package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
  4. package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
  5. package/Microsoft.Data.Sqlite.d.ts +34 -0
  6. package/Microsoft.Data.Sqlite.js +9 -0
  7. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
  8. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
  9. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
  10. package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
  11. package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
  12. package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
  13. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
  14. package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
  18. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  19. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
  21. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
  22. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
  23. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
  24. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  25. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
  27. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  33. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  35. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  36. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  38. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
  39. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
  48. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
  49. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
  50. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
  51. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
  52. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
  53. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
  54. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
  55. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
  56. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
  57. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
  58. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
  59. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
  80. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
  81. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
  82. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
  83. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
  84. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
  85. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
  86. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
  87. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
  88. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
  89. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
  90. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
  91. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
  92. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
  93. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
  94. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.d.ts +29 -0
  96. package/Microsoft.EntityFrameworkCore.js +9 -0
  97. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  98. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  99. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  100. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  101. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  102. package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
  103. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
  104. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
  105. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
  106. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
  107. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
  108. package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
  109. package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
  110. package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
  111. package/Microsoft.Extensions.DependencyModel.js +9 -0
  112. package/README.md +5 -0
  113. package/SQLitePCL/bindings.json +19341 -0
  114. package/SQLitePCL/internal/index.d.ts +994 -0
  115. package/SQLitePCL/internal/metadata.json +11902 -0
  116. package/SQLitePCL.d.ts +64 -0
  117. package/SQLitePCL.js +9 -0
  118. package/System.Collections.Generic/bindings.json +164 -0
  119. package/System.Collections.Generic/internal/index.d.ts +25 -0
  120. package/System.Collections.Generic/internal/metadata.json +123 -0
  121. package/System.Collections.Generic.d.ts +14 -0
  122. package/System.Collections.Generic.js +9 -0
  123. package/__build/ref/Program.cs +5 -0
  124. package/__build/ref/ref.csproj +14 -0
  125. package/__build/scripts/generate.sh +116 -0
  126. package/__internal/extensions/index.d.ts +44 -0
  127. package/families.json +1 -0
  128. package/package.json +28 -0
  129. package/tsconfig.json +20 -0
@@ -0,0 +1,528 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
7
+ "tsEmitName": "ConflictingValueGenerationStrategiesEventData",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [
12
+ {
13
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::SqliteValueGenerationStrategy:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
14
+ "clrName": "SqliteValueGenerationStrategy",
15
+ "tsEmitName": "sqliteValueGenerationStrategy",
16
+ "metadataToken": 385876074,
17
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
18
+ "normalizedSignature": "SqliteValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=false|accessor=get",
19
+ "emitScope": "ClassSurface",
20
+ "isIndexer": false,
21
+ "hasGetter": true,
22
+ "hasSetter": false,
23
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
24
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
25
+ },
26
+ {
27
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::OtherValueGenerationStrategy:System.String",
28
+ "clrName": "OtherValueGenerationStrategy",
29
+ "tsEmitName": "otherValueGenerationStrategy",
30
+ "metadataToken": 385876075,
31
+ "canonicalSignature": ":System.String",
32
+ "normalizedSignature": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
33
+ "emitScope": "ClassSurface",
34
+ "isIndexer": false,
35
+ "hasGetter": true,
36
+ "hasSetter": false,
37
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
38
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
39
+ },
40
+ {
41
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::Property:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
42
+ "clrName": "Property",
43
+ "tsEmitName": "property",
44
+ "metadataToken": 385876076,
45
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
46
+ "normalizedSignature": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
47
+ "emitScope": "ClassSurface",
48
+ "isIndexer": false,
49
+ "hasGetter": true,
50
+ "hasSetter": false,
51
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
52
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
53
+ }
54
+ ],
55
+ "fields": [],
56
+ "events": [],
57
+ "constructors": [
58
+ {
59
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::.ctor(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void",
60
+ "metadataToken": 100663766,
61
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void",
62
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void|static=false",
63
+ "isStatic": false,
64
+ "parameterCount": 5,
65
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
66
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
67
+ }
68
+ ],
69
+ "exposedProperties": [
70
+ {
71
+ "tsName": "sqliteValueGenerationStrategy",
72
+ "isStatic": false,
73
+ "tsSignatureId": "SqliteValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=false|accessor=get",
74
+ "target": {
75
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
76
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
77
+ "metadataToken": 385876074
78
+ }
79
+ },
80
+ {
81
+ "tsName": "otherValueGenerationStrategy",
82
+ "isStatic": false,
83
+ "tsSignatureId": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
84
+ "target": {
85
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
86
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
87
+ "metadataToken": 385876075
88
+ }
89
+ },
90
+ {
91
+ "tsName": "property",
92
+ "isStatic": false,
93
+ "tsSignatureId": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
94
+ "target": {
95
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
96
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
97
+ "metadataToken": 385876076
98
+ }
99
+ }
100
+ ],
101
+ "exposedConstructors": [
102
+ {
103
+ "isStatic": false,
104
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void|static=false",
105
+ "target": {
106
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
107
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
108
+ "metadataToken": 100663766
109
+ }
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
115
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
116
+ "tsEmitName": "SqliteEventId",
117
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
118
+ "metadataToken": 0,
119
+ "methods": [],
120
+ "properties": [],
121
+ "fields": [
122
+ {
123
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemaConfiguredWarningMicrosoft.Extensions.Logging.EventId",
124
+ "clrName": "SchemaConfiguredWarning",
125
+ "tsEmitName": "schemaConfiguredWarning",
126
+ "metadataToken": 67109000,
127
+ "normalizedSignature": "SchemaConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
128
+ "isStatic": true,
129
+ "isReadOnly": true,
130
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
131
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
132
+ },
133
+ {
134
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SequenceConfiguredWarningMicrosoft.Extensions.Logging.EventId",
135
+ "clrName": "SequenceConfiguredWarning",
136
+ "tsEmitName": "sequenceConfiguredWarning",
137
+ "metadataToken": 67109001,
138
+ "normalizedSignature": "SequenceConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
139
+ "isStatic": true,
140
+ "isReadOnly": true,
141
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
142
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
143
+ },
144
+ {
145
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::CompositeKeyWithValueGenerationMicrosoft.Extensions.Logging.EventId",
146
+ "clrName": "CompositeKeyWithValueGeneration",
147
+ "tsEmitName": "compositeKeyWithValueGeneration",
148
+ "metadataToken": 67109002,
149
+ "normalizedSignature": "CompositeKeyWithValueGeneration|Microsoft.Extensions.Logging.EventId|static=true|const=false",
150
+ "isStatic": true,
151
+ "isReadOnly": true,
152
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
153
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
154
+ },
155
+ {
156
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ConflictingValueGenerationStrategiesWarningMicrosoft.Extensions.Logging.EventId",
157
+ "clrName": "ConflictingValueGenerationStrategiesWarning",
158
+ "tsEmitName": "conflictingValueGenerationStrategiesWarning",
159
+ "metadataToken": 67109003,
160
+ "normalizedSignature": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
161
+ "isStatic": true,
162
+ "isReadOnly": true,
163
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
164
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
165
+ },
166
+ {
167
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UnexpectedConnectionTypeWarningMicrosoft.Extensions.Logging.EventId",
168
+ "clrName": "UnexpectedConnectionTypeWarning",
169
+ "tsEmitName": "unexpectedConnectionTypeWarning",
170
+ "metadataToken": 67109005,
171
+ "normalizedSignature": "UnexpectedConnectionTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
172
+ "isStatic": true,
173
+ "isReadOnly": true,
174
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
175
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
176
+ },
177
+ {
178
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableRebuildPendingWarningMicrosoft.Extensions.Logging.EventId",
179
+ "clrName": "TableRebuildPendingWarning",
180
+ "tsEmitName": "tableRebuildPendingWarning",
181
+ "metadataToken": 67109007,
182
+ "normalizedSignature": "TableRebuildPendingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
183
+ "isStatic": true,
184
+ "isReadOnly": true,
185
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
186
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
187
+ },
188
+ {
189
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
190
+ "clrName": "ColumnFound",
191
+ "tsEmitName": "columnFound",
192
+ "metadataToken": 67109009,
193
+ "normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
194
+ "isStatic": true,
195
+ "isReadOnly": true,
196
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
197
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
198
+ },
199
+ {
200
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::SchemasNotSupportedWarningMicrosoft.Extensions.Logging.EventId",
201
+ "clrName": "SchemasNotSupportedWarning",
202
+ "tsEmitName": "schemasNotSupportedWarning",
203
+ "metadataToken": 67109010,
204
+ "normalizedSignature": "SchemasNotSupportedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
205
+ "isStatic": true,
206
+ "isReadOnly": true,
207
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
208
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
209
+ },
210
+ {
211
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyReferencesMissingTableWarningMicrosoft.Extensions.Logging.EventId",
212
+ "clrName": "ForeignKeyReferencesMissingTableWarning",
213
+ "tsEmitName": "foreignKeyReferencesMissingTableWarning",
214
+ "metadataToken": 67109011,
215
+ "normalizedSignature": "ForeignKeyReferencesMissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
216
+ "isStatic": true,
217
+ "isReadOnly": true,
218
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
219
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
220
+ },
221
+ {
222
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
223
+ "clrName": "TableFound",
224
+ "tsEmitName": "tableFound",
225
+ "metadataToken": 67109012,
226
+ "normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
227
+ "isStatic": true,
228
+ "isReadOnly": true,
229
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
230
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
231
+ },
232
+ {
233
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
234
+ "clrName": "MissingTableWarning",
235
+ "tsEmitName": "missingTableWarning",
236
+ "metadataToken": 67109013,
237
+ "normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
238
+ "isStatic": true,
239
+ "isReadOnly": true,
240
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
241
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
242
+ },
243
+ {
244
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
245
+ "clrName": "ForeignKeyPrincipalColumnMissingWarning",
246
+ "tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
247
+ "metadataToken": 67109014,
248
+ "normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
249
+ "isStatic": true,
250
+ "isReadOnly": true,
251
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
252
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
253
+ },
254
+ {
255
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
256
+ "clrName": "IndexFound",
257
+ "tsEmitName": "indexFound",
258
+ "metadataToken": 67109015,
259
+ "normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
260
+ "isStatic": true,
261
+ "isReadOnly": true,
262
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
263
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
264
+ },
265
+ {
266
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
267
+ "clrName": "ForeignKeyFound",
268
+ "tsEmitName": "foreignKeyFound",
269
+ "metadataToken": 67109016,
270
+ "normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
271
+ "isStatic": true,
272
+ "isReadOnly": true,
273
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
274
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
275
+ },
276
+ {
277
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
278
+ "clrName": "PrimaryKeyFound",
279
+ "tsEmitName": "primaryKeyFound",
280
+ "metadataToken": 67109017,
281
+ "normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
282
+ "isStatic": true,
283
+ "isReadOnly": true,
284
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
285
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
286
+ },
287
+ {
288
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
289
+ "clrName": "UniqueConstraintFound",
290
+ "tsEmitName": "uniqueConstraintFound",
291
+ "metadataToken": 67109018,
292
+ "normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
293
+ "isStatic": true,
294
+ "isReadOnly": true,
295
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
296
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
297
+ },
298
+ {
299
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::InferringTypesMicrosoft.Extensions.Logging.EventId",
300
+ "clrName": "InferringTypes",
301
+ "tsEmitName": "inferringTypes",
302
+ "metadataToken": 67109019,
303
+ "normalizedSignature": "InferringTypes|Microsoft.Extensions.Logging.EventId|static=true|const=false",
304
+ "isStatic": true,
305
+ "isReadOnly": true,
306
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
307
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
308
+ },
309
+ {
310
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::OutOfRangeWarningMicrosoft.Extensions.Logging.EventId",
311
+ "clrName": "OutOfRangeWarning",
312
+ "tsEmitName": "outOfRangeWarning",
313
+ "metadataToken": 67109020,
314
+ "normalizedSignature": "OutOfRangeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
315
+ "isStatic": true,
316
+ "isReadOnly": true,
317
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
318
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
319
+ },
320
+ {
321
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId::FormatWarningMicrosoft.Extensions.Logging.EventId",
322
+ "clrName": "FormatWarning",
323
+ "tsEmitName": "formatWarning",
324
+ "metadataToken": 67109021,
325
+ "normalizedSignature": "FormatWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
326
+ "isStatic": true,
327
+ "isReadOnly": true,
328
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
329
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
330
+ }
331
+ ],
332
+ "events": [],
333
+ "constructors": [],
334
+ "exposedFields": [
335
+ {
336
+ "tsName": "schemaConfiguredWarning",
337
+ "isStatic": true,
338
+ "tsSignatureId": "SchemaConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
339
+ "target": {
340
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
341
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
342
+ "metadataToken": 67109000
343
+ }
344
+ },
345
+ {
346
+ "tsName": "sequenceConfiguredWarning",
347
+ "isStatic": true,
348
+ "tsSignatureId": "SequenceConfiguredWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
349
+ "target": {
350
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
351
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
352
+ "metadataToken": 67109001
353
+ }
354
+ },
355
+ {
356
+ "tsName": "compositeKeyWithValueGeneration",
357
+ "isStatic": true,
358
+ "tsSignatureId": "CompositeKeyWithValueGeneration|Microsoft.Extensions.Logging.EventId|static=true|const=false",
359
+ "target": {
360
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
361
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
362
+ "metadataToken": 67109002
363
+ }
364
+ },
365
+ {
366
+ "tsName": "conflictingValueGenerationStrategiesWarning",
367
+ "isStatic": true,
368
+ "tsSignatureId": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
369
+ "target": {
370
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
371
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
372
+ "metadataToken": 67109003
373
+ }
374
+ },
375
+ {
376
+ "tsName": "unexpectedConnectionTypeWarning",
377
+ "isStatic": true,
378
+ "tsSignatureId": "UnexpectedConnectionTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
379
+ "target": {
380
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
381
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
382
+ "metadataToken": 67109005
383
+ }
384
+ },
385
+ {
386
+ "tsName": "tableRebuildPendingWarning",
387
+ "isStatic": true,
388
+ "tsSignatureId": "TableRebuildPendingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
389
+ "target": {
390
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
391
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
392
+ "metadataToken": 67109007
393
+ }
394
+ },
395
+ {
396
+ "tsName": "columnFound",
397
+ "isStatic": true,
398
+ "tsSignatureId": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
399
+ "target": {
400
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
401
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
402
+ "metadataToken": 67109009
403
+ }
404
+ },
405
+ {
406
+ "tsName": "schemasNotSupportedWarning",
407
+ "isStatic": true,
408
+ "tsSignatureId": "SchemasNotSupportedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
409
+ "target": {
410
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
411
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
412
+ "metadataToken": 67109010
413
+ }
414
+ },
415
+ {
416
+ "tsName": "foreignKeyReferencesMissingTableWarning",
417
+ "isStatic": true,
418
+ "tsSignatureId": "ForeignKeyReferencesMissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
419
+ "target": {
420
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
421
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
422
+ "metadataToken": 67109011
423
+ }
424
+ },
425
+ {
426
+ "tsName": "tableFound",
427
+ "isStatic": true,
428
+ "tsSignatureId": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
429
+ "target": {
430
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
431
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
432
+ "metadataToken": 67109012
433
+ }
434
+ },
435
+ {
436
+ "tsName": "missingTableWarning",
437
+ "isStatic": true,
438
+ "tsSignatureId": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
439
+ "target": {
440
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
441
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
442
+ "metadataToken": 67109013
443
+ }
444
+ },
445
+ {
446
+ "tsName": "foreignKeyPrincipalColumnMissingWarning",
447
+ "isStatic": true,
448
+ "tsSignatureId": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
449
+ "target": {
450
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
451
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
452
+ "metadataToken": 67109014
453
+ }
454
+ },
455
+ {
456
+ "tsName": "indexFound",
457
+ "isStatic": true,
458
+ "tsSignatureId": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
459
+ "target": {
460
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
461
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
462
+ "metadataToken": 67109015
463
+ }
464
+ },
465
+ {
466
+ "tsName": "foreignKeyFound",
467
+ "isStatic": true,
468
+ "tsSignatureId": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
469
+ "target": {
470
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
471
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
472
+ "metadataToken": 67109016
473
+ }
474
+ },
475
+ {
476
+ "tsName": "primaryKeyFound",
477
+ "isStatic": true,
478
+ "tsSignatureId": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
479
+ "target": {
480
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
481
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
482
+ "metadataToken": 67109017
483
+ }
484
+ },
485
+ {
486
+ "tsName": "uniqueConstraintFound",
487
+ "isStatic": true,
488
+ "tsSignatureId": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
489
+ "target": {
490
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
491
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
492
+ "metadataToken": 67109018
493
+ }
494
+ },
495
+ {
496
+ "tsName": "inferringTypes",
497
+ "isStatic": true,
498
+ "tsSignatureId": "InferringTypes|Microsoft.Extensions.Logging.EventId|static=true|const=false",
499
+ "target": {
500
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
501
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
502
+ "metadataToken": 67109019
503
+ }
504
+ },
505
+ {
506
+ "tsName": "outOfRangeWarning",
507
+ "isStatic": true,
508
+ "tsSignatureId": "OutOfRangeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
509
+ "target": {
510
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
511
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
512
+ "metadataToken": 67109020
513
+ }
514
+ },
515
+ {
516
+ "tsName": "formatWarning",
517
+ "isStatic": true,
518
+ "tsSignatureId": "FormatWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
519
+ "target": {
520
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqliteEventId",
521
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
522
+ "metadataToken": 67109021
523
+ }
524
+ }
525
+ ]
526
+ }
527
+ ]
528
+ }
@@ -0,0 +1,55 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Diagnostics
3
+ // Assembly: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Abstractions, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite
4
+
5
+ // Primitive type aliases from @tsonic/core
6
+ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
8
+ // Import types from other namespaces
9
+ import type { SqliteValueGenerationStrategy } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System.js";
11
+ import type { Func, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
12
+ import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
13
+ import type { EventData, EventDefinitionBase } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
14
+ import type { IReadOnlyProperty } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
15
+ import type { EventId } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
16
+
17
+ export interface ConflictingValueGenerationStrategiesEventData$instance extends EventData {
18
+ readonly otherValueGenerationStrategy: string;
19
+ readonly property: IReadOnlyProperty;
20
+ readonly sqliteValueGenerationStrategy: SqliteValueGenerationStrategy;
21
+ }
22
+
23
+
24
+ export const ConflictingValueGenerationStrategiesEventData: {
25
+ new(eventDefinition: EventDefinitionBase, messageGenerator: Func<EventDefinitionBase, EventData, System_Internal.String>, sqliteValueGenerationStrategy: SqliteValueGenerationStrategy, otherValueGenerationStrategy: string, property: IReadOnlyProperty): ConflictingValueGenerationStrategiesEventData;
26
+ };
27
+
28
+
29
+ export type ConflictingValueGenerationStrategiesEventData = ConflictingValueGenerationStrategiesEventData$instance;
30
+
31
+ export abstract class SqliteEventId$instance {
32
+ static readonly schemaConfiguredWarning: EventId;
33
+ static readonly sequenceConfiguredWarning: EventId;
34
+ static readonly compositeKeyWithValueGeneration: EventId;
35
+ static readonly conflictingValueGenerationStrategiesWarning: EventId;
36
+ static readonly unexpectedConnectionTypeWarning: EventId;
37
+ static readonly tableRebuildPendingWarning: EventId;
38
+ static readonly columnFound: EventId;
39
+ static readonly schemasNotSupportedWarning: EventId;
40
+ static readonly foreignKeyReferencesMissingTableWarning: EventId;
41
+ static readonly tableFound: EventId;
42
+ static readonly missingTableWarning: EventId;
43
+ static readonly foreignKeyPrincipalColumnMissingWarning: EventId;
44
+ static readonly indexFound: EventId;
45
+ static readonly foreignKeyFound: EventId;
46
+ static readonly primaryKeyFound: EventId;
47
+ static readonly uniqueConstraintFound: EventId;
48
+ static readonly inferringTypes: EventId;
49
+ static readonly outOfRangeWarning: EventId;
50
+ static readonly formatWarning: EventId;
51
+ }
52
+
53
+
54
+ export type SqliteEventId = SqliteEventId$instance;
55
+