-
-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OnError<TData> #2445
Comments
Relates to Gitter discussion https://gitter.im/cake-build/cake?at=5c385c932e25e453d76409f9
Suggested current workaround https://gitter.im/cake-build/cake?at=5c3883d883c7e37765510bc9
|
@devlead Could you please elaborate on this one? As far as I understand, when the requested method overload is implemented, the sample above will transform to this:
It means there must be a method I investigated the I might be missing something obvious, but it doesn't match in my head right now... I would appreciate some hint. Thanks! |
There's a global So But to sort a |
Yep, that's clear. I'd like to take over this challenge and would appreciate some hint regarding what that work internally could be. Is there a similar logic in the project I can leverage to understand what should be changed? |
@devlead I think I got your point. I would appreciate your review. |
Would be nice to see
OnError<TData>
as wellAnd consider to have
OnError(Action<ICakeContext>)
andOnError<TData>(Action<TData,ICakeContext>)
The text was updated successfully, but these errors were encountered: