34 Commits (24e492bfe306bdbd3718f76b5254d684ee2fe566)

Author SHA1 Message Date
Siegfried Pammer a63e94e5b4 Refactor Solution decompilation to use Language instead of AssemblyTreeNode. 7 years ago
dymanoid 5e6a261b86 Implement Visual Studio solution generation for icsharpcode#972 7 years ago
Daniel Grunwald 4e173cc885 Improve error message on decompiler crashes 7 years ago
Siegfried Pammer 905081ee37 Fix #1473: Handle default values for 'Prefer32Bit' correctly. 7 years ago
Siegfried Pammer c461bb3ccb WholeProjectDecompiler: store framework version number as padded integer for future use. 7 years ago
Siegfried Pammer 09c6c70879 Ignore empty resources in WholeProjectDecompiler. 7 years ago
Siegfried Pammer 4ccfc39444 Fix #1491: Exception on empty resource 7 years ago
Siegfried Pammer 6f5284c4ae WholeProjectDecompiler: Add <Prefer32Bit>True</Prefer32Bit>, if CorFlags.Prefers32Bit is set. 7 years ago
Siegfried Pammer 6c8a55a0af Fix #1467: Update WholeProjectDecompiler.GetPlatformName to match Language.GetPlatformDisplayName 7 years ago
Daniel Grunwald f1d5f9d7ec Fix #1225: Increase file name length limit, and opt into Win10 long path support. 8 years ago
Daniel Grunwald f8efc7cf57 #1225: Fix inconsistencies in path handling when decompiling resources. 8 years ago
Siegfried Pammer 3377e93628 Add LangVersion support to WholeProjectDecompiler and add NonTrailingNamedArguments setting. 8 years ago
Daniel Grunwald ab157b2fc0 Add TypeSystemOptions.Uncached. 8 years ago
Daniel Grunwald 1f3916d554 Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 8 years ago
Siegfried Pammer 41e43920dc Fix missing AssemblyResolver in ILSpyWholeProjectDecompiler. 8 years ago
Siegfried Pammer bcfb3742eb Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
Daniel Grunwald 80a4d951a7 Use .resx file extension when saving resources in XML format. 8 years ago
Daniel Grunwald c17c3c739f Fix #1192: Use custom ResourcesFile implementation 8 years ago
Daniel Grunwald 1c0e61a4c3 Fix #1187: ArgumentException: Illegal characters in path. 8 years ago
Siegfried Pammer 458f448fae Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 8 years ago
Siegfried Pammer c1d640f4b4 Fix bug in WholeProjectDecompiler 8 years ago
Siegfried Pammer 478ec4d632 Port WholeProjectDecompiler 8 years ago
Siegfried Pammer 3bf182860d Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 9 years ago
mohe2015 6a0edb1ef8 Fix formatting. 9 years ago
mohe2015 8e7a72f8e1 Fix bug with duplicate appending of targetDirectory. 9 years ago
Siegfried Pammer 43d696ab28 WholeProjectDecompiler: Add support for .NET portable projects. 9 years ago
Daniel Grunwald 867d330f1c Fix cancellation. 9 years ago
Siegfried Pammer 3d7279ebb0 Add RemoveCLSCompliantAttribute 9 years ago
Daniel Grunwald fe84ea9730 WIP: yield return decompiler 9 years ago
Siegfried Pammer 840ec04fde Namespace adjustments for Syntax classes 10 years ago
Christoph Wille 1ce8349dd9 Adjust namespaces 10 years ago
Siegfried Pammer 27a7d04b2f Add AssemblyDefinition paramater to IsGacAssembly 10 years ago
Daniel Grunwald 0efc55d594 Move whole-project-decompilation into ICSharpCode.Decompiler and create test case. 10 years ago