APSR API Solution

Things to know before you start working on the solution:

  1. Clone the APSR from the Azure DevOps Repo https://dev.azure.com/transport-canada/AFCCC/_git/APSR

  2. Once you clone it Open the APSR.Api solution using Visual Studio

  3. Under Dependencies you might get a warning that MTOA.Web.Service.Framework.Core is missing or not working

    To resolve this message → Go to Tools → Options → NuGet Package Manager → Package Sources

  4. Add a new reference for TC Nuget

5. Right click on the solution --

Click on Manage NuGet Packages for Solution

 

 

6. Switch the Package source to TC Nuget and make sure that the MTOA.Web.Service.Framework.Core is installed.

7. Right click on the solution → Clean → Rebuild solution → After that is complete your Dependencies Packages should now be ok and you can start working