5281 Commits (6a04a33c4f81c15bd87e623b445fe787d0c75a71)
 

Author SHA1 Message Date
Andreas Weizel 6112d47a1b Add SVG versions of all new vector icons and update AssemblyListGAC.xaml 6 years ago
Siegfried Pammer 4951eacca0 Move static overlay to the upper left corner. 6 years ago
Siegfried Pammer c98a3a701a Add SVGs for overlays and make Icons with overlays 20% smaller. 6 years ago
Andreas Weizel 788fdf4fe2 Add new icons for many member types and other tree view entries, added icons for some more menu commands 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
Siegfried Pammer c66423fb9f Add static overlay icon. 6 years ago
Siegfried Pammer 5510b95d53 add icons for delegate, enum, interface and struct. 6 years ago
Siegfried Pammer 058cc64ba9 add class icon and overlays for private, protected and internal. 6 years ago
Siegfried Pammer 09da5b711c Fix icons with public accessibility. 6 years ago
Siegfried Pammer 96e022f2b8 Change type of all icons to object to allow both ImageSource and DrawingGroup. 6 years ago
Siegfried Pammer f51f20eb35 Enable SharpTreeView to use Viewbox as icon container. 6 years ago
Christoph Wille 0f7c86b87b Tri-State ApiVisibility now reflected by three toolbar & menu items 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
Siegfried Pammer 8d116d9cfb Add XAML icons in toolbar. 6 years ago
Jan Kučera 5d71bee7ae Add tooltips to Location & Assembly search results columns 6 years ago
Jan Kučera 7de2a069a1 Add Assembly column to search results 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
Christoph Wille 5db9fd2485 netstandard.dll lives in Facades folder for net472 6 years ago
Christoph Wille 98c17751f5 net462 copied netstandard.dll to output (no longer applicable to net472) 6 years ago
Christoph Wille 9e76f2b28c Use SourceLink instead of EmbedAllSources 6 years ago
Christoph Wille 28be4a755b Switch to net472, of note: 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