5281 Commits (6a04a33c4f81c15bd87e623b445fe787d0c75a71)
 

Author SHA1 Message Date
Daniel Grunwald 6a04a33c4f Add IAsyncEnumerable/IAsyncEnumerator known types. 6 years ago
Daniel Grunwald 5911b13497 Fix modifiers on default interface methods. 6 years ago
Daniel Grunwald 605b32558a Extend InterfaceTests 6 years ago
Siegfried Pammer 8b8569bfce Merge branch 'master' of https://github.com/icsharpcode/ILSpy 6 years ago
Siegfried Pammer 9431473286 Merge branch '5.0.x' of https://github.com/icsharpcode/ILSpy 6 years ago
Daniel Grunwald 8f90f3834d Implement support for C# 8 readonly members. 6 years ago
Daniel Grunwald a02bcd8f30 Upgrade Roslyn for tests to 3.3.1. 6 years ago
Daniel Grunwald ae32913aca Add IMethod.ThisIsRefReadOnly 6 years ago
Siegfried Pammer 7c8458dfa3 Refactor TransformDisplayClassUsage 6 years ago
Siegfried Pammer 5592c9c729
Merge pull request #1708 from miloush/assembly-search 6 years ago
Siegfried Pammer a1af0e5a06
Merge pull request #1727 from icsharpcode/aboutpagetcstoasync 6 years ago
Siegfried Pammer 81b952e236
Merge pull request #1726 from icsharpcode/mefupdate 6 years ago
Daniel Grunwald 1d95eb60a2 Fix #1680: Invalid cast `(uint?)-1` 6 years ago
Daniel Grunwald 83ea3449d1 Fix #1722: Don't abort mouse selection unless the user clicked on a hyperlink 6 years ago
Andreas Weizel 36ce46a694 Temporarily improve dock layout with wider assembly list and better pane captions 6 years ago
Christoph Wille 11fca6c338 TCS to async/await for AboutPage version checking code 6 years ago
Christoph Wille 9c591fef63 Update to latest MEF NuGet packages 6 years ago
Christoph Wille 49dfc5a6af
Merge pull request #1725 from icsharpcode/avalondock 6 years ago
Siegfried Pammer dc1e72a3d0 Fix #1151: Add ref readonly test case. 6 years ago
Daniel Grunwald 0465cc8475 Adjust expected output in ILPretty tests 6 years ago
Siegfried Pammer 9190515d8b #1151: Support for ref readonly locals. 6 years ago
Christoph Wille 77ac7c904e Update to AvalonEdit 6.0 RTM 6 years ago
Christoph Wille ef81b38f08 Use .NET Core 3.0 final SDK on Azure Pipelines 6 years ago
Daniel Grunwald 4b90e43187 Avoid making explicit ToString() implicit when doing so changes the semantics for mutable value types. 6 years ago
Andreas Weizel 3f2f14ac14 Merge remote-tracking branch 'origin/master' into avalondock 6 years ago
Andreas Weizel 39e879377e Fix VSIX analyzer warnings and disabled the analyzer 6 years ago
Andreas Weizel 6e91d11178 Fix "Open output in ILSpy" context menu item to focus the assembly in ILSpy tree correctly 6 years ago
Daniel Grunwald b5eecb8afc Don't remove redundant ToString() calls in expression trees. 6 years ago
Christoph Wille c6ec08f666 Non-conditional DiaSymReader package reference deleted (was duplicated) 6 years ago
Daniel Grunwald 7a5d8af57d #1691: Further improvements for decompiling the new VS 2019.3 string concatenation IL pattern 6 years ago
Andreas Weizel c12b5d60ec Resolve framework assemblies from more .NET Core runtime packs, like "Microsoft.WindowsDesktop.App" etc. 6 years ago
Christoph Wille 282174263b Disable DecompileInNewViewCommand (will be re-activated when multi-document support is designed) 6 years ago
Siegfried Pammer 9c0200a296 Remove Viewbox special cases. 6 years ago
Daniel Grunwald bfa5ae8ac0 Fix #1691: Remove ToString() calls inserted by C# compiler. 6 years ago
jkuehner c580576742 bugfix closeable panes 6 years ago
jkuehner 853987803b feature enbale command only in treeview 6 years ago
jkuehner 97009de794 support multiple decompilations 6 years ago
jkuehner 6a23e5ae9b work on docking ui 6 years ago
jkuehner 851ee29261 work on avalondock 6 years ago
Siegfried Pammer 74f3b2a0dd Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 6 years ago
Daniel Grunwald c32361d464 #1691: Avoid replacing string.Concat() with operator+ when the evaluation order depends on the compiler version. 6 years ago
Daniel Grunwald 7eb7ea9aab Merge branch '5.0.x' 6 years ago
Daniel Grunwald b45f21e714 #1675: Fix converting static method to method group 6 years ago
Andreas Weizel 115f8ab0d9 AddIn: Pass /navigateTo:none to ILSpy as command-line parameter 6 years ago
Christoph Wille 9b3692eda2 Use .NET Core 3.0 final SDK on Azure Pipelines 6 years ago
Siegfried Pammer 9ab83e71de Reset version back to 6.0.0. 6 years ago
Siegfried Pammer a89111b914 Merge branch '5.0.x' of https://github.com/icsharpcode/ILSpy 6 years ago
Daniel Grunwald d43d4785cb #1711: Support /navigateTo:none on command-line to disable the automatic navigation on startup. 6 years ago
Siegfried Pammer 28ef411109 Set version = 5.0.1 6 years ago
Siegfried Pammer 9fff0438c0 Fix #1675: Emit __ldftn/__ldvirtftn pseudo expressions, if delegate construction is not supported. 6 years ago