#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.
 
 
 
 
 
 
Erik Källén 1b45b0eeaa Bug with comment just before try/catch/finally statement. 13 years ago
..
BlockStatementTests.cs Apply license header to unit tests. 14 years ago
CheckedStatementTests.cs Apply license header to unit tests. 14 years ago
EmptyStatementTests.cs Apply license header to unit tests. 14 years ago
ExpressionStatementTests.cs Apply license header to unit tests. 14 years ago
FixedStatementTests.cs Apply license header to unit tests. 14 years ago
ForStatementTests.cs Apply license header to unit tests. 14 years ago
GotoStatementTests.cs Apply license header to unit tests. 14 years ago
IfElseStatementTests.cs Apply license header to unit tests. 14 years ago
InvalidStatementsTests.cs [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 13 years ago
LabelStatementTests.cs Apply license header to unit tests. 14 years ago
LockStatementTests.cs Apply license header to unit tests. 14 years ago
ReturnStatementTests.cs Apply license header to unit tests. 14 years ago
SwitchStatementTests.cs Apply license header to unit tests. 14 years ago
ThrowStatementTests.cs Apply license header to unit tests. 14 years ago
TryCatchStatementTests.cs Bug with comment just before try/catch/finally statement. 13 years ago
UnsafeStatementTests.cs Apply license header to unit tests. 14 years ago
UsingStatementTests.cs Add failing unit test for using-statement with multiple variable declarations. 14 years ago
VariableDeclarationStatementTests.cs Fix CSharpOutputVisitorTests.AssignmentInCollectionInitializer. 14 years ago
WhileStatementTests.cs Apply license header to unit tests. 14 years ago
YieldStatementTests.cs Add CodeDomConvertVisitor. 14 years ago