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
2016-01-02Fixed incorrect null checkAlex Newman
2015-12-03Fixed unit test.Mike Krüger
2015-12-03Fixed 'Bug 36333 - Xamarin hangs after a few seconds of usage'.Mike Krüger
2015-03-25Moved the internal mcs to it's own namespace.Mike Krüger
2015-01-02Fixed some code issue checks in partial classes.Mike Krüger
2014-11-29Merge NRefactory changes from SharpDevelop to NRefactory repository.Daniel Grunwald
2014-11-28Took a less intrusive approach for disableing high memory usage rules.Mike Krüger
2014-11-28Disabled code issues that uses CF graphs.Mike Krüger
2014-11-17Changed some default settings for code issues.Mike Krüger
2014-11-05Fixed bug in RedundantCastIssue.Mike Krüger
2014-08-29Merge changes from SharpDevelop to NRefactoryDaniel Grunwald
2014-08-26Fixed bug in ConvertToLambdaExpressionIssue.Mike Krüger
2014-06-27Merge several bugfixes from SharpDevelop repository to NRefactory.Daniel Grunwald
2014-05-30Disabled uncategorized/notworking code issues.Mike Krüger
2014-05-30Disabled notworking code issue.Mike Krüger
2014-05-10Fixed wrong end location of RedundantAttributeParenthesesIssue.Mike Krüger
2014-05-06Fixed bug in inconsistent naming tests.Mike Krüger
2014-04-08Optimize some Linq.Marius Ungureanu
2014-04-08[CodeIssues] Add simplified versions Math functions.Marius Ungureanu
2014-03-11Fix possible NullReferenceException in XmlDocIssue.GatherVisitor.CheckXmlDoc()Daniel Grunwald
2014-03-11Fix potential NullReferenceException in RedundantExtendsListEntryIssueDaniel Grunwald
2014-03-11Fix NullReferenceException in RedundantThisQualifierIssue.Daniel Grunwald
2014-03-10Fix possible ArgumentNullException in CS0169FieldIsNeverUsedIssue and related...Daniel Grunwald
2014-03-10Suppress ExplicitConversionInForEachIssue if variable has unknown type.Daniel Grunwald
2014-03-04Fix #385 - Can't resolve indexer with protected access modifierDaniel Grunwald
2014-02-28Fixed bug in 'ConvertToLambdaExpressionIssue'.Mike Krüger
2014-02-28Categorized some code issues.Mike Krüger
2014-02-28Fixed bug in 'DelegateSubtractionIssue'.Mike Krüger
2014-02-25Fixed bug in xmldoc issue.Mike Krüger
2014-02-25Revert "Merged Hint & Suggestion severity. (These two are too close and"Mike Krüger
2014-02-25Merged Hint & Suggestion severity. (These two are too close andMike Krüger
2014-02-24Fixed 'Bug 17945 - Bad 'unnecessary cast' warning'.Mike Krüger
2014-02-23Fix potential InvalidCastException in AccessToClosureIssue.Daniel Grunwald
2014-02-19Improved CS0618UsageOfObsoleteMemberIssueMike Krüger
2014-02-17Set XmlResolver=null to avoid looking up external DTDs.Daniel Grunwald
2014-02-14Fix potential NullReferenceException in OperatorIsCanBeUsedIssue.Daniel Grunwald
2014-02-14Fixed bug in FunctionNeverReturnsIssue.Mike Krüger
2014-02-12Fixed bug in 'XmlDocIssue'.Mike Krüger
2014-02-06Fixed bug in StaticEventSubscriptionIssueMike Krüger
2014-02-05StaticEventSubscriptionIssue - Check if staticUngureanu Marius
2014-02-05Implemented StaticEventSubscriptionIssueMike Krüger
2014-02-05Improved display location for 'RedundantBoolCompareIssue'.Mike Krüger
2014-01-27Fixed bug in CS0169FieldIsNeverUsedIssueMike Krüger
2014-01-27Implemented 'CS0169FieldIsNeverUsedIssue'.Mike Krüger
2014-01-24Improved 'CS0618UsageOfObsoleteMemberIssue'.Mike Krüger
2014-01-24Added CS0618UsageOfObsoleteMemberIssue.Mike Krüger
2014-01-21Fixed Issue #372 'False positive in "Convert to |= expression issue"'.Mike Krüger
2014-01-17Remove implicit conversion from AstType to Expression.Daniel Grunwald
2014-01-16CS0029InvalidConversionIssue: fields and local variables don't have a "return...Daniel Grunwald
2014-01-16Swap actions in "The parameter '{0}' cannot be resolved" issue -- I think fix...Daniel Grunwald