Issue
I am trying to deploy my EF Core web api project to a Debian 9 VPS
I have gotten the web api running smoothly, however when trying to use EF it exits (Segmentation Fault)
I am running a SQL Express server (2019) on the Debian 9 vps, which functions correctly (SSMS working correctly)
Any help would be much appreciated!
Solution
Update package Microsoft.Data.SqlClient
to version 5 or above.
Answered By - Justin V Answer Checked By - Marilyn (WPSolving Volunteer)