#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 5c9dfb9896 Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
..
AnonymousTypeTests.cs Fixed resolving NamedExpressions in anonymous type creation expressions. 14 years ago
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 15 years ago
AttributeTests.cs Adjusted C# resolver to refactored type system. 15 years ago
BinaryOperatorTests.cs Fixed lifting for built-in relational operators. 14 years ago
CastTests.cs Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics. 15 years ago
ConditionalOperatorTests.cs Fixed type inference for "condition ? someEnum : 0" 15 years ago
ConversionsTest.cs Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
ExtensionMethodTests.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
InvocationTests.cs Do not try to infer a type from the null literal. 15 years ago
LambdaTests.cs Fix bug in output type inference for explicitly typed lambdas. 14 years ago
LinqTests.cs Fixed resolving LINQ queries that involve transparent identifiers. 14 years ago
LocalTypeInferenceTests.cs Fixed type inference in foreach when the collection type does not implement IEnumerable. 15 years ago
MemberLookupTests.cs When a simple-name refers to an instance field in the current class, set TargetResult=new ThisResolveResult(). 14 years ago
NameLookupTests.cs Added ResolverTest to consistency check and fixed some crashing bugs in the resolver. 15 years ago
ObjectCreationTests.cs Fixed bug when resolving base constructor calls. 15 years ago
OverloadResolutionTests.cs Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
ResolveAtLocationTests.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
ResolverTestBase.cs Do not report invalid conversion from int to void for this code: 14 years ago
TypeInferenceTests.cs Do not try to infer a type from the null literal. 15 years ago
UnaryOperatorTests.cs Fixed resolving "-2147483648". 15 years ago
UnsafeCodeTests.cs Move ResolveResults to NR.Semantics 15 years ago