Siegfried Pammer
d3e12d0ebf
Migrate from .ruleset to .editorconfig
3 days ago
Christoph Wille
120154e21c
Remove Translations ( #3648 )
3 days ago
Christoph Wille
ac8503c005
.NET 10 RTM Package Update ( #3609 )
2 months ago
Christoph Wille
4f11813829
.NET 10 RC2 packages ( #3599 )
...
Note: transport feed had only 106 for dotnet-format and ILCompiler.Reflection.ReadyToRun.Experimental
3 months ago
Christoph Wille
b4d33af238
Update packages to .NET 10 RC1
4 months ago
Peter Crabtree
b4fb59ae5d
dev: Standardize ps1 files to tabs
4 months ago
Peter Crabtree
e1e16b64f5
dev: Strip BOM mark from text files
4 months ago
Peter Crabtree
1d082e7128
dev: Standardize on utf-8 (no bom) in .editorconfig
4 months ago
Christoph Wille
afcdcec146
Update for .NET 10 Preview 7 packages ( #3537 )
...
* Update NUnit (was: 4.3.2) to 4.4 and MTP (was: 1.7.3) to 1.8.1 (had to add VSTestBridge explicitly to override ref complaints by compiler)
* Update to .NET 10 Preview 7 NuGet packages
* Update dotnet-format
5 months ago
Siegfried Pammer
9b576532c7
Update dotnet-format to 10.0.100-preview.6.25358.103
5 months ago
Siegfried Pammer
e4ebe20602
Upgrade dotnet target framework to net10
6 months ago
Christoph Wille
5ba75bfd51
Fix for "Unable to locate dotnet CLI. Ensure that it is on the PATH." https://github.com/microsoft/azure-pipelines-tasks/issues/19162 (then see https://github.com/dotnet/format/pull/2000 )
1 year ago
Siegfried Pammer
36abb399b3
#3327 : update-assemblyinfo.ps1: Redirect stderr for commands that should ignore errors.
1 year ago
Siegfried Pammer
4ff0c262f9
Provide commit hash in AboutPage to make finding the correct version easier.
1 year ago
tom-englert
d71394c43a
Simplify adding tabs
1 year ago
Daniel Grunwald
da24b7d126
Add BuildTools/format.bat
1 year ago
Christoph Wille
28b7280741
Fix dotnet-format to v8 via transport feed for dotnet8. See also PR #2747
1 year ago
Daniel Grunwald
c2490d79ec
Enable auto-formatting in commit-hook.
3 years ago
Daniel Grunwald
fc882b9203
Automatically install dotnet-format in specific version in the commit hook.
4 years ago
Daniel Grunwald
08ceffc3ad
Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK.
4 years ago
Siegfried Pammer
78c7ece12d
* Include missing .json config in ILSpy.Installer.
...
* Add build action to check file lists of msi and vsix packages.
4 years ago
Siegfried Pammer
7019e1c02f
Make sure that update-assemblyinfo.ps1 fails if PowerShell >= 5.0 is not installed.
4 years ago
Siegfried Pammer
a88a413571
Fix DecompilerVersionInfoDependency in ILSpy.Installer.csproj
4 years ago
Siegfried Pammer
c7719b1a6f
Try again to remove ILSpy.dll.config.
4 years ago
Siegfried Pammer
de630c9897
Fix ghactions-install.ps1
4 years ago
Siegfried Pammer
b3f8e4fe3c
Simplify update-assemblyinfo.ps1 and introduce public DecompilerVersionInfo class.
4 years ago
Siegfried Pammer
1ccc63b829
Revert removal of app.config.template
4 years ago
SilverFox
cdeef0909f
Fix output artifacts for CI builds
4 years ago
Siegfried Pammer
406f537fbe
Ditch nuspec.template
4 years ago
Christoph Wille
ce7f594010
Remove outdated build tools
4 years ago
Christoph Wille
9a4f5bc664
Minimal changes for building on .NET 6.0
4 years ago
Siegfried Pammer
07bedd45d1
Fix #2572 : Shallow clones do not produce correct version numbers as these require full history.
4 years ago
Andreas Weizel
05874991a9
Rename installer project to ILSpy.Installer, use ILSpy app version as MSI package version
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
Daniel Grunwald
6410a7558e
Use `dotnet-format` so it works on GitHub actions
5 years ago
Siegfried Pammer
404f8ed71d
Add dotnet format to tidy.py
5 years ago
Christoph Wille
ade5a95656
Branches with / create invalid artefact names
5 years ago
Christoph Wille
379a47e296
GH Action build for ILSpy ( #2211 )
...
* Start work on a GH Action build for ILSpy
* Proper dotnet tool install
* Add a bit more of the tasks
* Add dotnet test and upload msix artefact
* Update upload-artifact
* Try adding VSIX
* Missing Uploads sketched
* Fix 7z
* Update upload for VSIX, NuGet and MSIX
* add ghactions-install.ps1
* Add github.workspace to make MSIX drop directory absolute path
* Fix naming of zip to keep it with AppVeyor
* Fix branch handling in ghactions-install.ps1
* Match zipping to https://github.com/icsharpcode/ILSpy/blob/master/appveyor.yml#L30
* Set ReleaseChannel for update-assemblyinfo
* channel is on matrix not env
* Skeleton for GH packages NuGet upload
* Write version number to ILSPY_VERSION file
* Try passing version as output
* Syntax for ::set-output on Windows
* Make dotnet test more readable with env vars
* ::set-output with Write-Output
* Modify version step as per https://github.com/mstum/Simplexcel/blob/master/.github/workflows/cibuild.yml
* Build all branches on push
* Collect ILSpy artifact for Debug too
* Error on no files found for upload
Co-authored-by: Siegfried Pammer <siegfriedpammer@gmail.com>
5 years ago
Siegfried Pammer
2b13e57102
Fix pipelines-install.ps1
5 years ago
Siegfried Pammer
22b3838e72
run azure-pipelines/appveyor on all branches we treat as release branches: master and release/*
5 years ago
Siegfried Pammer
e5475b584e
Fix build.
5 years ago
Siegfried Pammer
7eef6f2bfe
Optimize update-assemblyinfo.ps1 build step
5 years ago
Siegfried Pammer
383d02611f
Add BuildTools/sort-resx.ps1 and sort contents of resx files by key
6 years ago
Siegfried Pammer
2be6d279b3
Fix update-assemblyinfo.ps1 for worktrees
6 years ago
Daniel Grunwald
67fa24b09f
Improve async/await decompilation when reference assemblies are missing
6 years ago
Siegfried Pammer
28ef411109
Set version = 5.0.1
6 years ago
Oren Novotny
77ccbd07cb
Version appxmanifests
7 years ago
Oren Novotny
40053ccebf
Support both AppVeyor and Pipelines in assembly info script
7 years ago
Oren Novotny
b34906e832
Add Azure DevOps pipeline
7 years ago