Christoph Wille
4bad0c7a4b
Move license.txt to root folder LICENSE file
4 months ago
Christoph Wille
60251044cd
Adapt ILSpyInstance:Start to new command line options
1 year ago
Christoph Wille
084d02a447
Apply Central package management (requires package source mapping) ( #3124 )
...
* Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping )
* Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed
* Trying to sort what is on which feed for previews of Diasymreader packages
* Parse the Roslyn version from Directory.packages.props
* Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly
* Tests needs also locked references
2 years ago
Siegfried Pammer
a94d66561a
Move to .NET 8.0 ( #3119 )
...
* Basics of net8.0. Breaking unit tests expected.
* Missed that TestRunner project was already upgraded to net7.0 (search and replace fail)
* Use Preview 6 locally
* Use .NET 8.0 RTM
* Final fixups
---------
Co-authored-by: Christoph Wille <christoph.wille@gmail.com>
2 years ago
Christoph Wille
a6a86a6165
Microsoft.VSSDK.BuildTools 17.6.2164 for both projects
2 years ago
Christoph Wille
fb2f98061c
Update Microsoft.VSSDK.BuildTools
2 years ago
Christoph Wille
d43a5c94e7
Adapt GetILSpyPath and copy both x64 and arm64 ILSpy into the VSIX for VS 2022
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 )
...
* Update https://www.nuget.org/packages/Microsoft.VSSDK.BuildTools to 17.3.2093 to match https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md (VS Build # to version: https://docs.microsoft.com/ro-ro/visualstudio/install/visual-studio-build-numbers-and-release-dates?preserve-view=true&view=vs-2022 )
* Upgrade downlevel (<=2019) addin too to 17.3.2093
3 years ago
Christoph Wille
62f9061dc3
Go back to 17.1.4054 for VS SDK (maybe that breaks the build server; locally works)
3 years ago
Christoph Wille
4777cb0450
Update NuGet packages
3 years ago
Siegfried Pammer
504d16e44d
Use ReferenceAssemblyAnnotator in ILSpy.AddIn.csproj and ILSpy.AddIn.VS2022.csproj
3 years ago
Siegfried Pammer
a2b1e9a6ca
Use VSIXSourceItem to add ILSpy distribution to VSIX after ResolveProjectReferences.
3 years ago
Siegfried Pammer
c7719b1a6f
Try again to remove ILSpy.dll.config.
3 years ago
Siegfried Pammer
d5f8145a10
Convert solution-level dependencies to project-level dependencies.
...
Solution-level dependencies are incompatible with slnf.
3 years ago
Christoph Wille
04b75be5d2
Go back to Microsoft.VSSDK.BuildTools 17.1.4054
3 years ago
Siegfried Pammer
fa451b5b87
Update nuget packages and references for VS2022.
3 years ago
Siegfried Pammer
4519c3b5c1
Remove leftovers of AppVeyor-specific configuration.
3 years ago
Siegfried Pammer
bf3b93ec76
Fix #2644 : Ignore warnings MSB3277 and VSSDK1009
3 years ago
Siegfried Pammer
1ccc63b829
Revert removal of app.config.template
3 years ago
SilverFox
2ce3419019
Fix build for VSAddIn
3 years ago
Christoph Wille
379cc763c0
Fix ILSpyBuildPath and .exe.config -> .dll.config. Note: should use output from dotnet publish!
3 years ago
Siegfried Pammer
9e54b44b11
Move ILSpy to net6.0-windows
3 years ago
Christoph Wille
e82dd73872
Update Microsoft.VisualStudio.SDK for 2022 extension - dependent NuGet Microsoft.VisualStudio.Setup.Configuration.Interop now available
4 years ago
Christoph Wille
582002888b
Revert "Final Microsoft.VisualStudio.SDK for 2022 extension"
...
This reverts commit 0625f815b0
.
4 years ago
Christoph Wille
0625f815b0
Final Microsoft.VisualStudio.SDK for 2022 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
...
- Set a different GUID for VS 2022 VSIX package
- Fix wrong path in script
4 years ago
Andreas Weizel
6e06ee407b
Prepare separation of AddIn for VS 2019 and VS 2022
...
- Move most code to a shared project/shared folder
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
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.
...
Includes some fixes for potential NullReferenceExceptions.
4 years ago
Daniel Grunwald
9b27ced6af
Avoid reference on ICSharpCode.Decompiler in VS AddIn.
...
This way we don't need to load SRM 5 within the VS process.
5 years ago
Daniel Grunwald
0eb5469374
Extract package version numbers to packages.props.
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
75783054dc
Move ILSpy distribution to subfolder inside VSIX.
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)."
...
This reverts commit 0d390d604f
.
5 years ago
Siegfried Pammer
0d390d604f
Fix #2013 : Add option to extract self-contained executables (PublishSingleFile).
5 years ago