installer icon indicating copy to clipboard operation
installer copied to clipboard

.NET SDK Installer

Results 157 installer issues
Sort by recently updated
recently updated
newest added

I detected changes in the release/8.0.1xx branch which have not been merged yet to release/8.0.3xx. I'm a robot and am configured to help you automatically keep release/8.0.3xx up to date,...

Branch Lockdown

https://github.com/dotnet/installer/pull/11813#discussion_r710776045 We should be able to replace some of the [pkg generation logic in this repo](https://github.com/dotnet/installer/tree/main/src/redist/targets/packaging/osx/clisdk) with arcade's logic here: https://github.com/dotnet/arcade/tree/main/src/Microsoft.DotNet.Build.Tasks.Installers

Area-Infrastructure

We want to xcopy deploy our desktop app, and have the framework version isolated from other apps. We can do this for regular .net apps, but not desktop because the...

I'm trying to install .NET 6 runtime on my Ubuntu (in WSL2) ```bash ~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04...

How to integrate dotnet/installer into SDK and download the latest unpublished preview version, such as SDK release 9.0.100-preview6.xxxx for macOS's pkg file?

The [build table](https://github.com/dotnet/installer#installers-and-binaries) includes information for multiple information types, but not container images. Container images would likely be more popular than some of the download types listed. We should consider...