Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 771 Bytes

File metadata and controls

21 lines (14 loc) · 771 Bytes

Contribution Guides

  1. Get Set up
  2. Test Your Changes
  3. Write Unit Tests
  4. Submit a PR
  5. Publish Your Changes

2. Test Your Changes

After making changes, you should make sure they are working as expected and not breaking the existing unit tests.

Run unit tests locally:

  • To run unit tests in VS Code, open the ACSAuthentication.Server.UnitTests, and run the command 'dotnet test'.
  • To run unit tests in Visual Studio, open the solution, open up test explorer, and run the tests via the UI.