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
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Oh I suppose it's saying that none of those dependencies can be found? Makes sense. But I wonder if it might still be able to be better, such as perhaps listing exactly where it looked and if it found any partial matches (e.g. the folder it was looking for existed, but there was no project.json or *.nuspec there or whatever). Think of the error message that MVC gives you when a view couldn't be found. That error message is like super awesome when you're trying to debug why something wasn't found.
Nice typo here (depedendendencies):
https://github.com/aspnet/KRuntime/blob/058e9871d8b627ac64e827c9f103d6092648dba9/src/Microsoft.Framework.Runtime/DefaultHost.cs#L77
And also it might be nice if we could somehow give better diagnostics regarding exactly what couldn't be found (if possible).
The text was updated successfully, but these errors were encountered: