Skip to content

orisus42/SACSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SACSharp

A static analyzer for C# projects. Currently an ongoing project.

Installation

You need .NET 8.0 to run this project.

Install SACSharp with dotnet

  git clone https://github.com/Shriyansh-Aggarwal/SACSharp.git
  cd SACSharp
  dotnet build
  dotnet pack -c Release --output ./nupkg
  dotnet tool install --global --add-source ./nupkg sacsharp

Usage

Create a C# project and use the below command (Remember to only provide the project directory as the argument, not a file!)

sacsharp scan /path/to/project-directory

I have added a tests folder in the repository, you can run the tests to check if the installation works by running this command in SACSharp directory:

sacsharp scan ./Tests

About

A static analyzer for C# projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages