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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-12Add missing (new) file from buildSebastien Pouliot
2011-04-10Refactor TypesWith[Disposable|Native]FieldsShouldBeDisposableRule. Fix 671029Sebastien Pouliot
2011-04-09Fix false positives in EnsureLocalDisposalRule (bnc #666403)Sebastien Pouliot
2011-04-09Fix some options supplied with a filename without a directory nameSebastien Pouliot
2011-04-03Add an option to show defects on stdout *and* (intead of *or*) inside reportsSebastien Pouliot
2011-04-02Add validations for --set and --limitSebastien Pouliot
2011-04-02Validate --severity and --confidence options against invalid valuesSebastien Pouliot
2011-04-02Better validations on filename-related console runner optionsSebastien Pouliot
2011-04-02Fix false positives in AvoidAlwaysNullFieldRule wrt anonymous delegatesSebastien Pouliot
2011-04-02Set confidence to High when reporting defects for AvoidLongParameterListsRuleSebastien Pouliot
2011-04-02Comment (///) correctly since mcs has been fixedSebastien Pouliot
2011-03-18Fix documentation formattingSebastien Pouliot
2011-03-16Store generated files with unix line endings and without BOMSebastien Pouliot
2011-03-16Run Gendarme's unit tests with nunit-console under the 4.0 runtimeSebastien Pouliot
2011-03-05Add new Gendarme.Rules.Design.DoNotDeclareSettersOnCollectionPropertiesRuleSebastien Pouliot
2011-03-05Add [FxCopCompatibility] on Gendarme.Rules.Naming.AvoidRedundancyInTypeNameRuleSebastien Pouliot
2011-03-05Use nunit-console instead of nunit-console2Sebastien Pouliot
2011-03-04Use the new StreamLineReader in MonoCompatibilityReviewRuleSebastien Pouliot
2011-03-04Reduce string allocations coming from StreamReader.ReadLineSebastien Pouliot
2011-03-04New Gendarme.Rules.BadPractice.DoNotDecreaseVisibilityRuleSebastien Pouliot
2011-03-04update solution / project files to VS2010 / FX4Sebastien Pouliot
2011-03-04Gendarme is now a FX4.0 based application - but can analyze previous releases...Sebastien Pouliot
2011-03-03Provide caching to reduce the performance impact of PreferOverrideBaseRuleSebastien Pouliot
2011-03-03Add CultureInfo.InvariantCulture (mostly) or CurrentCulture (sometime) where ...Sebastien Pouliot
2011-03-03Add support for override that use 'params'Sebastien Pouliot
2011-03-03Add new Gendarme.Rules.Globalization.PreferIFormatProviderOverrideRuleSebastien Pouliot
2011-03-03Add IsVisible check inside IsTypeComVisible rockSebastien Pouliot
2011-03-03Ease navigation from GIT source code (web) into rules documentation (wiki)Sebastien Pouliot
2011-03-02Add a new base class for all Design.Generic rules + documentation updatesSebastien Pouliot
2011-03-02Apply PreferStringComparisonOverrideRule to Gendarme itselfSebastien Pouliot
2011-03-02Add new Gendarme.Rules.Globalization.PreferStringComparisonOverrideRuleSebastien Pouliot
2011-03-01Override Initialize in DoNotRoundIntegersRuleSebastien Pouliot
2011-03-01New Gendarme.Rules.Correctness.DeclareEventsExplicitlyRuleSebastien Pouliot
2011-03-01ComVisibleShouldInheritFromComVisibleRule applies only to visible typesSebastien Pouliot
2011-03-01AutoLayoutTypesShouldNotBeComVisibleRule does not apply to enumsSebastien Pouliot
2011-03-01Fix Equals parameter naming when overriding IEquatable<T>Sebastien Pouliot
2011-03-01Add test case for generic interfaces in ParameterNamesShouldMatchOverridenMet...Sebastien Pouliot
2011-03-01Fix generic-based parameter comparisonSebastien Pouliot
2011-02-28Fix false positive with static methods on DoNotLockOnThisOrTypesRuleSebastien Pouliot
2011-02-28Fix comparison of parameters in CompareSignatureSebastien Pouliot
2011-02-28Simplify DoNotDestroyStackTraceRule for branch-less methodsSebastien Pouliot
2011-02-28Update ignore and missing listsSebastien Pouliot
2011-02-28Add new Gendarme.Rules.Exceptions.DoNotThrowInNonCatchClausesRuleSebastien Pouliot
2011-02-28Fix false positive on AvoidNullCheckWithAsOperatorRuleSebastien Pouliot
2011-02-28Include every defects on regression testingSebastien Pouliot
2011-02-28New AvoidNullCheckWithAsOperatorRule - bnc #651305Sebastien Pouliot
2011-02-27Override Initialize on UseFileOpenOnlyWithFileAccessRuleSebastien Pouliot
2011-02-27Remove HasAnyTypeReference rock on ModuleDefinitionSebastien Pouliot
2011-02-27Fix UseCorrectSuffixRule when several possibilities exists, bug 673150Sebastien Pouliot
2011-02-27Remove 'cecil-light-migration' rock GetSequenceSebastien Pouliot