.net - "Could not resolve coreclr" path on Ubuntu 14.04 -
tl;dr
i'm following documentation @ http://dotnet.github.io/getting-started/ ubuntu 14.04.
when run dotnet run
outputs could not resolve coreclr path
, immediatly exit non 0 return code, , can't find in documentation i'm supposed do.
more details
actually, unexpected occured before that: though added
deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main
sources, there's notdotnet
package. there'sdotnet-dev
package, it's package installed.when run
dotnet new
,dotnet restore
, ordotnet compile
, seems ok.when run
locate coreclr
find several files match. in particular there's/usr/share/dotnet-dev/runtime/coreclr
directory several.dll
s ,.so
s in it. there's$home/.dnx/packages/runtime.ubuntu.14.04-x64.microsoft.netcore.runtime.coreclr/1.0.1-rc2-23616/runtimes/ubuntu.14.04-x64/native/libcoreclr.so
file
use dotnet-nightly
. tried, still working. dotnet
not installing , dotnet-dev
broken.
source: http://apt-mo.trafficmanager.net/repos/dotnet/dists/trusty/main/binary-amd64/packages
Comments
Post a Comment