I am creating my webApi project in .net 8. While scaffolding, I am getting internal server error.I am using My Sql database. I am using the below syntax and I am experimenting in Mac OS.
dotnet ef dbcontext Scaffold "Server= <server_name>,<port_name>;Database=<DB_Name>;Persist Security Info=False;User ID=;Password=;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;" Microsoft.EntityFrameworkCore.SqlServer -o Model
After running the above command, I am getting the following error. Output Error
What could be the solution I can use to solve this. I am frustrated since I have been dealing with this issue since past couple of days.
Thanks in advance.