5173 Commits (0d3a3bee82449a479b16d4ce134d930ab6ad1b44)
 

Author SHA1 Message Date
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
Daniel Grunwald 3c2a26325e Fix #1659: Missing annotation on generic nullable reference types. 6 years ago
Siegfried Pammer 05454bd741 Fix SwitchOnStringTransform.SimplifyCascadingIfStatements: do not remove statements unrelated to switch pattern. 6 years ago
Siegfried Pammer 4db22c87e1 Implement detection of custom task implementations + tests. 6 years ago
Siegfried Pammer 22fa104ed6 UniversalAssemblyResolver: Unix can be either .NET Core or Mono, hence put the check last. 6 years ago
Jochen Kühner 427a459bfd fixes #1646 - netcoreapp uses wrong mscorlib (#1649) 6 years ago
Siegfried Pammer bbb40ecb32 Fix #1602: Recognize Roslyn empty string case block. 6 years ago
Siegfried Pammer def681ccdf Fix #1621: Add AllowUnreachableCases in switch analysis. 6 years ago
Siegfried Pammer 047f119e99 Add RemoveDeadStores option 6 years ago
Daniel Grunwald f1021cb300 Fix #1643: Handle unbox.any in TransformCatchVariable. 6 years ago
Siegfried Pammer 03151bf37b Remove redundant code in ExpressionTransforms.VisitBlockContainer 6 years ago
Siegfried Pammer 81e702f840 #1638: Make TransformDisplayClassUsage.IsPotentialClosure less aggressive 6 years ago
Siegfried Pammer 9c06d5c924 Fix #1642: Allow StackTypes I, I4, I8 and Unknown as switch value, convert Unknown and I to I8. 6 years ago
Daniel Grunwald fd56768820
Merge pull request #1633 from icsharpcode/fix-1632 6 years ago