26 Commits (9b7a082e24e0be6a60586fdb2247e9d6692b6eed)

Author SHA1 Message Date
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 20 years ago
Daniel Grunwald 0729800650 Fixed SD2-1180: Changed event inserted at wrong position 20 years ago
Daniel Grunwald 47ae6603d0 Fixed SD2-596: C# to VB conversion should use CType instead of DirectCast for casts to primitives 20 years ago
Daniel Grunwald f399bed9de Fixed SD2-1079: Cast statements not converted correctly from C# to VB. 20 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 20 years ago
Daniel Grunwald 7936cdc4dc Fixed SD2-1048: Fully qualified names base types are added after 'global::' as keywords Converting from VB to C#. 20 years ago
Daniel Grunwald e4ede6d7b4 Fixed SD2-997: C# comments re-ubication may result in a code error when converting code from C# to VB. 20 years ago
Daniel Grunwald 1b5d91cd34 Fixed SD2-994: Public static classes not converted correctly from C# to VB. 20 years ago
Daniel Grunwald afe45ea0dd Fixed SD2-996: C# assigned generic variables not converted correctly to VB. 20 years ago
Daniel Grunwald ddf419442b Fixed SD2-1021: Alias for namespaces not converted correctly between C#<-->VB.NET for base types. 20 years ago
Daniel Grunwald 66acc25b3b Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones. 20 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 20 years ago
Daniel Grunwald 3df97ea2d9 Fixed SD2-891: Content of VB 'With' statement not converted correctly to C# 20 years ago
Daniel Grunwald 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 20 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 20 years ago
Daniel Grunwald f521b44db3 Fixed SD2-883: C# to VB conversion error when having a 'while()' statement in one line 20 years ago
Daniel Grunwald b2a3cc4ead More bugfixes for the C# <-> VB converter. 20 years ago
Daniel Grunwald 06680fb191 Improved C#<->VB converter. 20 years ago
Daniel Grunwald 2de421c5a9 Fixed C# <-> VB conversion bugs. 20 years ago
Daniel Grunwald 6c0473638e Fixed some NRefactory bugs, added NRefactory unit tests. 21 years ago
Daniel Grunwald 1538282335 C# <-> VB converter now converts P/Invoke declarations. 21 years ago
Daniel Grunwald fd3cc63664 Fixed C# parser bug: cast followed by anonymous method. 21 years ago
Daniel Grunwald 55300ef602 Fixed project converter bugs. 21 years ago
Daniel Grunwald 3175901033 Fixed NullReferenceException when converting C# statements like "if (a != null) b.c();" 21 years ago
Daniel Grunwald 062b1a35f1 Added AbstractAstTransformer, using it now for the code converter. This should fix problem for certain statement combinations. 21 years ago
Daniel Grunwald 8daa2ffef7 Fixed bug converting AddHandler statements to C#. 21 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 21 years ago
Daniel Grunwald 32abb6ee5a Change file header. 21 years ago
Daniel Grunwald d59a61c841 Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. 21 years ago
Daniel Grunwald e8a8828662 Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound. 21 years ago