C# Not Compiling Correctly

Hello,

Whenever I create a new project using the C# template it doesn’t seem to compile the Client-side into the bin folder causing the script to fail.

I believe the following lines are causing the issue because when I run the watcher locally it works great.

fxdk_watch_command 'dotnet' {'watch', '--project', 'Client/bapes-script.Client.csproj', 'publish', '--configuration', 'Release'}

fxdk_watch_command 'dotnet' {'watch', '--project', 'Server/bapes-script.Server.csproj', 'publish', '--configuration', 'Release'}

Thanks

Make sure you have “Restart on change” enabled for that resource.