Diagnosing “Restore failed” with ASP.NET 5 on Mac
Read OriginalThis article details a developer's experience diagnosing and resolving a 'Restore failed' error when restoring dependencies in an ASP.NET 5 application on a Mac. The issue was caused by having two versions of Mono installed: one via Homebrew (version 3.10) and another via the official installer. The system was using the older Homebrew version, leading to compatibility problems. The solution was to upgrade Mono using 'brew upgrade mono', which resolved the dependency restore issue. The article emphasizes understanding the root cause rather than blindly copying fixes.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser