-
Notifications
You must be signed in to change notification settings - Fork 3
StyleCopEnabled
Andrey Lipatkin edited this page Feb 8, 2015
·
1 revision
TODO
TODO
<Rules>
...
<StyleCopEnabled enabled="true">
<Exception>
<Project>ProjectToExcludeFromCheck.csproj</Project>
</Exception>
</StyleCopEnabled>
...
</Rules>- Basic Rules
- FilesIncludedIntoProject
- SameNameForAssemblyAndRootNamespace
- SuppressWarnings
- TargetFrameworkProfile
- TargetFrameworkVersion
- TreatWarningsAsErrors
- WarningLevel
- NuGet Rules
- NuGetAutomaticPackagesRestore
- NuGetPackagesUsage
- NuGetPackageVersions
- ReferenceNuGetPackagesOnly
- SameNuGetPackageVersions
- StyleCop Rules
- StyleCopEnabled
- TreatStyleCopWarningsAsErrors