9740 Commits (dbf23c6e4c02affa6dbb22f069d69feff0d9fc96)
 

Author SHA1 Message Date
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
Daniel Grunwald 30c6b70d9d Fix #3352: avoid using query expressions if there's indications that the lambda parameter types cannot be omitted. 4 weeks ago
Siegfried Pammer a244ce04a1
Merge pull request #4020 from icsharpcode/testtools 4 weeks ago
Siegfried Pammer b209b39729 Drive negated special constants from the lookup table 4 weeks ago
Siegfried Pammer 36fa5a3f90 Find package-nested assembly nodes without walking the tree 1 month ago
Siegfried Pammer 48b8684646 Launch ILSpy from VS Code via dotrush, with a plain fallback 1 month ago
Siegfried Pammer b2b82ce6a8 Stream the search's assembly walk instead of materializing it 1 month ago
SychicBoy 59361d9de2 Prefer common machine-scale floating-point fractions 1 month ago
SychicBoy b3035687ff Recognize negated floating-point special constants 1 month ago
Siegfried Pammer d8625ba0ef Retry transient nuget.org failures instead of filing them as findings 1 month ago
Siegfried Pammer 1da62d9e08 Add TestTools with the nugetfuzz and decompdiff corpus tools 1 month ago
Siegfried Pammer 0566a81510 Make the ILAst dump faithful to what the decompiler runs 1 month ago
Siegfried Pammer 259c843483 Add ILAst output to ilspycmd debug builds 1 month ago
Christoph Wille deb1da33c1 Fix #3994: theme the documentation hover popup's chrome 1 month ago
Christoph Wille e82e3ba68c Fix #3993: register main-menu gestures as window key bindings 1 month ago
Christoph Wille 002748d5d0 Give dark-theme syntax colors a perceptual contrast floor 1 month ago
Daniel Grunwald 40e6f2cf2c
Merge pull request #3897 from sailro/fix-3894-mixed-lambda 1 month ago