Davis Goodin

Results 47 comments of Davis Goodin

The packages.microsoft.com team now has their own GitHub repository for issues, so I believe it's now best to ask about this at their repo so you can get the opinions...

> Note that TLS 1.3 support is required starting January 1, 2024. It sounds like this change is needed in ~~1.21 and 1.22~~ 1.20 and 1.21 because those versions will...

The go-winio fix is merged: https://github.com/microsoft/go-winio/pull/312, `github.com/Microsoft/go-winio@008bc6ea43`

> gcc_libinit.c:44 I checked for changes from go1.21.5 -> go1.22rc1, and all the lines with these warnings are actually new to 1.22: https://github.com/golang/go/commit/b104a0ef32e1388dbd6af7174975857320fb8e80, https://github.com/golang/go/issues/60961. I don't know off the top...

I noticed https://go.dev/dl/?mode=json&include=all is being used here, and wanted to give a tip in case this is important: like most forks, we have a small delay between when official Go...

> the build tools must be managed by a developer and not by a 3rd party. Assuming this is the case (I haven't heard it before, and it doesn't seem...

I also see this error, and there's another error that shows up after fixing this one. These two changes fix `docker build .` for me: `Dockerfile` - fix the SSL...

For what it's worth, I believe that (and in principle it makes sense), but I'm curious if the Azure Pipelines dependency is intentionally not being satisfied. Or maybe AzDO's requirements...

Maybe a more straightforward question is: what image should I use in order to use Azure Linux, but with a set of dependencies similar to [a buildpack-deps image](https://hub.docker.com/_/buildpack-deps/)? It doesn't...

In the meantime, a workaround that I think is working for me is to set `DOTNET_INSTALL_DIR`: ``` $env:DOTNET_INSTALL_DIR = "C:\git\core-setup-arcade\.dotnet" ```