CsvFileHandler: For reading and writing character data using CSV format (this should use your existing CSV handling code). JsonFileHandler: For reading and writing character data using JSON format ...
What makes this issue confusing is that when we manually run the SQL query generated by EF Core, we do not see any empty values in the column that is mapped to the owned JSON property. Additionally, ...