I've started using Visual Studio 2015 today and really like the Light Bulb or Quick Action setting. I want to change these settings though, how do I do that?
Specifically the rule IDE0003
which is trying to remove this
from local properties or members.
How do I configure this rule or remove it?
You can also press Ctrl+. anywhere on a line to see a list of available Quick Actions and refactorings. To see potential fixes, select either the down arrow next to the light bulb or the Show potential fixes link.
1 Answer. Show activity on this post. You can disable CodeAnalysis for a project in the project properties> tab Code Analysis. For more details check this doc https://docs.microsoft.com/en-us/visualstudio/code-quality/disable-code-analysis?view=vs-2019.
trying to remove this from local properties or members.
There is a setting under Text Editor | C# which controls whether this
is used for member access: does this control that rule? (I don't have an install to hand to get the exact name.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With