services.AddDbContext<WorkflowDatabaseContext>(options => | |
{ | |
options | |
.UseSqlServer("...") | |
.ConfigureWarnings(w => w.Throw(RelationalEventId.QueryClientEvaluationWarning)); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment