Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Things to know before you start working on the solution:

  1. Clone the APSR from the Azure DevOps Repo

  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

  • No labels