#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 dac867d9ed Fix pattern matching for ComposedType.BaseType. 13 years ago
..
AnonymousMethodExpressionTests.cs Enabled async tests. 14 years ago
AnonymousTypeCreateExpressionTests.cs Used the namedexpression instead of assignment/namedargument 14 years ago
ArrayCreateExpressionTests.cs Fix icsharpcode/NRefactory#89: explicit conversion of array to generic IList fails when array covariance is used. 13 years ago
AssignmentExpressionTests.cs Adjust resolver to object initializer AST changes. 14 years ago
BaseReferenceExpressionTests.cs Apply license header to unit tests. 14 years ago
BinaryOperatorExpressionTests.cs Apply license header to unit tests. 14 years ago
CastExpressionTests.cs Fix CSharpOutputVisitorTests.AssignmentInCollectionInitializer. 14 years ago
CheckedExpressionTests.cs Apply license header to unit tests. 14 years ago
ConditionalExpressionTests.cs Apply license header to unit tests. 14 years ago
DefaultValueExpressionTests.cs Apply license header to unit tests. 14 years ago
IdentifierExpressionTests.cs Un-ignore some tests that were fixed 13 years ago
IndexerExpressionTests.cs Apply license header to unit tests. 14 years ago
InvocationExpressionTests.cs [Ast] Renamed named argument expression identifier -> name. 13 years ago
IsExpressionTests.cs Apply license header to unit tests. 14 years ago
LambdaExpressionTests.cs Enabled async tests. 14 years ago
MemberReferenceExpressionTests.cs Moved the roles class out of AstNode. 14 years ago
ObjectCreateExpressionTests.cs Implemented better solution for the array initializer workaround hack. 13 years ago
ParenthesizedExpressionTests.cs Apply license header to unit tests. 14 years ago
PointerReferenceExpressionTests.cs Apply license header to unit tests. 14 years ago
PrimitiveExpressionTests.cs Updated mcs. 13 years ago
QueryExpressionTests.cs Fixed query orderings when ordering by more than one expression. 13 years ago
SizeOfExpressionTests.cs Apply license header to unit tests. 14 years ago
StackAllocExpressionTests.cs Apply license header to unit tests. 14 years ago
ThisReferenceExpressionTests.cs Apply license header to unit tests. 14 years ago
TypeOfExpressionTests.cs Fix pattern matching for ComposedType.BaseType. 13 years ago
TypeReferenceExpressionTests.cs Fixed parsing "bool.TrueString". 14 years ago
UnaryOperatorExpressionTests.cs Un-ignore some tests that were fixed 13 years ago
UndocumentedExpressionTests.cs Fixed parsing undocumented expressions. 14 years ago