113 Commits (5177c56d88c37a29565ded2bc590d2253fd72344)

Author SHA1 Message Date
Christoph Wille 9f661f99f2 Add Microsoft.VisualStudio.SDK.Analyzers as per https://devblogs.microsoft.com/visualstudio/checklist-for-writing-great-visual-studio-extensions/ - Warnings not fixed 6 years ago
Christoph Wille 17a8a194ad Include OSVersionHelper.dll in VSIX (issue #1516, introduced via https://github.com/icsharpcode/ILSpy/pull/1522/files#diff-969eddb6d4efef25c08c59535991b8cdR55) 6 years ago
Christoph Wille cd0a794283 Work on #1516 and include identical files as in zip distribution 6 years ago
Christoph Wille be8c8bef4a We no longer need the multi-targetting hacks (VS2019 works with them fine, 2017 would not) 6 years ago
Christoph Wille f9b830dc5f Fix publish process for vsix project 6 years ago
Christoph Wille 29e05778c6 See #1416. Also upgraded Cecil to .3 (from .1) 6 years ago
Siegfried Pammer e6e8fbe764 Move VSIX build workaround from ILSpy.csproj to ILSpy.AddIn.csproj. 7 years ago
Sam Harwell e8abb788b4 Remove duplicate VSIX installation targets 7 years ago
Sam Harwell 6af75ce358 Update references 7 years ago
Sam Harwell 6a2eab2a52 Switch to AsyncPackage with background load 7 years ago
Siegfried Pammer 4919b11c30 Fix #1384: NRE on VS2015 Tools\ILSpy command 7 years ago
Christoph Wille dc439f4e6b Work on #1335 using guidelines from https://blogs.msdn.microsoft.com/visualstudio/2018/09/26/how-to-upgrade-extensions-to-support-visual-studio-2019/ 7 years ago
Daniel Grunwald eea40878bf Update Mono.Cecil and NUnit 7 years ago
Andreas Weizel 83759eed37 AddIn: Code cleanup. 7 years ago
Andreas Weizel 8c19e64263 Fixed #1302: Visual Studio extension terminates VS instead of starting ILSpy 7 years ago
MysticBoy dd0738824a fix Utils.cs(169,57): error CS0118: 'Properties' is a namespace but is used like a type 7 years ago
Siegfried Pammer 3d68da7237 Improve parsing of TargetFramework attribute in UniversalAssemblyResolver. 7 years ago
Siegfried Pammer 069e4072de Fix compile errors after merge. 7 years ago
Andreas Weizel c2ccfa0cd0 AddIn: Don't show double warning if assembly information is missing while project is loading. 7 years ago
Andreas Weizel 2fb6e14339 Fixed #1164: AddIn opens reference assembly when trying to open symbol in ILSpy 7 years ago
Daniel Grunwald f153aceb97 Use HTTPs for update check and other URLs. 7 years ago
Andreas Weizel ea1b953b89 AddIn: Correctly handling projects nested in solution folders. 7 years ago
Andreas Weizel f7e7698d64 AddIn: Improved warning text for missing project reference output. 7 years ago
Andreas Weizel a94671183e AddIn: Added detection of non-existing assembly files when launching ILSpy, showing a warning message in those cases. In case of project output assemblies, offers building the solution. 7 years ago
Andreas Weizel 8b56eaa473 Fix: Add-in has passed the wrong name to ILSpy for generic types. 7 years ago
Andreas Weizel fdd0fa1111 Forgot to extend version update script for ILSpy.AddIn manifest. 7 years ago
Andreas Weizel 84758dca5e Re-enabled "Open code in ILSpy" command in code editor, fixed several issues. 7 years ago
Andreas Weizel 1619d5e1f0 Now applying same versioning to ILSpy.AddIn as to all other ILSpy components. 7 years ago
Andreas Weizel 809354f175 Fixed several issues with "Open in ILSpy" menu shown on non-applicable nodes. Refactored the commands. 7 years ago
Daniel Grunwald 9be83b6175 Upgrade to Cecil 0.10.0. 7 years ago
Siegfried Pammer 4aafe2db69 Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy. 7 years ago
Siegfried Pammer bf3d220daf Set AddIn version to 1.8 7 years ago
Siegfried Pammer 4b888e5beb Fix #1113: ILSpy.AddIn not working with F# projects 7 years ago
Siegfried Pammer b300a8bf5e Deactivate OpenCodeItemCommand 7 years ago
Siegfried Pammer cf9d803f5d Fix some more bugs in ILSpy.AddIn 7 years ago
Siegfried Pammer 0c80140aa5 OpenReferenceCommand: Add support for local project references 7 years ago
Siegfried Pammer ebeb98b93c Downgrade to Roslyn 2.4 in AddIn to support earlier versions of VS 2017. 7 years ago
Siegfried Pammer 862b8065be Use correct version number for ILSpy.AddIn 7 years ago
Siegfried Pammer 3581635a2d Refactor ILSpy.AddIn and fix some bugs 7 years ago
Siegfried Pammer f227f36dce Explicitly include minor versions in vsixmanifest 7 years ago
Siegfried Pammer 75c45a3721 Remove support for VS2015 from ILSpy.AddIn 7 years ago
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
Siegfried Pammer a734955cc5 Push VSIX version number to 1.7.2 8 years ago
Christoph Wille 8dac53e256 Update vsix to 1.7.1 to include update 8 years ago
Christoph Wille 96c6d5d0c5 Fix Identity of package 8 years ago
Sam Harwell a31b74da75 Reference Mono.Cecil using a package reference instead of a submodule 8 years ago
Sam Harwell 996e04075e Retarget projects to .NET 4.6 so Roslyn can load them 8 years ago
Siegfried Pammer 9233c99f15 [ILSpy.AddIn] Open multiple output artifacts, if present. 8 years ago
Siegfried Pammer 3bfc1fc3c2 [ILSpy.AddIn] Fix #815: "Open output in ILSpy" not working for MSBuild 15 projects in VS2017 8 years ago
Siegfried Pammer 915f1fdf1c [ILSpy.AddIn] Fix #820; Show "Open in ILSpy" in all context menus related to references. 8 years ago