Rich Lander
Rich Lander
We need Azure Linux Arm64 Helix VMs to start migrating our Arm64 Ubuntu VMs.
Is there a doc that describes how to onboard a new Apple OS (for build or test) in this repo? We've started writing such docs to make ourselves more efficient...
There are simple and good ways to determine which runtimes exist and what there support status. In particular, it is easy to write tools that treat runtime versions as a...
We recently heard feedback that dotnet archive packages (.zip, .tar.gz) should include a root directory. A quick survey of archives from other platforms suggests that our pattern is unique. Here's...
We're in the process of changing the Content Delivery Network (CDN) we use, for https://github.com/dotnet/core/issues/9671. CDNs are a major source of performance on the web. In the past, some users...
`releases.json` and `release.json` files currently reference the VS CDN. That's a bad practice since it requires that both `builds.dotnet.microsoft.com` and `download.visualstudio.microsoft.com` are up. Is either is down, then users cannot...
.NET is supported on multiple operating systems, which have their own releases and lifecycles. "Incoming" and "Outgoing" OS releases are tracked in this issue, per [How we track OS releases]...
It would be great if both runtime and SDK versions were listed in the release table. One would guess that we're still waiting on 9.0.200 stable but that's not the...
We provide really nice links tables for nightly builds. It's a single table that is always correct. We should have the same thing for official builds. - Table: https://github.com/dotnet/sdk/blob/main/documentation/package-table.md -...
We should have a process that updates stale packages as deprecated monthly. It should be the case that unmarked packages are supported. Related: https://github.com/NuGet/Home/blob/dev/accepted/2024/release-staging-and-deprecation.md