#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.
 
 
 
 
 
 
Mike Krüger f7fb29804d Implemented better solution for the array initializer workaround hack. 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 Fixed Issue #38: Parser Regression in ObjectCreate initialization 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 Apply license header to unit tests. 14 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 Fixed unit tests with leading dots & integer at eol. 14 years ago
QueryExpressionTests.cs Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be. 14 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 Moved the roles class out of AstNode. 14 years ago
TypeReferenceExpressionTests.cs Fixed parsing "bool.TrueString". 14 years ago
UnaryOperatorExpressionTests.cs Handle T[] -> T* and string -> char* conversions in fixed statement initializers. 14 years ago
UndocumentedExpressionTests.cs Fixed parsing undocumented expressions. 14 years ago