#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Simon Lindgren be0d89c486 [CodeIssues] Improve ParameterCouldBeDemotedIssue. 13 years ago
..
InconsistentNamingIssue [CodeIssues] Optimized word break algorithm. 13 years ago
ParameterCanBeDemotedIssue [CodeIssues] Improve ParameterCouldBeDemotedIssue. 13 years ago
CallToStaticMemberViaDerivedTypeIssue.cs [CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue. 13 years ago
CallToVirtualFunctionFromConstructorIssue.cs [CodeIssues] Update some strings to be more inline with the rest of the issues (and more informative too). 13 years ago
ConditionalToNullCoalescingIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
ExplicitConversionInForEachIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
GatherVisitorBase.cs Added some documentation. 14 years ago
IncorrectExceptionParameterOrderingIssue.cs [CodeIssues] Change the namespace on IncorrectExceptionParameterOrderingIssue. 13 years ago
IssueCategories.cs Added compiler warnings & errors issue categories. 14 years ago
NotImplementedExceptionIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
RedundantInternalIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
RedundantNamespaceUsageIssue.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 13 years ago
RedundantPrivateIssue.cs [CodeIssue] removed '.' in name. 13 years ago
RedundantThisIssue.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 13 years ago
RedundantUsingIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
StringIsNullOrEmptyIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
UseVarKeywordIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
ValueParameterUnusedIssue.cs [CodeActions] Don't crash on null accessors in ValueParameterUnusedIssue. 13 years ago
VariableDeclaredInWideScopeIssue.cs [CodeIssues] Add VariableDeclaredInWideScopeIssue. 13 years ago