-
Notifications
You must be signed in to change notification settings - Fork 1
Console Runner
Grzegorz Gałęzowski edited this page Nov 4, 2018
·
3 revisions
A nuget package is available at https://www.nuget.org/packages/NScan.Console/
You can run the console runner using the syntax:
dotnet NScan.Console.dll -p <<solution path>> -r <<config file path>>
For example:
dotnet NScan.Console.dll -p C:\Users\myUser\Documents\GitHub\nscan\src\NScan.sln -r nscan.config
The console runner returns -1
when it fails and 0
on success.