#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.
 
 
 
 
 
 
Daniel Grunwald 8111e2683a Add issue provider for explicit conversions in foreach loops. 14 years ago
..
InconsistentNamingIssue Added introduce constant action. 14 years ago
ConditionalToNullCoalescingIssue.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ExplicitConversionInForEachIssue.cs Add issue provider for explicit conversions in foreach loops. 14 years ago
GatherVisitorBase.cs Worked on inconsistent naming issue. 14 years ago
IssueCategories.cs Added compiler warnings & errors issue categories. 14 years ago
NotImplementedExceptionIssue.cs Hide not implemented exception issue in the text editor. 14 years ago
RedundantInternalIssue.cs Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction. 14 years ago
RedundantNamespaceUsageIssue.cs Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction. 14 years ago
RedundantPrivateIssue.cs Improved code issue tests - renamed some issues and actions. 14 years ago
RedundantThisIssue.cs Improved code issue tests - renamed some issues and actions. 14 years ago
RedundantUsingIssue.cs Fixed RedundantUsingIssue to no longer remove "System.Linq" if it is required for a query expression. 14 years ago
StringIsNullOrEmptyIssue.cs Worked on inconsistent naming issue. 14 years ago
UseVarKeywordIssue.cs Turn off issue marker for var keyword issue (handled by action). 14 years ago