191 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)

Author SHA1 Message Date
Siegfried Pammer 3108f7eba6 ILSpy.AddIn: Remove unused code. 5 years ago
Christoph Wille 901cbfe10e Add Microsoft.Xaml.Behaviors.dll to VSIX package 5 years ago
MysticBoy 488bf585da All the new Chinese statements has been translated 5 years ago
Siegfried Pammer 47311949d4 Revert "Fix #2013: Add option to extract self-contained executables (PublishSingleFile)." 5 years ago
Siegfried Pammer 0d390d604f Fix #2013: Add option to extract self-contained executables (PublishSingleFile). 5 years ago
Siegfried Pammer 40687ea8ad #1498: Remove Fusion API usage: Use standard file enumeration instead. This should enable us to use the GAC even with restricted access, as only the LIST permission is required. 5 years ago
Siegfried Pammer f8242d85fd ILSpy.AddIn: link to license.txt from doc folder. 5 years ago
Christoph Wille 15318a7d06 VS addin missing dependencies (datagridextensions, *r2r feature) 5 years ago
Siegfried Pammer 38d27de12a Add ClassLayoutTableTreeNode 5 years ago
Jane Doe 5373cb26ad Ancsestor -> Ancestor 6 years ago
Andreas Weizel 7a79f15d5c Add Xceed.Wpf.AvalonDock.dll to VSIX dependencies to launch ILSpy instances correctly 6 years ago
Andreas Weizel 82524f391e Fix #1720: Support new path structure of reference assemblies with .NET Core 3.0 6 years ago
Andreas Weizel c729922961 AddIn: Improve resolution of reference assemblies by removing code duplicates and using logic from ILSpy decompiler. 6 years ago
Andreas Weizel f569962c04 Fix #1721: Additional check and warning message when user tries to launch ILSpy from metadata view 6 years ago
Andreas Weizel 39e879377e Fix VSIX analyzer warnings and disabled the analyzer 6 years ago
Andreas Weizel 115f8ab0d9 AddIn: Pass /navigateTo:none to ILSpy as command-line parameter 6 years ago
Christoph Wille e8015aac37 Link to test repository of VS Addin 6 years ago
Andreas Weizel 1d11d0efa4 Fix #1706: Handle unloaded projects correctly to avoid NotImplementedException 6 years ago
Andreas Weizel ef477c5c28 Fix #1706: Handle unloaded projects correctly to avoid NotImplementedException 6 years ago
Christoph Wille a53cf0a0e2 Addin: Change Package References 6 years ago
Siegfried Pammer 37eae3d32f Fix bug in AddIn that causes ILSpy to infinitely be asked to load nuget packages. 6 years ago
Christoph Wille 28be4a755b Switch to net472, of note: 6 years ago
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. 6 years ago
Sam Harwell e8abb788b4 Remove duplicate VSIX installation targets 6 years ago
Sam Harwell 6af75ce358 Update references 6 years ago
Sam Harwell 6a2eab2a52 Switch to AsyncPackage with background load 6 years ago
Siegfried Pammer 4919b11c30 Fix #1384: NRE on VS2015 Tools\ILSpy command 6 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