installer
installer copied to clipboard
.NET SDK Installer
Include a failing tests to verify if the output is better.
36, 38 -> 39
We shouldn't be using RIDs like this anymore. They have no future meaning. https://github.com/dotnet/installer/blob/4ba50aedee0eae2bf53b52d063290bac425515e9/eng/pipelines/source-build-sdk-diff-tests.yml#L27 Related to https://github.com/dotnet/runtime/pull/92211
- Please add description for changes you are making. - If there is an issue related to this PR, please add the reference.
The current package `VS.Tools.Net.Core.SDK.Resolver` overlays on `MSBuild.CoreXT` version 15. We should consider publishing a new package that overlays on `MSBuild.CoreXT` version 16. But this may not be needed since a...
I've encountered a problem while trying to execute `dotnet ef migrations add [migration_name]` command. While creating new project in Visual Studio 2019, I've marked an option "Place solution and project...
While investigating https://github.com/dotnet/sdk/issues/39544 I discovered that the .NET 6 Ubuntu package and the .NET 7 Ubuntu package disagree about what the latest version of the .NET 6 Runtime Packs, AppHosts,...
This one is a bit difficult to reproduce and to explain. Once in a while, when I execute `dotnet restore` on the command line, I get the "Determining projects to...
**Environment:** OS: Windows 11(arm64) SDK: 7.0.100-rc.1.22408.3 (runtime-7.0.0-rc.1.22403.8) **Repro steps:** 1. Install net 7 RC1 SDK from https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.exe 2. Downloading and extracting the zip(https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip) archive of the .NET SDK 3. Use...
Looking at the feeds for Fedora 39: https://learn.microsoft.com/en-us/dotnet/core/install/linux-fedora and Ubutnu 22.04 LTS, both have .NET 8.0 x86/x64, however, it seems that aarch64 is no longer being produced. In the Fedora...