You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although RepositorySignatures resources are versioned, the cached content is not versioned in NuGet's HTTP cache.
This means if a 5.0 client populates the cache with a RepositorySignatures/5.0.0 resource where allRepositorySigned is true and then a 4.7-4.9.3 client uses the cached resource, restore will fail like this.
dtivel
changed the title
HTTP cache: RepositoryResources resource is not cached versioned
HTTP cache: RepositoryResources resource is not cached in a versioned way
Apr 15, 2019
Although RepositorySignatures resources are versioned, the cached content is not versioned in NuGet's HTTP cache.
This means if a 5.0 client populates the cache with a RepositorySignatures/5.0.0 resource where
allRepositorySigned
istrue
and then a 4.7-4.9.3 client uses the cached resource, restore will fail like this.nuget locals -clear all
)Result: The 4.9.3 client restore will fail like this.
The text was updated successfully, but these errors were encountered: