Any progress on the .NET 10 version? #1159
-
|
So we're curious whether there's any progress on a official .net 10 release. When we install the .NET 8 package, the build fails because of failing transitive packages. The preview release works, though we'd like an official release as we don't know how stable the preview version is. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
That's unfortunate, but that possibility always exists between major versions. By preview release, I presume that mean you built the source. Nothing has been published as a consumable package. Solid progress is being made. There 3 significant features coming:
A PR is underway for If folks are champing that much at the bit, I can get the first preview version out to unblock people. It's hard to pinpoint an exact stabilization date, but I'm moving as quickly as possible. |
Beta Was this translation helpful? Give feedback.
That's unfortunate, but that possibility always exists between major versions. By preview release, I presume that mean you built the source. Nothing has been published as a consumable package.
Solid progress is being made. There 3 significant features coming:
A PR is underway for
#1. I'm actively working on#2, but the design and implementation of that library is fighting me 😿. There are also some other breaking changes that I had been holding off on until the next major LTS release (e.g. this version). It's doubtful you'…