Rich Lander
Rich Lander
That's good context. That's another scenario that I've used.
I think so. This is a breaking change and will break a lot of existing code. Has to be planned for if we're going to do it. .NET 10 is...
@jkoritzinsky @markwilkie
Note: New Azure Linux machines will need ulimit changes we made for AL3 x64. - https://github.com/dotnet/dnceng/issues/5728 - https://github.com/dotnet/dnceng/issues/5602
@ilyas1974 @dougbu @jkotas
Replace all the queues that are using 22.04 today. I'd start with the runtime ones.
Great q. We should all be moving off of 22.04. However, if there is high migration cost, I would recommend jumping from 22.04 to 26.04 (next year) to skip a...
26.04 will ship after .NET 10, so we would still update `release/10.0` but would not be a ".NET 10 release activity".
That's a choice. Ideally, we'd also update the other release branches so that we can reclaim the 22.04 VMs.
This is what I see. I just got another report of this. ```bash % file dotnet-core-uninstall dotnet-core-uninstall: Mach-O 64-bit executable x86_64 ``` We need x64 and Arm64 versions. @baronfel