CompositionalIT / SAFE-Dojo

An introductory dojo to learn how to develop full stack web applications in F#
379 stars 127 forks source link

Can't build app created from template #106

Closed t-smirnov closed 3 years ago

t-smirnov commented 3 years ago

hw: Apple Macbook Air 13 (M1) sdk: 6.0.0-preview.3.21201.13

mostdope@Tims-MacBook-Air ~/g/d/l/SafeHw [SIGINT]> dotnet tool restore
Tool 'paket' (version '6.0.0-rc002') was restored. Available commands: paket
Tool 'fable' (version '3.2.1') was restored. Available commands: fable
Tool 'fantomas-tool' (version '4.4.0') was restored. Available commands: fantomas

Restore was successful.
mostdope@Tims-MacBook-Air ~/g/d/l/SafeHw [SIGINT]> dotnet run
EXEC : Failed to load /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.7/libhostpolicy.dylib, error : dlopen(/usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.7/libhostpolicy.dylib, 1): no suitable image found.  Did find: [/Users/mostdope/git/dotnet/local/SafeHw/Build.fsproj]
/Users/mostdope/git/dotnet/local/SafeHw/.paket/Paket.Restore.targets(170,5): error MSB3073: The command "dotnet paket restore" exited with code 130. [/Users/mostdope/git/dotnet/local/SafeHw/Build.fsproj]
isaacabraham commented 3 years ago

@t-smirnov what was the issue in the end?

t-smirnov commented 3 years ago

Actually, I closed issue because wrong repo, as I think. But the issue still exists, still can't build this using net core 6.0 preview

isaacabraham commented 3 years ago

Mmmm. We've had some less than positive experiences with .net 6 preview TBH - on one of our team members it completely broke Visual Studio and VSCode.

But we should probably try again on p6 which is now out.