5303 Commits (2dc1dd4efcda99d93993a34b308a7010cfa032e7)
 

Author SHA1 Message Date
Siegfried Pammer 2dc1dd4efc Refactor IlspyCmdProgram to use non-static methods. 7 years ago
Siegfried Pammer 3d4139a703
Merge pull request #1738 from icsharpcode/switch-frontends-on-configuration 7 years ago
Christoph Wille 1010d3658c Try switching .Decompiler.Console on Release(NuGet)/Debug(ProjectRef). Tested on VS Mac 8.3 7 years ago
Siegfried Pammer 941906e8db Fix #1699: Auto properties without getter are not properly decompiled 7 years ago
Christoph Wille 9c52bdffb1
Merge pull request #1735 from icsharpcode/issue1729docsudpate 7 years ago
Siegfried Pammer 026f78db35
Merge pull request #1736 from miloush/namespace-search 7 years ago
Siegfried Pammer 4bc7feadbf Fix #1734: Do not roundtrip ICSharpCode.Decompiler test-case. 7 years ago
Christoph Wille e91152fc76
Merge pull request #1728 from icsharpcode/removingcsprojhacks 7 years ago
Jan Kučera 44acb103bc Add namespace search strategy 7 years ago
Christoph Wille b479d15c91 MSVC tooling version update, wording 7 years ago
Christoph Wille 5963f737bc Pull request #1728 obsoletes the note for Mac users 7 years ago
Christoph Wille e84c3ae04c Work on issue #1729 7 years ago
jkuehner 0e84a0353a support folding for xaml, fixes #1658 7 years ago
jkuehner 6bd12413ae Apply DebuggerDisplayAttribute to PEFile for easier debugging. 7 years ago
Andreas Weizel aadad76d52 Save and load AvalonDock layout 7 years ago
Christoph Wille 7de25bc4b5 Change target name to using BeforeTargets 7 years ago
Christoph Wille 5388a18c46 Remove old hacks for decompiler csproj 7 years ago
Andreas Weizel 7a79f15d5c Add Xceed.Wpf.AvalonDock.dll to VSIX dependencies to launch ILSpy instances correctly 7 years ago
Andreas Weizel 000b585bcb Merge branch '5.0.x' 7 years ago
Andreas Weizel 82524f391e Fix #1720: Support new path structure of reference assemblies with .NET Core 3.0 7 years ago
Siegfried Pammer 22a0290a9d Remove unreachable code. 7 years ago
Daniel Grunwald 5911b13497 Fix modifiers on default interface methods. 7 years ago
Daniel Grunwald 605b32558a Extend InterfaceTests 7 years ago
Andreas Weizel c729922961 AddIn: Improve resolution of reference assemblies by removing code duplicates and using logic from ILSpy decompiler. 7 years ago
Andreas Weizel f569962c04 Fix #1721: Additional check and warning message when user tries to launch ILSpy from metadata view 7 years ago
Siegfried Pammer 8b8569bfce Merge branch 'master' of https://github.com/icsharpcode/ILSpy 7 years ago
Siegfried Pammer 9431473286 Merge branch '5.0.x' of https://github.com/icsharpcode/ILSpy 7 years ago
Daniel Grunwald 8f90f3834d Implement support for C# 8 readonly members. 7 years ago
Daniel Grunwald a02bcd8f30 Upgrade Roslyn for tests to 3.3.1. 7 years ago
Daniel Grunwald ae32913aca Add IMethod.ThisIsRefReadOnly 7 years ago
Siegfried Pammer 7c8458dfa3 Refactor TransformDisplayClassUsage 7 years ago
Siegfried Pammer 5592c9c729
Merge pull request #1708 from miloush/assembly-search 7 years ago
Siegfried Pammer a1af0e5a06
Merge pull request #1727 from icsharpcode/aboutpagetcstoasync 7 years ago
Siegfried Pammer 81b952e236
Merge pull request #1726 from icsharpcode/mefupdate 7 years ago
Daniel Grunwald 1d95eb60a2 Fix #1680: Invalid cast `(uint?)-1` 7 years ago
Daniel Grunwald 83ea3449d1 Fix #1722: Don't abort mouse selection unless the user clicked on a hyperlink 7 years ago
Andreas Weizel 36ce46a694 Temporarily improve dock layout with wider assembly list and better pane captions 7 years ago
Christoph Wille 11fca6c338 TCS to async/await for AboutPage version checking code 7 years ago
Christoph Wille 9c591fef63 Update to latest MEF NuGet packages 7 years ago
Christoph Wille 49dfc5a6af
Merge pull request #1725 from icsharpcode/avalondock 7 years ago
Siegfried Pammer dc1e72a3d0 Fix #1151: Add ref readonly test case. 7 years ago
Daniel Grunwald 0465cc8475 Adjust expected output in ILPretty tests 7 years ago
Siegfried Pammer 9190515d8b #1151: Support for ref readonly locals. 7 years ago
Christoph Wille 77ac7c904e Update to AvalonEdit 6.0 RTM 7 years ago
Christoph Wille ef81b38f08 Use .NET Core 3.0 final SDK on Azure Pipelines 7 years ago
Daniel Grunwald 4b90e43187 Avoid making explicit ToString() implicit when doing so changes the semantics for mutable value types. 7 years ago
Andreas Weizel 3f2f14ac14 Merge remote-tracking branch 'origin/master' into avalondock 7 years ago
Andreas Weizel 39e879377e Fix VSIX analyzer warnings and disabled the analyzer 7 years ago
Andreas Weizel 6e91d11178 Fix "Open output in ILSpy" context menu item to focus the assembly in ILSpy tree correctly 7 years ago
Daniel Grunwald b5eecb8afc Don't remove redundant ToString() calls in expression trees. 7 years ago