Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created August 7, 2019 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/89a45a23c2f2a6cee9a92f07e900c9c7 to your computer and use it in GitHub Desktop.
Save ssougnez/89a45a23c2f2a6cee9a92f07e900c9c7 to your computer and use it in GitHub Desktop.
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