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 cd2d62b commit 191b5b3Copy full SHA for 191b5b3
sample/WorkerServiceDemo/Worker.cs
@@ -20,7 +20,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
20
_logger.LogInformation("Worker started");
21
22
// Logging child property Name of structured object structured
23
- // to a separate column according to configuration in AddictionalColumns in appsettings.json
+ // to a separate column according to configuration in AdditionalColumns in appsettings.json
24
var structured = new Structured
25
{
26
Name = "Structured Subproperty Value"
0 commit comments