Local Development
Prerequisites
- Windows 10 or later
- Visual Studio 2019 or later
- Git for Windows
- .NET Framework 4.8.1
Initial Setup
-
Clone the repository in Visual Studio or via the Git CLI
Terminal window git clone https://pacifichealthworks.visualstudio.com/Git%20Projects/_git/Onyx -
Install project dependencies via
Solution Explorer > right-click solution > Restore NuGet Packages -
Make sure the value for
isDevis set totrueinweb.config > appSettings
Development Workflow
- Create a new branch for your feature/fix
- ex:
bart-fix/name-of-fix,chris-feat/name-of-feat
- ex:
- Make your changes
- Test locally
- Create a pull request in Azure DevOps and mark Bart, Chris, and/or Mike as the reviewer(s)