EF Core 2.1 is still in preview, so I realize support will lag for new features. I am interested in knowing if the MySQL .NET connector will support value conversions new in EF Core 2.1 in the near future. Currently it does not:
The 'MySQLBinaryTypeMapping' does not support value conversions. Support for value conversions typically requires changes in the database provider.
This would be very useful in mapping Guids in .NET to character or binary fields in MySQL.
The 'MySQLBinaryTypeMapping' does not support value conversions. Support for value conversions typically requires changes in the database provider.
This would be very useful in mapping Guids in .NET to character or binary fields in MySQL.