Davis Goodin

Results 21 issues of Davis Goodin

With this example project: ```xml ``` `msbuild /bl` and `dotnet build /bl` give MSBuild binlogs including the following content when saved as xml: ```xml c f ``` These show up...

## Current behaviour When I check out a commit or select a commit and press Ctrl-W very quickly afterwards, sometimes I get the exception below. ## Expected behaviour After Ctrl-W,...

type: bug :bug:
up-for-grabs

Found this while working on: * https://github.com/microsoft/go/issues/462 (for the Microsoft build of Go on MAR/MCR) The official community-maintained `golang` images use `gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 'EB4C 1BFD 4F04 2F6D...

Currently `mkwinsyscall` includes a 15 arg limit with a `panic`: https://github.com/golang/sys/blob/6e4d1c53cf3b2c1c6d104466749f76cc7a5c9ed8/windows/mkwinsyscall/mkwinsyscall.go#L554-L558 The limit was committed Oct 3, 2019, and since then, Go 1.18 deprecated the individual `Syscall`, `Syscall6`, etc. methods...

help wanted
OS-Windows
NeedsFix

The situation I'm in is that I have code comments where some are wrapped to 100 columns and others are wrapped to 80 columns. Both lengths show up in the...

enhancement

###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)* - [x] The toolchain has been rebuilt successfully...

If the build is internal, this adds `--push`: https://github.com/dotnet/docker-tools/blob/e7f18726f562a97522eaf71ceaad64b316c6998b/eng/common/templates/jobs/build-images.yml#L66-L68 Running PR validation of a private repo on an internal pipeline ends up publishing Docker images to the ACR in a...

bug
area-infrastructure

Fix `docker build .` while continuing to use the `-fips` Go image. * Fixes https://github.com/Azure/acr-cli/issues/261 * See https://github.com/Azure/acr-cli/issues/261#issuecomment-2070818689

###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)* - [x] The toolchain has been rebuilt successfully...

3.0

We've gotten two reports (one about `useradd`, one about `groupadd`) where Azure Pipelines expects them to be installed: * https://github.com/microsoft/go/issues/1164 We produce Go images based on `mcr.microsoft.com/cbl-mariner/base/core:2.0`, so we're somewhat...

question