-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
New NuGet package names based on the new naming conventions #3544
Conversation
…uplicated 'Orleans'
@dotnet-bot test bvt please |
Aah, hey, now that we're on this patch, Microsoft.Orleans.OrleansSqlUtils would need to be |
@veikkoeeva the packages which were not renamed as part of this PR is not renamed, since we'll separate it into pieces probably after Beta. They will be split into Membership and Storage in most cases so:
etc... |
I think @veikkoeeva is suggesting to name them:
Makes sense to me. |
That naming would suggest to me that we're working with any ADO.NET provider, which is not the case. |
Is that opposed to |
Naming is hard. :-) |
@sergeybykov I think it's always been |
Okay, we'll go with *.AdoNet then. |
# Conflicts: # src/Orleans.CodeGeneration/Orleans.CodeGeneration.csproj
…nto package-rename
Before merging, we need to reach some explicit decision on this, as the side-effects of blindly renaming are pretty bad. Here is some examples of what I mean: dotnet/aspnetcore#1222 |
And here is an open issue regarding the package rename feature: NuGet/Home#1590 |
@jdom PRI2 workitem for them and all connecting discussion is started years ago, I don't think that we should hold off this and waiting for a solution from NuGet. Once they've a solution, we can add that "compat" layer to our publishing strategy. |
Closing this because we plan not to change names of the existing packages. |
New package names for the packages which will not be separated into multiple pieces
Naming follows the new naming conventions
Package names no longer contains duplicated 'Orleans'