Why in code like below is the .NET compiler not able to establish that all code paths do return a value?
bool Test(bool param) {
bool test = true;
if
Instead of going in much detail let me answer you question straight.
thanks