humhei

Results 43 comments of humhei

I prefer nuget. I have used paket before, but it troubled me sometimes because of weired problems (i forgetted the specific things as i have not used it for several...

dotnet build -v n ``` -g --debug:portable --noframework --define:TRACE --define:DEBUG --define:NETCOREAPP --define:NETCOREAPP2_2 --optimize- --tailcalls- --resource:test.txt,ReproExec.test.txt ``` Exists `--resource:test.txt,ReproExec.test.txt` ``` PS D:\Users\Jia\Downloads\repro-master (1)\repro-master\ReproExec> dotnet-proj fsc-args -o:obj\Debug\netcoreapp2.2\ReproExec.dll -g --debug:portable --noframework --define:TRACE --define:DEBUG...

My major purpose for this tool is Excel Dna plugin, But it should be very easy to port it to other webservers (suave, giraffe)

@dsyme Thanks very much for your invitation ❤️ Of course.(Actually I thought the some these days) This is my first time to migrate to `fsprojects` Please give me more guidance...

Began the migrate work. May complete in few days...

Should worked now, (since 0.6.x) But only for binary Not for porta codes

https://github.com/humhei/FCSWatch#from-cli autoreload feature which is the same feature to dotnet-watch * dotnet tool install --global fcswatch-cli * mkdir hello * cd hello * dotnet new console --language f# * fcswatch...

Because web server is a single console application now So web server should also get worked 😄 Also workd for Expecto tests.. https://twitter.com/i/status/1109809542299148288

The difference to dotnet watch is that, It's performance is much faster than dotnet watch

https://github.com/humhei/FCSWatch/blob/master/src/FcsWatch.Binary/AutoReload.fs#L219 https://github.com/humhei/FCSWatch/blob/master/src/FcsWatch.Binary/AutoReload.fs#L210 ```fsharp CrackedFsproj.tryKill args.DevelopmentTarget cache.EntryCrackedFsproj ``` Before copy dll from obj to bin, FcsWatch will try to kill the current project first. The asp.net core application should be killed...