215 Commits (master)

Author SHA1 Message Date
Siegfried Pammer e0a8f957cc Fix #2097: Prefix:PropertyName is invalid syntax 5 years ago
Siegfried Pammer 4f1443e2ff Fix #2097: Prefix:PropertyName is invalid syntax 5 years ago
Daniel Grunwald c0b1119fab Use C# 8.0 to build ILSpy. 5 years ago
Siegfried Pammer 81c8fcf958 Fix #2015: NRE in ConnectionIdRewritePass.DecompileEventMappings 5 years ago
Siegfried Pammer c6a1d5d67b Fix #2014: BAML rendering issue 5 years ago
Siegfried Pammer 5a53bc0e38 Fix remaining mismatched license headers 5 years ago
Siegfried Pammer a9e8d1e7ec Remove unused BamlDecompiler/Extensions.cs 5 years ago
Siegfried Pammer 8925b4ff7b Inline variable declarations/modernize parts of our code base. 5 years ago
Siegfried Pammer e33a54654f Fix build 6 years ago
Siegfried Pammer 0d6ac5030c Refactor DocumentModel API 6 years ago
Christoph Wille 9c591fef63 Update to latest MEF NuGet packages 6 years ago
Christoph Wille 77ac7c904e Update to AvalonEdit 6.0 RTM 6 years ago
Christoph Wille 1f3cb2c076 Update to AvalonEdit 6.0 RTM 6 years ago
Christoph Wille 43e992705a BamlDecompiler also has an AvalonEdit package reference 6 years ago
Christoph Wille 28be4a755b Switch to net472, of note: 6 years ago
Siegfried Pammer 71644bcae9 #1625: Improve error message, if known assembly cannot be resolved. 6 years ago
Siegfried Pammer c9d2e4f728 Fix #1599: Ignore duplicate keys in resource dictionary. 6 years ago
Christoph Wille 98406c64de Use AE 6 preview to verify API compat (as well as runtime functionality) 6 years ago
Siegfried Pammer 8924ea054b BAML decompiler: Fix NRE on unresolved member 6 years ago
Siegfried Pammer bd77b8301f Basic implementation of local functions. 6 years ago
Siegfried Pammer d965e6aa9e Fix #1547: Fully qualify attached properties in styles. 6 years ago
Siegfried Pammer 49586c77cb Fix #1546: Fix PresentationOptionsAttributeHandler 6 years ago
Siegfried Pammer b277e38532 Fix #1503: Implement StaticResourceStartHandler and StaticResourceIdHandler 6 years ago
Siegfried Pammer 56cb31a01f Fix #1483: Remove Debug.Assert, because we cannot make sure that this holds always. Some records may contain the wrong length information. Nothing we can do about that. 6 years ago
Siegfried Pammer 4088170f46 #1445: Fix NRE if BAML file is loaded outside of its original context. 6 years ago
Siegfried Pammer cc915f5e85 Fix #1457: Refactor IModule usage in BAML decompiler. 6 years ago
Siegfried Pammer 1170249b1f Fix #1436: Do not crash on unknown assembly reference. 6 years ago
Siegfried Pammer ab16a77e54 Fix #1435: bug in x:Name handling. 6 years ago
Christoph Wille 29e05778c6 See #1416. Also upgraded Cecil to .3 (from .1) 6 years ago
Siegfried Pammer c23522dca1 Add BAML decompiler engine from dnSpy. 6 years ago
Siegfried Pammer 888d6b6088 Fix #1219: v4.x: crashing on XmlBamlReader.ReadDefAttribute() 7 years ago
Daniel Grunwald b396d203bd Merge IDecompilerTypeSystem with ICompilation. 7 years ago
Daniel Grunwald 107fe5eb1c Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
Daniel Grunwald 3b46776c5e Rename IAssembly -> IModule. 7 years ago
Siegfried Pammer 89544864bf Provide better exceptions and messages in case of errors. 7 years ago
Siegfried Pammer bcfb3742eb Clean up PEFile, move Pdb related types to DebugInfo namespace 7 years ago
Siegfried Pammer 9acc372a68 Use TypeSystem for ILSpy UI: 7 years ago
Siegfried Pammer 1822985648 Fix build. 7 years ago
Siegfried Pammer 458f448fae Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 7 years ago
Siegfried Pammer 4aafe2db69 Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy. 7 years ago
Siegfried Pammer 47885b6d91 Fix release build. 7 years ago
Siegfried Pammer 8884306244 Port BAML decompiler to SRM. 7 years ago
Siegfried Pammer 1a0052a345 Cache UsingScope during decompiler run. 7 years ago
Siegfried Pammer a06a04d48b #1080: Add ILTransformContext.RequiredNamespacesSuperset 7 years ago
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 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
Siegfried Pammer 12dc70e05a Tuning MainWindow_Loaded: Show IU as early as possible 8 years ago
Daniel Grunwald f03de7abb8 Fix #916: consistently use AvalonEdit 5.0.4 8 years ago
Siegfried Pammer 596fca2b37 Fix unit tests 8 years ago