191 Commits (7c6f7fea0567af4a24a9c3c8df24a507c80892a0)

Author SHA1 Message Date
Christoph Wille a0e22b1757 IncludeInVSIX passes original name unchanged (ignores Linked) 10 months ago
Christoph Wille 4bad0c7a4b Move license.txt to root folder LICENSE file 10 months ago
Christoph Wille 60251044cd Adapt ILSpyInstance:Start to new command line options 2 years ago
Christoph Wille 084d02a447
Apply Central package management (requires package source mapping) (#3124) 2 years ago
Siegfried Pammer a94d66561a
Move to .NET 8.0 (#3119) 2 years ago
Christoph Wille 231a2dc532 Fix #3105 - VS2017-2019 addin didn't properly match subdirectory structure of 2022 addin 2 years ago
Christoph Wille a6a86a6165 Microsoft.VSSDK.BuildTools 17.6.2164 for both projects 2 years ago
Christoph Wille 040ac1ac81 Switch from default output directory to publish folder 2 years ago
Christoph Wille 9cc35cdca2 Move VS Extensions projects to a separate solution 2 years ago
Christoph Wille ace11158a2
Use latest VS SDK (#2767) 3 years ago
Siegfried Pammer 504d16e44d Use ReferenceAssemblyAnnotator in ILSpy.AddIn.csproj and ILSpy.AddIn.VS2022.csproj 4 years ago
Siegfried Pammer a2b1e9a6ca Use VSIXSourceItem to add ILSpy distribution to VSIX after ResolveProjectReferences. 4 years ago
Siegfried Pammer c7719b1a6f Try again to remove ILSpy.dll.config. 4 years ago
Siegfried Pammer d5f8145a10 Convert solution-level dependencies to project-level dependencies. 4 years ago
Siegfried Pammer bf3b93ec76 Fix #2644: Ignore warnings MSB3277 and VSSDK1009 4 years ago
Siegfried Pammer 1ccc63b829 Revert removal of app.config.template 4 years ago
SilverFox 2ce3419019 Fix build for VSAddIn 4 years ago
Christoph Wille 379cc763c0 Fix ILSpyBuildPath and .exe.config -> .dll.config. Note: should use output from dotnet publish! 4 years ago
Siegfried Pammer 9e54b44b11 Move ILSpy to net6.0-windows 4 years ago
Christoph Wille 963a99d330 Update NuGet packages 4 years ago
Christoph Wille 23fe2e9b49 VS target version was off for legacy extension 4 years ago
Andreas Weizel 11c107e32f Try the opposite way: Use only project instead of build dependencies 4 years ago
Andreas Weizel 4f378f7790 Remove project reference on ILSpy from AddIns, use build dependencies instead 4 years ago
Andreas Weizel 075c447954 Rename ILSpy.AddIn.VS17 to ILSpy.AddIn.VS2022 4 years ago
Andreas Weizel 30e2efad9f Introduce a separate package for VS 2022 (VS17) AddIn 4 years ago
Andreas Weizel 6e06ee407b Prepare separation of AddIn for VS 2019 and VS 2022 4 years ago
Christoph Wille 11ec27c2bb Set next version to 7.2-preview1 4 years ago
Christoph Wille 0d9005a578 Do not run analyzers for the .Addin project during build 4 years ago
Christoph Wille b6b705ec5b Update Microsoft.VSSDK.BuildTools to P2 4 years ago
Andreas Weizel 79bc9de904 Combine all "Open reference" commands to avoid duplicate code 4 years ago
Andreas Weizel 04a615a3f2 Allow to open ILSpy on project references under "Dependencies" 4 years ago
Andreas Weizel db81fb17e2 Fix #2446: Allow to open ILSpy on package references under "Dependencies" 4 years ago
Christoph Wille d1678d1547 Modifications for testing for VS2022 4 years ago
Daniel Grunwald 7f36cc3e50 #nullable enable for UniversalAssemblyResolver 5 years ago
Siegfried Pammer fb3fc2f2a4 Modernize Visual Studio AddIn csproj part 1: Remove duplicate constant definitions and use Microsoft.VSSDK.BuildTools instead of defining VSToolsPath manually. 5 years ago
Daniel Grunwald 281586de1f `#enable nullable` for a couple of files. 5 years ago
Daniel Grunwald 7ebfc5ded5 Fix #2294: Issues discovered by static analysis. 5 years ago
Daniel Grunwald 9b27ced6af Avoid reference on ICSharpCode.Decompiler in VS AddIn. 5 years ago
Daniel Grunwald 0eb5469374 Extract package version numbers to packages.props. 5 years ago
Andreas Weizel 41e086cb26 Allow AddIn to detect framework of .NET Core assemblies correctly, if they are located in user's .nuget folder 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Daniel Grunwald 5c949e6e20 Fix #2086: Check that window belongs to ILSpy before sending it a WM_COPYDATA message. 5 years ago
MysticBoy bb39fe9f87 fix for Berrysoft‘s suggestion 5 years ago
MysticBoy d1bced7eb3 fix for Berrysoft 's suggestion 5 years ago
MysticBoy 5f150efb74 add for vsixlangpack 5 years ago
MysticBoy 9aa39a941a modify for vsct 5 years ago
MysticBoy 0830a7dada for vsct 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