2 Commits (ast-source-generator)

Author SHA1 Message Date
Siegfried Pammer ca78d4a14d Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
Christoph Wille 7c259a8895 Split Baml Addin into library & addin projects 1 year ago
Siegfried Pammer 5046e4cf60 Fix #2718, Fix #2719, Fix #2725: Remove WPF compiler-generated code. 3 years ago
Siegfried Pammer ab33c6927c Refactor code duplication in ConnectionIdRewritePass 4 years ago
wwh1004 d799fdb492
fix ConnectionIdRewritePass 4 years ago
文煌 2611fb38f3 find all field assignments 4 years ago
文煌 940bd7d64c report unknown connection id in xaml when can't find event 4 years ago
文煌 b7d3f146af fix 4 years ago
文煌 a9d953ba9f fix baml decompiler can't find EventSetter 4 years ago
Siegfried Pammer 19719ee1fb #2109: Skip id ranges with no events 5 years ago
Siegfried Pammer e53fe4fe68 Fix #2106: EventSetter is lost. 5 years ago
Siegfried Pammer 9465054a70 Fix #2109: Add support for IStyleConnector.Connect in BAML decompilation 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 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 8925b4ff7b Inline variable declarations/modernize parts of our code base. 5 years ago
Siegfried Pammer bd77b8301f Basic implementation of local functions. 6 years ago
Siegfried Pammer 49586c77cb Fix #1546: Fix PresentationOptionsAttributeHandler 6 years ago
Siegfried Pammer c23522dca1 Add BAML decompiler engine from dnSpy. 6 years ago
Daniel Grunwald b396d203bd Merge IDecompilerTypeSystem with ICompilation. 7 years ago
Daniel Grunwald 107fe5eb1c Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 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 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 596fca2b37 Fix unit tests 8 years ago
Siegfried Pammer 5399b93df7 ConnectMethodDecompiler: Adapt to new switch transformation. 8 years ago
Daniel Grunwald 1d029b36cb Fix build. 8 years ago
Siegfried Pammer 66394b4e52 Remove ILFunction.Read; Add AssignVariableNames 8 years ago
Christoph Wille 1ce8349dd9 Adjust namespaces 9 years ago
Daniel Grunwald 36d61db3a7 Add support for sparse integer switches. 9 years ago
Siegfried Pammer bc7032a869 Fix ConnectMethodDecompiler 9 years ago
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
Siegfried Pammer f4d29b2f2b add AlwaysGenerateExceptionVariableForCatchBlocks setting to avoid Catch clauses without a variable; disable C#'s query expression translation 14 years ago
Siegfried Pammer a75e2a3c96 add ConnectMethodDecompiler 14 years ago
Siegfried Pammer 184a6fc4f0 replace file header in some files 14 years ago
Siegfried Pammer 70ee261147 add support for attached events to BAML-Decompiler 14 years ago
Siegfried Pammer 68ab04298c if only one connectionId is assigned the XAML compiler uses if instead of switch 14 years ago
Siegfried Pammer 60c93bda40 implement proper decompilation of event handlers in XAML; 14 years ago