-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET Core 3.0.0 Preview 3 #2389
Comments
for v3, "dotnet add package" does not respect the cache folders while offline, and halts the process after trying to connect a repo. funny thing is out of 3, that repo does not even have the package I try to add while others have the cached version already. open a command prompt and use the following commands to reproduce
after this the package and dependencies should be available in caches for offline use. but there is a problem with the source "dotnet-windowsdesktop" thus it is not cached.
now disconnect the internet and continue
and get this error. though others repos have the cached package files and package added from cache while online as can be seen in the previous step, just because one of repos cant be reached and other caches are discarded to continue adding the package, even though the package is not available from this repo
|
Superseeded by Preview 4 - see #2603 |
.NET Core 3.0.0 Preview 3
Release Notes
Download
Blog post
Please report any issues you find with 3.0.0 Preview 3, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
The text was updated successfully, but these errors were encountered: