How to undo "Do not show" inspection code issue?
I've set a code issue to “Do not show”. I'd like to undo this, but I can't find it in settings. And the context menu Alt+Enter does not show the issue anymore either. I'm working on a .Net C# Blazor project and the error is:
error BL0008: Property (..) has [SupplyParameterFromForm] and a property initializer. This can be overwritten with null during form posts.
How do I re-enable that this error is picked up and shown? I mean, the build still fails, so it's not like I can't click and navigate to the file, but just can't find where to undo this suppression in the IDE.
Please sign in to leave a comment.
Hello,
Thanks for contacting Rider support.
This way can help you identify the changed settings and reset them.
<s:String x:Key="/Default/CodeInspection/Roslyn/RoslynCustomSeverities/=BL0008/@EntryIndexedValue">DO_NOT_SHOW</s:String>Let me know if you have any further questions.
Regards,
Tom
Hi Tom,
thank you for your quick reply. Resetting the Roslyn settings via Manage Layers did the trick.
Kind regards,
Diana