#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 0f01f3be17 C# Ast refactoring: introduce Role<T> and add setters. 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 Add TypeMembers unit tests. 15 years ago
ForStatementTests.cs Adjust unit tests to null object pattern. 15 years ago
GotoStatementTests.cs Enable parser unit tests; ignore those that are broken. 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 C# Ast refactoring: introduce Role<T> and add setters. 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 Add statement-level parser tests. 15 years ago
YieldStatementTests.cs C# Ast refactoring: introduce Role<T> and add setters. 15 years ago