We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399feaa commit 178ede0Copy full SHA for 178ede0
ReadMe.md
@@ -359,6 +359,7 @@ class Program
359
.ConfigureServices((hostContext, services) =>
360
{
361
// mapping config json to IOption<MyConfig>
362
+ // requires "Microsoft.Extensions.Options.ConfigurationExtensions" package
363
services.Configure<MyConfig>(hostContext.Configuration);
364
})
365
.RunBatchEngineAsync<MyFirstBatch>(args);
0 commit comments