Siegfried Pammer
e4ebe20602
Upgrade dotnet target framework to net10
2 weeks ago
Christoph Wille
01f296fed8
Update to _wix4 packages for installer
3 months ago
Siegfried Pammer
c6b6c09cfc
Use custom-built version of the test-summary GH action.
4 months ago
Christoph Wille
3a809d7b53
Update Scorecard actions versions and apply Zizmor offline findings ( #3365 )
...
* Update scorecard.yml actions versions
* Zizmor offline analysis findings
6 months ago
Christoph Wille
1263f48dc0
Use Microsoft.Sbom.Targets in Decompiler, BamlDecompiler and ILSpyX NuGets ( #3346 )
...
https://github.com/microsoft/sbom-tool/tree/main/src/Microsoft.Sbom.Targets to embed SBOM
* GeneratePackageOnBuild removed, build action now has a new step for dotnet pack
* Decompiler, BamlDecompiler and ILSpyX include SBOM
6 months ago
Christoph Wille
ee6d939478
Package BamlDecompiler in CI
7 months ago
Christoph Wille
6215747563
Principle of least privilege for workflow tokens ( #3360 )
7 months ago
Christoph Wille
bff20985fc
Add DOTNET_ROOT
7 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 )
8 months ago
Christoph Wille
28b7280741
Fix dotnet-format to v8 via transport feed for dotnet8. See also PR #2747
1 year ago
Christoph Wille
d3c69fb8fb
Update microsoft/setup-msbuild to v2 (options see https://github.com/microsoft/setup-msbuild )
1 year ago
dependabot[bot]
5a6f9b88a5
Bump actions/upload-artifact from 3 to 4 ( #3146 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Siegfried Pammer
d2bf239e40
Revert "Bump actions/upload-artifact from 3 to 4 ( #3140 )" ( #3144 )
...
This reverts commit 82ce3da4c9
.
2 years ago
dependabot[bot]
82ce3da4c9
Bump actions/upload-artifact from 3 to 4 ( #3140 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
1127e9879e
Bump actions/setup-dotnet from 3 to 4 ( #3135 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
dependabot[bot]
25e3ca48db
Bump actions/checkout from 3 to 4 ( #3077 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Christoph Wille
a0027e13b9
DefineConstants overrides defined constants in all projects; use property to amend constants.
2 years ago
Christoph Wille
9cc35cdca2
Move VS Extensions projects to a separate solution
2 years ago
Christoph Wille
f12a3d3572
Fix #2984 : Store pointing to v8.0 submission, building of arm64 setup
2 years ago
Christoph Wille
eb2f024b8b
Make Installer top-level solution and build it post-publish of ILSpy.sln ( #2991 )
...
* Remove Installer from main solution
* Split installer into separate solution that has to be run after ILSpy.sln has been built and published
* Modify build action to account for new sln and correct ordering
* Single-line run and release-only installer build
* All publishing in ps1, better naming for publish folders
2 years ago
Christoph Wille
10129eaf07
Create zip for ARM64 published folder
2 years ago
Christoph Wille
249f390270
Bump setup-msbuild to 1.3
3 years ago
dependabot[bot]
a8308a13f5
Bump microsoft/setup-msbuild from 1.1 to 1.2 ( #2867 )
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1.1 to 1.2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/master/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.2 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Siegfried Pammer
397160eee5
Fix #2816 : Update build-ilspy.yml
3 years ago
dependabot[bot]
6e70db7dd3
Bump test-summary/action from 1 to 2 ( #2805 )
...
Bumps [test-summary/action](https://github.com/test-summary/action ) from 1 to 2.
- [Release notes](https://github.com/test-summary/action/releases )
- [Commits](https://github.com/test-summary/action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: test-summary/action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Christoph Wille
f1a0894ef5
Install specific version of dotnet-format from AzDO feed ( #2747 )
3 years ago
Daniel Grunwald
f2ec937e67
Fix formatting check in CI
3 years ago
Daniel Grunwald
08ceffc3ad
Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK.
3 years ago
dependabot[bot]
0c7b24e964
Bump actions/upload-artifact from 2 to 3 ( #2738 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
ea21e2b8e2
Bump actions/checkout from 2 to 3 ( #2740 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Christoph Wille
22eafd55c0
Build workflow publish ILSpyX NuGet to artifacts & feed on master
3 years ago
Siegfried Pammer
1aa36a23f2
Use test-summary/action@v1 for test reports.
3 years ago
Siegfried Pammer
78c7ece12d
* Include missing .json config in ILSpy.Installer.
...
* Add build action to check file lists of msi and vsix packages.
3 years ago
Christoph Wille
afff9c325d
Rename ics.d.Console to ics.ILSpyCmd
3 years ago
Christoph Wille
6bc13ccc86
Upload ilspycmd release build artifacts
3 years ago
Siegfried Pammer
9b7ff0694c
Use msbuild for GH Actions builds and enable parallelization.
3 years ago
Christoph Wille
46fd65b28b
net60 is part of the windows-2022 image
3 years ago
Siegfried Pammer
1ccc63b829
Revert removal of app.config.template
3 years ago
SilverFox
cdeef0909f
Fix output artifacts for CI builds
3 years ago
Christoph Wille
f1f970166c
We ran into https://github.com/dorny/test-reporter/issues/67 too, so we'll have to ignore test report generation for pull requests (repo-local PRs are preceded by normal build events that will generate the report)
3 years ago
Christoph Wille
c7eb50ec4a
Split Test Report Workflow ( #2650 )
3 years ago
Siegfried Pammer
bea9690c89
Use phoenix-actions/test-reporting@v6 instead of dorny/test-reporter@v1
3 years ago
Siegfried Pammer
cbcfcf6c2a
IntroduceQueryExpressions: Do not ignore attributes on lambdas
3 years ago
Siegfried Pammer
ce63410ce9
Add test-reporter
3 years ago
Christoph Wille
7c85d0f99c
Go back to using dotnet test
3 years ago
Christoph Wille
2e706df7d4
Add self-contained zip creation
3 years ago
Christoph Wille
52b1c49182
Tests need to be platform specific for ilasm.exe to be extracted correctly
4 years ago
Christoph Wille
16cc80ac9d
Test .dll instead of .exe (to resolve: couldn't we OutputType Library instead)
4 years ago
Christoph Wille
c6641d52ac
Switch to vstest.console (and go back to net6.0 for ics.d.test re:xplat)
4 years ago