Open
Description
Would it be possible to add watch support? I tried to use dotnet watch script main.csx
to see if the .NET CLI native watch functionality could be hijacked, but that doesn't work:
Could not find a MSBuild project file
Hopefully it's possible to tap into that, because implementing watch infrastructure is an undertaking. In any case, I hope this can be delivered, as it would be quite useful when developing servers in scripts or tweaking scripts which produces some sort of a set (say a CSV - which is then watched by some other program).
Thoughts?