Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « rules « gendarme - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43d53d9f8272c41df3b3c0774d0c1621f4001f9f (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
2008-08-26  Sebastien Pouliot  <sebastien@ximian.com> 

	* Makefile.am: Add Gendarme.Rules.Design.Generic to the build.
	* rules.xml: Add Gendarme.Rules.Design.Generic to default and 
	into its own category.

2008-08-25  Sebastien Pouliot  <sebastien@ximian.com> 

	* Makefile.am: Add Gendarme.Rules.Security.Cas to the build.
	* rules.xml: Add Gendarme.Rules.Security.Cas to default and 
	into its own category.

2008-08-17  Sebastien Pouliot  <sebastien@ximian.com> 

	* Makefile.am: Add Gendarme.Rules.Design.Linq to the build.
	* rules.xml: Add Gendarme.Rules.Design.Linq to default and into
	its own category.

2008-07-18  Sebastien Pouliot  <sebastien@ximian.com>

	* rules.xml: Add Maintainability rules to "default" (found by
	Richard Birky).

2008-07-10  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add common.make to the dist

2008-07-09  Sebastien Pouliot  <sebastien@ximian.com>

	* common.make: Cut down on Makefile.am copy/paste (and hopefully 
	the errors inside them ;-)

2008-04-27  Andres G. Aragoneses  <aaragoneses@novell.com>

	* rules.mds, tests.mds: added new projects for
	Gendarme.Rules.Maintainability.

2008-04-27  Nestor Salceda  <nestor.salceda@gmail.com>

	* rules.xml: Add Maintainability rules to "self-test" and a new
	"maintainability" ruleset.

2008-04-27  Nestor Salceda  <nestor.salceda@gmail.com>

	* Makefile.am: Appended the Maintainability build.

2008-03-24  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Re-order directories to start with Test.Rules

2008-03-12  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add Test.Rules to the build.
	* tests.mds: Add Test.Rules to MD testing solution.

2008-02-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add Gendarme.Rules.Serialization to the build.
	* rules.xml: Add Serialization rules to "default", "self-test" and 
	a new "serialization" ruleset.
	* rules.mds: Add Serialization rules project to the solution.
	* tests.mds: Add Serialization unit tests project to the solution.

2008-01-29  Sebastien Pouliot  <sebastien@ximian.com> 

	* rules.xml: Order rules alphabetically. Update mono-bcl rule set 
	with newer rules.

2008-01-28  Sebastien Pouliot  <sebastien@ximian.com> 

	* rules.xml: In default only exclude NullDerefRule from Correctness
	and stop excluding ToStringReturnsNullRule from BadPractice. In 
	mono-bcl include everything except MethodCanBeMadeStaticRule and 
	NullDerefRule from Correctness and exclude MonoCompatibilityReviewRule
	from Portability.

2008-01-02  Sebastien Pouliot  <sebastien@ximian.com> 

	* rules.mds, tests.mds: Add Gendarme.Rules.Interoperability to
	MonoDevelop solution files.
	* rules.xml: Add Gendarme.Rules.Interoperability rules

2007-12-30  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add Gendarme.Rules.Interoperability to the build.

2007-12-16  Sebastien Pouliot  <sebastien@ximian.com>

	* rules.xml: Added Correctness rules (except NullDeRef) to 
	"self-test". Renamed monoBCL to mono-bcl to avoid mixed cases.
	Re-active AvoidUninstantiatedInternalClassesRule in default.

2007-11-29  Sebastien Pouliot  <sebastien@ximian.com>

	* rules.xml: Add a new "self-test" set used for testing Gendarme 
	itself

2007-11-18  Nestor Salceda  <nestor.salceda@gmail.com>

	* rules.xml: Added ToStringReturnsNullRule to the profiles, because the
	bug has been fixed.

2007-10-19  Nestor Salceda  <nestor.salceda@gmail.com>

	* rules.xml: Update with the profiles page in the group.  There are 2
	rules deactivated because I should deal with and fix some bugs.

2007-10-15  Nestor Salceda  <nestor.salceda@gmail.com>
	
	* rules.xml: Added the design and badpractice rulesets.

2007-10-09  Nestor Salceda  <nestor.salceda@gmail.com>

	* rules.md-nunit: Fix the path for Test.Rules.BadDesign.dll assembly in
	the unit tests.

2007-10-09  Nestor Salceda  <nestor.salceda@gmail.com>

	* rules.md-nunit: Update unit tests to load assemblies in ../bin
	directory.

2007-10-07  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add Gendarme.Rules.BadPractice to the build

2007-09-26  Nestor Salceda  <nestor.salceda@gmail.com>
	
	* rules.xml: Added Naming rules to "all" and new "naming" ruleset.
	Added new "smells" ruleset.  Added "monoBCL" ruleset as part of the
	profiles task.

2007-09-14  Nestor Salceda  <nestor.salceda@gmail.com>

	* Gendarme.Rules.Smells: Merging GSoC 2007 work.
	* Makefile.am: Added Gendarme.Rules.Smells.

2007-09-13  Nestor Salceda  <nestor.salceda@gmail.com>

	* Gendarme.Rules.Naming: Merging GSoC 2007 work.
	* Makefile.am: Added Gendarme.Rules.Naming.

2007-03-12  Jb Evain  <jbevain@gmail.com>

	* Update to match the new rules interfaces.

2006-11-06  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add Gendarme.Rules.Ui to the build.
	* rules.xml: Add UI rules to "all" and a new "ui" ruleset.
	* rules.mds: Add UI rules project to the solution.
	* tests.mds: Add UI unit tests project to the solution.

2006-09-28  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Adjust EXTRA_DIST to include project files in tarballs.
	* rules.xml: Disabling Gendarme.Rules.Correctness.dll until bug #79486
	is fixed.

2006-07-31  Sebastien Pouliot  <sebastien@ximian.com>

	* rules.mds: New. (Sub-)solution file for MonoDevelop.
	* rules.md-unit: New. MonoDevelop NUnit project file.
	* tests.mds: New. (Sub-)solution file for MonoDevelop.

2006-06-19  Russell Morris  <russell@russellsprojects.com>

	* Makefile.am: Added Gendarme.Rules.Exceptions
	* rules.xml:  Added Gendarme.Rules.Exceptions entries

2006-06-13  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Added self-test target to promote compliance ;-)

2006-03-06  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Added Gendarme.Rules.Portability

2006-03-01  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Added test and run-test targets.