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
2013-01-30[Gendarme] Make MSBuild project work under !cmd.exeMichael Hutchinson
2012-05-24style fixesMiguel de Icaza
2012-03-26AvoidDeepNamespaceHierarchyRule: Added overload of "Solution" property that i...Volodymyr Usarskyy
2012-03-07PreferTryParseRule.cs : fixed null-reference exception that happens when Reso...Volodymyr Usarskyy
2012-02-15Merge pull request #21 from krijesta/attribute-ruleJb Evain
2012-02-15Gah, missed oneChris Chambers
2012-02-15Update formatting to follow Mono coding guidelinesChris Chambers
2012-02-15Stop walking the tree when we hit System.AttributeChris Chambers
2012-02-15Correct Inherited spellingChris Chambers
2012-02-15Merge pull request #19 from krijesta/null-checkJb Evain
2012-02-15Modify AASHARule to support inherited propertiesChris Chambers
2012-02-15Add failing test to AttributeArgumentsShoudHATChris Chambers
2012-02-14Add unit tests for IAECRuleChris Chambers
2012-02-14Correct spaces to tabsChris Chambers
2012-02-14Add a null check to InstantiateArgumentsCorrecrtlyRuleChris Chambers
2012-02-13Prefer const string over static fieldJb Evain
2012-02-13Avoid unecessary castsJb Evain
2012-02-13Symbols.ExtractFirst: avoid crash on empty method bodiesJb Evain
2011-05-12Update VS2010 instructions/support for GendarmeSebastien Pouliot
2011-05-09Fix infinite loop (bnc692399) in StackEntryAnalysisSebastien Pouliot
2011-04-13add missing (new) file in csprojSebastien Pouliot
2011-04-13move rules from Design to Correctness in csproj tooSebastien Pouliot
2011-04-13require .net 4 to be installed before setupSebastien Pouliot
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