Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RunTargetsWithoutExiting static method async call #610

Merged
merged 1 commit into from
Jul 11, 2021
Merged

Fix RunTargetsWithoutExiting static method async call #610

merged 1 commit into from
Jul 11, 2021

Conversation

alibresco
Copy link
Contributor

Currently, the method returns before it is done running targets. The void swallows up the Task emitted from RunWithoutExitingAsync, so this happens silently. The other RunTargets methods look correct, so I assume it's just a typo.

@adamralph
Copy link
Owner

@alibresco this does indeed look like a typo. Well spotted, and thanks for fixing it!

@adamralph
Copy link
Owner

@alibresco this has been released in 3.7.1. Thanks again!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static RunTargetsWithoutExiting overload with Options returns before running targets
2 participants