Skip to content

Fix regression to allow custom value conversion mapping when the ClrType is of non-NTS type. plus added unit test. #208

Fix regression to allow custom value conversion mapping when the ClrType is of non-NTS type. plus added unit test.

Fix regression to allow custom value conversion mapping when the ClrType is of non-NTS type. plus added unit test. #208

Triggered via pull request July 31, 2024 15:36
Status Failure
Total duration 19m 55s
Artifacts

build.yml

on: pull_request
Matrix: BuildAndTest
Fit to window
Zoom out
Zoom in

Annotations

211 errors
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":[\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":false}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":true}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.Distance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistancePlanar
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Andoyer
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.IsWithinDistance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":[\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":false}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":true}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.Distance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistancePlanar
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Andoyer
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.IsWithinDistance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.Distance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistancePlanar
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Andoyer
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.IsWithinDistance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_arent_compared_by_reference
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Can_roundtrip_Z_and_M
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Mutation_of_tracked_values_does_not_mutate_values_in_store
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_are_copied_into_change_tracker
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":[\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":[\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":false}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":true}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_arent_compared_by_reference
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Can_roundtrip_Z_and_M
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
BuildAndTest (8.0.36-mysql, windows-latest)
Process completed with exit code 1.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_arent_compared_by_reference
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Can_roundtrip_Z_and_M
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Mutation_of_tracked_values_does_not_mutate_values_in_store
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_are_copied_into_change_tracker
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":[\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_arent_compared_by_reference
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Can_roundtrip_Z_and_M
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Mutation_of_tracked_values_does_not_mutate_values_in_store
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_are_copied_into_change_tracker
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.Distance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistancePlanar
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Andoyer
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.IsWithinDistance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.Distance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistancePlanar
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Andoyer
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.IsWithinDistance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.Distance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistancePlanar
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Andoyer
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.IsWithinDistance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_arent_compared_by_reference
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Can_roundtrip_Z_and_M
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Mutation_of_tracked_values_does_not_mutate_values_in_store
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_are_copied_into_change_tracker
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Haversine
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Native
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.Distance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistancePlanar
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.SpatialDistanceSphere_Andoyer
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialGeographyQueryMySqlTest.IsWithinDistance
System.InvalidOperationException : The property 'Point.UserData' could not be mapped because it is of type 'object', which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Centroid(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.SRID(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Z(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Distance_on_converted_geometry_type_constant(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: True)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Crosses(async: False)
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_arent_compared_by_reference
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Can_roundtrip_Z_and_M
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Mutation_of_tracked_values_does_not_mutate_values_in_store
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Values_are_copied_into_change_tracker
System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type: Cannot bind 'points' in 'LineString(Coordinate[] points)' Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)' Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":[{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\"\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":1}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":\"X\"}")
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":[\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BadDataJsonDeserializationMySqlTest.Throws_for_bad_point_as_GeoJson(json: "{\"Prop\":{\"type\":\"Point\"
System.InvalidOperationException : The 'Point' property 'PointType.Point' could not be mapped because the database provider does not support this type. Consider 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'.