241 Commits (d19a6d2c9690198c6a5d0a0954d426919bfafe28)

Author SHA1 Message Date
Mansheng Yang fa9d5acfac [CodeAction] Added NegateRelationalExpressionAction 14 years ago
Mansheng Yang 209d3f0e42 [CodeIssue] Added RedundantTypeCastIssue 14 years ago
Mansheng Yang 54fbfc8070 [CodeIssue] Added ConstantConditionIssue 14 years ago
Simon Lindgren b375e1fdea [CodeIssues] Add RedundantCatchIssue. 14 years ago
Mansheng Yang 77fd14e522 [CodeIssue] Added IdenticalConditionalBranchIssue 14 years ago
Mansheng Yang fea0060d05 [CodeIssue] Added AssignmentMadeToSameVariableIssue 14 years ago
Mansheng Yang 63a8ca1f1d [CodeIssue] Added RedundantAssignmentIssue 14 years ago
Mansheng Yang e6abbcb949 [CodeIssue] Added MultipleEnumerationIssue 14 years ago
Simon Lindgren e5f346bd92 [CodeIssues] Add OptionalParameterCouldBeSkippedIssue. 14 years ago
Mansheng Yang 927c388c8a [CodeIssue] Added UnreachableCodeIssue 14 years ago
Simon Lindgren 900aec2f54 [CodeIssues] Add FormatStringIssue. 14 years ago
Simon Lindgren 11c428e10f [Utils] Add CompositeFormatStringParser and related classes. 14 years ago
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 14 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 14 years ago
Daniel Grunwald 0aa37bcf44 Add lazy-loading support to CecilLoader. 14 years ago
Mansheng Yang 164592fe5e [CodeIssue] Added CompareFloatWithEqualityOperatorIssue 14 years ago
Mansheng Yang aff3328713 [CodeIssue] Added BitwiseOperationOnNonFlagsEnumIssue 14 years ago
Mansheng Yang 3372603015 [CodeIssue] Added ForControlVariableNotModifiedIssue 14 years ago
Mansheng Yang 7f7fcec1b0 [CodeIssue] Added RedundantElseIssue 14 years ago
Mansheng Yang fca3cfec12 [CodeIssue] Added RedundantFieldInitializerIssue 14 years ago
Simon Lindgren 61044a86f4 [CodeIssues] Add initial version of ParameterCanBeDemotedIssue. 14 years ago
Simon Lindgren 77c9ccbb30 [CodeIssues] Rename VariableDeclaredInWideScopeIssue => VariableDeclaredInWideScopeTests in the test project. 14 years ago
Simon Lindgren 4bae4ed209 [CodeIssues] Add VariableDeclaredInWideScopeIssue. 14 years ago
Simon Lindgren 3ec073f293 [CodeActions] Add MoveToOuterScopeAction. 14 years ago
Simon Lindgren 4a3192df58 [CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue. 14 years ago
Simon Lindgren 9d5a384286 [CodeActions] Add ConvertToInitializerAction. 14 years ago
Mansheng Yang 73530debe1 [CodeIssue] Added VariableHidesMemberIssue 14 years ago
Erik Källén 0bf9891a8e ResolveResults for dynamic expressions 14 years ago
Mansheng Yang b37dedfa87 [CodeIssue] Added LocalVariableOnlyAssignedIssue and ParameterOnlyAssignedIssue 14 years ago
Mansheng Yang ca048e63e8 [CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue 14 years ago
Mike Krüger e058d6103b [Completion] Improved xml document completion. 14 years ago
Erik Källén 1363faf788 Tests demonstrating issues with parameter identity in accessors. 14 years ago
Simon Lindgren da5bbf381e [Refactoring, Competion] Add NamingHelper, use it from CSharpCompletionEngine and add convenience functions to RefactoringContext. 14 years ago
Mansheng Yang 728bf05224 [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 14 years ago
Simon Lindgren 0c9704d216 [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 14 years ago
Simon Lindgren a546a8f7c1 [CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well. 14 years ago
Simon Lindgren f99663b90e [CodeActions] Add IterateViaForeachAction. 14 years ago
Mansheng Yang c8f211550e [CodeAction] Added ExtractAnonymousMethodAction 14 years ago
Simon Lindgren 4ca0f1d375 [CodeAction] Add code actions for converting between static method calls and extension method calls. 14 years ago
Mansheng Yang 3597535b9e [CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction 14 years ago
Simon Lindgren 47da624e7e [CodeIssue] Add CallToVirtualFunctionFromConstructorIssue. 14 years ago
Simon Lindgren 8e94126c11 [CodeIssue] Add IncorrectExceptionParameterOrderingIssue. 14 years ago
Simon Lindgren 2396e99ca4 [CodeIssue] Add SetterDoesNotUseValueParameterIssue. 14 years ago
Simon Lindgren b6203ac3e8 [CodeAction] Add AddCatchTypeAction. 14 years ago
Simon Lindgren 44eff13a62 Add RemoveRedundantCatchTypeAction. 14 years ago
Mansheng Yang 4bfa58938c [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 14 years ago
Mansheng Yang 0f01589039 [CodeAction] Added UseStringFormatAction 14 years ago
Mansheng Yang bfa89c799a [CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction 14 years ago
Mansheng Yang 1066186e2f [CodeAction] Added PutInsideUsingAction 14 years ago
Mansheng Yang 33cc204814 [CodeAction] Added MergeNestedIfAction 14 years ago