An open API service indexing awesome lists of open source software.

https://github.com/pinebit/solutioninspector

Visual Studio solution structure and settings validator
https://github.com/pinebit/solutioninspector

Last synced: 11 months ago
JSON representation

Visual Studio solution structure and settings validator

Awesome Lists containing this project

README

          

# SolutionInspector
Visual Studio solution structure and settings validator.
The tool checks for solution and project files to be consistent as well as project settings to match the designated values.

# Running the tool
SolutionInspector.exe YourMasterPiece.sln

## Solution-wide validation settings
The tool will use the default validation settings unless you place *SolutionInspector.xml* file along with the solution file.
You basically do the same for StyleCop or ReSharper settings.

## Project-specific settings
You may place *SolutionInspector.xml* files along with your project files.
The settings in such files will override the Solution-wide settings.

# SolutionInspector.xml file example
``` xml


12.00
12.00
true
MyCompany.MyProduct.
true

AVerySpecialProject1;
AVerySpecialProject2;


true
true
true
true
StyleCop.MSBuild.Targets

true
false

```