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
I have an int[] array, called array, and do array.Length.
Comment about OverflowException is added, using menu item.
Then Exceptional warns that the exception is not thrown, on the comment, and that OverflowException is not commented, on Length. But the exception is both thrown and commented.
Workaround is using 'ReSharper disable once' comments
The text was updated successfully, but these errors were encountered:
I have an int[] array, called array, and do array.Length.
Comment about OverflowException is added, using menu item.
Then Exceptional warns that the exception is not thrown, on the comment, and that OverflowException is not commented, on Length. But the exception is both thrown and commented.
Workaround is using 'ReSharper disable once' comments
The text was updated successfully, but these errors were encountered: