Reflection_Engine: possibility to clear events that occurred in nested methods
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
I think it'd be useful to be able to clear events (like warnings and errors) that occurred in nested methods. Sometimes when I use other methods inside the main one I am aware that they can return nulls and events and I cover it in a code. As the result the main method works fine but the node turns red because of errors in nested methods.
Am I correct that we should be able to clear those errors or they shouldn't appear in a properly written code?
Contributor guide
Assessment
This issue has not been assessed yet.