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
- Host: GitHub
- URL: https://github.com/pinebit/solutioninspector
- Owner: pinebit
- License: mit
- Created: 2015-02-12T07:44:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T13:38:40.000Z (over 8 years ago)
- Last Synced: 2025-04-14T06:38:58.115Z (12 months ago)
- Language: C#
- Size: 45.9 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```