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 (Collapse)Author
2017-04-25Merge pull request #503 from Therzok/patch-1Mike Krüger
Update release configuration to generate pdbs
2016-01-02Fixed incorrect null checkAlex Newman
localResolveResult was checked twice, but resolveResult null check was skipped.
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-09-21Update release configuration to generate pdbsMarius Ungureanu
2015-06-05Consistently use 'null' DeclaringType for top-level entities.Daniel Grunwald
2015-03-25Moved the internal mcs to it's own namespace.Mike Krüger
That avoids namespace clashes if NR5 is used in conjunction with Mono.CSharp
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
* Fix NRE in TypeGuessing after `yield return new` * Add message text to CS0618UsageOfObsoleteMemberIssue * Fix IndexOutOfRangeException in AddOptionalParameterToInvocationAction * Fix icsharpcode/SharpDevelop#580: EventHandler names suggested by code completion should include the variable name/expression. * Fix icsharpcode/SharpDevelop#574: Wrong error highlighting with interface implementation
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
Seems that we're getting memory issues on some systems.
2014-11-17Changed some default settings for code issues.Mike Krüger
2014-11-05Fixed bug in RedundantCastIssue.Mike Krüger
2014-10-27Fixed sort usings.Mike Krüger
2014-09-03Needed to disable ConvertToInitializerAction.Mike Krüger
Sometimes it seems to lock up & the performance is bad.
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-06-10Fixed null checkMike Krüger
2014-05-30Disabled uncategorized/notworking code issues.Mike Krüger
2014-05-30Disabled notworking code issue.Mike Krüger
That's fixed in .NET 4.5 anyways and this code issue was very, very slow.
2014-05-10Fixed wrong end location of RedundantAttributeParenthesesIssue.Mike Krüger
Due to a drawing error in monodevelop that wasn't visible before.
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 ↵Daniel Grunwald
related issues.
2014-03-10Fix NullReferenceException in AddArgumentNameAction.Daniel Grunwald
2014-03-10Suppress ExplicitConversionInForEachIssue if variable has unknown type.Daniel Grunwald
2014-03-10Fixed bug in CopyCommentsFromInterfaceMike Krüger
2014-03-10Fixed potiental crash in ConvertImplicitToExplicitImplementationActionMike Krüger
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
This reverts commit fc6f5c7489646a02c3b432b780a40d575d1e57a2.
2014-02-25Merged Hint & Suggestion severity. (These two are too close andMike Krüger
doesn't really make sense to separate)
2014-02-24Fixed 'Bug 17945 - Bad 'unnecessary cast' warning'.Mike Krüger
2014-02-23Fix potential InvalidCastException in AccessToClosureIssue.Daniel Grunwald
(from SharpDevelop UDC crash 4293)
2014-02-19Improved CS0618UsageOfObsoleteMemberIssueMike Krüger
2014-02-17Set XmlResolver=null to avoid looking up external DTDs.Daniel Grunwald
2014-02-16Merge NRefactory changes from SharpDevelop repository:Daniel Grunwald
* TypeSystemAstBuilder: show async modifier only if ShowModifiers is set. * remove wrong null-check in VariableReference implementation * add ISymbolReference implementation * fix icsharpcode/sharpdevelop#299: Declare local variable: Automatic variable naming
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-12Added 'CS1105ExtensionMethodMustBeDeclaredStaticAction'.Mike Krüger
2014-02-06Fixed bug in StaticEventSubscriptionIssueMike Krüger