#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 1c0a7305f5 [CodeIssue] TypeParameterNotUsedIssue: removed the fix because it may introduce errors. 14 years ago
..
AccessToDisposedClosureTests.cs [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 14 years ago
AccessToModifiedClosureTests.cs [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 14 years ago
ConditionalToNullCoalescingInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ExplicitConversionInForEachIssueTests.cs Add issue provider for explicit conversions in foreach loops. 14 years ago
InconsistentNamingTests.cs [CodeIssues] Improved naming check (skipp overriden members). 14 years ago
InspectionActionTestBase.cs [CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue 14 years ago
LocalVariableNotUsedIssueTests.cs [CodeIssue] LocalVariableNotUsedIssue: Find unused foreach variable 14 years ago
NotImplementedExceptionInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ParameterNotUsedIssueTests.cs [CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue 14 years ago
RedundantInternalInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
RedundantNamespaceUsageInspectorTests.cs Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction. 14 years ago
RedundantPrivateInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
RedundantThisInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
RedundantUsingInspectorTests.cs Fixed RedundantUsingIssue to no longer remove "System.Linq" if it is required for a query expression. 14 years ago
StringIsNullOrEmptyInspectorTests.cs Added missing is null or empty inspector cases. 14 years ago
TypeParameterNotUsedIssueTests.cs [CodeIssue] TypeParameterNotUsedIssue: removed the fix because it may introduce errors. 14 years ago
UseVarKeywordInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago