install-scripts
install-scripts copied to clipboard
This pull request updates the following dependencies [marker]: (Begin:c2897f6e-d2b2-4fe1-77d0-08d8e8d33249) ## From https://github.com/dotnet/arcade - **Subscription**: c2897f6e-d2b2-4fe1-77d0-08d8e8d33249 - **Build**: 20240913.3 - **Date Produced**: September 13, 2024 10:27:20 AM UTC - **Commit**: 8c08d889b3c0b3f19398faceaccd74d0f184a3fb...
There are several community-supported platforms: linux-{musl-}s390x, linux-{musl-}ppc64le, linux-{musl-}riscv64, linux-{musl-}loongarch64, freebsd-x64, freebsd-arm64, illumos-x64 and haiku-x64. We have cross-build images for all of them in https://github.com/dotnet/dotnet-buildtools-prereqs-docker, and some of them are used...
This has been happening with increasing frequency. Source is ADO Pipeline. https://github.com/dotnet/dotnet-docker/blob/main/documentation/scenarios/installing-dotnet.md#installing-from-dotnet-install-script #20 [base 5/19] RUN curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh #20 18.35 curl: (18) HTTP/2 stream 1 was not...
It's important for secure tool supply chain management that all packages that get downloaded from the internet get validated to be the same bits as officially published. Please add validating...
- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain On a Mac running ZSH: ``` > . dotnet-install.sh (eval):1: FUNCNAME[0]: parameter not set...
Current behavior of the install script downloads from CDN and as fallback it tries to download from nightly build domain (ci.dot.net). That seems to be not correct behavior. Possibly we...
It'd be beneficial to version the dotnet-install scripts, as in make actual releases of them. * Make it easier to manage it with package managers. * Compare local version vs....
### Describe the bug. We're trying to connect to a mac to do development on our old "xamarin" project that is now .NET 8.0 iOS. We normally connect to the...
We would like to be able to write a test that validates if our CDN copy matches repo copy. I know that GitHub Actions does this as well. This would...
https://github.com/dotnet/vscode-dotnet-runtime/issues/2059#issuecomment-2516628176 Install scripts could check that dotnet.exe / dotnet is present in the directory before deciding whether to install or report that it's already installed. ``` ls idir LICENSE.txt ThirdPartyNotices.txt...