Skip to content

A tool based on mono-tools' Gendarme, to provide analysis rules dedicated to Unity's assemblies

Notifications You must be signed in to change notification settings

AlexBoyd/unity-gendarme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

===================================================
==========   Unity-Gendarme README  ===============
===================================================

The current project is a fork of Gendarme, a .net assembly analysis tool, part of the Mono-Tools.
This project aims to bring the capabilities of Gendarme to the assemblies generated by Unity, and add rules specific to Unity.

IMPORTANT NOTES :

> The Gendarme project relies on the Mono/Cecil library; grab it here https://github.com/jbevain/cecil
The repository clones of Cecil and Unity-Gendarme have to be on the same folder level for Unity-Gendarme to compile.

For example :   /dev/cecil  and /dev/unity-gendarme

Original infos below.

===================================================
========== ORIGINAL GENDARME README ===============
===================================================


Gendarme README

User-level documentation is available from the Mono:: project wiki
http://www.mono-project.com/Gendarme

ROADMAP
http://www.mono-project.com/Gendarme.Roadmap

Mailing list
http://groups.google.com/group/gendarme

Newsgroup gateway to the mailing list
nntp://news.gmane.org/gmane.comp.gnome.mono.gendarme

Developer documentation
http://groups.google.com/group/gendarme


IMPORTANT NOTES

* Gendarme "official" build system is based on the auto*/Makefile files
and tested on MonkeyWrench. See mono-tools-trunk on 
http://build.mono-project.com/index.aspx?lane=mono-trunk
(checking out gendarme without its parent dir 'mono-tools' is not supported)

* Visual Studio solutions and projects files (usable by both MonoDevelop
and Visual Studio .NET 2008) are NOT always up to date with Makefiles. 
This depends on the developer making changes and his personal access to 
the developing environments. (Please see the README.vsnet file.)

About

A tool based on mono-tools' Gendarme, to provide analysis rules dedicated to Unity's assemblies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • XSLT 0.2%