Skip to content

Fix use of Task.Delay in program.cs #1127

@darrelmiller

Description

@darrelmiller

Currently Task.Delay is being used to ensure that text written to the console actually gets written before the executable is ended. This should not be necessary. As per @baywet this is likely an issue with failing to dispose the LoggerFactory or failing to use an async command handler overload.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions