#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 f30490c2a5 Add some parser unit tests. 15 years ago
..
AttributeTests.cs
BinaryOperatorTests.cs Add InsertParenthesesVisitor 15 years ago
CastTests.cs
ConversionsTest.cs
ExtensionMethodTests.cs Implemented support for extension methods. 15 years ago
InvocationTests.cs Adjust resolver to AST changes and disable failing unit tests. 15 years ago
LambdaTests.cs Add some parser unit tests. 15 years ago
LinqTests.cs
LocalTypeInferenceTests.cs
NameLookupTests.cs Adjust resolver to AST changes and disable failing unit tests. 15 years ago
ObjectCreationTests.cs Enable some unit tests that work with the type reference hack. 15 years ago
OverloadResolutionTests.cs
ResolverTestBase.cs Fixed parsing of enum member declarations. 15 years ago
TypeInferenceTests.cs
UnaryOperatorTests.cs
UnsafeCodeTests.cs Adjust resolver to AST changes and disable failing unit tests. 15 years ago