aueda / static-analysis-demo

Static analysis tools demo project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Analysis Demo

Build Status Coverage Status

This is a static analysis demo focused on StyleCop and FxCop for .NET projects.

By default, the solution will build without any warnings.

Presentation

See the presentation here.

FxCop Demo

Add the following conditional to the project settings to enable warnings:

DISABLE_FIXES

StyleCop Demo

Add the following conditional to the project settings to enable warnings:

DISABLE_FIXES

License

This project is licensed under the MIT License.

Author

Adriano Ueda @adriueda

About

Static analysis tools demo project.

License:MIT License


Languages

Language:C# 100.0%