73 Commits (e4eb208a2e2122d66952b60eb2f6942f093ca66e)

Author SHA1 Message Date
Daniel Grunwald c346f079df Fix compiler warnings, and exclude the refactorings from NR.CSharp. 11 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Daniel Grunwald 9084ce2eb5 Add JumpToReferenceAsync() overload to allow detecting when the decompilation after the jump has finished. 11 years ago
Siegfried Pammer ee5ddb7695 fix #206 - BAML decompiler - NotImplementedException: StaticResourceStart 11 years ago
Siegfried Pammer 8c9ec7b626 fix #445 - Baml Decompiler Exception: ArgumentException: Cannot find StaticResource 11 years ago
Siegfried Pammer 505694671c add failing test for issue #445 11 years ago
Vaughan Woodzell 53cf2a6307 Additional testing for attached properties. 12 years ago
Vaughan Woodzell b54be3902f Fix namespace prefixes of property elements. 12 years ago
Siegfried Pammer 0482ef91ed fix #371 - BAML decompiler throws NullReferenceExceptions: if this cause occurs it should throw a better exception than just NRE 12 years ago
Vaughan Woodzell c0c47244d8 Test case for formatting simple properties as elements when following other elements. 12 years ago
Vaughan Woodzell b115aa0745 Always format properties as elements when they follow other elements. 12 years ago
Siegfried Pammer a90cf65cad extend test case to check inline markup extension syntax as well 12 years ago
Vaughan Woodzell 450c19f8ac Test case for markup extension conversion fix. 12 years ago
Vaughan Woodzell 4d23964d9f Don't convert markup extensions following nested elements. 12 years ago
Vaughan Woodzell 565f726ccd Correct node ordering when reading markup extensions. 12 years ago
Daniel Grunwald 4ddc6559af Fix compilation of BamlDecompiler.Tests 13 years ago
Siegfried Pammer 1630e8bc9c fix regressions in XmlBamlReader 13 years ago
Siegfried Pammer cc0d71d15a improve StaticResource detection: #206 works now partially 13 years ago
Siegfried Pammer 7345e8259d BAML decompiler: introduce proxy for unknown named types - closes #298 13 years ago
Daniel Grunwald ba80bb0089 Fix cancellation. 14 years ago
Siegfried Pammer 2f349f4781 fix bugs in unit tests 14 years ago
Siegfried Pammer 2872d2ea1d fix #264: add UnresolvableDependencyPropertyDescriptor and UnresolvableType to represent types from assemblies that cannot be loaded 14 years ago
Siegfried Pammer c0fe6d0173 fix http://community.sharpdevelop.net/forums/t/13658.aspx - type was not found due to type forwarding 14 years ago
Siegfried Pammer f4d29b2f2b add AlwaysGenerateExceptionVariableForCatchBlocks setting to avoid Catch clauses without a variable; disable C#'s query expression translation 14 years ago
Pent Ploompuu 1430500eba PDB files for release mode. File alignments and base addresses improved. 14 years ago
Pent Ploompuu 5cb145c576 64bit support for SharpDevelop.LGPL and BamlDecompiler.Tests projects 14 years ago
Siegfried Pammer f4504ab36e move NodesCollection to a separate file 14 years ago
Siegfried Pammer 0eb3aabc72 use generic enumerator 14 years ago
Siegfried Pammer 4b1622e55e fix wrong declaration info in KnownInfo 14 years ago
Siegfried Pammer fa638010a9 some minor cleanup 14 years ago
Siegfried Pammer b8fd7b4d99 fixed static resource handling 14 years ago
Siegfried Pammer c572835c9e fixed InvalidCastException when trying to read optimized static resource 14 years ago
Siegfried Pammer 19a8087be0 add support for nested classes in type system - fix missing Win32Native.Color 14 years ago
Siegfried Pammer 891f8a4f62 remove some classes from BAML decompiler, that are no longer needed 14 years ago
Ed Harvey fe865dbe73 Make ILSpy.BamlDecompiler.csproj compatible with VS2010 14 years ago
Ronny Klier 77c2411b6d Decompile contents of resource file nodes + non-Stream resources 14 years ago
Siegfried Pammer 72a1b71f82 reactivate code that turns complex properties into markup extensions if possible 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 11b4f4babd read connection ids as x:ConnectionId from binary stream 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 b515326b74 reimplemented reading of keys 14 years ago
Siegfried Pammer e0932a6860 implement detection of implicit elements and static resources 14 years ago
Siegfried Pammer b9dd30a0ec add ignored test for special cases with ResourceDictionaries; remove unneeded private modifier 14 years ago
Daniel Grunwald 320b6d96c2 Fix some compiler warnings. 14 years ago
Daniel Grunwald 19f5176186 Remove duplicate references in BamlDecompiler.Tests. 14 years ago
Daniel Grunwald 6daf7cb6bc Fix some compiler warnings. 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