Things to know before you start working on the solution:
Clone the APSR from the Azure DevOps Repo
Once you clone it Open the APSR.Api solution using Visual Studio
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
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
Add Comment