Resharper really complains about files such as reference.cs that is generated by things like WCF service reference. How do I get Resharper to skip such files entirely?
To configure solution-wide analysis, go to ReSharper | Options | Code Inspection | Settings. In Visual Studio options, go to Source Control | Plug-in Selection: select None for the source control plugin. This will turn off Git or another VCS provider and improve overall performance.
ReSharper 2021.3 release supports Visual Studio 2022 out-of-the-box.
If ReSharper stopped working for a single specific solution (like, there is no Code Analysis, Navigation, Code Inspections, etc.), but works fine for the others, this might indicate that solution specific settings, as well as ReSharper caches are corrupted, and VS with ReSharper cannot rebuild them automatically for ...
ReSharper -> Options
Code inspection -> Settings
itemEdit items to skip
I got this to work by entering Referen?e.cs
into the ReSharper Generated file masks list. Apparently the presence of the ?
wildcard tricked it into applying to all Reference.cs
files (well, remember that it will get files named Referente.cs
too, but I can live with that.
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