Skip to content

Instantly share code, notes, and snippets.

@riezebosch
Last active November 5, 2019 14:00
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 riezebosch/4a4c03e3f217638ce21ae97fac0bfa3d to your computer and use it in GitHub Desktop.
Save riezebosch/4a4c03e3f217638ce21ae97fac0bfa3d to your computer and use it in GitHub Desktop.

asdf


using (var host = new HostBuilder()
        .ConfigureWebJobs(builder => builder
            .AddTimers()
            .AddDurableTaskInTestHub()
            .AddAzureStorageCoreServices()
            .ConfigureServices(services => services.AddSingleton(mock)))
        .Build())
    {
    }
}
static void Main()
{
        // <s> no way </s>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment