#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 d4df4d9790 Fixed using implicit user-defined conversions as part of explicit conversions. 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 'allowOptionalParameters' flag to MGRR.PerformOverloadResolution. 13 years ago
DynamicTests.cs Use NamedArgumentResolveResult for dynamic invocations. 13 years ago
ExplicitConversionsTest.cs Fixed using implicit user-defined conversions as part of explicit conversions. 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 Handle await expressions in find references. 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 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 Added a separate AwaitResolveResult 13 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago