#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 3797b12fa7 Fix several bugs with anonymous types: 13 years ago
..
AnonymousTypeTests.cs Fix several bugs with anonymous types: 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 Added information about built-in conversions before and after a user-defined conversion operator is applied 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 Added information about built-in conversions before and after a user-defined conversion operator is applied 13 years ago
ExtensionMethodTests.cs Adjusted unit tests to the new invocation resolve result. 13 years ago
FindReferencesTest.cs Make 'await' resolve as in the C# 5.0 language specification. 13 years ago
InvocationTests.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
LambdaTests.cs Fixed stupid thing in the "no conversion in void lambda" test. 13 years ago
LinqTests.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
LocalTypeInferenceTests.cs Revert f01a4b2 and 58c4ec8. 13 years ago
MemberLookupTests.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
MethodTests.cs Fix InvalidCastException on invalid compile-time constant casts. 13 years ago
NameLookupTests.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 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 Fixed resolve at location failure. 13 years ago
ResolverTestBase.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 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