Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 1.08 KB

File metadata and controls

21 lines (11 loc) · 1.08 KB

Contributing to the SCIM Client LIbrary

We generally appreciate any contributions to the SCIM Client Library. Please note, that whilst this aims to be a general-purpose library, this library was ultimately created to implement a SCIM client in the Gatekeeper application.

Setup Dev Environment

The repository includes a dev container that ships all the required dependencies to set this up. Either use GitHub Codespaces or Visual Studio Code Remote Containers.

Folder structures

Code base

The code base is located in Gatekeeper.SCIM.Client. To run it run dotnet run inside this folder.

Unit tests

The unit tests are located in Gatekeeper.SCIM.Client.Tests.Unit. To run it run dotnet test inside this folder.

Integration tests

The integration tests are located in Gatekeeper.SCIM.Client.Tests.Integration. To run it run dotnet test inside this folder.