Nathan Ridley

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Nathan Ridley created a post, "Parameter X is only used for precondition check(s)" - what is this?
ReSharper seems to think there is no use case for having a validation method like so: private static void ValidatePdfOptions(PdfOptions options) { if(options.Sections == null |... -
-
-
-
Nathan Ridley created a post, Editing C# in Razor is not the same as editing regular C# - please define separate options for each
My main gripe with ReSharper right now is that Razor inherits settings from the basic C# options, rather than defining its own. The way I format my code in Razor is different to how I format it in ... -
Nathan Ridley created a post, "file masks to skip" not respected by solution-wide analysis
I've added *.css as a file mask in the "Edit items to skip" dialog box, and even though the actual editor stops displaying analysis widgets and errors, as expected, solution-wide analysis still ide... -
-
Nathan Ridley created a post, Feature Request: Let me disable features!
I understand that you can't necessarily cater to every feature request and that some bugs take time to resolve. Rather than forcing us to endure the bugs that slow us down rather than helping us wr... -
Nathan Ridley created a post, How do I stop ReSharper from examining .less files?
Using the "skip files and folders" feature is inconvenient because I have a very large solution with multiple websites and numerous less files amongst the various projects in different locations. I... -
Nathan Ridley commented,