dotnet

  1. Alain De Vos

    Solved F# program error

    I receive the following error : $ dotnet run /SSD/home/x/Src/oopme/fsharp/proj/fsharpx.fsproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.freebsd-x64. No packages exist with this id in source(s): /SSD/usr/local/share/dotnet/library-packs...
  2. elgrande

    Howto: run dotnet Orleans on freebsd

    This is a preview for a more detailed tutorial or a port. It should be sufficient to get some orleans native cloud computing pods running on freebsd. Steps: 1. setup an Ubuntu linux jail (linuxolator) using sysutils/debootstrap. 2. chroot to the linux jail. 3. git clone, build and install...
  3. neogeo

    Solved Using the linux-dotnet-{runtime, cli, sdk} ports under host localbase

    The lang/linux-dotnet-cli port has installed a dotnet under /usr/local/bin. When I run this dotnet cmd, I see the following output: $ dotnet --help Failed to resolve full path of the current executable [/proc/self/exe] This may seem to suggest that it expects something like a linprocfs...
Back
Top