Skip to content

Instantly share code, notes, and snippets.

@dimlucas
Created October 21, 2018 07:59
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 dimlucas/b0c1919c14c0fa34ccde20ec715a1c8f to your computer and use it in GitHub Desktop.
Save dimlucas/b0c1919c14c0fa34ccde20ec715a1c8f to your computer and use it in GitHub Desktop.
//Placing this before the RegisterServiceAsync is enough for the migrations to work
//No need to pass any arguments
BuildWebHost(new string[] { }).Run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment