|
148 | 148 | <data name="CompiledModelFunctionTranslation" xml:space="preserve">
|
149 | 149 | <value>The function '{function}' has a custom translation. Compiled model can't be generated, because custom function translations are not supported.</value>
|
150 | 150 | </data>
|
| 151 | + <data name="ComplexCollectionNotMappedToJson" xml:space="preserve"> |
| 152 | + <value>The complex collection property '{entityType}.{property}' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.</value> |
| 153 | + </data> |
151 | 154 | <data name="ComplexPropertyBothJsonColumnAndJsonPropertyName" xml:space="preserve">
|
152 | 155 | <value>Complex property '{complexProperty}' cannot have both a JSON column name ('{columnName}') and a JSON property name ('{propertyName}') configured. Use ToJson() to map to a JSON column or HasJsonPropertyName() to map as a JSON property within a containing JSON column, but not both.</value>
|
153 | 156 | </data>
|
|
157 | 160 | <data name="ComplexPropertyJsonPropertyNameWithoutJsonMapping" xml:space="preserve">
|
158 | 161 | <value>Complex property '{complexProperty}' cannot use 'HasJsonPropertyName()' because it is not contained within a JSON-mapped type. Use 'ToJson()' to map the complex property to a JSON column, or ensure it is contained within a type that is mapped to JSON.</value>
|
159 | 162 | </data>
|
160 |
| - <data name="PropertyBothColumnNameAndJsonPropertyName" xml:space="preserve"> |
161 |
| - <value>Property '{property}' cannot have both a column name ('{columnName}') and a JSON property name ('{jsonPropertyName}') configured. Properties in JSON-mapped types should use JSON property names, not column names.</value> |
162 |
| - </data> |
163 | 163 | <data name="ComplexPropertyOptionalTableSharing" xml:space="preserve">
|
164 | 164 | <value>The optional complex property '{type}.{property}' is mapped to columns by flattening the contained properties, but it only contains optional properties. Add a required property or discriminator or map this complex property to a JSON column.</value>
|
165 | 165 | </data>
|
|
439 | 439 | <data name="ExecuteUpdateDeleteOnEntityNotMappedToTable" xml:space="preserve">
|
440 | 440 | <value>ExecuteUpdate or ExecuteDelete was called on entity type '{entityType}', but that entity type is not mapped to a table.</value>
|
441 | 441 | </data>
|
442 |
| - <data name="ExecuteUpdateSubqueryNotSupportedOverComplexTypes" xml:space="preserve"> |
443 |
| - <value>ExecuteUpdate is being used over a LINQ operator which isn't natively supported by the database; this cannot be translated because complex type '{complexType}' is projected out. Rewrite your query to project out the containing entity type instead.</value> |
444 |
| - </data> |
445 | 442 | <data name="ExecuteUpdateOverJsonIsNotSupported" xml:space="preserve">
|
446 | 443 | <value>ExecuteUpdate is being used over type '{structuralType}' which is mapped to JSON; ExecuteUpdate on JSON is not supported.</value>
|
447 | 444 | </data>
|
| 445 | + <data name="ExecuteUpdateSubqueryNotSupportedOverComplexTypes" xml:space="preserve"> |
| 446 | + <value>ExecuteUpdate is being used over a LINQ operator which isn't natively supported by the database; this cannot be translated because complex type '{complexType}' is projected out. Rewrite your query to project out the containing entity type instead.</value> |
| 447 | + </data> |
448 | 448 | <data name="ExplicitDefaultConstraintNamesNotSupportedForTpc" xml:space="preserve">
|
449 | 449 | <value>Can't use explicitly named default constraints with TPC inheritance or entity splitting. Constraint name: '{explicitDefaultConstraintName}'.</value>
|
450 | 450 | </data>
|
|
806 | 806 | <comment>Warning RelationalEventId.ModelValidationKeyDefaultValueWarning string string</comment>
|
807 | 807 | </data>
|
808 | 808 | <data name="LogKeyPropertiesNotMappedToTable" xml:space="preserve">
|
809 |
| - <value>The key {keyProperties} on the entity type '{entityType}' cannot be represented in the database. Either all or some of the properties aren't mapped to table '{table}'. All key properties must be mapped to a single table for the unique constraint to be created.</value> |
| 809 | + <value>The key {keyProperties} on the entity type '{entityType}' cannot be represented in the database. Some or all of the properties aren't mapped to table '{table}'. All key properties must be mapped to a single table for the unique constraint to be created.</value> |
810 | 810 | <comment>Error RelationalEventId.KeyPropertiesNotMappedToTable string string string</comment>
|
811 | 811 | </data>
|
812 | 812 | <data name="LogMigrating" xml:space="preserve">
|
|
962 | 962 | <value>Using '{methodName}' on DbSet of '{entityType}' is not supported since '{entityType}' is part of hierarchy and does not contain a discriminator property.</value>
|
963 | 963 | </data>
|
964 | 964 | <data name="MigrationDownMissing" xml:space="preserve">
|
965 |
| - <value>The 'Down' method for this migration has not been implemented. Both the 'Up' abd 'Down' methods must be implemented to support reverting migrations.</value> |
| 965 | + <value>The 'Down' method for this migration has not been implemented. Both the 'Up' and 'Down' methods must be implemented to support reverting migrations.</value> |
966 | 966 | </data>
|
967 | 967 | <data name="MigrationNotFound" xml:space="preserve">
|
968 | 968 | <value>The migration '{migrationName}' was not found.</value>
|
|
980 | 980 | <value>No value was provided for the required parameter '{parameter}'.</value>
|
981 | 981 | </data>
|
982 | 982 | <data name="MissingResultSetWhenSaving" xml:space="preserve">
|
983 |
| - <value>A result set was was missing when reading the results of a SaveChanges operation; this may indicate that a stored procedure was configured to return results in the EF model, but did not. Check your stored procedure definitions.</value> |
| 983 | + <value>A result set was missing when reading the results of a SaveChanges operation; this may indicate that a stored procedure was configured to return results in the EF model, but did not. Check your stored procedure definitions.</value> |
984 | 984 | </data>
|
985 | 985 | <data name="ModificationCommandBatchAlreadyComplete" xml:space="preserve">
|
986 | 986 | <value>Cannot add commands to a completed ModificationCommandBatch.</value>
|
|
1078 | 1078 | <data name="ProjectionMappingCountMismatch" xml:space="preserve">
|
1079 | 1079 | <value>Unable to translate set operations when both sides don't assign values to the same properties in the nominal type. Please make sure that the same properties are included on both sides, and consider assigning default values if a property doesn't require a specific value.</value>
|
1080 | 1080 | </data>
|
| 1081 | + <data name="PropertyBothColumnNameAndJsonPropertyName" xml:space="preserve"> |
| 1082 | + <value>Property '{property}' cannot have both a column name ('{columnName}') and a JSON property name ('{jsonPropertyName}') configured. Properties in JSON-mapped types should use JSON property names, not column names.</value> |
| 1083 | + </data> |
1081 | 1084 | <data name="PropertyNotMapped" xml:space="preserve">
|
1082 | 1085 | <value>The '{propertyType}' property '{entityType}.{property}' could not be mapped to the database type '{storeType}' because the database provider does not support mapping '{propertyType}' properties to '{storeType}' columns. Consider mapping to a different database type or converting the property value to a type supported by the database using a value converter. See https://aka.ms/efcore-docs-value-converters for more information. Alternately, exclude the property from the model using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.</value>
|
1083 | 1086 | </data>
|
|
1223 | 1226 | <value>The query requires a subquery over complex type '{complexType}'. Subqueries over complex types are currently unsupported.</value>
|
1224 | 1227 | </data>
|
1225 | 1228 | <data name="TableNotMappedEntityType" xml:space="preserve">
|
1226 |
| - <value>The entity type '{entityType}' is not mapped to the store object '{table}'.</value> |
| 1229 | + <value>The type '{entityType}' is not mapped to the store object '{table}'.</value> |
1227 | 1230 | </data>
|
1228 | 1231 | <data name="TableOverrideMismatch" xml:space="preserve">
|
1229 | 1232 | <value>The property '{propertySpecification}' has specific configuration for the table '{table}', but isn't mapped to a column on that table. Remove the specific configuration, or map an entity type that contains this property to '{table}'.</value>
|
|
0 commit comments