aspnetcore/test
Doug Bunting 6df288bce7 Correct StyleCop violations
- StyleCop working again (handles C# 6.0 additions) though only locally for me
- disable some new rules:
 - ConstFieldNamesMustBeginWithUpperCaseLetter
 - InstanceReadonlyElementsMustAppearBeforeInstanceNonReadonlyElements
 - StaticReadonlyElementsMustAppearBeforeStaticNonReadonlyElements
 - StaticReadonlyFieldsMustBeginWithUpperCaseLetter
 - PrefixCallsCorrectly
- correct remaining violations
 - lots of long lines for example
 - use more `var`; some manual updates since StyleCop doesn't check seemingly-unused blocks

nit: remove new trailing whitespace (was paranoid about adding it w/ fixes)
2015-01-06 16:23:57 -08:00
..
Microsoft.AspNet.Mvc.Core.Test Correct StyleCop violations 2015-01-06 16:23:57 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Correct StyleCop violations 2015-01-06 16:23:57 -08:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test Update Mvc to use official xunit runner 2014-12-17 11:27:07 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test Update Mvc to use official xunit runner 2014-12-17 11:27:07 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Removing unused code from UnclassifiedCodeSpanConstructor to fix build 2015-01-02 14:34:57 -08:00
Microsoft.AspNet.Mvc.Razor.Test Adding support for flowing compilation settings to views 2015-01-02 15:34:52 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Update Mvc to use official xunit runner 2014-12-17 11:27:07 -08:00
Microsoft.AspNet.Mvc.Test Update Mvc to use official xunit runner 2014-12-17 11:27:07 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Correct StyleCop violations 2015-01-06 16:23:57 -08:00
WebSites Correct StyleCop violations 2015-01-06 16:23:57 -08:00