#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 247d58818f [CodeIssues] Fix some false suggestions in VariableDeclaredInWideScopeIssue. 13 years ago
..
ParameterCanBeDemotedIssue [CodeIssues] Fix some false positives in ParameterCanBeDemotedIssue. 13 years ago
CallToVirtualFunctionFromConstructorTests.cs [CodeIssues] Make CallToVirtualFunctionFromConstructorIssue less whiny. 13 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
FormatStringTests.cs [CodeIssues] Be more allowing when picking format string arguments in FormatStringIssue. 13 years ago
InconsistentNamingTests.cs [CodeIssues] Improved naming check (skipp overriden members). 13 years ago
IncorrectExceptionParameterOrderingTests.cs [CodeIssues] Change the namespace on IncorrectExceptionParameterOrderingIssue. 13 years ago
InspectionActionTestBase.cs Improved code issue tests - renamed some issues and actions. 14 years ago
NotImplementedExceptionInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
OptionalParameterCouldBeSkippedTests.cs [CodeIssues] Check redundant optional arguments of constructors. 13 years ago
RedundantCatchTests.cs [CodeIssues] Add RedundantCatchIssue. 13 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
ReferenceToStaticMemberViaDerivedTypeTests.cs [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 13 years ago
StringIsNullOrEmptyInspectorTests.cs Added missing is null or empty inspector cases. 14 years ago
UseVarKeywordInspectorTests.cs Improved code issue tests - renamed some issues and actions. 14 years ago
ValueParameterUnusedTests.cs [CodeActions] Don't crash on null accessors in ValueParameterUnusedIssue. 13 years ago
VariableDeclaredInWideScopeTests.cs [CodeIssues] Fix some false suggestions in VariableDeclaredInWideScopeIssue. 13 years ago