TheAngryByrd / dotnet-mono

dotnet utility to run .net full apps using mono on OSX/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefer trying to run without runtime tag

TheAngryByrd opened this issue · comments

Currently this tries to run based on the inferred RuntimeID but this will fail if the proper references haven't been restored. This forces the user to pass --restore always. This should try to run without a RuntimeID and maybe take an --infer-runtime instead when needing to be platform specific.