#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.
 
 
 
 
 
 
Erik Källén 867dc8b407 Improved handling of sizeof(x) 13 years ago
..
AnonymousTypeTests.cs Test demonstrating problem with nesting anonymous objects. 14 years ago
ArrayCreateTests.cs Always set ArrayCreateResolveResult.SizeArguments. Closes #111. 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 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 Return ambiguous conversions when no most specific source and/or destination could be found. 13 years ago
DynamicTests.cs [OverloadResolution] Don't use specialized parameters of indexers or non-generic methods within generic methods for "more specific formal parameter" check; always use the original parameters like we do with generic methods. 13 years ago
ExplicitConversionsTest.cs Look at implicit and explicit user-defined conversion operators at the same time when performing an explicit conversion 13 years ago
ExtensionMethodTests.cs Fixed bug when passing an extension method as a method group to a generic function. 14 years ago
FindReferencesTest.cs Make 'await' resolve as in the C# 5.0 language specification. 13 years ago
InvocationTests.cs [OverloadResolution] Don't use specialized parameters of indexers or non-generic methods within generic methods for "more specific formal parameter" check; always use the original parameters like we do with generic methods. 13 years ago
LambdaTests.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 14 years ago
LinqTests.cs CSharpAstResolver: don't return the same ResolveResult for two different nodes. 14 years ago
LocalTypeInferenceTests.cs Revert f01a4b2 and 58c4ec8. 14 years ago
MemberLookupTests.cs Fixed member lookup bug. 13 years ago
MethodTests.cs Fix InvalidCastException on invalid compile-time constant casts. 13 years ago
NameLookupTests.cs Added alias resolve results that allows it to handle aliases more 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 ResolveAtLocation: when resolving a method name within a delegate creation, produce MemberResolveResult instead of MethodGroupResolveResult. 13 years ago
ResolverTestBase.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
SizeOfTests.cs Improved handling of sizeof(x) 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