question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On_PropertyName_Changed blows up with non-void return type

See original GitHub issue

For some reason, a dev on the team added an async Task On_PropertyName_Changed method, which makes the app blow up with the following exception:

2014-09-02_09-53-39

It would be nice with a more descriptive exception for this, if that would be possible?

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
khellangcommented, Sep 6, 2014

Thanks for your awesome work! 🤘 👯

1reaction
SimonCroppcommented, Sep 6, 2014

deployed to nuget

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not returning values, from a function with non-void return type
C++ Just trust the programmer always to return a value, and then blows up at runtime if the programmer failed to return something....
Read more >
"Unexpected non-void return value in void function" pops ...
"Unexpected non-void return value in void function" pops up when my function clearly states the return type? Learning concurrency + CoreData ...
Read more >
Function not working; Error: unexpected non-void return ...
Your function seems to be lacking a return type. Try this function signature instead: func convertYardToMeters(using yardage: Double) -> Double ...
Read more >
Classes Part 7: Non-Void and Method Return Type (Java)
The video looks at how non-void methods are created in Java. It explains a methods return type as used with non-void methods.
Read more >
Non-void function with no values returned causes crash
In C++, Omitting the return statement in a function which has a return type that is not void is undefined behavior. It is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found