guidance on how to set up project from fresh clone
barelabs opened this issue · 1 comments
I just cloned this project and tried running it -- I'm getting the following error:
WARNING: The active solution configuration is not configured to build or deploy the Service Fabric Application project. This can happen if the solution configuration is not configured to build/deploy the x64 platform which this project requires. The application will not be launched.
I went in the configuration settings, and it shows BookFast is targeting x64, so not sure why the above error still shows.
Can I get any guidance on how to get this project up and running from a fresh clone -- maybe I'm overlooking something here. I saw on the readme I need to provide ......\config\BookFast\Local.xml, but I'm not quite clear either on how to get this up and going with a fresh clone and what exactly I need. Thank you for any help you can provide.
In Configuration Manager make sure to select x64 for the Active Solution Platform. I know this is weird but this setting is not included anywhere in project files so you need to do it after the fresh clone.
Publishing profiles reference configuration files that are excluded from the source as they contain secrets that you don't want to check into source control. These are standard SF configuration files that you will need to add at the expected location. Check out the ApplicationParameters folder of the SF project (BookFast).
The settings themselves are described in the readme.
As of now the Booking service is kind of broken. I'm in the process of revamping the architectural part of the solution and will fix it up eventually.