5547 Commits (93239e2e617f7341a9a0ae6970965ca3026b57f5)
 

Author SHA1 Message Date
Daniel Grunwald 031ca55af5 Add resource string for pattern-based fixed statement 6 years ago
Daniel Grunwald 703d21bafa Support C# 7.3 pattern-based fixed statement. 6 years ago
Daniel Grunwald 569b526043 Simplify handling of accessibilities. 6 years ago
Daniel Grunwald 09d81251df
Merge pull request #1846 from yyjdelete/type-forward 6 years ago
Christoph Wille 1015c4ef4b Work on #1824 6 years ago
SilverFox f0b0687631 Follow type forward in AnalyzerScope 6 years ago
Shimon Magal c06299b284 yield return moveNext 6 years ago
Siegfried Pammer a653b8b566 Fix #1841: Not properly reusing names from PDB 6 years ago
Siegfried Pammer f42d72e799 Fix #1805: Ignore exceptions thrown while trying to resolve an entity for rich text tooltips. 6 years ago
Daniel Grunwald 832c18f0be Fix #1809: Support VB Select on string. 6 years ago
Daniel Grunwald 42f71b56f6 Fix #1811: Assert in NullCoalescingInstruction.CheckInvariant after expression tree transform 6 years ago
Daniel Grunwald 2bb03f556c Run nuget restore in the .bat files 6 years ago
Siegfried Pammer 31fe4f7fa1
Merge pull request #1835 from yyjdelete/void-struct 6 years ago
Siegfried Pammer 51cf7e7c34 #1837 Add combined test with tuples, dynamic and nullability 6 years ago
Siegfried Pammer b836f0b859 Fix #1837: auto events with tuples are not recognized. 6 years ago
Christoph Wille 14019b8aa3 Update and publish frontends for -preview1 6 years ago
SilverFox 4575ef65d3 Display System.Void as struct 6 years ago
Siegfried Pammer 7ec80d0427 Set VersionName = "preview1" 6 years ago
Siegfried Pammer d3d5d9e15d Fix #1807: Add MemberResolveResult to ldlen if System.Array.Length/LongLength is available 6 years ago
Siegfried Pammer 867d3d5755 Fix crash reported in #1820: Change Dictionary<string, DotNetCorePackageInfo> to DotNetCorePackageInfo array, because key is no longer used. 6 years ago
Siegfried Pammer 5206244254 Fix #1813: Windows/Reset layout empties output window 6 years ago
Daniel Grunwald be28469ea3 Add back replacing `a & b` with `a && b` for booleans. 6 years ago
Daniel Grunwald 93806b46fa Fix compound assignments with type `bool`. 6 years ago
Daniel Grunwald 9e460f3192 Workaround a weird build problem on my machine: 6 years ago
Siegfried Pammer 3e4549f76c Set CanDockAsTabbedDocument to false + fix NRE 6 years ago
Siegfried Pammer e146f8a492 Fix #1829: Fix decompilation of optional `in` parameters. 6 years ago
Siegfried Pammer 8706fe284a Fix #1818: Assembly-level TypeForwardedTo not displaying unresolved generics properly 6 years ago
Siegfried Pammer 32f71a2077 Fix #1816: Select file after drop is finished. 6 years ago
Siegfried Pammer 6264eae74a
Merge pull request #1827 from pvasilek/fix-1812 6 years ago
Siegfried Pammer b413ac5324 Simplify node selection code in DockWorkspace. 6 years ago
Siegfried Pammer 654613b75c Remove unnecessary duplicate invocation of the decompiler when opening a new view. 6 years ago
Christoph Wille 83e7996087 Update SourceLink. Fixes #1826 6 years ago
pvasilek 141440e47f Fixes #1812 6 years ago
Siegfried Pammer aa84bd0e5c Fix #1819: Tooltips: use Segoe for summary text (as in tree) 6 years ago
Siegfried Pammer 5d98842a89 Fix #1815: make all documents closeable as long as there is at least one. 6 years ago
Siegfried Pammer 327428aa11 Fix #1810: ArgumentNullException in DecompilerTextView.ShowText 6 years ago
Siegfried Pammer 500e168498 Use correct title when displaying resource nodes. 6 years ago
Siegfried Pammer 3c166034cc #1803: Fix ArgumentException when dragging Resources view out of the main window. 6 years ago
Siegfried Pammer 703cd3345b #1803: Fix InvalidCastException when executing "Decompile to new tab" on analyzer nodes. 6 years ago
Siegfried Pammer 53dbea5646 Add Window menu commands. 6 years ago
Siegfried Pammer 05c21c5a08 #1803: Properly implement tool pane logic. Ground work for multiple docking layouts. 6 years ago
Siegfried Pammer 85e311b094 #1803: Fix display of top/bottom panes. 6 years ago
Siegfried Pammer 40a9aa4ce0 Fix #1804: ArgumentException when clicking on ResourcesFileTreeNode. 6 years ago
Siegfried Pammer 23a9bc6097 #1803: Make sure that the assembly list is always restored. 6 years ago
Siegfried Pammer a416566091 Properly restore all open panes. 6 years ago
Siegfried Pammer 602a2adade Fix #1799: Make sure the file stream is disposed explicitly. Our ResXResourceWriter implementation based on Mono does not seem to do this (anymore?). 6 years ago
Siegfried Pammer ae24ae5d9c Remove AD submodule. 6 years ago
Siegfried Pammer 7e3441300d
Merge pull request #1801 from icsharpcode/avalondock 6 years ago
Siegfried Pammer 2ae91559be Update Resources used in new panels + code cleanup. 6 years ago
Siegfried Pammer 2911cb2215 Add license headers to newly added files. 6 years ago