158 Commits (issue1638)

Author SHA1 Message Date
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
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. 7 years ago
Sam Harwell e8abb788b4 Remove duplicate VSIX installation targets 7 years ago
Sam Harwell 6af75ce358 Update references 7 years ago
Sam Harwell 6a2eab2a52 Switch to AsyncPackage with background load 7 years ago
Siegfried Pammer 4919b11c30 Fix #1384: NRE on VS2015 Tools\ILSpy command 7 years ago