installer
installer copied to clipboard
.NET SDK Installer
*Edited to reflect @lbussell's [comment](https://github.com/dotnet/installer/issues/17888#issuecomment-1832352700) The CI currently uses Fedora 36, among other end-of-life OSes. These should be updated to the most recent versions. The list includes: - Fedora 36...
dotnet tool install and dotnet tool update fail when nuget.config has multiple sources that are authenticated This is repeatable and tested on multiple PCs and VMs. Examples: Packages such as...
**Describe the bug** Upgrade the SDK after creating and running projects, the SDK was installed SxS not upgraded. - Reproduces with all 8.0/7.0/6.0 scenarios. - Doesn't repro if you don't...
Context: Ubuntu 22.04 LTS up to date $ sudo /usr/bin/apt-get -y -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" install aspnetcore-runtime-6.0 dotnet-runtime-6.0 dotnet-sdk-6.0 aspnetcore-runtime-7.0 dotnet-runtime-7.0 dotnet-sdk-7.0 aspnetcore-runtime-8.0 dotnet-runtime-8.0 dotnet-sdk-8.0 dotnet-host Reading package lists... Done...
Hi, this is an odd case first registered here: https://github.com/Azure/azure-webjobs-sdk/issues/2755. It only happens on macOS on a dev machine, and is [not possible to reproduce using the GitHub Actions macOS-11...
Various .NET installer packages are not cleaning up the package provider keys in the registry:  This can impact installation time and even Windows startup time (at least in older...
@CyrusNajmabadi encountered this error and we have no idea why: 
👋 I think the latest dotnet@6 release should be 6.0.406, if that is the case, then there are couple of issues: - firstly, the release note for `6.0.406` tag is...
I try to create a nuget for `x86` and `x64` explicit, but deliberately no `AnyCPU` (see https://learn.microsoft.com/en-us/answers/questions/1373133/ ). `dotnet.exe pack` doesn't like this and quits with ``` dotnet pack DoenaSoft.NugetTest\DoenaSoft.NugetTest.csproj...
The .sha checksum links either do not resolve to a file, or are resolving to an old preview 2 .sha file. - https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x64.exe.sha - Redirects to https://dotnetbuilds.azureedge.net/public-checksums/Sdk/8.0.100-preview.2.23107.7/dotnet-sdk-8.0.100-preview.2.23107.7-win-x64.exe.sha - https://aka.ms/dotnet/8.0.1xx-preview6/daily/dotnet-sdk-win-x64.exe.sha -...