Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
csproj-integrity
Advanced tools
Node module for check the visual studio solution integrity parsing the csproj file.
You can use it with Grunt Plugin grunt-csproj-integrity
Install csproj command globally with
npm install -g csproj-integrity
To check integrity of .csproj file move to the root of the file and run
$ csproj integrity
To check local files are include in your csproj file run
$ csproj files Views/**/*.js Controllers/**/*.cs
This task takes an array of path and check if all files are included in the .csproj file.
This task check if all file included in the csproj file actually exist.
$ npm install --save-dev csproj-integrity
Usage example
const csproj = require('csproj-integrity');
csproj.checkIntegrity();
csproj.checkFiles(['Views/**/*.cshtml', 'Controllers/**/*.cs']);
FAQs
Check csproj file (Visual Studio) integrity
The npm package csproj-integrity receives a total of 400 weekly downloads. As such, csproj-integrity popularity was classified as not popular.
We found that csproj-integrity demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.