#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 41b777593a Merge pull request #80 from erik-kallen/DynamicImprovementsNewTry 14 years ago
..
AnonymousTypeTests.cs Test demonstrating problem with nesting anonymous objects. 14 years ago
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 15 years ago
AttributeTests.cs Fixed attribute empty arglist parens. 14 years ago
BinaryOperatorTests.cs Fix icsharpcode/NRefactory#19: OperatorResolveResult.IsLiftedOperator is false for lifted built-in operators. 14 years ago
CastTests.cs [UnitTests] Disabled broken tests. 14 years ago
ComTests.cs Add support for calling constructors on COM interfaces. 14 years ago
ConditionalOperatorTests.cs Add support for resolving "operator true". 14 years ago
ConversionsTest.cs Fix icsharpcode/NRefactory#60: Implicit type parameter conversion 14 years ago
DynamicTests.cs Implementation of feature 14 years ago
ExtensionMethodTests.cs Fixed bug when passing an extension method as a method group to a generic function. 14 years ago
FindReferencesTest.cs Implemented the new options for overridden members in FindReferences. 14 years ago
InvocationTests.cs Fix icsharpcode/NRefactory#33: Determining if a ThisResolveResult represents this. or base. 14 years ago
LambdaTests.cs Implemented better solution for the array initializer workaround hack. 14 years ago
LinqTests.cs CSharpAstResolver: don't return the same ResolveResult for two different nodes. 14 years ago
LocalTypeInferenceTests.cs Revert f01a4b2 and 58c4ec8. 14 years ago
MemberLookupTests.cs Removed duplicate unit test. 14 years ago
MethodTests.cs Fixed bug resolving indexer parameter declarations (was introduced with #66 [9476183]). 14 years ago
NameLookupTests.cs [Resolver] Fixed using statement. 14 years ago
ObjectCreationTests.cs Fix #75: conversion between delegate types 14 years ago
OverloadResolutionTests.cs Rename Conversions to CSharpConversions. 14 years ago
ResolveAtLocationTests.cs Fixed some failing unit tests. 14 years ago
ResolverTestBase.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
TypeInferenceTests.cs Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference). 14 years ago
UnaryOperatorTests.cs Fixed resolving compile-time operations on enum types with an underlying type smaller than int. (always use unchecked context for the cast back to enum) 14 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago