ANONYMOUS

- Total activity 5240
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1433
-
Created R# 5.1.1, ASP.NET and @Page CompilerOptions
It appears that R# is not aware of compilation symbols that are defined in the CompilerOptions attribute of the @Page tag.Example:In default.aspx:<%@Page ... CompilerOptions="/d:DEBUG; NORULES" .. ... -
Created ReSharper License
I'm having a somewhat weird problem with the ReSharper license. About three or four times ReSharper has popped up when I start Visual Studio 2008 claiming my license expired but when I open ReSharp... -
Created refactor both "introduce parameter" and "create overload without parameter" in one step
Hello,given: public TJobDetails GetDetails() { using ( var strm = this.OpenFile(this.detailsFilename) ) using ( var reader = XmlReader.Create(strm) ) return ... -
Created External annotations for NLog
Hello,since NLog has many methods with string format parameters (which R# does not recognize): Is there a quick method for adding external annotations? or has somebody done it yet for NLog? or is J... -
Created Using Annotations
I have a method that terminates the current ASP.NET page processing when it is called (it wraps a Response.Redirect). How do I have to annotate the method so that the code that calls this method k... -
Created Creating Auto Properties by default
Hi,If I use the Alt-Enter shortcut followed by 'Create Property ...', is it possible to create the Auto Property by default rather than the default member body?I am using Visual Studio 2008/2010 an... -
Created Upgrade of RS don't keep keyboard shortcuts?
I've tried upgrading from 4.5 => 5.0 => 5.1, and every time I've selected the default/recommended "Remove conflicting versions" option.After upgrade, the keyboard shortcuts for RS (VS->Tools->Optio... -
Created Assembly References
I was working on a Web project in Visual Studio 2008 today and upgraded an assembly reference by deleting the existing reference to Lucene.NET and adding a reference to the latest version Lucene.NE... -
Created ReSharper 5.0 Nightly Builds
Hi,After the release of version 5 I miss the nightly build with the latest bugfixes. Is there a place where later builds than the release build 1659 can be downloaded ?/john -
Created Field encapsulation
Hello,I would like to present my need of field encapsulation.For example, I have few fields. I would like to:1)select them all and encapsulate all fields in one moment2)have properties placed below...