You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"z:\dev\3rd_party\Manos\src\Manos\Manos.WithHints.proj" (default target) (1) -> (CoreCompile target) ->
Manos.Http\HttpEntity.cs(521,5): error CS0165: Use of unassigned local variable 'completeWatcher' [z:\dev\3rd_party\Manos\src\Manos\Manos.WithHints.proj]
Manos.Http\HttpTransaction.cs(176,5): error CS0165: Use of unassigned local variable 'handler' [z:\dev\3rd_party\Manos\src\Manos\Manos.WithHints.proj]
Manos\AppHost.cs(208,6): error CS0165: Use of unassigned local variable 'timer' [z:\dev\3rd_party\Manos\src\Manos\Manos.WithHints.proj]
1 Warning(s)
3 Error(s)
Time Elapsed 00:00:01.00
z:\dev\3rd_party\Manos\src\Manos>
Where Manos.WithHints.proj is simply my wrapper around Manos.csproj to avoid modifying it:
I've submitted a pull request that fixes this issue. If you'd like to check out my patch, it's very simple. I just assign the closed-over variable the compiler is complaining about in the delegate to null first, so it's not unsure if it's ever going to be assigned.
I've submitted a pull request that fixes this issue. If you'd like to check
out my patch, it's very simple. I just assign the closed-over variable the
compiler is complaining about in the delegate to null first, so it's not
unsure if it's ever going to be assigned.
Reply to this email directly or view it on GitHub: #113 (comment)
Be well and prosper.
"There are two kinds of people.Those whose guns are loaded and those who
dig."
("The good, the bad and the ugly")
So let us drink for our guns always be loaded.
Where Manos.WithHints.proj is simply my wrapper around Manos.csproj to avoid modifying it:
I am using revision 33a14b0 pulled July 10.
The text was updated successfully, but these errors were encountered: