-
Notifications
You must be signed in to change notification settings - Fork 30
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
Optional exceptions not working #107
Comments
Thanks for your feedback. Saving the settings should now work since Januar 2020, see #75. To install the latest version, you have to update your R# to When I have some time, I will check if the optional exceptions feature still not work, as far as I know it should work in the latest version. |
Tested today with Exceptional v0.22.0 (Nightly) with R# 2019.3 and I still have the exact same issues. |
Hm... For me it works, even with team-shared settings. Do you use a layer? |
Here is a video: |
Hey, thanks for the video. that was helpful! |
Hello,
I'm using Exceptional v0.19.0 with R# 2019.2 (actually these only 2 issues prevent me to use it).
I have 2 issues with the Optional exceptions settings:
Enabling "Use predefined optional exceptions" is not saved (minor issue).
The big issue is that the user optional exceptions (which are saved) are not used, here I disable ArgumentException and ArgumentNullException, but I still have warnings with it:
Same if I set Always instead of InvocationOnly
Am I doing something wrong or is there a bug?
Anyway this plugin is a great project and I would love to use it!
Cheers!
The text was updated successfully, but these errors were encountered: