Skip to content

Developer Feature Notes

Damian edited this page Oct 3, 2023 · 5 revisions

Publishing App

Publish app as a single file

dotnet publish -c Release -o publish -r linux-x64 -p:PublishReadyToRun=true -p:PublishSingleFile=true

Remote GUI Debugging

This command is used to execute the app on the remote machine and display it on your local machine

Requires

  • vcxsrv - Local Machine

Steps:

  1. Start, VCXSrv
  2. Local Terminal: `$env:DISPLAY="localhost:0"
  3. Local Terminal: ssh USERNAME@ipaddress-Y (_-X also works)

Possible Errors:

  • connect localhost port 6000: Connection refused - Caused by VPN and IT permissions
Clone this wiki locally