setup-dotnet icon indicating copy to clipboard operation
setup-dotnet copied to clipboard

Set up your GitHub Actions workflow with a specific version of the .NET core sdk

Results 69 setup-dotnet issues
Sort by recently updated
recently updated
newest added

**Description:** The SDK ships with supporting a set of workloads (Wasm, MAUI, Aspire, and potentially more in the future). The `setup-dotnet` action should support these as further instructions to actually...

feature request

**Description:** Cancelling a workflow, manually or due to concurrency groups rules, while it's trying to setup a .NET installation may leave the runner in a broken state. **Task version:** v4...

feature request

It would be very handy to be able to have a full verbosity logs reported for scripts execution. Recently we have had a bug that we weren't able to investigate...

feature request

**Description:** I have an Umbraco web project with four projects in the solution, with dependencies on each other. All four have packages.lock.json files and I have been able to make...

bug

**Description:** I was attempting to use multiple .NET versions in my GitHub Actions workflow, and I observed that the `dotnet --version` command consistently prints the version of .NET SDK 8.0,...

bug

**Description:** When pushing packages to GitHub Packages using Github Actions I get two behaviours: 1. When using a Personal Access Token (PAT) in `dotnet push` the package is pushed to...

bug

**Description:** This PR adds support for all of the `latest*` variants of rollForward option in the `global.json` file - `latestMajor` - `latestMinor` - `latestFeature` - `latestPatch` **Related issue:** https://github.com/actions/setup-dotnet/issues/448 **Check...

**Description:** A workflow with the following would install the latest major version of dotnet. ``` - name: Setup .NET uses: actions/setup-dotnet@v4 with: dotnet-version: latest ``` **Justification:** It would be nice...

feature request

**Description:** Github actions tool guidelines is to use the worker tool cache, instead of system-wide install path. Not doing so results in installation failures on self hosted runners. A successful...

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies