1379 Commits (149dea7412a9df7cd1f128ce09a7668a15eafb5d)

Author SHA1 Message Date
Daniel Grunwald 149dea7412 Add TypeGraphNode to NRefactory; and move AbiComparer from NR.CSharp.Analysis to NR.Analysis 12 years ago
Mike Krüger 1e628e6b6a Took out failing tests on mono. 12 years ago
Daniel Grunwald 648eb6b052 Ignore failing test 12 years ago
Daniel Grunwald 7c388ba920 Rename EntityType -> SymbolKind 12 years ago
Mike Krüger f7e1c35fdf Fixed bug in IdStringProvider.ParseTypeName. 12 years ago
Mike Krüger 06ad4c8218 Added unit test for CS0029InvalidConversionIssue. 12 years ago
Daniel Grunwald e1f13aaedf Replace ExpressionOfCompatibleTypeCastIssue with CS0029InvalidConversionIssue. 12 years ago
Daniel Grunwald 1e1ed360aa Fix ExpressionOfCompatibleTypeCastIssue: assigning a literal 0 to an enum-type variable is valid 12 years ago
Daniel Grunwald e22be6ea28 Fix crash in ConvertIfToSwitchAction when there are nested if statements. 12 years ago
Daniel Grunwald fb493193e3 AddAnotherAccessorAction: don't try to assign to readonly fields 12 years ago
Daniel Grunwald 1cec2e62f8 Ensure we pass the correct type argument to GatherVisitorBase<>. 12 years ago
Mike Krüger 5b30dbb1e2 ExpressionOfCompatibleTypeCastIssue no longer warns on implicit 12 years ago
Daniel Grunwald 4a8a61ee2e Fix false positives in SimplifyAnonymousMethodToDelegateIssue: the simplification is not possible when the lambda involves non-reference conversions. 12 years ago
Daniel Grunwald f53526218d Fix false positives in FormatStringIssue when params-parameter is used in unexpanded form. 12 years ago
Daniel Grunwald 658752eace string.IsNullOrEmpty issue: detect 'str != null && str.Length > 0' pattern 12 years ago
Daniel Grunwald b9e4d4841b Fix false positive in ExpressionOfCompatibleTypeCastIssue 12 years ago
Mike Krüger 90c729419e Fixed bug in cecil loader. 12 years ago
Mike Krüger e3c40ba7f3 Fixed xml doc formatting bug. 12 years ago
Mike Krüger 774e949bdb Fixed formatting bug. 12 years ago
Mike Krüger 8826ae7f1c Added wrapping formatting bug. 12 years ago
Mike Krüger 6c4d206dcd Added failing completion test case. 12 years ago
Mike Krüger 5dec9ee365 Added DescendantNodes API. 12 years ago
Mike Krüger fca6a67c0e Fixed failing test. 12 years ago
Mike Krüger 87440682be Fixed some issues in redundant catch issue. 12 years ago
Mike Krüger 67770bcacc Added constraint new () parens to the AST / fixed constraint 12 years ago
Mike Krüger a256898faa Fixed formatting bug. 12 years ago
Mike Krüger 7a5afe919f Fixed some issues in event formatting. 12 years ago
Mike Krüger 9521f329b3 Fixed formatting bug. 12 years ago
Mike Krüger ae993f0ca4 Fixed some formatting issues. 12 years ago
Mike Krüger 4984985673 Added line preprocessor directive support. 12 years ago
Daniel Grunwald 5f67bc0933 Remove constructors from CSharpUnresolvedFile - they could be mistaken to load the specified file name. 12 years ago
Daniel Grunwald 552e132a7f Add failing unit tests for #pragma checksum and #line preprocessor directives. 12 years ago
Daniel Grunwald 0783129bb7 Fix icsharpcode/NRefactory#183: Implicit conversion detected as explicit conversion 12 years ago
Mike Krüger a1bdce98ef Added work around for issue #73. 12 years ago
Mike Krüger ae6b9e27cb Fixed some preprocessor directive tests. 12 years ago
Mike Krüger 0ca084bb07 Updated mcs. 12 years ago
Mike Krüger 862f3692be Fixed formatting bug. 12 years ago
Mike Krüger b7e8eea99d Improved type guessing logic. 12 years ago
Mike Krüger 423b10b824 Fixed bug in simplify anonymous method issue. 12 years ago
Mike Krüger c0e9973af1 Fixed abstract override in implement abstract members action. 12 years ago
Mike Krüger a0681b1a0b Fixed formatting bug. 12 years ago
Mike Krüger eb89d55446 Disabled 'ParameterCanBeIEnumerableIssue'. 12 years ago
Daniel Grunwald 474920cdf7 Fix icsharpcode/NRefactory#181: default keyword doesn't resolve properly on enum types 12 years ago
Daniel Grunwald 17c4315974 Rename IsExtensionMethodGroupConversion -> DelegateCapturesFirstArgument. 12 years ago
Daniel Grunwald 5acf6aef0d Fix fixes an issue causing the type system to believe that accessors implement interface members even though there is an explicit implementation of the accessor owner. 12 years ago
Daniel Grunwald a2580063dd Fix ExpressionOfCompatibleTypeCastIssue. 12 years ago
Daniel Grunwald d09dc0e10a Fix compiler warnings 12 years ago
Daniel Grunwald e85128df57 Fix unit test failure due to mix of tabs and spaces. 12 years ago
Daniel Grunwald f6504be1ba Combine ConstantTest+ConstantFieldTest 12 years ago
Ciprian Khlud 82c272545a Fixed spacing 12 years ago