Noah Gilson

Results 52 issues of 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....

Area-Infrastructure

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...

untriaged
Area-NetSDK
Cost:M
Priority:2

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...

Area-Infrastructure

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`....

bug
needs-triage

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...

bug
Area: Engine

![image](https://user-images.githubusercontent.com/23152278/190831531-19b315fd-9a9d-43d7-a3e2-e148bacfa37f.png) Resolves https://github.com/dotnet/sdk/issues/27895

Area-CLI

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...

Area-NetSDK
Cost:S
Priority:3

# 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...

enhancement
Priority:2

### 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...

untriaged
Area-Workloads