Filip W
Filip W
the ctor parameters are an annoyance, I agree - they should use defaults. The rest, I am not sure - really the only thing you must specify is engine -...
Unity is not really supported with the embedded MSBuild. Have you tried installing latest Mono globally?
This is a problem related to the bundled Mono. The solution is to use global Mono to run OmniSharp or, even better, it is already resolved in the .NET 6...
I have no problem moving this to `%APPDATA%`. While many other tools still don't allow overriding the path (i.e. yarn) I think we can definitely add something like `OMNISHARP_HOME` env...
What does `dotnet script --info` print? FWIW it works on my machine 😄
Is the System.Reactive 5.0 expected to work with .NET Core 3.1? You could update the .NET SDK to .NET 5 and then it should definitely work fine.
this is already resolved in dotnet-script, just OmniSharp hasn't been updated yet
Looks like an issue with binding redirects on System.Net.Http and Microsoft.CSharp. I think it would also work if you swap the first 2 lines (making `#r` the topmost line that's...
that is dotnet --info not dotnet script --info 🙂
There are currently no definite plans.