#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 3b6fe6ff0d Adjust resolver to AST changes and disable failing unit tests. 15 years ago
..
BlockStatementTests.cs Enable parser unit tests; ignore those that are broken. 15 years ago
CheckedStatementTests.cs C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
EmptyStatementTests.cs Add TypeMembers unit tests. 15 years ago
ExpressionStatementTests.cs Enable parser unit tests; ignore those that are broken. 15 years ago
FixedStatementTests.cs Adjust resolver to AST changes and disable failing unit tests. 15 years ago
ForStatementTests.cs Adjust resolver to AST changes and disable failing unit tests. 15 years ago
GotoStatementTests.cs Fixed tests. 15 years ago
IfElseStatementTests.cs C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
LabelStatementTests.cs Enable parser unit tests; ignore those that are broken. 15 years ago
LockStatementTests.cs Add TypeMembers unit tests. 15 years ago
ReturnStatementTests.cs Adjust unit tests to null object pattern. 15 years ago
SwitchStatementTests.cs Add statement-level parser tests. 15 years ago
ThrowStatementTests.cs Adjust unit tests to null object pattern. 15 years ago
TryCatchStatementTests.cs Re-enabled the unit tests that were commented out. 15 years ago
UnsafeStatementTests.cs C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
UsingStatementTests.cs Add TypeMembers unit tests. 15 years ago
VariableDeclarationStatementTests.cs Add statement-level parser tests. 15 years ago
WhileStatementTests.cs Fixed tests. 15 years ago
YieldStatementTests.cs Re-enabled the unit tests that were commented out. 15 years ago