Logan Bussell
Logan Bussell
Operating System: Windows 11 21H2 Browser: Microsoft Edge 95.0.1020.53 Ctrl+Left or Ctrl+Right are used on Windows and Linux to move one word left or right in text. The shortcut to...
Fixes https://github.com/dotnet/command-line-api/issues/1792 From that issue: > Source build requires projects to build with the current TFM or a supported netstandard TFM. command-line-api currently targets net6.0. Ideally this would be updated...
Source Build needs all projects to build with a TargetFramework of net7.0 in order to build without pulling in prebuilt binaries.
These net6.0 target frameworks are still bringing in prebuilts in source-build. They need to be changed before we can ship net7.0 without prebuilts.
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### To double check: * [ ] The right tests are in and and the right validation has happened. Guidance: https://github.com/dotnet/arcade/tree/main/Documentation/Validation Part of https://github.com/dotnet/dotnet-docker/issues/5227
In [`eng/Version.Details.xml`](https://github.com/dotnet/deployment-tools/blob/main/eng/Version.Details.xml), This repo has a lot of dependencies that are only shared with [dotnet/runtime](https://github.com/dotnet/runtime). Since the arcade infrastructure from this repo was originally copied from runtime, it is unlikely...
Commands that need to be updated: - [x] [CopyImages](https://github.com/dotnet/docker-tools/blob/10c82d12cf90e24693067e9768eab929153e1fa2/src/Microsoft.DotNet.ImageBuilder/src/Commands/CopyImagesOptions.cs#L31) - [x] https://github.com/dotnet/docker-tools/pull/1261 - [x] https://github.com/dotnet/docker-tools/pull/1260 - [ ] [Build](https://github.com/dotnet/docker-tools/blob/99579deabbf928327291d8cd4271aa486bd34660/src/Microsoft.DotNet.ImageBuilder/src/Commands/BuildOptions.cs#L38) - [ ] [CleanAcrImages](https://github.com/dotnet/docker-tools/blob/99579deabbf928327291d8cd4271aa486bd34660/src/Microsoft.DotNet.ImageBuilder/src/Commands/CleanAcrImagesOptions.cs#L39) - [ ] [IngestKustoImageInfo](https://github.com/dotnet/docker-tools/blob/99579deabbf928327291d8cd4271aa486bd34660/src/Microsoft.DotNet.ImageBuilder/src/Commands/IngestKustoImageInfoOptions.cs#L46) - [ ]...
We have two PR validation pipelines in this repo. 1. The ImageBuilder build pipeline 2. https://github.com/dotnet/docker-tools/issues/305 [This eng validation pipeline](https://github.com/dotnet/docker-tools/issues/305) runs only when there are changes to the eng/ folder:...