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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-25Fixed test project file.Mike Krüger
2015-06-05NRefactory.Tests: look for nunit-2.6.2 in addition to nunit-2.5.10, for compa...Daniel Grunwald
2015-01-05Fix nunit reference.Mike Krüger
2015-01-02Fixed some code issue checks in partial classes.Mike Krüger
2014-09-02Fixed hint path.Mike Krüger
2014-09-02Updated mcs.Mike Krüger
2014-04-08[CodeIssues] Add simplified versions Math functions.Marius Ungureanu
2014-02-28Categorized some code issues.Mike Krüger
2014-02-12Added 'CS1105ExtensionMethodMustBeDeclaredStaticAction'.Mike Krüger
2014-02-05Implemented StaticEventSubscriptionIssueMike Krüger
2014-02-03Added c# ConstructFixer.Mike Krüger
2014-01-27Implemented 'CS0169FieldIsNeverUsedIssue'.Mike Krüger
2014-01-24Added CS0618UsageOfObsoleteMemberIssue.Mike Krüger
2013-12-25Merge NRefactory changes from the SharpDevelop repository.Daniel Grunwald
2013-11-25Removed duplicate code issue Mike Krüger
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-10-17Implemented RedundantNotNullAttributeInNonNullableTypeIssue, which detects wh...Luís Reis
2013-09-29Added some more todo issues.Mike Krüger
2013-09-29Added some interresting issues that need to be implemented.Mike Krüger
2013-09-29Added 'PolymorphicFieldLikeEventInvocationIssue'.Mike Krüger
2013-09-29Categorized 'CS0183ExpressionIsAlwaysOfProvidedTypeIssue'.Mike Krüger
2013-09-29Categorized/fixed StaticConstructorParameterIssueMike Krüger
2013-09-29Added 'ConvertToAutoPropertyIssue'.Mike Krüger
2013-09-28Added 'RedundantStringToCharArrayCallIssue'.Mike Krüger
2013-09-28Added 'RedundantExplicitNullableCreationIssue'.Mike Krüger
2013-09-28Added 'SimplifyLinqExpressionIssue'.Mike Krüger
2013-09-28Synced 'UnusedParameterIssue'.Mike Krüger
2013-09-28Added 'DelegateSubtractionIssue'.Mike Krüger
2013-09-28Sync 'NotResolvedInTextIssue'.Mike Krüger
2013-09-28Added 'ObjectCreationAsStatementIssue'.Mike Krüger
2013-09-27Added 'PossibleAssignmentToReadonlyFieldIssue'.Mike Krüger
2013-09-26Added 'RedundantAnonymousTypePropertyNameIssue'.Mike Krüger
2013-09-26Categorized 'ArrayCreationCanBeReplacedWithArrayInitializerIssue'.Mike Krüger
2013-09-26Added 'RedundantExplicitArrayCreationIssue'.Mike Krüger
2013-09-25Added actions to convert to/from HasFlag call.Mike Krüger
2013-09-25Merge branch 'LeoJi-FixSameCondition' of github.com:mono-soc-2013/NRefactory ...Mike Krüger
2013-09-23Synced & reimplemented 'NonReadonlyReferencedInGetHashCodeIssue'.Mike Krüger
2013-09-23Categorized ParameterCanBeDeclaredWithBaseTypeIssue. (was:Mike Krüger
2013-09-23Merge pull request #344 from mono-soc-2013/FixRedundantBranchesMike Krüger
2013-09-23Fixed Version: Redundant blocks in if-else statementleoowen19
2013-09-23Merge pull request #343 from mono-soc-2013/luiscubal-format-linqMike Krüger
2013-09-23Merge remote-tracking branch 'origin/master' into luiscubal-format-linqLuís Reis
2013-09-22Merge remote-tracking branch 'origin/master' into luiscubal-inefficient-linqLuís Reis
2013-09-22NonReadonly Filed Referenced in GetHashCodeleoowen19
2013-09-19First attempt to implement proper query formatting.Luís Reis
2013-09-19Fix Same Condition in Branchesleoowen19
2013-09-18Fix Unmatched Size Specification in Array Creation Issueleoowen19
2013-09-18Added 'MissingInterfaceMemberImplementationIssue'.Mike Krüger
2013-09-18Implemented 'RedundantEnumerableCastCallIssue'.Mike Krüger
2013-09-16Merge remote-tracking branch 'origin/master' into luiscubal-auto-asyncLuís Reis