3 Commits (070307bb734978c6b62d992ee4a10aa3b191e21a)

Author SHA1 Message Date
Daniel Grunwald 0869943ce8 Use lower-case GUIDs in project references. 10 years ago
Daniel Grunwald 0a481a573c Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
Daniel Grunwald 6e47de16f8 Delete in-tree AvalonEdit, NRefactory and Mono.Cecil in preparation for using git submodules. 10 years ago
Daniel Grunwald 804fbb0ec3 Remove NRefactory source code, preparing for submodule 10 years ago
Daniel Grunwald 382f24666a Add NRefactory 5.5.1 source code. 10 years ago
Daniel Grunwald e88120cb4a Remove NRefactory sourcecode and use the NuGet package instead. 10 years ago
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Siegfried Pammer a52e0b2e64 fix #397 - Incorrect code generated for adding event handler in VB.NET. 12 years ago
Daniel Grunwald 09b0db5cd4 Add strong name to all ILSpy assemblies. 14 years ago
Siegfried Pammer 31e71509fd remove old files 14 years ago
Daniel Grunwald e4fad36341 Mark ICSharpCode.NRefactory.VB as AnyCPU. 14 years ago
Siegfried Pammer 3526e79db6 implement query expression AST 14 years ago
Siegfried Pammer 9c4b29665d implemented AnonymousObjectCreationExpression 14 years ago
Siegfried Pammer 7d8d3195f0 add EmptyExpression conversion, improve fixed-Statement conversion 14 years ago
Siegfried Pammer 6e7b1d27fb add conversion of DllImports to ExternalMethodDeclarations 14 years ago
Siegfried Pammer e06ddae674 add ContinueStatement 14 years ago
Siegfried Pammer dd8e2a2a51 started implementation of QueryExpression 14 years ago
Siegfried Pammer 01326a8db6 make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression 14 years ago
Siegfried Pammer e9982832ae implement GoToStatement 14 years ago
Siegfried Pammer 15bc1e3a9d implemented DoLoopStatement and UsingStatement 14 years ago
Siegfried Pammer 0eb61a2524 correctly implement ForEachStatement and ForStatement; add output for ForStatement 14 years ago
Siegfried Pammer f07bde37c7 implement VB 11 Iterators 14 years ago
Siegfried Pammer ff97e9c634 add support for OperatorDeclaration and some more statements 14 years ago
Siegfried Pammer f208a18bb6 add ConditionalExpression and WhileStatement 14 years ago
Siegfried Pammer d78b1fe68d split Statements into single files 14 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 14 years ago
Siegfried Pammer 93b63848cc add support for EventDeclaration and some more binary operators 14 years ago
Siegfried Pammer 8610b14c83 add support for comments 14 years ago
Siegfried Pammer a7d87fc65a add ArrayInitializerExpression and ObjectCreationExpression 14 years ago
Siegfried Pammer e5fb8d9560 implemented IfElseStatement and some more expressions 14 years ago
Siegfried Pammer 74c376bb98 implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 14 years ago
Siegfried Pammer 6e8b73b23a implement proper conversion of FieldDeclaration 14 years ago
Siegfried Pammer b7dfb82fb3 add MethodDeclaration, ConstructorDeclaration; 14 years ago
Siegfried Pammer 90013778f1 add GetTypeExpression, GetXmlNamespaceExpression, MemberAccessExpression, TypeOfIsExpression 14 years ago
Siegfried Pammer c08710e903 implement AddressOfExpression, InstanceExpression, ParenthesizedExpression and SimpleNameExpression 14 years ago
Siegfried Pammer d90a82e590 add support for Imports and Namespaces 14 years ago