I would like to do a .NET Entity Framework health check on all the existing Data Model Entities and potentially stored procedures (against their representative database tables) on application startup. We are using Database First Approach so changes are made in production using SQL scripts prone to manual execution errors. I would like to do a .NET Entity Framework heal