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
2022-09-26Fix errors arising from NullableAttribute analysis (#68)HEADmainrokklobster
2020-12-09Fix gendarme build (#67)Dan Moseley
2019-08-12Cecil 0.10: The property VariableReference.Name has been removedTimotheus Pokorra
2019-08-12Cecil 0.10: The property Instruction.SequencePoint has been removedTimotheus Pokorra
2019-08-12Cecil 0.10: TypeDefinition and InterfaceImplementationTimotheus Pokorra
2019-08-12Cecil 0.10: use FileName instead of FullyQualifiedNameTimotheus Pokorra
2019-08-12Cecil 0.10: use ImportReference instead of ImportTimotheus Pokorra
2016-10-19Merge pull request #36 from ryepup/masterAlexander Köplinger
2015-11-16Merge pull request #37 from tpokorra/masterAlexander Köplinger
2015-11-11Fixed rule description typo.Caleb Morris
2013-12-06use mcs instead of gmcs or dmcsTimotheus Pokorra
2013-10-16README.md markdown syntax fixRyan Davis
2013-04-28Fix style (double tabs) and rework a conditionSebastien Pouliot
2013-04-28Merge pull request #26 from steve-s/masterSebastien Pouliot
2013-04-28Merge pull request #20 from krijesta/use-correct-prefixSebastien Pouliot
2013-04-28Merge pull request #30 from DavidS/masterSebastien Pouliot
2013-04-28Merge pull request #23 from krijesta/typerocksSebastien Pouliot
2013-01-30[Gendarme] Make MSBuild project work under !cmd.exeMichael Hutchinson
2012-09-25[gendarme] correctly detect EndOfStream on msnetDavid Schmitt
2012-05-24style fixesMiguel de Icaza
2012-04-29Some further performance improvements.Stepan Sindelar
2012-03-26AvoidDeepNamespaceHierarchyRule: Added overload of "Solution" property that i...Volodymyr Usarskyy
2012-03-18Added check for HasNestedTypes before iterating NestedTypes collection.Stepan Sindelar
2012-03-17Typo in comment correctedStepan Sindelar
2012-03-17Code formatting updatedStepan Sindelar
2012-03-17AvoidUnusedPrivateFieldsRule scans nested types for private fields access. (u...Stepan Sindelar
2012-03-07PreferTryParseRule.cs : fixed null-reference exception that happens when Reso...Volodymyr Usarskyy
2012-02-20Correct IsNamed(TypeReference, string, string)Chris Chambers
2012-02-20Correct TypeRocks.IsNamed(TypeReference, string)Chris Chambers
2012-02-20Add unit tests to TypeRocks for IsNamedChris Chambers
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-15Modify UseCorrectPrefixRule for to allow classes to begin with Is etc.Chris 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