Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created February 1, 2020 07:20
Show Gist options
  • Select an option

  • Save PradeepLoganathan/67ec3cef3b0350da03e5045526387d09 to your computer and use it in GitHub Desktop.

Select an option

Save PradeepLoganathan/67ec3cef3b0350da03e5045526387d09 to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
RegisterServices();
IServiceScope scope = _serviceProvider.CreateScope();
scope.ServiceProvider.GetRequiredService<ConsoleApplication>().Run();
DisposeServices();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment