Octopus C# script step not finishing unawaited async Tasks
You might find yourself wanting to start an async Task either through Task.Run(() => ...) or something like Task DoSomethingAsync() or Task.Delay() where you don't want to await the completion of the task. You just want the step to complete and the t...
blog.krusen.dk2 min read