Skip to content

Conversation

@kblok
Copy link
Member

@kblok kblok commented Jul 20, 2018

closes #437

foreach (var waitTask in WaitTasks)
{
waitTask.Rerun();
var runTask = waitTask.Rerun();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could use the new syntax

_ = waitTask.Rerun();

to discard the response

}

Rerun();
var runTask = Rerun();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could use the new syntax

_ = waitTask.Rerun();

to discard the response

@kblok
Copy link
Member Author

kblok commented Jul 22, 2018

Done @Meir017

@kblok kblok merged commit 3ebbd8d into master Jul 23, 2018
@kblok kblok deleted the tasks/remove-warnings branch July 23, 2018 11:17
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.

Warnings Clean up

3 participants