-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
46 lines (31 loc) · 1.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
===================================================
========== 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.
Unity Forum's Thread:
https://forum.unity.com/threads/gendarme-for-unity-a-code-analysis-tool.112552/
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.)