-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EF Core 1.0 !!! #4340
Comments
@ErikEJ we are still discussing some options for the packing naming scheme of EF Core 1.0 components. Certainly, how it wpuld work for provider writers is one of the important aspects we are looking at. We should have a proposal very soon. |
@ErikEJ I agree with you, that it could be real problem for developers who started development with ASP.NET 5. I posted the issue which described the issue with many renaming of packages. The issue was closed, because Microsoft don't take seriously the consequence of renaming the packages and the difficulties of finding the new names. Renaming of "official names" follows renaming of assemblies, which are the names of packages. As the result the projects created before will not resolve to the new packages. One find a lot of examples on the stackoiverflow or in the documentation, which uses old package names. Thus it's really difficult to locale the correct name of some internal assembly after its renaming. |
@OlegKi Sure, but keep in mind, that ASP.NET Core 1.0 has not been released yet, but is "beta" software |
@ErikEJ What I mean is: it's no problem with changing the names of assemblies
and so on, but the names will be used as the NuGet package name or id of the package. Thus the projects, which used It's clear for me that the ASP.NET is not final, but the most release candidates was more friendly to projects created using beta versions. One didn't renamed DLLs, registry keys and other internal information, which could be used by developers. I expect a lot of renaming of packages after renaming of the product name. It will punish the developers, who already started migration his large projects to ASP.NET 5. It's really easy to extend the requests to NuGet server for the newest version so that the renamed packages would be used too. |
@OlegKi totally hear what you are saying. For us it's a matter of "do we cause some pain now for folks who have adopted pre-release software or do we forevermore stick with a naming/versioning story that causes confusion". I'm not diminishing the impact that it has now... but in the long term I think adopting a strategy that correctly reflects what we are building is the clear winner. |
Opened #4376 to track everything that needs to be done around this (and discuss naming etc. with provider writers). |
Now that EF7 has become EF Core 1.0, what will happen with package versions/names? And how will this affect NuGet versioning and providers? http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspx
The text was updated successfully, but these errors were encountered: