5186 Commits (83ea3449d181818dde01988e625eb83b61018c4e)
 

Author SHA1 Message Date
Daniel Grunwald 83ea3449d1 Fix #1722: Don't abort mouse selection unless the user clicked on a hyperlink 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
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
Andreas Weizel c12b5d60ec Resolve framework assemblies from more .NET Core runtime packs, like "Microsoft.WindowsDesktop.App" etc. 6 years ago
Siegfried Pammer 74f3b2a0dd Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 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
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
Daniel Grunwald fb70a2861e Fix #1656: Disable CopyPropagation for split variables. 6 years ago
Daniel Grunwald 0d3a3bee82 Fix #1703: Support async methods that never return normally. 6 years ago
Andreas Weizel 1d11d0efa4 Fix #1706: Handle unloaded projects correctly to avoid NotImplementedException 6 years ago
Christoph Wille 112e751bb8 Set 3.0 SDK to RC1 6 years ago
Siegfried Pammer 37eae3d32f Fix bug in AddIn that causes ILSpy to infinitely be asked to load nuget packages. 6 years ago
Siegfried Pammer d2f7258347 Fix #1681: Use discard assignment, if possible. 6 years ago
Siegfried Pammer c3e61b39fc #1681: Include fields from base types in AssignVariableNames.CollectReservedVariableNames 6 years ago
Siegfried Pammer 51b48b9332 Fix #1685: Add "Always show enum values" setting. 6 years ago
Siegfried Pammer 8f728b2898 Set VersionName = null (RTM). 6 years ago
Siegfried Pammer c98cae20a9 Fix #1696: Missing results in "overridden by" analysis. 6 years ago
Siegfried Pammer ab25e5c283 Fix #1697: Unexpected results in "implemented by" analyzer. 6 years ago
Christoph Wille 5e8dacf29a VSIX actually supports 2019 and 2017 6 years ago
Christoph Wille cb1fa71e13 Microsoft Store link for ILSpy (Store has only RC and RTM builds, aka release channel) 6 years ago
Christoph Wille 21d8eb2a98 Back to neutral for package, Any CPU for build 6 years ago
Christoph Wille f467352add Build for x86 only (Azure Pipelines) 6 years ago
Christoph Wille bbe5aa481e Bundle for x86 & x64 only, remove ARM targets 6 years ago
Siegfried Pammer 121a800c81 Include package Microsoft.DiaSymReader.Converter.Xml only in debug builds as it is only used for debug features. 6 years ago
Christoph Wille 244431f0a5 Replace default image (store validation) 6 years ago
Christoph Wille 502b2b67d2 Store association info added 6 years ago
Christoph Wille 86783493dd Update frontends (ilspycmd, ps cmdlets, workbook) 6 years ago
Christoph Wille 478f0121c0 Fix Package acceptance validation error for publisher display name 6 years ago
Christoph Wille 250b59fee9 Revert to 3.3.0-beta1 Roslyn. See #1691 (considered atm wontfix for 5.0) 6 years ago
Christoph Wille 43e992705a BamlDecompiler also has an AvalonEdit package reference 6 years ago
Christoph Wille 61ef67f854 Update to RC1 of AvalonEdit 6 6 years ago
Christoph Wille a5d3d8ce64 Add privacy policy to README.md 6 years ago
Siegfried Pammer ad550fe675 Add uint{size} aliases used by ildasm. 6 years ago
Siegfried Pammer 9251e0cd33 #1684: Use relative paths for xaml files in projects. 6 years ago
Siegfried Pammer da1fb59c82 Reformat code in LoadedAssembly.LoadAssembly 6 years ago
Siegfried Pammer be887d0ea6 #1674: Add DebugInfoProvider to WholeProjectDecompiler API. 6 years ago
Siegfried Pammer 76a8a4449c #1671: Do not crash if a generic local function is encountered. Emit warning instead. 6 years ago
Siegfried Pammer 5e6479a5fa Fix #1636: Remove assertion that delegates/expression trees must not be top-level expressions. 6 years ago
Siegfried Pammer b6c7a25edf Fix #1661: Ignore casts on this/base ctor calls, if base type cannot be found. 6 years ago
Siegfried Pammer 59b584b39e
Merge pull request #1652 from icsharpcode/custom-task 6 years ago
Daniel Grunwald 251f8c5a84 Fix flags+ILRange in ProxyCallReplacer. 6 years ago
Siegfried Pammer f5185d5697 Fix #1660: Generic proxy calls should use the callee's type parameter substitution, not the caller's. 6 years ago
Daniel Grunwald 8c4066d471 Fix #1614: Don't suppress all casts to unknown types 6 years ago
Daniel Grunwald ab993fc6c6 Fix invalid code generated for impossible casts. 6 years ago
Daniel Grunwald 57b725df79 Fix #1655: Incorrect pointer cast when calling method on integer constant 6 years ago