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
In a scenario, where one has multiple Tasks and wants to put some logic to run after any task is finished (ie. progress reporting) Exceptional shows unnecesary error.
On the last lane there will be error that the code synchronizacly waits for async operation, when the task is already finished so no waiting occur.
The easiest way other than to disable once, would be to have a smart surpresion - ie. if "finished" key word is used in the name it defaults to Warning instead of Error and the severity could be separatly configured
The text was updated successfully, but these errors were encountered:
In a scenario, where one has multiple Tasks and wants to put some logic to run after any task is finished (ie. progress reporting) Exceptional shows unnecesary error.
Example code
On the last lane there will be error that the code synchronizacly waits for async operation, when the task is already finished so no waiting occur.
The easiest way other than to disable once, would be to have a smart surpresion - ie. if "finished" key word is used in the name it defaults to Warning instead of Error and the severity could be separatly configured
The text was updated successfully, but these errors were encountered: