FCSWatch
FCSWatch copied to clipboard
Run standard fsharp codes in watch mode
CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...
.net core global tools have to opt-in to support for other major versions of the .net core runtime. This can be done by compiling for `netcoreapp3.0` as another target framework...
Hi, I don't really know how I to describe this but sometimes on reload, I have an IOException like this: ``` System.IO.IOException: The process cannot access the file 'C:\Users\nojaf\Projects\ronnies.be\src\server\bin\Debug\netcoreapp2.2\Ronnies.Server.dll' because...
Right now nuget packages are managed both through `paket` and `nuget`. This causes issues for some packages (I ran into this with `FSharp.Compiler.Service` at runtime). `FSharp.Compiler.Service` needs to have proper...
From what I understand about Type Provider development, it can be very difficult to deal with reloading after making changes to the provider. FCSWatch could be configured to watch an...
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-...
The binaries from the build are `.exe`s, which need to be invoked via `mono path/to/exe `, much in the way `dotnet mono` did. Would it be possible to build this...
at work I have the following code to bridge between Tasks and Hopac Jobs seamlessly: ```fsharp // TaskBuilder marks a particular module as obsolete because it's not intended to be...
We should just skip watching the sourcefile changes in it