9556 Commits (24ec3327e7fa9fcc56159bbbd7cfafdfc3e5ee89)
 

Author SHA1 Message Date
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
Christoph Wille 1c9c3d9c2a Run the indeterminate progress animations only while something is in progress 4 weeks ago
Christoph Wille 27f5e2bc69 Unsubscribe DebugStepsPaneModel from the static writing options on dispose 4 weeks ago
Christoph Wille 3b37eff5d3 Close every window a headless UI test showed, and let go of shared flyouts 4 weeks ago
Siegfried Pammer 0b9a8abc1f
Merge pull request #4022 from SychicBoy/fix-1459-floating-point-constants 4 weeks ago
dependabot[bot] e2b236b994
Bump github/codeql-action from 4.37.6 to 4.37.7 (#4026) 4 weeks ago
Siegfried Pammer 2311b64409 Cover the fractions that were not written as fractions 4 weeks ago
Siegfried Pammer fef7a5babe
Merge pull request #4013 from icsharpcode/feature/ilspycmd-ilast 4 weeks ago
Siegfried Pammer f7306d05da
Merge pull request #4024 from icsharpcode/fix-3352 4 weeks ago
Siegfried Pammer 83c007614f
Merge pull request #4025 from icsharpcode/fix/package-search-followups 4 weeks ago
Siegfried Pammer 482c0bd81b Reach package-nested nodes from every lookup, and only along one path 4 weeks ago
Siegfried Pammer 3dfb59ac87 Resolve package entries by identity and end walks nobody reads 4 weeks ago
Daniel Grunwald 85399bfc00 Add missing space in `new (string,int)[]` 4 weeks ago
Siegfried Pammer c5a30e2869
Merge pull request #4023 from icsharpcode/fix/package-search-and-nav 4 weeks ago