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-03-18Fix documentation formattingmono-2-10Sebastien Pouliot
2011-02-12Relax XSD to accept non-integer parameter values (e.g. double and strings)2.10Sebastien Pouliot
2011-02-11Cecil's ExceptionHandler.HandlerEnd can be nullSebastien Pouliot
2011-02-11Add test case that throws when code is compiled with CSCSebastien Pouliot
2011-02-09Fix case where no parameters is different than "unknown # of" parametersSebastien Pouliot
2011-02-09Add ternary if support in AvoidAlwaysNullFieldRuleSebastien Pouliot
2011-01-25Add support for A and N defect types in gd2iSebastien Pouliot
2011-01-24add missing rock and rule/tests to csproj filesSebastien Pouliot
2011-01-24add S.R.S.dll to unit tests project fileSebastien Pouliot
2011-01-24Add [FxCopCompatibility] to DoNotForgetNotImplementedMethodsRuleSebastien Pouliot
2011-01-24Add support for automatic properties wrt AvoidLackOfCohesionOfMethodsRuleSebastien Pouliot
2011-01-24Add missing [FxCopCompatibility] attribute on EnsureLocalDisposalRuleSebastien Pouliot
2011-01-24Allow 'is' as a valid null check on parametersSebastien Pouliot
2011-01-24Fix generic parameter in return value check in AvoidMethodWithUnusedGenericTy...Sebastien Pouliot
2011-01-24Ignore (i.e. no defects on) generic constraints for ConsiderAddingInterfaceRuleSebastien Pouliot
2011-01-24Fix base interfaces in ConsiderAddingInterfaceRule (part of 665161)Sebastien Pouliot
2011-01-24Ignore [CompilerGenerated] code in AvoidMethodWithUnusedGenericTypeRuleSebastien Pouliot
2011-01-24Add support for [SuppressMessage] on properties/eventsSebastien Pouliot
2011-01-24Add test cases for AvoidPublicInstanceFieldsRule wrt eventsSebastien Pouliot
2011-01-24Add missing null check after resolving in AvoidRefAndOutParametersRuleSebastien Pouliot
2011-01-24Ignore methods dictated by interfaces with AvoidRefAndOutParametersRuleSebastien Pouliot
2011-01-24Lower confidence of EnsureLocalDisposalRule defects on fluent-like APIsSebastien Pouliot
2011-01-24Handle array types correctly in ReviewLinqMethodRule. FIx bnc664556Sebastien Pouliot
2011-01-24Add missing Globalization to rules.xmlSebastien Pouliot
2011-01-24Update DocumentationUri to default to the new documentation wiki pagesSebastien Pouliot
2011-01-16Bump win32 installer version number to 2.10Sebastien Pouliot
2011-01-13[mono-tools] fix gsharp compilationMarek Habersack
2011-01-12Fix false positive in CheckParametersNullityInVisibleMethodsRuleSebastien Pouliot
2011-01-12Remove deleted file from Gendarme.Rules.Exceptions.csprojSebastien Pouliot
2011-01-12Gendarme.Rules.Gendarme.* should inherit from GendarmRuleSebastien Pouliot
2011-01-11Fixed README to point to git instead of SVNBen Ford
2011-01-11Fix 'make distcheck' until 'distuninstallcheck'Sebastien Pouliot
2011-01-11Fix previous commit on AvoidUncalledPrivateCodeRule.csSebastien Pouliot
2011-01-11Fix a possible NRE in AvoidUncalledPrivateCodeRule with CallSiteSebastien Pouliot
2011-01-11Fix "not quite infinite" loop in DoNotDestroyStackTraceRule (bnc 663259)Sebastien Pouliot
2011-01-11Add missing [FxCopCompatibility] on NonConstantStaticFieldsShouldNotBeVisible...Sebastien Pouliot
2011-01-11Fix bug #663492 in AvoidUnnecessaryOverridesRuleSebastien Pouliot
2011-01-11Remove unneeded SEHHandlerType.csSebastien Pouliot
2011-01-10Update Gendarme's NEWS, copyrights and version for before 2.10 branchSebastien Pouliot
2011-01-08Fix AvoidUninstantiatedInternalClassesRule when no ctor are presentSebastien Pouliot
2011-01-08Fix AvoidUncalledPrivateCodeRule (and similar) wrt different assembliesSebastien Pouliot
2011-01-08Fix Makefile.am warnings when (re)running autogen.shSebastien Pouliot
2011-01-08xmldoc2wiki now generates github wiki markupSebastien Pouliot
2011-01-08Normalize some properties in the csproj filesSebastien Pouliot
2011-01-07Fix invalid AssemblyVersionAttributeMarek Safar
2011-01-06Add AvoidUnusedInternalResourceRule in makefile and fix resx for linux (path)Antoine
2011-01-06Fix after code reviewAntoine Vandecreme
2011-01-06Add AvoidUnusedInternalResourceRuleAntoine Vandecreme
2011-01-06Fix most limitations on using [SuppressMessage] with GendarmeSebastien Pouliot
2011-01-06Define CODE_ANALYSIS when compiling gd2iSebastien Pouliot