#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 902f00ee7a Add support for user-defined conversions starting with a constant expression conversion. 13 years ago
..
AnonymousTypeTests.cs Test demonstrating problem with nesting anonymous objects. 13 years ago
ArrayCreateTests.cs Always set ArrayCreateResolveResult.SizeArguments. Closes #111. 13 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 Ensure IVariable.ConstantValue has the correct type when a local constant declaration involves an implicit conversion 13 years ago
ComTests.cs Added delegate compatibility check to method-group conversions. 13 years ago
ConditionalOperatorTests.cs Add support for resolving "operator true". 14 years ago
ConversionsTest.cs Add support for user-defined conversions starting with a constant expression conversion. 13 years ago
DynamicTests.cs Use NamedArgumentResolveResult for dynamic invocations. 13 years ago
ExplicitConversionsTest.cs Add support for user-defined conversions starting with a constant expression conversion. 13 years ago
ExtensionMethodTests.cs Fixed bug when passing an extension method as a method group to a generic function. 13 years ago
FindReferencesTest.cs Make 'await' resolve as in the C# 5.0 language specification. 13 years ago
InvocationTests.cs Move the fix for #94 into CSharpConversions.IsConstraintConvertible. 13 years ago
LambdaTests.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 13 years ago
LinqTests.cs CSharpAstResolver: don't return the same ResolveResult for two different nodes. 13 years ago
LocalTypeInferenceTests.cs Revert f01a4b2 and 58c4ec8. 13 years ago
MemberLookupTests.cs Add unit tests that check that a class hiding a field depends on the generics. 13 years ago
MethodTests.cs Fix InvalidCastException on invalid compile-time constant casts. 13 years ago
NameLookupTests.cs Added test that exposes a problem with empty namespaces. 13 years ago
ObjectCreationTests.cs Un-ignore some tests that were fixed 13 years ago
OverloadResolutionTests.cs Attempt that makes all the implicit conversions work 13 years ago
ResolveAtLocationTests.cs [Resolver] Fixed infinite loop issue when a type inherits from type 13 years ago
ResolverTestBase.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
TypeInferenceTests.cs Fix a bug with type inference for nullables. 13 years ago
UnaryOperatorTests.cs Fixed await with generic awaiter types. 13 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago