sleevezipper / hass-workstation-service

Provide useful sensors and services from your workstation to Home Assistant.
Apache License 2.0
613 stars 54 forks source link

MSB3030 when building from fresh clone #150

Open prestomation opened 2 years ago

prestomation commented 2 years ago

Repro:

  1. Fresh clone the repo.(I'm at d86513c7726920798c8e0d0ff7e421fe4151b29a)
  2. Open the solution in VSCode(I'm using VS2019 16.11.6 on Windows 10 ​Enterprise)
  3. Build

Expected: The solution build Actual: Observe error message MSB3030 Could not copy the file "C:\REDACTED\hass-workstation-service\hass-workstation-service\UserInterface.pdb" because it was not found.

I work in software but not on windows/.NET so not sure how projects like this are usually configured, but looks like the build depends on a build output? I changed this line to NEVER and was able to build: https://github.com/sleevezipper/hass-workstation-service/blob/master/hass-workstation-service/hass-workstation-service.csproj#L46