Siegfried Pammer
07d5a01d2b
Add license headers to source files that lacked them
...
Backfills the standard MIT X11 header on hand-written files that never
got one, attributing each to its first-commit author and year from git
history. Code vendored from dotnet/runtime and Humanizr/Humanizer gets
its origin's license lines and a provenance note instead. Generated
files (Resources.Designer.cs, the version-info template), tool-managed
suppression files, and BAML test-case fixtures intentionally stay
header-less.
Assisted-by: Claude:claude-fable-5:Claude Code
2 days ago
Christoph Wille
aab6303870
Migrate the VS extension to an SDK-style VSIX (dotnet build) and retire the VS2017/2019 add-in ( #3808 )
...
* Migrate ILSpy.AddIn.VS2022 to SDK-style VSIX project
* Retire the legacy VS2017/2019 ILSpy add-in
* Build the VS extension via dotnet build on the slnx
* Inline ILSpy.AddIn.Shared into ILSpy.AddIn.VS2022
* Restore the VS add-in menus broken by the SDK-style migration
2 weeks ago
Peter Crabtree
e1e16b64f5
dev: Strip BOM mark from text files
10 months ago
Christoph Wille
d43a5c94e7
Adapt GetILSpyPath and copy both x64 and arm64 ILSpy into the VSIX for VS 2022
3 years ago
Andreas Weizel
6e06ee407b
Prepare separation of AddIn for VS 2019 and VS 2022
...
- Move most code to a shared project/shared folder
5 years ago
Daniel Grunwald
7ebfc5ded5
Fix #2294 : Issues discovered by static analysis.
5 years ago
dotnet format
0d9f871a4f
#2128 : Reformat the whole code base.
6 years ago
Siegfried Pammer
4b865c27e4
Fix #2076 : VS AddIn opens reference assembly.
6 years ago
Siegfried Pammer
75783054dc
Move ILSpy distribution to subfolder inside VSIX.
6 years ago
Andreas Weizel
c729922961
AddIn: Improve resolution of reference assemblies by removing code duplicates and using logic from ILSpy decompiler.
7 years ago
Andreas Weizel
39e879377e
Fix VSIX analyzer warnings and disabled the analyzer
7 years ago
Andreas Weizel
1d11d0efa4
Fix #1706 : Handle unloaded projects correctly to avoid NotImplementedException
7 years ago
Andreas Weizel
ef477c5c28
Fix #1706 : Handle unloaded projects correctly to avoid NotImplementedException
7 years ago
Sam Harwell
6af75ce358
Update references
8 years ago
Sam Harwell
6a2eab2a52
Switch to AsyncPackage with background load
8 years ago
Andreas Weizel
8c19e64263
Fixed #1302 : Visual Studio extension terminates VS instead of starting ILSpy
8 years ago
Andreas Weizel
2fb6e14339
Fixed #1164 : AddIn opens reference assembly when trying to open symbol in ILSpy
8 years ago
Andreas Weizel
ea1b953b89
AddIn: Correctly handling projects nested in solution folders.
8 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.
8 years ago
Andreas Weizel
809354f175
Fixed several issues with "Open in ILSpy" menu shown on non-applicable nodes. Refactored the commands.
8 years ago
Siegfried Pammer
4aafe2db69
Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy.
8 years ago
Siegfried Pammer
b300a8bf5e
Deactivate OpenCodeItemCommand
8 years ago
Siegfried Pammer
cf9d803f5d
Fix some more bugs in ILSpy.AddIn
8 years ago
Siegfried Pammer
3581635a2d
Refactor ILSpy.AddIn and fix some bugs
8 years ago