You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to implement a solution in ASP.NET Core (using Entity Framework Core) to log SQL queries executed during migrations (e.g., CREATE TABLE, ALTER TABLE, DROP) and send them via email in the following format:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to implement a solution in ASP.NET Core (using Entity Framework Core) to log SQL queries executed during migrations (e.g., CREATE TABLE, ALTER TABLE, DROP) and send them via email in the following format:
The solution should only track SQL queries related to migrations, not runtime queries from DbContext. How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions