6 Commits (4d00c65608d3f194e4241b3b2ae3e2844ef7e897)

Author SHA1 Message Date
Daniel Grunwald d9a28314f9 Upgrade to NUnit 3.9 and enable parallel test execution. 7 years ago
Sam Harwell a31b74da75 Reference Mono.Cecil using a package reference instead of a submodule 8 years ago
Sam Harwell 996e04075e Retarget projects to .NET 4.6 so Roslyn can load them 8 years ago
Sam Harwell 5975b2ea67 Work around improper .NET Standard build support in cecil 8 years ago
Sam Harwell 4908b129f8 Convert projects to the new project system 8 years ago
Siegfried Pammer e26af08a1c Move test projects to their own directory in \ 8 years ago
Siegfried Pammer 3a69169aa4 Update projects to .NET 4.6.1 8 years ago
Siegfried Pammer 1604952c3b fix #775 - Invalid BAML namespace decompilation 9 years ago
Siegfried Pammer d1fbe5815a Reenabled BAML decompiler tests 9 years ago
Daniel Grunwald bedff74b61 Run correctness tests with roslyn, and add some roslyn-based pretty-tests as well. 9 years ago
Christoph Wille 7a29642b35 Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
Siegfried Pammer 6c1efaa2d7 use mono.cecil nuget-package in all projects instead of git sub-module 9 years ago
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 0a7c5d4ab7 Add NRefactory as submodule 10 years ago
Siegfried Pammer f0382f6dbc Add RemoveEmptyNamespace transform to get rid of <Module> definitions in all test cases 11 years ago
Siegfried Pammer 0ada95d913 fix #470: BAML to XAML conversion does not generate escape sequence {} correctly 11 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Siegfried Pammer 505694671c add failing test for issue #445 11 years ago
Vaughan Woodzell b54be3902f Fix namespace prefixes of property elements. 12 years ago
Vaughan Woodzell c0c47244d8 Test case for formatting simple properties as elements when following other elements. 12 years ago
Vaughan Woodzell 450c19f8ac Test case for markup extension conversion fix. 12 years ago
Daniel Grunwald 4ddc6559af Fix compilation of BamlDecompiler.Tests 13 years ago
Pent Ploompuu 5cb145c576 64bit support for SharpDevelop.LGPL and BamlDecompiler.Tests projects 14 years ago
Siegfried Pammer b8fd7b4d99 fixed static resource handling 14 years ago
Siegfried Pammer 2c6e34ef07 decompile Name attributes on type of current assembly to x:Name 14 years ago
Siegfried Pammer a75e2a3c96 add ConnectMethodDecompiler 14 years ago
Siegfried Pammer 604d43076e implement correct handling of Keys; add more unit tests 14 years ago
Siegfried Pammer 5ef8af1346 add more unit tests; use current type instead of declaring type for PropertyElements 14 years ago
Siegfried Pammer b9dd30a0ec add ignored test for special cases with ResourceDictionaries; remove unneeded private modifier 14 years ago
Daniel Grunwald 19f5176186 Remove duplicate references in BamlDecompiler.Tests. 14 years ago
Daniel Grunwald 64f409ad28 Remove duplicate references in BamlDecompiler.Tests. 14 years ago
Siegfried Pammer 9af1c54fe2 add simple unit test for ResourceDictionary 14 years ago
Siegfried Pammer 7c4b944863 implement MoveNamespacesToRoot and add Unit Tests 14 years ago
Daniel Grunwald 17ad27bfac Use AnyCPU config for BamlDecompiler.Plugin. 14 years ago
Daniel Grunwald 51c2321a92 Read variable names from debug symbols (.pdb files), if available. Based on #122. 14 years ago
Daniel Grunwald aaaf350bc0 Add context menu command and option page to the test plugin. 14 years ago
Daniel Grunwald 5c7d679c52 Add TestPlugin. 14 years ago
Daniel Grunwald 83489b2cc8 Add support for decompiling query expressions. 14 years ago
Daniel Grunwald cd630c3fbb Fix #87: missing cast when calling explicit interface implementation. 14 years ago
Artur Zgodziñski c81f81827f Implemented printing of .overrides and interfaces directives in IL. 14 years ago
Daniel Grunwald 1df82cc3d1 Improved support for compound assignments and the pre-increment operator. 15 years ago
Daniel Grunwald b5e29f0e05 Adjust unit tests. 15 years ago
Daniel Grunwald 942131b06d Add support for checked/unchecked statements. 15 years ago
Daniel Grunwald 7b2c444181 Add support for unsafe code. Closes #48. 15 years ago
Daniel Grunwald b6d832d212 Add support for collection initializers. 15 years ago
Daniel Grunwald 72ee5d309c Improve array initializer support. 15 years ago
Artur Zgodziñski 16fd9d07e3 Indexers support. Explicit implementation of methods and parameters. 15 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 15 years ago
Daniel Grunwald b84ba59c68 Use 'out' instead of 'ref' when calling a method with an out-parameter. Closes #57. 15 years ago