33 Commits (2d0df349d87710db2baf65b2a3257ce711585bdc)

Author SHA1 Message Date
Daniel Grunwald 9b27ced6af Avoid reference on ICSharpCode.Decompiler in VS AddIn. 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer 4b865c27e4 Fix #2076: VS AddIn opens reference assembly. 5 years ago
Siegfried Pammer 5eaaf61031 VSIX: use elvis 5 years ago
Siegfried Pammer 75783054dc Move ILSpy distribution to subfolder inside VSIX. 5 years ago
Siegfried Pammer 3108f7eba6 ILSpy.AddIn: Remove unused code. 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
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 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
Siegfried Pammer 37eae3d32f Fix bug in AddIn that causes ILSpy to infinitely be asked to load nuget packages. 6 years ago
Sam Harwell 6af75ce358 Update references 6 years ago
Sam Harwell 6a2eab2a52 Switch to AsyncPackage with background load 6 years ago
Andreas Weizel 8c19e64263 Fixed #1302: Visual Studio extension terminates VS instead of starting ILSpy 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
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 84758dca5e Re-enabled "Open code in ILSpy" command in code editor, fixed several issues. 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
Siegfried Pammer 4aafe2db69 Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy. 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 3581635a2d Refactor ILSpy.AddIn and fix some bugs 7 years ago