Rich Lander
Rich Lander
### .NET version `main` branch ### Issue description I tried to build the repo with `build.sh`. It reported that `Permission denied`. I wonder what the intent is. It isn't described...
### .NET version `main` branch ### Issue description The build seems to download a mix of architectures. Doesn't quite seem right. I expect that's what is causing the `fxr` issue....
It looks like we have an inconsistent approach to adopting LLVM/clang minor versions. We should likely revisit that. Query: https://github.com/search?q=repo%3Adotnet%2Fdotnet-buildtools-prereqs-docker%20LLVM_VERSION&type=code Ideally, we'd move forward with minor versions to ensure we...
I tried to install `libmsquic` on Ubuntu 24.10 and Debian 13 and was unsuccessful. I'm going to need some help with that. - https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1288 - https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1277 For Ubuntu 24.10, I...
We should update the Native AOT samples to .NET 10. - https://github.com/dotnet/dotnet-docker/tree/main/samples/releasesapi - https://github.com/dotnet/dotnet-docker/tree/main/samples/releasesapp There are no supported AOT images for .NET 8 and 9 so it makes sense to...
- https://github.com/dotnet/dotnet-docker/blob/main/documentation/image-variants.md
We've had a number of requests for "how to" content on diagnostic patterns for `non-root` and chiseled images. We should produce this content, both docs, samples, and blog posts. We'll...
We would like to be able to write a test that validates if our CDN copy matches repo copy. I know that GitHub Actions does this as well. This would...
We're still using Ubuntu 22.04 VMs in main. We should be using 24.04. We will likely be OK with x64 only. We have decided that we need both Ubuntu and...
We have been updating VM and container references in preparation for transitioning .NET 10 to servicing. In practical terms, servicing starts with the RC1 snap. We would like then following...