#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.
 
 
 
 
 
 
Mike Krüger 78442bb33a Fixed static constructor access modifier issue tests. 13 years ago
..
FormatStringIssues
ParameterCanBeDemotedIssue Code updates 13 years ago
AccessToDisposedClosureTests.cs
AccessToModifiedClosureTests.cs
AssignmentMadeToSameVariableIssueTests.cs
BitwiseOperationOnNonFlagsEnumIssueTests.cs
CS0127ReturnMustNotBeFollowedByAnyExpressionTests.cs Fix crash when 'return 1;' occurs within a constructor declaration. 13 years ago
CallToObjectEqualsViaBaseTests.cs
CallToVirtualFunctionFromConstructorTests.cs
CastExpressionOfIncompatibleTypeIssueTests.cs
CompareBooleanWithTrueOrFalseIssueTests.cs
CompareFloatWithEqualityOperatorIssueTests.cs
ConditionalToNullCoalescingInspectorTests.cs
ConstantConditionIssueTests.cs
ConvertToStaticMethodIssueTests.cs Code updates 13 years ago
DoubleNegationIssueTests.cs
DuplicateBodyMethodIssueTests.cs Code updates 13 years ago
DuplicateExpressionsInConditionsIssueTests.cs Remove duplicate ifs, in if/else chains in case that the expression is duplicated. It can happen in copy/paste cases. 13 years ago
DuplicateIfInIfChainIssueTests.cs Remove duplicate ifs, in if/else chains in case that the expression is duplicated. It can happen in copy/paste cases. 13 years ago
ExceptionRethrowTests.cs
ExplicitConversionInForEachIssueTests.cs Add year to license headers. 13 years ago
ExpressionIsAlwaysOfProvidedTypeIssueTests.cs
ExpressionIsNeverOfProvidedTypeIssueTests.cs
ExpressionOfCompatibleTypeCastIssueTests.cs Code updates 13 years ago
ForControlVariableNotModifiedIssueTests.cs
IdenticalConditionalBranchIssueTests.cs
InconsistentNamingTests.cs Implemented code issue message suppression. 13 years ago
IncorrectCallToGetHashCodeTests.cs
IncorrectExceptionParameterOrderingTests.cs
InspectionActionTestBase.cs Code updates 13 years ago
LocalVariableHidesMemberIssueTests.cs
LocalVariableNotUsedIssueTests.cs
MethodNeverReturnsIssueTests.cs
MethodOverloadHidesOptionalParameterIssueTests.cs
MissingStringComparisonIssueTests.cs
MultipleEnumerationIssueTests.cs
NegativeRelationalExpressionIssueTests.cs
NoDefaultConstructorIssueTests.cs
NotImplementedExceptionInspectorTests.cs
OptionalParameterCouldBeSkippedTests.cs
ParameterHidesMemberIssueTests.cs
ParameterNotUsedIssueTests.cs Fixed some false positives in parameter not used issue. 13 years ago
ParameterOnlyAssignedIssueTests.cs
PublicConstructorInAbstractClassIssueTest.cs [CodeIssue] Modified PublicConstructorInAbstractClass issue to support Resharper disable comment 13 years ago
RedundantArrayInitializerCommaIssueTests.cs
RedundantAssignmentIssueTests.cs Auto-Fix for remove redundant assignment have issues in some cases (Part II) fixes 13 years ago
RedundantAttributeParenthesesIssueTests.cs
RedundantBaseConstructorIssueTests.cs Add the capability to remove base call if is not needed. It exposes some classes so maybe I'm not using the proper APIs. But it works good for practical the test case I wrote. 13 years ago
RedundantCaseLabelIssueTests.cs
RedundantCatchTests.cs
RedundantConstructorTests.cs [CodeIssue] Redundant Constructor issue 13 years ago
RedundantElseIssueTests.cs
RedundantFieldInitializerIssueTests.cs Fixed bug in redundant field initializer issue. 13 years ago
RedundantInternalInspectorTests.cs
RedundantNamespaceUsageInspectorTests.cs
RedundantNullCheckTests.cs Two new code issues 13 years ago
RedundantObjectCreationArgumentListIssueTests.cs
RedundantObjectOrCollectionInitializerIssueTests.cs
RedundantPrivateInspectorTests.cs
RedundantThisInspectorTests.cs Implemented code issue message suppression. 13 years ago
RedundantToStringTests.cs Fixed unit test. 13 years ago
RedundantTypeCastIssueTests.cs
RedundantUsingInspectorTests.cs Implemented resharper disableing for redundant using directive. 13 years ago
RedundantWhereWithPredicateIssueTests.cs
ReferenceEqualsCalledWithValueTypeIssueTest.cs
ReferenceToStaticMemberViaDerivedTypeTests.cs Implemented new line ast node insertion. 13 years ago
SimplifyAnonymousMethodToDelegateIssueTests.cs SimplifyAnonymousMethodToDelegateIssues now doesn't touch too complex 13 years ago
StaticConstructorAccessModifierTest.cs Fixed static constructor access modifier issue tests. 13 years ago
StaticFieldInGenericTypeTests.cs Implemented code issue message suppression. 13 years ago
StringIsNullOrEmptyInspectorTests.cs
ThreadStaticOnInstanceFieldTests.cs Implemented code issue message suppression. 13 years ago
TypeParameterNotUsedIssueTests.cs
UnreachableCodeIssueTests.cs Implemented new line ast node insertion. 13 years ago
UseVarKeywordInspectorTests.cs
ValueParameterUnusedTests.cs
VariableDeclaredInWideScopeTests.cs VariableDeclaredInWideScopeIssue no longer suggests moving method call 13 years ago