Open MarkKharitonov opened 13 years ago
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 did fix it in my working copy, it is just that it was a bit unexpected.
2011/7/13 imphasing < reply@reply.github.com>
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: https://github.com/jacksonh/manos/issues/113#issuecomment-1563645
"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.