#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.
 
 
 
 
 
 
Mansheng Yang 3372603015 [CodeIssue] Added ForControlVariableNotModifiedIssue 14 years ago
..
AccessToClosureIssues AccessToModifiedClosureIssue: always use "var" keyword to avoid some null type issues, fixed "fails for field declaration" issue. 14 years ago
InconsistentNamingIssue [CodeIssues] Added indexer case. 14 years ago
VariableHidesMemberIssue [CodeIssue] Added VariableHidesMemberIssue 14 years ago
VariableNotUsedIssues GatherVisitor: make sure base visit methods are always called 14 years ago
VariableOnlyAssignedIssues GatherVisitor: make sure base visit methods are always called 14 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
ForControlVariableNotModifiedIssue.cs [CodeIssue] Added ForControlVariableNotModifiedIssue 14 years ago
GatherVisitorBase.cs Added some documentation. 14 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
RedundantElseIssue.cs [CodeIssue] Added RedundantElseIssue 14 years ago
RedundantFieldInitializerIssue.cs [CodeIssue] Added RedundantFieldInitializerIssue 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) 14 years ago
RedundantPrivateIssue.cs [CodeIssue] removed '.' in name. 14 years ago
RedundantThisIssue.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 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
TypeParameterNotUsedIssue.cs GatherVisitor: make sure base visit methods are always called 14 years ago
UseVarKeywordIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago