9705 Commits (03588ba4aecec50d242cf999e0a045d228f335de)
 

Author SHA1 Message Date
Siegfried Pammer 03588ba4ae Fix #2930: follow references past the ones a document's assembly names 2 weeks ago
Siegfried Pammer 0ed559ab13
Merge pull request #4108 from icsharpcode/fix/2253-baml-project-export 2 weeks ago
Siegfried Pammer 24481024a4
Merge pull request #4112 from icsharpcode/christophwille/readmeupdates 2 weeks ago
Christoph Wille 729b5dc4d1 Update Unix/Mac setup guidance 2 weeks ago
Siegfried Pammer 8747055beb Recover a StartupUri, and leave a type's own Name property alone 2 weeks ago
Siegfried Pammer 069366e4c2 Do not let a facade stand in for a well-known BAML assembly 2 weeks ago
Siegfried Pammer c6c6831200 Write item metadata the way a non-SDK project keeps it 2 weeks ago
Siegfried Pammer bff069a9e2 Put a XAML document where its code-behind is 2 weeks ago
Siegfried Pammer d8dfbec04b Write XAML a XAML parser can read back 2 weeks ago
Siegfried Pammer 16737cc582 Convert BAML to XAML when exporting a project from the command line 2 weeks ago
Siegfried Pammer ce34d3cc0b
Merge pull request #4105 from icsharpcode/fix/2080-gac-unification 2 weeks ago
Siegfried Pammer a6efe758c8 Fix #2080: resolve GAC references onto the installed version 2 weeks ago
Siegfried Pammer 7d576ad4e6
Merge pull request #4104 from icsharpcode/decompdiff-diff 2 weeks ago
Daniel Grunwald c4d9c2b74d Fix decompdiff bad diffs 2 weeks ago
Daniel Grunwald 56f45ae8f3
Merge pull request #4053 from sonyps5201314/split/unresolved-value-type-call-targets 2 weeks ago
Siegfried Pammer b30eb779e8
Merge pull request #4103 from icsharpcode/fix/wpf-project-export-gaps 2 weeks ago
Siegfried Pammer 0b7fa142d7 #3315: Gate implicit references the way the SDK gates them 2 weeks ago
Siegfried Pammer d93bbcdb73 #3315: Drop references that UseWPF already supplies 2 weeks ago
Siegfried Pammer 2900d18bca #3315: Ask for the WindowsDesktop SDK only where it is still needed 2 weeks ago
Siegfried Pammer fe8477e943 #3315: Keep the target platform in exported target framework monikers 2 weeks ago
Siegfried Pammer 1534a051fe #2253: Export the WPF application definition as such, not as a Page 2 weeks ago
Daniel Grunwald 9377648cba
Merge branch 'master' into split/unresolved-value-type-call-targets 2 weeks ago
Siegfried Pammer d9e444b6ca
Merge pull request #4102 from icsharpcode/fix/wpf-resource-logical-names 2 weeks ago
Siegfried Pammer 7465589836
Merge pull request #4099 from icsharpcode/fix/3290-lazy-children-marshalling 2 weeks ago
Siegfried Pammer 7873fd5481
Merge pull request #4100 from icsharpcode/fix/3008-callbuilder-assert 2 weeks ago
Siegfried Pammer 3ef547ca2c
Merge pull request #4101 from icsharpcode/fix/3154-single-file-bundle-input 2 weeks ago
Siegfried Pammer d77a86f593 #3315: Give colliding resource names separate files on export 2 weeks ago
Siegfried Pammer c0626ada56 #3315: Pin WPF resource IDs when exporting a project 2 weeks ago
Siegfried Pammer 65092d8bd8 #3315: List all decompiled project items in SDK-style projects 2 weeks ago
Siegfried Pammer e770bec382 Fix #3315: decode URI escapes in WPF resource names 2 weeks ago
Daniel Grunwald 5667f7582e
Merge pull request #4090 from icsharpcode/infer-type 2 weeks ago
Siegfried Pammer f007528af9 Fix #3008: local function forwarding a display class loses its scope 2 weeks ago
Siegfried Pammer 71ac2b9ca9 Fix #3154: accept single-file bundles as ilspycmd input 2 weeks ago
Siegfried Pammer 228041085b Fix #3290: marshal EnsureLazyChildren onto the tree's owning thread 2 weeks ago
Siegfried Pammer ca3e528ce2 Add a Debug-only thread-affinity check to the shared tree model 2 weeks ago
Siegfried Pammer 065c9098fb Cover tree mutation under a scrolled, virtualized SharpTreeView 2 weeks ago
Siegfried Pammer 9f6f90ec7a
Merge pull request #4098 from icsharpcode/fix/2054-facade-forwarder-resolution 2 weeks ago
Siegfried Pammer af941339c0 Fix #2054: repair a chain of type forwarders that cycles 2 weeks ago
Siegfried Pammer e0199b0b3d
Merge pull request #4096 from icsharpcode/fix/1688-xmlns-redefinition 2 weeks ago
Siegfried Pammer ac82d71cfa
Merge pull request #4097 from icsharpcode/fix/load-dependencies-wait 2 weeks ago
dependabot[bot] 3487518aec
Bump github/codeql-action from 4.37.8 to 4.37.9 (#4095) 2 weeks ago
Siegfried Pammer 3235c3bfac Wait for the resolved dependencies, not for the application to go idle 2 weeks ago
Siegfried Pammer bb1d830ee6 Fix #2040: escape BAML strings that XML cannot represent 2 weeks ago
Siegfried Pammer f1bc6ab542 Fix #1688: resolve elements to the XML namespace the document declares 2 weeks ago
Siegfried Pammer 9aa3911f3a Remove definition-chasing pointer recovery in DeconstructInstruction.IsAssignment 2 weeks ago
Daniel Grunwald 124d9116d6 Fix assertion with `v?.NonVoidCall();` in a context where the result of the call was ignored. 2 weeks ago
Daniel Grunwald 8fa1fd76dc Relax SwitchInstruction invariant: throw-expression branches don't need to agree in the type. 2 weeks ago
Daniel Grunwald 76f67f3fca Add DetectImprovedTypeForForBitOp as a transform step. 2 weeks ago
Daniel Grunwald 530a214b21 Relax NullCoalescingInstruction invariant. 2 weeks ago
Daniel Grunwald 5526400b17 Extend InferType() to every ILInstruction 2 weeks ago