Is it possible when running kestrel via the terminal, to rebuild without stopping and running again?
I'm currently using Models Builder in SourceCodeAuto mode and am very attached to working with strongly typed models so I can see any errors when creating razor views.
dotnet building and kestrel n00b
Is it possible when running kestrel via the terminal, to rebuild without stopping and running again?
I'm currently using Models Builder in SourceCodeAuto mode and am very attached to working with strongly typed models so I can see any errors when creating razor views.
Thanks for your help.
Indeed it is
When I run dotnet watch run and rebuilds models, it fails to rebuild my models because of to many changes ?
Have tried with SourceCodeAuto and SourceCodeManual..
Am I doing somthing wrong ?
Added a Watch="false" in the project file to the Models folder
is working on a reply...