.net 6 support #782
Replies: 7 comments 3 replies
-
.NET 6 will be supported, but there isn't a specific plan per se. Nothing new beyond bug fix is currently on the radar for that release. That should make the transition smooth. To be honest, I've been at my limit of extra time the past many months. I'm close to being able to fix or resolve the majority of the open issues. OData is the furthest behind. People have been clamoring for 8.0 support, but it requires a rewrite (again) because OData changed everything (again). If I were to layout a plan, it would effectively go something:
In general, things have been pretty stable. The new Minimal APIs certainly through a wrench in the machine. Some significant refactoring will be required to make that work, but I definitely believe it's possible (e.g. I've been thinking about it). Removing the dependency on any part of MVC is interesting and likely appealing in some scenarios. |
Beta Was this translation helpful? Give feedback.
-
I am on .net 6 and using API versioning without any problem. |
Beta Was this translation helpful? Give feedback.
-
Have any work for me ? |
Beta Was this translation helpful? Give feedback.
-
If you're following this thread, there is a lot of back story that is too much to rehash here. Nevertheless, I have been actively and feverously working on making all this happen. There are big changes coming, but I think we are just about there - or at least the first iteration. My goal is to have a detailed announcement and roadmap by the end of the week. Stay tuned. |
Beta Was this translation helpful? Give feedback.
-
@surajkumar8642 Thank you for your offer. Not a lot of people have offered their time, so I appreciate you. 😉 At this very moment, I don't have a particular Up For Grabs queue. There's a fairly large bug queue that I have mostly burned down, but not merged. There's a huge set of changes that will impact .NET 6+ going forward that I've almost baselined. There will some dev opportunities after that. In particular, I'm considering expanding the wiki to a fully-fledged documentation site, more examples, and templates/scaffolding. Once I reach that point, I'll reach out to see if you're still available and interested. Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Just a quick update. There are some important announcements that have just been made. We're still a little bit off from publishing new packages, but the new main branch has .NET 6.0. I hope to have new a preview version of the packages released soon (e.g. ASAP). Thank you for your patience. |
Beta Was this translation helpful? Give feedback.
-
Hello! Is the Replaced services.AddVersionedApiExplorer( options => { /* configure options */ } ); with services.AddApiVersioning(options => { /* configure options */ } ); This seems to be working fine for the most part with options such as Am I misusing the service extension method? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi. Are there plans to upgrade to .net 6? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions