Skip to content
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

Paket keeps flapping .0 at the end of the package versions #1282

Closed
konste opened this issue Dec 2, 2015 · 5 comments
Closed

Paket keeps flapping .0 at the end of the package versions #1282

konste opened this issue Dec 2, 2015 · 5 comments

Comments

@konste
Copy link
Contributor

konste commented Dec 2, 2015

It looks like Paket randomly (?) adds or removes ".0" at the end of the package version every time the version changes. For instance, looking at the history of the paket.lock file I can see these changes:

Costura.Fody (1.3.3) -> Costura.Fody (1.3.3.0)
Costura.Fody (1.3.3.0) -> Costura.Fody (1.3.3)
Costura.Fody (1.3.3) -> Costura.Fody (1.3.3.0)
Costura.Fody (1.3.3.0) -> Costura.Fody (1.3.3)
... ... ...

It does not happen for all packages, but for many, for instance:
Microsoft.Web.Infrastructure, PagedList, JSNLog, IKVM, MimeKit, etc.

@forki
Copy link
Member

forki commented Dec 2, 2015

Mhm this seems to be related to which protocol responds the fastest. I will
try to find a solution.
On Dec 2, 2015 22:01, "Konstantin Erman" [email protected] wrote:

It looks like Paket randomly (?) adds or removes ".0" at the end of the
package version every time the version changes. For instance, looking at
the history of the paket.lock file I can see these changes:

Costura.Fody (1.3.3) -> Costura.Fody (1.3.3.0)
Costura.Fody (1.3.3.0) -> Costura.Fody (1.3.3)
Costura.Fody (1.3.3) -> Costura.Fody (1.3.3.0)
Costura.Fody (1.3.3.0) -> Costura.Fody (1.3.3)
... ... ...

It does not happen for all packages, but for many, for instance:
Microsoft.Web.Infrastructure, PagedList, JSNLog, IKVM, MimeKit, etc.


Reply to this email directly or view it on GitHub
#1282.

@forki
Copy link
Member

forki commented Dec 3, 2015

is this only with nuget.org?

@forki forki closed this as completed in 763457e Dec 3, 2015
@forki
Copy link
Member

forki commented Dec 3, 2015

please check if this works for you. we only do this for nuget.org since other servers fail on NormalizedVersions

@konste
Copy link
Contributor Author

konste commented Dec 3, 2015

It will take some time to make sure it is fixed as the problem was intermittent by nature.

@forki
Copy link
Member

forki commented Dec 3, 2015

yes I know....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants