Victor.Woo
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Code Inspection problem with StyleCop
I'm using Visual Studio 2012 + Resharper 7.1.3 + StyleCop 4.7.According to this article, we can use GlobalSuppression.cs to get rid of certain warnings.http://blogs.msdn.com/b/codeanalysis/archive/... -
Created ASP.NET MVC Razor syntax code clean up error
I tried to use resharper to clean up the following .cshtml (ASP.NET MVC Razor view) file: @if (Roles.IsUserInRole(WebSecurity.CurrentUserName, "Administrators")){ @:@this.Html.MenuItem("Users",... -
-
Created where to find all // Resharper disable *** options?
for example, resharper supports these temporary options in code:// ReSharper disable InconsistentNaming// ReSharper restore InconsistentNaming// ReSharper disable CodeCleanup// ReSharper restore Co... -
Created Multi styles sharing
In Resharper -> Options -> Languages -> Common -> Code Style Sharing, I choose 1st option and Import 2 xml files which from diffent tool, but only the second xml is effective(seems the 2nd file ove...