171 Commits (deconstruction-fixes)

Author SHA1 Message Date
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 4 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. 4 years ago
Daniel Grunwald 281586de1f `#enable nullable` for a couple of files. 4 years ago
Daniel Grunwald 7ebfc5ded5 Fix #2294: Issues discovered by static analysis. 4 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
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) 6 years ago
Siegfried Pammer 38d27de12a Add ClassLayoutTableTreeNode 6 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