243 Commits (b789f8324332435bc2a1aac534da4ce7f20249f5)

Author SHA1 Message Date
Alan McGovern b789f83243 [build] Fix the OutputPath properties 12 years ago
Daniel Grunwald e1f13aaedf Replace ExpressionOfCompatibleTypeCastIssue with CS0029InvalidConversionIssue. 12 years ago
Mike Krüger 6eba7eb798 Moved Severity/IssueMarker to NRefactory. This eliminates a 12 years ago
Ciprian Khlud 8666d6ffae Fix of bug #11855 12 years ago
Ciprian Khlud c43a3ee9c3 Remove duplicate ifs, in if/else chains in case that the expression is duplicated. It can happen in copy/paste cases. 12 years ago
Ciprian Khlud 6e4f648b48 Added code issue to address bug #11856 12 years ago
Ciprian Khlud 3dcad69810 Remove "Remove Field Refactory" as it is dangerous. 12 years ago
Ciprian Khlud bd486b50b0 Code updates 12 years ago
Ciprian Khlud ad0c12d1da Sample implementation for bug #11866 12 years ago
Ciprian Khlud 0d391896fb Fixes bug #10731 12 years ago
Ciprian Khlud dd8caea759 Fixes bug 11709 part of Xamarin's bugzilla: https://bugzilla.xamarin.com/show_bug.cgi?id=11709 12 years ago
Ciprian Khlud c965df75ab Adds a refactor that removes fairly accurate a field in all places (it is based on FindReferences). 12 years ago
ciplogic d1196a8ffb Fixes bug #10728 (Auto-Fix regarding control flow: "Convert to correct type") 12 years ago
leoowen19 579d2aca48 [CodeIssue]PublicConstructorInAbstractClass 12 years ago
leoowen19 42921dca18 [CodeIssue] Redundant Constructor issue 12 years ago
leoowen19 0d99a1c634 Two new code issues 12 years ago
ciplogic e5f2c0bfd6 Add the capability to remove base call if is not needed. It exposes some classes so maybe I'm not using the proper APIs. But it works good for practical the test case I wrote. 12 years ago
ciplogic ac9732776c Makes not static methods 12 years ago
leoowen19 ee3c6e89ed [CodeIssue] Redundant Null Check 12 years ago
Mike Krüger 610f0bfe2a Refactored formatter (it needs now an ast seeded with new line 12 years ago
Mike Krüger 772b66e109 Added code action from Ciprian Khlud <ciprian.mustiata@yahoo.com>: 12 years ago
Mike Krüger 116d6036bf Added simplify if actions from Ciprian Khlud 12 years ago
Mike Krüger 79dbb0f9af Added create changed event action. 12 years ago
Daniel Grunwald 85bbcab8de Remove old ObservableAstVisitor 13 years ago
Mike Krüger 84e9a33715 Added ABI comparer. 13 years ago
Daniel Grunwald 67daa03b4f Add SemanticHighlightingVisitor to NRefactory 13 years ago
Mike Krüger 40a2b81b43 Implemented issue provider for CS0127: A method with a void return 13 years ago
Mike Krüger f480c60aec Added new code issue to simplify anonymous methods to delegate usages. 13 years ago
Mike Krüger 8bd796eb7f Revert "Revert "Implemented reduced method model."" 13 years ago
Mike Krüger 765d917d60 Revert "Revert "Implemented better way to handle extension method invocations."" 13 years ago
Mike Krüger c26f61e813 Revert "Implemented better way to handle extension method invocations." 13 years ago
Mike Krüger bdc1fde9d6 Revert "Implemented reduced method model." 13 years ago
Mike Krüger aaf2b919f5 Implemented reduced method model. 13 years ago
Mike Krüger d4afc75413 Implemented better way to handle extension method invocations. 13 years ago
Mike Krüger 11aa873815 Added alias resolve results that allows it to handle aliases more 13 years ago
Mike Krüger eab84734b2 Fixed bug in create constructor action & implemented create enum value 13 years ago
Daniel Grunwald 64b8217fb0 Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
Daniel Grunwald 6d0f3fb02e Add "add using" context action. 13 years ago
Mike Krüger b609c8d6f7 [Formatter] Worked on a indent engine. 13 years ago
Daniel Grunwald 536b9b0b1c Add issue provider for missing StringComparison argument to string.StartsWith/EndsWith/IndexOf/LastIndexOf calls. 13 years ago
Daniel Grunwald 99bbb11ded Add 'ResultOfAsyncCallShouldNotBeIgnored' issue. 13 years ago
Mike Krüger 28c635f11d [CodeIssues] Removed LocalVariableOnlyAssignedIssue - it's redundant 13 years ago
Daniel Grunwald e62e9469a7 Simplified ExpressionIsNeverOfProvidedTypeIssue and fixed false positive when converting from System.Object to value types. 13 years ago
Lopatkin Ilja 4b3f83be72 Implemented code action to sort usings 13 years ago
Erik Källén 66f51bff3a Added a separate AwaitResolveResult 13 years ago
Adam Connelly 4f3695ca03 [CodeIssues] Adding an issue that highlights when a base class does not have a parameterless constructor, and the child class does not invoke any of the base class constructors. 13 years ago
Mike Krüger 6c62b5b2c3 [Ast] Fixed end location of multi line strings. 13 years ago
Mike Krüger f43d5df0e2 [CodeIssues] New issue to convert .Where(p).Any() to .Any(p). (from shani) 13 years ago
Simon Lindgren 79b4c25ccc [CodeIssues] ParameterCanBeDemotedIssue: Add Criterions for suitable indexer members and for array types. Also start resolving the method with the new type to check for errors. 13 years ago
Daniel Grunwald 40bbafda16 Set NET_4_0 preprocessor symbol for mcs. 13 years ago