@tsonic/efcore-sqlite 0.1.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +2636 -3286
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
  15. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  16. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
  17. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
  18. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
  39. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
  48. package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
  49. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  50. package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
  51. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
  52. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
  53. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  54. package/SQLitePCL/bindings.json +10824 -14640
  55. package/SQLitePCL/internal/index.d.ts +72 -42
  56. package/System.Collections.Generic/bindings.json +58 -70
  57. package/System.Collections.Generic/internal/index.d.ts +6 -6
  58. package/__build/scripts/generate.sh +4 -4
  59. package/__internal/extensions/index.d.ts +12 -12
  60. package/package.json +5 -5
  61. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  62. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  63. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  64. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  65. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  66. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  67. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  68. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  80. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  81. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  82. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  83. package/SQLitePCL/internal/metadata.json +0 -11902
  84. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -12,25 +12,25 @@ import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efc
12
12
  import type { EventData, EventDefinitionBase, RelationalLoggingDefinitions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
13
13
 
14
14
  export interface SqliteLoggingDefinitions$instance extends RelationalLoggingDefinitions {
15
- logSchemaConfigured: EventDefinitionBase | undefined;
16
- logSequenceConfigured: EventDefinitionBase | undefined;
17
- logUsingSchemaSelectionsWarning: EventDefinitionBase | undefined;
18
- logFoundColumn: EventDefinitionBase | undefined;
19
- logFoundForeignKey: EventDefinitionBase | undefined;
20
- logForeignKeyScaffoldErrorPrincipalTableNotFound: EventDefinitionBase | undefined;
21
- logFoundTable: EventDefinitionBase | undefined;
22
- logMissingTable: EventDefinitionBase | undefined;
23
- logPrincipalColumnNotFound: EventDefinitionBase | undefined;
24
- logFoundIndex: EventDefinitionBase | undefined;
25
- logFoundPrimaryKey: EventDefinitionBase | undefined;
26
- logFoundUniqueConstraint: EventDefinitionBase | undefined;
27
- logUnexpectedConnectionType: EventDefinitionBase | undefined;
28
- logTableRebuildPendingWarning: EventDefinitionBase | undefined;
29
- logCompositeKeyWithValueGeneration: EventDefinitionBase | undefined;
30
- logConflictingValueGenerationStrategies: EventDefinitionBase | undefined;
31
- logInferringTypes: EventDefinitionBase | undefined;
32
- logOutOfRangeWarning: EventDefinitionBase | undefined;
33
- logFormatWarning: EventDefinitionBase | undefined;
15
+ LogSchemaConfigured: EventDefinitionBase | undefined;
16
+ LogSequenceConfigured: EventDefinitionBase | undefined;
17
+ LogUsingSchemaSelectionsWarning: EventDefinitionBase | undefined;
18
+ LogFoundColumn: EventDefinitionBase | undefined;
19
+ LogFoundForeignKey: EventDefinitionBase | undefined;
20
+ LogForeignKeyScaffoldErrorPrincipalTableNotFound: EventDefinitionBase | undefined;
21
+ LogFoundTable: EventDefinitionBase | undefined;
22
+ LogMissingTable: EventDefinitionBase | undefined;
23
+ LogPrincipalColumnNotFound: EventDefinitionBase | undefined;
24
+ LogFoundIndex: EventDefinitionBase | undefined;
25
+ LogFoundPrimaryKey: EventDefinitionBase | undefined;
26
+ LogFoundUniqueConstraint: EventDefinitionBase | undefined;
27
+ LogUnexpectedConnectionType: EventDefinitionBase | undefined;
28
+ LogTableRebuildPendingWarning: EventDefinitionBase | undefined;
29
+ LogCompositeKeyWithValueGeneration: EventDefinitionBase | undefined;
30
+ LogConflictingValueGenerationStrategies: EventDefinitionBase | undefined;
31
+ LogInferringTypes: EventDefinitionBase | undefined;
32
+ LogOutOfRangeWarning: EventDefinitionBase | undefined;
33
+ LogFormatWarning: EventDefinitionBase | undefined;
34
34
  }
35
35
 
36
36
 
@@ -42,8 +42,8 @@ export const SqliteLoggingDefinitions: {
42
42
  export type SqliteLoggingDefinitions = SqliteLoggingDefinitions$instance;
43
43
 
44
44
  export interface TableRebuildEventData$instance extends EventData {
45
- readonly operationType: Type;
46
- readonly tableName: string | undefined;
45
+ readonly OperationType: Type;
46
+ readonly TableName: string | undefined;
47
47
  }
48
48
 
49
49
 
@@ -55,7 +55,7 @@ export const TableRebuildEventData: {
55
55
  export type TableRebuildEventData = TableRebuildEventData$instance;
56
56
 
57
57
  export interface UnexpectedConnectionTypeEventData$instance extends EventData {
58
- readonly connectionType: Type;
58
+ readonly ConnectionType: Type;
59
59
  }
60
60
 
61
61
 
@@ -1,26 +1,182 @@
1
1
  {
2
2
  "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.Sqlite"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
6
9
  "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
7
- "tsEmitName": "SqliteModelValidator",
8
10
  "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
20
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator",
25
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator"
26
+ }
27
+ ],
10
28
  "methods": [
11
29
  {
12
30
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::Validate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
13
31
  "clrName": "Validate",
14
- "tsEmitName": "validate",
15
32
  "metadataToken": 100664147,
16
33
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
17
34
  "normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
18
35
  "emitScope": "ClassSurface",
36
+ "provenance": "Original",
37
+ "arity": 0,
38
+ "parameterCount": 2,
39
+ "isStatic": false,
40
+ "isAbstract": false,
41
+ "isVirtual": true,
42
+ "isOverride": true,
43
+ "isSealed": false,
44
+ "visibility": "Public",
45
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
46
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
47
+ "isExtensionMethod": false
48
+ },
49
+ {
50
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateNoSchemas(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
51
+ "clrName": "ValidateNoSchemas",
52
+ "metadataToken": 100664148,
53
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
54
+ "normalizedSignature": "ValidateNoSchemas|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
55
+ "emitScope": "ClassSurface",
56
+ "provenance": "Original",
19
57
  "arity": 0,
20
58
  "parameterCount": 2,
59
+ "isStatic": false,
60
+ "isAbstract": false,
61
+ "isVirtual": true,
62
+ "isOverride": false,
63
+ "isSealed": false,
64
+ "visibility": "Protected",
65
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
66
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
67
+ "isExtensionMethod": false
68
+ },
69
+ {
70
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateNoSequences(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
71
+ "clrName": "ValidateNoSequences",
72
+ "metadataToken": 100664149,
73
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
74
+ "normalizedSignature": "ValidateNoSequences|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
75
+ "emitScope": "ClassSurface",
76
+ "provenance": "Original",
77
+ "arity": 0,
78
+ "parameterCount": 2,
79
+ "isStatic": false,
80
+ "isAbstract": false,
81
+ "isVirtual": true,
82
+ "isOverride": false,
83
+ "isSealed": false,
84
+ "visibility": "Protected",
85
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
86
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
87
+ "isExtensionMethod": false
88
+ },
89
+ {
90
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateNoStoredProcedures(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
91
+ "clrName": "ValidateNoStoredProcedures",
92
+ "metadataToken": 100664150,
93
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
94
+ "normalizedSignature": "ValidateNoStoredProcedures|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
95
+ "emitScope": "ClassSurface",
96
+ "provenance": "Original",
97
+ "arity": 0,
98
+ "parameterCount": 2,
99
+ "isStatic": false,
100
+ "isAbstract": false,
101
+ "isVirtual": true,
102
+ "isOverride": false,
103
+ "isSealed": false,
104
+ "visibility": "Protected",
105
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
106
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
107
+ "isExtensionMethod": false
108
+ },
109
+ {
110
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateCompatible(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
111
+ "clrName": "ValidateCompatible",
112
+ "metadataToken": 100664151,
113
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
114
+ "normalizedSignature": "ValidateCompatible|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
115
+ "emitScope": "ClassSurface",
116
+ "provenance": "Original",
117
+ "arity": 0,
118
+ "parameterCount": 5,
119
+ "isStatic": false,
120
+ "isAbstract": false,
121
+ "isVirtual": true,
122
+ "isOverride": true,
123
+ "isSealed": false,
124
+ "visibility": "Protected",
125
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
126
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
127
+ "isExtensionMethod": false,
128
+ "parameterModifiers": [
129
+ {
130
+ "index": 3,
131
+ "modifier": "in"
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateValueGeneration(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
137
+ "clrName": "ValidateValueGeneration",
138
+ "metadataToken": 100664152,
139
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
140
+ "normalizedSignature": "ValidateValueGeneration|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
141
+ "emitScope": "ClassSurface",
142
+ "provenance": "Original",
143
+ "arity": 0,
144
+ "parameterCount": 3,
145
+ "isStatic": false,
146
+ "isAbstract": false,
147
+ "isVirtual": true,
148
+ "isOverride": true,
149
+ "isSealed": false,
150
+ "visibility": "Protected",
21
151
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
22
152
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
23
153
  "isExtensionMethod": false
154
+ },
155
+ {
156
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator::ValidateSharedTableCompatibility(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
157
+ "clrName": "ValidateSharedTableCompatibility",
158
+ "metadataToken": 100664153,
159
+ "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
160
+ "normalizedSignature": "ValidateSharedTableCompatibility|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
161
+ "emitScope": "ClassSurface",
162
+ "provenance": "Original",
163
+ "arity": 0,
164
+ "parameterCount": 3,
165
+ "isStatic": false,
166
+ "isAbstract": false,
167
+ "isVirtual": true,
168
+ "isOverride": true,
169
+ "isSealed": false,
170
+ "visibility": "Protected",
171
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
172
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
173
+ "isExtensionMethod": false,
174
+ "parameterModifiers": [
175
+ {
176
+ "index": 1,
177
+ "modifier": "in"
178
+ }
179
+ ]
24
180
  }
25
181
  ],
26
182
  "properties": [],
@@ -34,51 +190,70 @@
34
190
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
35
191
  "isStatic": false,
36
192
  "parameterCount": 2,
193
+ "visibility": "Public",
37
194
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
38
195
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
39
196
  }
40
- ],
41
- "exposedMethods": [
42
- {
43
- "tsName": "validate",
44
- "isStatic": false,
45
- "tsSignatureId": "Validate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
46
- "target": {
47
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
48
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
49
- "metadataToken": 100664147
50
- }
51
- }
52
- ],
53
- "exposedConstructors": [
54
- {
55
- "isStatic": false,
56
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
57
- "target": {
58
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteModelValidator",
59
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
60
- "metadataToken": 100664146
61
- }
62
- }
63
197
  ]
64
198
  },
65
199
  {
66
200
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
67
201
  "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
68
- "tsEmitName": "SqliteOptionsExtension",
69
202
  "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
70
203
  "metadataToken": 0,
204
+ "kind": "Class",
205
+ "accessibility": "Public",
206
+ "isAbstract": false,
207
+ "isSealed": false,
208
+ "isStatic": false,
209
+ "arity": 0,
210
+ "baseType": {
211
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
212
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension"
213
+ },
214
+ "interfaces": [
215
+ {
216
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
217
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension"
218
+ }
219
+ ],
71
220
  "methods": [
221
+ {
222
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::Clone():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
223
+ "clrName": "Clone",
224
+ "metadataToken": 100664157,
225
+ "canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
226
+ "normalizedSignature": "Clone|():Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension|static=false",
227
+ "emitScope": "ClassSurface",
228
+ "provenance": "Original",
229
+ "arity": 0,
230
+ "parameterCount": 0,
231
+ "isStatic": false,
232
+ "isAbstract": false,
233
+ "isVirtual": true,
234
+ "isOverride": true,
235
+ "isSealed": false,
236
+ "visibility": "Protected",
237
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
238
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
239
+ "isExtensionMethod": false
240
+ },
72
241
  {
73
242
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::WithLoadSpatialite(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
74
243
  "clrName": "WithLoadSpatialite",
75
- "tsEmitName": "withLoadSpatialite",
76
244
  "metadataToken": 100664159,
77
245
  "canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
78
246
  "normalizedSignature": "WithLoadSpatialite|(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension|static=false",
79
247
  "emitScope": "ClassSurface",
248
+ "provenance": "Original",
80
249
  "arity": 0,
81
250
  "parameterCount": 1,
251
+ "isStatic": false,
252
+ "isAbstract": false,
253
+ "isVirtual": true,
254
+ "isOverride": false,
255
+ "isSealed": false,
256
+ "visibility": "Public",
82
257
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
83
258
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
84
259
  "isExtensionMethod": false
@@ -86,13 +261,19 @@
86
261
  {
87
262
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::ApplyServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
88
263
  "clrName": "ApplyServices",
89
- "tsEmitName": "applyServices",
90
264
  "metadataToken": 100664160,
91
265
  "canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
92
266
  "normalizedSignature": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
93
267
  "emitScope": "ClassSurface",
268
+ "provenance": "Original",
94
269
  "arity": 0,
95
270
  "parameterCount": 1,
271
+ "isStatic": false,
272
+ "isAbstract": false,
273
+ "isVirtual": true,
274
+ "isOverride": true,
275
+ "isSealed": false,
276
+ "visibility": "Public",
96
277
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
97
278
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
98
279
  "isExtensionMethod": false
@@ -102,28 +283,38 @@
102
283
  {
103
284
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::Info:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
104
285
  "clrName": "Info",
105
- "tsEmitName": "info",
106
286
  "metadataToken": 385876124,
107
287
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
108
288
  "normalizedSignature": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
109
289
  "emitScope": "ClassSurface",
290
+ "provenance": "Original",
110
291
  "isIndexer": false,
111
292
  "hasGetter": true,
112
293
  "hasSetter": false,
294
+ "isStatic": false,
295
+ "isAbstract": false,
296
+ "isVirtual": true,
297
+ "isOverride": true,
298
+ "visibility": "Public",
113
299
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
114
300
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
115
301
  },
116
302
  {
117
303
  "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::LoadSpatialite:System.Boolean",
118
304
  "clrName": "LoadSpatialite",
119
- "tsEmitName": "loadSpatialite",
120
305
  "metadataToken": 385876125,
121
306
  "canonicalSignature": ":System.Boolean",
122
307
  "normalizedSignature": "LoadSpatialite|:System.Boolean|static=false|accessor=get",
123
308
  "emitScope": "ClassSurface",
309
+ "provenance": "Original",
124
310
  "isIndexer": false,
125
311
  "hasGetter": true,
126
312
  "hasSetter": false,
313
+ "isStatic": false,
314
+ "isAbstract": false,
315
+ "isVirtual": true,
316
+ "isOverride": false,
317
+ "visibility": "Public",
127
318
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
128
319
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
129
320
  }
@@ -138,63 +329,20 @@
138
329
  "normalizedSignature": "constructor|():void|static=false",
139
330
  "isStatic": false,
140
331
  "parameterCount": 0,
332
+ "visibility": "Public",
141
333
  "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
142
334
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
143
- }
144
- ],
145
- "exposedMethods": [
146
- {
147
- "tsName": "withLoadSpatialite",
148
- "isStatic": false,
149
- "tsSignatureId": "WithLoadSpatialite|(System.Boolean):Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension|static=false",
150
- "target": {
151
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
152
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
153
- "metadataToken": 100664159
154
- }
155
- },
156
- {
157
- "tsName": "applyServices",
158
- "isStatic": false,
159
- "tsSignatureId": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
160
- "target": {
161
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
162
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
163
- "metadataToken": 100664160
164
- }
165
- }
166
- ],
167
- "exposedProperties": [
168
- {
169
- "tsName": "info",
170
- "isStatic": false,
171
- "tsSignatureId": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
172
- "target": {
173
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
174
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
175
- "metadataToken": 385876124
176
- }
177
335
  },
178
336
  {
179
- "tsName": "loadSpatialite",
180
- "isStatic": false,
181
- "tsSignatureId": "LoadSpatialite|:System.Boolean|static=false|accessor=get",
182
- "target": {
183
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
184
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
185
- "metadataToken": 385876125
186
- }
187
- }
188
- ],
189
- "exposedConstructors": [
190
- {
337
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension::.ctor(Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension):void",
338
+ "metadataToken": 100664155,
339
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension):void",
340
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension):void|static=false",
191
341
  "isStatic": false,
192
- "tsSignatureId": "constructor|():void|static=false",
193
- "target": {
194
- "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
195
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
196
- "metadataToken": 100664154
197
- }
342
+ "parameterCount": 1,
343
+ "visibility": "Protected",
344
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.SqliteOptionsExtension",
345
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
198
346
  }
199
347
  ]
200
348
  }
@@ -5,18 +5,32 @@
5
5
  // Primitive type aliases from @tsonic/core
6
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
7
 
8
+ // Import support types from @tsonic/core
9
+ import type { ptr } from "@tsonic/core/types.js";
10
+
8
11
  // Import types from other namespaces
9
12
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Boolean as ClrBoolean, Void } from "@tsonic/dotnet/System.js";
13
+ import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
14
+ import type { Boolean as ClrBoolean, String as ClrString, Void } from "@tsonic/dotnet/System.js";
11
15
  import type { IDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
12
16
  import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
13
17
  import type { DbContextOptionsExtensionInfo, IDbContextOptionsExtension, IModelValidator, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
14
18
  import type { DbLoggerCategory$Model$Validation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
15
- import type { IModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
19
+ import type { IEntityType, IKey, IModel, IProperty, StoreObjectIdentifier } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
16
20
  import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
17
21
 
18
- export interface SqliteModelValidator$instance extends RelationalModelValidator {
19
- validate(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
22
+ export abstract class SqliteModelValidator$protected {
23
+ protected ValidateCompatible(property: IProperty, duplicateProperty: IProperty, columnName: string, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
24
+ protected ValidateNoSchemas(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
25
+ protected ValidateNoSequences(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
26
+ protected ValidateNoStoredProcedures(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
27
+ protected ValidateSharedTableCompatibility(mappedTypes: IReadOnlyList<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
28
+ protected ValidateValueGeneration(entityType: IEntityType, key: IKey, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
29
+ }
30
+
31
+
32
+ export interface SqliteModelValidator$instance extends SqliteModelValidator$protected, RelationalModelValidator {
33
+ Validate(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
20
34
  }
21
35
 
22
36
 
@@ -27,16 +41,22 @@ export const SqliteModelValidator: {
27
41
 
28
42
  export type SqliteModelValidator = SqliteModelValidator$instance;
29
43
 
30
- export interface SqliteOptionsExtension$instance extends RelationalOptionsExtension {
31
- readonly info: DbContextOptionsExtensionInfo;
32
- readonly loadSpatialite: boolean;
33
- applyServices(services: IServiceCollection): void;
34
- withLoadSpatialite(loadSpatialite: boolean): SqliteOptionsExtension;
44
+ export abstract class SqliteOptionsExtension$protected {
45
+ protected Clone(): RelationalOptionsExtension;
46
+ }
47
+
48
+
49
+ export interface SqliteOptionsExtension$instance extends SqliteOptionsExtension$protected, RelationalOptionsExtension {
50
+ readonly Info: DbContextOptionsExtensionInfo;
51
+ readonly LoadSpatialite: boolean;
52
+ ApplyServices(services: IServiceCollection): void;
53
+ WithLoadSpatialite(loadSpatialite: boolean): SqliteOptionsExtension;
35
54
  }
36
55
 
37
56
 
38
57
  export const SqliteOptionsExtension: {
39
58
  new(): SqliteOptionsExtension;
59
+ new(copyFrom: SqliteOptionsExtension): SqliteOptionsExtension;
40
60
  };
41
61
 
42
62
 
@@ -6,11 +6,12 @@
6
6
  import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Boolean as ClrBoolean, Void } from '@tsonic/dotnet/System.js';
9
+ import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
10
+ import type { Boolean as ClrBoolean, String as ClrString, Void } from '@tsonic/dotnet/System.js';
10
11
  import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
11
12
  import type { DbContextOptionsExtensionInfo, IDbContextOptionsExtension, IModelValidator, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
12
13
  import type { DbLoggerCategory$Model$Validation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
13
- import type { IModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
14
+ import type { IEntityType, IKey, IModel, IProperty, StoreObjectIdentifier } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
14
15
  import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
15
16
 
16
17
  // Public API exports (curated - no internal $instance/$views leakage)