Rich Lander
Rich Lander
- Remove .NET 7 usage - Clarify PMC status
### Related Problem Compatible frameworks are displayed as all equal. We choose to highlight targets that happen to be included in the package. We should highlight (or lowlight) targets that...
### Describe the issue or suggestion I find the example for implicit index example to be confusing: https://github.com/dotnet/docs/blob/6ae8f6122a9cc8c23d1e4e4d208e06d023123961/docs/csharp/whats-new/csharp-13.md#L47. The primary issue is that I have to guess what `v` and...
By default, we give users Debian base images. That's the correct choice because Debian is the .NET default. However, many users likely don't know that there are other choices. We...
Over at dotnet/dotnet-docker, we're looking into health checks. It started with needing to enable the scenario in distroless containers due to that being hard (installing `curl`) and now we're realizing...
In the spirit of collaboration, we wanted to share that the Y2038 problem is affecting .NET and thought it might also affect `manylinux`. Recently, we tackled a similar problem as...
Dependent on https://github.com/dotnet/core/pull/9294 and waiting on json files to be published to the specified URLs. Context: https://github.com/dotnet/core/discussions/9370
There should be no place where we say ".NET 5+ or .NET Core" in the Devkit UI. It's both because all the .NET Core versions are EOL but also because...
We are responsible for a large matrix of OS and architecture combinations. Testing all combinations is a waste. Maintaining images for all combinations is equally a waste. Proposal: - Test...
I am building Ubuntu 24.04 Helix images in #1096. `libmsquic` is not available. Presumably we should either build from source or get the MSQuic team to publish Ubuntu 24.04 packages....