Chris Rummel

Results 7 issues of Chris Rummel

Fixes https://github.com/dotnet/roslyn/issues/62510. Currently WIP, want this so I have a clean reference build and we can get Roslyn folks to comment on testability concerns.

Area-Infrastructure

Tracking issue for merging source-build dev branch to release branch for RTM release.

In the complete source-built SDK, our Linux partners will follow this procedure: 1. Source-build the SDK using the Microsoft-built SDK, producing the "stage 1 SDK". 2. Source-build the SDK again...

Bug
Area-Compiler-CodeGen

Allow for easier debugging when the bootstrap build fails in source-build.

In https://github.com/microsoft/MSBuildLocator/commit/d0d15f779222f73c486f9418c945f37dcc07300f, MSBuildLocator started requiring dotnet to be on the PATH in order to find MSBuild. dotnet/format took that update in the main branch so it now requires dotnet to...

dotnet-deb-tool is restored even when SkipBuildingInstallers is set to true, which causes the prebuilt dotnet-deb-tool package to be downloaded. Source-build currently works around this with [this patch](https://github.com/dotnet/source-build/blob/9bb1c85e13bc44f8a0c6de41779366da6e5c61ac/patches/core-sdk/0003-Remove-debian-package-generation.patch) which is a...

Original issues: https://github.com/dotnet/source-build/pull/1231, https://github.com/dotnet/source-build/issues/1202, https://github.com/dotnet/source-build/issues/1232. Source-build currently uses [this patch](https://github.com/dotnet/source-build/blob/9bb1c85e13bc44f8a0c6de41779366da6e5c61ac/patches/core-sdk/0003-Don-t-add-target-rid-to-NetCoreRuntimePackRids.patch) to remove the currently building RID from this list. Prior to the patch, this was causing issues with RID-specific publish...