gendarme-wizard
extensible rule-based checker for CLI assemblies
Install
- All systems
-
curl cmd.cat/gendarme-wizard.sh
- Debian
-
apt-get install gendarme
- Ubuntu
-
apt-get install gendarme
- Arch Linux
-
pacman -S mono-tools
- Kali Linux
-
apt-get install gendarme
- Fedora
-
dnf install mono-tools-gendarme
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gendarme
- Raspbian
-
apt-get install gendarme
- Dockerfile
- dockerfile.run/gendarme-wizard
gendarme
extensible rule-based checker for CLI assemblies
Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that compiler do not typically check or have not historically checked.