▲ | SideburnsOfDoom 3 days ago | |||||||
> in 99% an upgrade from dotnet 3.1 to dotnet 10 is completely smooth. > Running in an unsupported dotnet version is not great Uh, dotnet 10 is currently versioned "10.0.0-preview.7". It won't be released until November 2025. It's therefor 1) Not guaranteed smooth and 2) unsupported. Source: https://dotnet.microsoft.com/en-us/download/dotnet/10.0 Perhaps you mean .NET 9. Yes, it's a smooth update in many scenarios. | ||||||||
▲ | andix 3 days ago | parent | next [-] | |||||||
.NET 10 is the next LTS version. It’s going to be released approximately in November and already quite stable. Now is the time to upgrade to 10, do some testing and then deploy once 10 is released. 9 is a non-lts version and 8 (LTS) is already 2 years old (you’ve lost 2 years of support already). Edit: Microsoft officially supports .net release candidates for production use, the first RC is probably going to be released within the next few weeks. | ||||||||
| ||||||||
▲ | orphea 3 days ago | parent | prev [-] | |||||||
They meant netcoreapp3.1 and net5.0. | ||||||||
|