Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Live reload and asp.net vNext on OSX

How do you get the command "k kestrel" to live-reload (one of the advantage of asp.net vNext) on MacOSX?

Following "k -h", it looks like the command is "k --watch kestrel", however, it do not reload when I make a change into my sample HelloMvc Controller.

like image 281
Dekim Avatar asked Nov 15 '14 03:11

Dekim


1 Answers

At the moment, according to David Fowler, there is a bug in Mono that prohibits detecting file changes. However, a new FileSystemWatcher was supposed to be merged recently so this might work soon!

like image 133
hoetz Avatar answered Oct 13 '22 12:10

hoetz