Configure
Configuration and testing instructions.
To compile the add-on, unzip it and open the solution WishList.sln located in the Src folder.
To run unit tests, change the references to the NuGet packages of your solution. Use the database located in the tools/dB folder of your Litium.Setup.Core.X.X.X package. Then create an app.config file which is a copy of the Source/Configurations/app.config.build. Change the database connection string to point to the newly restored database.
<add name="FoundationConnectionString" connectionString="Pooling=true;User Id=;Password=;Database=;Server=(local)" providerName="System.Data.SqlClient" />
Change the files folder path to the appropriate one.
filesDirectory value="" />
Install the add-on database tables by running the script file WishList_Install.sql located in the DB folder of the add-on.