install-scripts icon indicating copy to clipboard operation
install-scripts copied to clipboard

Results 30 install-scripts issues
Sort by recently updated
recently updated
newest added
trafficstars

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**: 20240726.1 - **Date Produced**: July 26, 2024 8:57:03 AM UTC - **Commit**: 1e2be7464703499cf98e20536fb4da4218c8fce1...

IBM Power architecture is not correctly detected on FreeBSD 15.0-CURRENT this patch is one step towards the bringup on this arch but the script fails because Microsoft don't provide any...

Hello On FreeBSD 15.0-CURRENT here, msbuild fails to build because `src/dotnet-install.sh` does not correctly detect IBM Power architecture (Mono and xbuild etc is working on this arch). It was trivial...

On line 770, `$InstallRoot` is set to the value of the `DOTNET_INSTALL_DIR` environment variable (`C:\Program Files\dotnet\sdk` in my case). This results in the creation of a duplicate `sdk` folder name...

bug
Priority:2

https://github.com/VerifyTests/Verify?tab=readme-ov-file#text-file-settings

Are there any plans to support the `rollForward` property in global.json? If I set the version to `8.0.202` and `rollForward` to `latestPatch`, I would expect the script to install the...

enhancement

this https://github.com/dotnet/install-scripts/blob/main/src/dotnet-install.ps1#L1365 points to https://learn.microsoft.com/en-us/dotnet/core/install/windows#dependencies but the `#dependencies` doesnt exist

# Goals and Motivation Recently, we've encountered .NET install scripts availability issues (reported as #487), which impacted all .NET customers that use the install scripts in their local development or...

needs-pm-discussion
infrastructure-issue

My goal is to install dotnet via install script as a prerequisite in my PKG we distribute for our macOS users. For this, I have downloaded the latest script from...

question
needs-more-info

Closes #468 - [x] `latestPatch` - [x] `latestFeature` - [ ] `latestMinor` is currently impossible because we would need aka.ms channels like `3.x`, `8.x` etc - [ ] `latestMajor` is...