#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 46254b3b0d Add support for resolving "operator true". 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. 14 years ago
BinaryOperatorTests.cs Report more types of invalid equality comparisons as errors. 14 years ago
CastTests.cs Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics. 14 years ago
ConditionalOperatorTests.cs Add support for resolving "operator true". 14 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. 14 years ago
InvocationTests.cs Do not try to infer a type from the null literal. 14 years ago
LambdaTests.cs Report more types of invalid equality comparisons as errors. 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. 14 years ago
MemberLookupTests.cs Fixed accessing protected members through type parameters. 14 years ago
NameLookupTests.cs Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
ObjectCreationTests.cs Fixed bug when resolving base constructor calls. 14 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. 14 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. 14 years ago
UnaryOperatorTests.cs Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
UnsafeCodeTests.cs Handle T[] -> T* and string -> char* conversions in fixed statement initializers. 14 years ago