Noah Gilson
Noah Gilson
Resolves https://github.com/dotnet/sdk/issues/26732 Resolves part of https://github.com/dotnet/sdk/issues/27066 Note this doesn't solve the /t:Publish scenario. # Projects Try: Running `dotnet publish` `dotnet pack` and `dotnet publish foo.csproj` `dotnet pack foo.csproj` (or foo....
Follow-up to https://github.com/dotnet/sdk/issues/26732. We got `PublishRelease` working on a solution file but it was too slow to use that approach for solutions with hundreds of projects. So, we will need...
Part 1 of 4 for https://github.com/dotnet/sdk/issues/26503 Resolves https://github.com/dotnet/sdk/issues/23539 Resolves https://github.com/dotnet/sdk/issues/26028 Resolves https://github.com/dotnet/sdk/issues/26445 The implicit RID is now inferred under the following options: SelfContained=true, PublishReadyToRun=true, PublishSingleFile=true PublishAot=true PublishSelfContained=true. PublishSelfContained can be...
When using a publish profile, there is no warning or error message for using an incorrect publish profile that doesn't exist. Current behavior: `dotnet new console` `dotnet publish -p:PublishProfile=TotallyNonexistentButRadPublishProfileFile -bl`....
To reproduce, do the following: 1. Create a new console project with `dotnet new console`. 2. Open the `foo.csproj` or project file created by new console. Edit it to be...
 Resolves https://github.com/dotnet/sdk/issues/27895
Based on https://github.com/dotnet/sdk/issues/27985 which was resolved by https://github.com/dotnet/sdk/pull/28006, it would be helpful if we had a regression test with projects that leverage RuntimeIdentifiers but not a RuntimeIdentifier. In addition, we...
# Intro The https://github.com/dotnet/core/blob/main/release-notes/releases-index.json API is a wonderful thing. However, it doesn't currently allow users to request more detailed information about support statuses of .NET on Linux. At least to...
### Describe the bug Running `dotnet workload --info` can sometimes report the incorrect install type. For example, it may say that MSI based workloads are `FileBased` even though the SDK...