#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 3dbba420eb [Resolver] Fixed infinite loop issue when a type inherits from type 13 years ago
..
AnonymousTypeTests.cs Test demonstrating problem with nesting anonymous objects. 13 years ago
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 14 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. 13 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 Implemented explicit conversions - invalid casts now resolve to Conversion.None. 13 years ago
DynamicTests.cs Use NamedArgumentResolveResult for dynamic invocations. 13 years ago
ExplicitConversionsTest.cs Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 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 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 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 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
MethodTests.cs Fix icsharpcode/NRefactory#86: method declaration with attributes fails to resolve since 2926e24. 13 years ago
NameLookupTests.cs Test demonstrating issue with duplicate using directive. 13 years ago
ObjectCreationTests.cs Fix #75: conversion between delegate types 13 years ago
OverloadResolutionTests.cs Rename Conversions to CSharpConversions. 14 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 Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference). 13 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) 13 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago