简体   繁体   English

从 .net 核心 2.2 迁移到 .net 核心 3 是否为时过早?

[英]Is it too early to migrate from .net core 2.2 to .net core 3?

I'm want to upgrade my project to.Net Core 3.0, but when I'm looking at the migrate guide at我想将我的项目升级到.Net Core 3.0,但是当我查看迁移指南时

https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio

I notice there might be libraries that aren't upgraded to 3.0 (especially the libraries that are discontinued are lacking replacement).我注意到可能有一些库没有升级到 3.0(尤其是停产的库缺少替换)。

Following the migration guide mentioned earlier.遵循前面提到的迁移指南。 Seems like the guide is skipping details about which libraries are being used in.Net Core 3.0似乎该指南正在跳过有关在.Net Core 3.0 中使用哪些库的详细信息

I'm getting a sense that I perhaps should wait for the guides and tutorials to be more complete.我有一种感觉,我也许应该等待指南和教程更完整。

I wouldn't touch an existent (working) project based on older frameworks, unless there is a very good reason to do it.我不会触及基于旧框架的现有(工作)项目,除非有很好的理由这样做。 Instead, I'd use the new framework for independent, brand new projects.相反,我会将新框架用于独立的全新项目。 When you'll realize the components you need are stable enough, then the upgrade process might be worthwhile.当您意识到您需要的组件足够稳定时,升级过程可能是值得的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM