FCSWatch icon indicating copy to clipboard operation
FCSWatch copied to clipboard

add support for running under a particular `RuntimeIdentifier`

Open baronfel opened this issue 6 years ago • 1 comments

I have a program that uses Asp.Net Core, but on Mono, and it requires a runtime-specific build (ie dotnet build -r osx-x64) in order to use Kestrel due to framework- and os-level dependencies, so I can't use it with fcswatch right now. Would you accept the addition of the -r|--runtime flag to specify the runtime to build and/or run with?

baronfel avatar May 01 '19 14:05 baronfel

Would you accept the addition of the -r|--runtime flag to specify the runtime to build and/or run with?

Yes.

humhei avatar May 01 '19 23:05 humhei