9569 Commits (a980639f99fa9fe855b54eb98e12c361adc0d12b)
 

Author SHA1 Message Date
Siegfried Pammer a980639f99 Pin the deconstruction shapes the transform has to keep matching 3 weeks ago
Christoph Wille 27b45a4458 Fix #4054: Accept drops from sources that do not permit the Move effect 3 weeks ago
Siegfried Pammer 5571b87074
Merge pull request #4051 from icsharpcode/docs/decompiler-engine-guardrails 3 weeks ago
Siegfried Pammer 76ec7588e3 #2764: Add regression test for duplicate assembly references 3 weeks ago
Christoph Wille e930120ade
Merge pull request #4047 from icsharpcode/fix/resources-file-length-validation 3 weeks ago
Christoph Wille 45470dfbed
Merge pull request #4048 from icsharpcode/fix/bundle-entry-decompression-bound 3 weeks ago
Christoph Wille 436a82a3f8
Merge pull request #4046 from icsharpcode/fix/lightjson-parser-depth-limit 3 weeks ago
Christoph Wille 629bed5677 Rename CheckLength to CheckLengthOrThrow 3 weeks ago
Christoph Wille c74990d987 Share the bundle signature with the tests instead of copying it 3 weeks ago
Christoph Wille feee85dc6c Detect a bundle signature that ends exactly at the end of the mapped view 3 weeks ago
Christoph Wille 4980c011b8 Never size bundle entry decompression from the manifest's declared size 3 weeks ago
Christoph Wille bdb4ffaa56 Bound every .resources length against the remaining stream before allocating 3 weeks ago
Christoph Wille 9b3e33472d Cap LightJson parser nesting depth to prevent stack overflow 3 weeks ago
Christoph Wille 24ec3327e7
Merge pull request #4045 from icsharpcode/dependabot/github_actions/github/codeql-action-4.37.8 3 weeks ago
dependabot[bot] 678699877b
Bump github/codeql-action from 4.37.7 to 4.37.8 3 weeks ago
Christoph Wille 542d3b0407
Merge pull request #4044 from icsharpcode/fix/4040-search-result-icon-overlays 3 weeks ago
Christoph Wille 6e298af439 Cover the method, property, event and namespace-fallback search icon arms 3 weeks ago
Christoph Wille c80a2ec36a Route remaining flat icon sites through the tree nodes' GetIcon helpers 3 weeks ago
Christoph Wille 300c075ffe Map protected-internal types to the plain protected overlay 3 weeks ago
Christoph Wille c11eded3ea Fix #4040: Compose accessibility and static overlays onto search result icons 3 weeks ago
Christoph Wille 88dd08a947
Merge pull request #4039 from icsharpcode/fix/ui-regressions-4027-4028-4030 3 weeks ago
Christoph Wille 38f113f1ef Analyzer pane no longer duplicates entries analysed from different panes (#4030) 3 weeks ago
Siegfried Pammer 52f9748728
Merge pull request #4014 from icsharpcode/default-literals-convertto 3 weeks ago
Christoph Wille 7bf102f3b4 Keep the default literal's type when a conversion is unwrapped 4 weeks ago
Christoph Wille 9238c3b63c Shorten default(T) in place, and say why operators keep the type 4 weeks ago
Christoph Wille fe9f6db3ee Emit C# 7.1 default literals where the context supplies the type 4 weeks ago
Siegfried Pammer f3f80cd463 Ignore blank, comment and directive lines when aligning code diffs 4 weeks ago
Christoph Wille 9dd0879b91 Analyze is offered again for Analyzer pane rows (#4030) 4 weeks ago
Christoph Wille 9132a0960b Delete key removes the selected tree rows again (#4030) 4 weeks ago
Christoph Wille dfca502681 Fix #4027: mouse back/forward buttons navigate the history again 4 weeks ago
Christoph Wille a04d40b895 Fix #4030: Enter did not activate the selected tree row 4 weeks ago
Christoph Wille 28a5cbb219 Fix #4028: derived-type entries were hidden by the filter cascade 4 weeks ago
Daniel Grunwald f4ac761a10
Merge pull request #4021 from icsharpcode/tests/async-await-patterns 4 weeks ago
Christoph Wille a546eae3ad Tie the .NET Framework fixture host to the test host's lifetime 4 weeks ago
Christoph Wille c2fd475d25
Merge pull request #4033 from icsharpcode/decompiler-tests-server-gc 4 weeks ago
Christoph Wille 1ddd5986ae Run the Windows CI test step under workstation GC 4 weeks ago
Christoph Wille 7f8d641501 Use server GC for the decompiler test suite 4 weeks ago
Christoph Wille 5689dabaa9 Render a frame while the headless UI tests wait 4 weeks ago
Daniel Grunwald c1ac674b0e Avoid unused ref-locals if not allowed by the option. 4 weeks ago
Daniel Grunwald 59d8ae904b Fix tests on Windows with legacy csc. 4 weeks ago
Christoph Wille 471d58550c Merge the load-bearing-cast await shapes into the main fixture 4 weeks ago
Christoph Wille d0c9cc9bae Track the await shapes that still fail as issues, not as a red test 4 weeks ago
Christoph Wille f2b80df148 Look through the box when checking an await's GetAwaiter 4 weeks ago
Daniel Grunwald e530b1c1b6 Avoid `allowImplicitConversion: true` for `await` expressions -- there's no target type that the C# compiler could convert to. 4 weeks ago
Siegfried Pammer d8aca3f113 Add an async/await pattern test suite for ExpressionBuilder.VisitAwait 4 weeks ago
Siegfried Pammer 1b050476b6
Merge pull request #4012 from icsharpcode/fix/ilspy-tests-window-leak 4 weeks ago
Christoph Wille ba084e82f7 Describe how AnalyzerTreeNode resolves the analyzer registry 4 weeks ago
Christoph Wille d4212b1965 Withdraw only the Help items the closing window itself promoted 4 weeks ago
Christoph Wille d5636e318f Assert the search pane's DataContext before checking the progress binding 4 weeks ago
Christoph Wille 84a7839a29 Withdraw a window's Help items from the macOS app menu, and add a retention canary 4 weeks ago