47 Commits (7c395d77ed15309d2ebd602360618bce48e1e52a)

Author SHA1 Message Date
Siegfried Pammer d36550c0ac Implement PropertyArrayStart/PropertyArrayEnd in BamlDecompiler 9 years ago
Siegfried Pammer 4b4b915e7b Replace flawed GetHashCode implementation in XmlNamespace 9 years ago
Siegfried Pammer 48c514ba12 fix #745 - Possible defect in source code: comparing with itself 9 years ago
Siegfried Pammer 1604952c3b fix #775 - Invalid BAML namespace decompilation 9 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Andrey Filimonov e03d70a407 Support for BamlRecordType.TypeSerializerInfo in bamlreader 9 years ago
Siegfried Pammer 0ada95d913 fix #470: BAML to XAML conversion does not generate escape sequence {} correctly 11 years ago
Schabse Laks fc92c17146 BamlDecompiler: Correctly qualify types in nested {x:Static} extensions 11 years ago
Lex Li db1d106379 Fixed #365. 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
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 b115aa0745 Always format properties as elements when they follow other elements. 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
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
Siegfried Pammer 2872d2ea1d fix #264: add UnresolvableDependencyPropertyDescriptor and UnresolvableType to represent types from assemblies that cannot be loaded 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
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 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 6daf7cb6bc Fix some compiler warnings. 14 years ago
Siegfried Pammer f20cd83e6d implement x:Class detection in BamlDecompiler 14 years ago
Siegfried Pammer 963f8ff945 implemented using base type as root node in decompiled BAML 14 years ago
Siegfried Pammer 7c4b944863 implement MoveNamespacesToRoot and add Unit Tests 14 years ago
Siegfried Pammer 17f8c8f1ef convert elements with no value to empty elements 14 years ago
Siegfried Pammer 0bfb193e47 fix deserialisation of consecutive integer ranges 14 years ago
Siegfried Pammer 02e6cf6dd8 implement support for TextWithId records and add some safety checks 14 years ago
Siegfried Pammer 1009303088 sort BamlRecordType; clean up some code; replace Hashtable with Dictionary 14 years ago
Siegfried Pammer 1bd14655d0 Ricciolo.StylesExplorer.MarkupReflection FIX: properly set _eof when reaching end of file 14 years ago
Siegfried Pammer 71c8fb1446 add source of Ricciolo.StylesExplorer.MarkupReflection by Cristian Civera 14 years ago