IdentityShroud/README.md

16 lines
268 B
Markdown
Raw Normal View History

# IdentityShroud
IdentityShroud is a .NET project for identity management and protection.
## Build and Test
```bash
dotnet restore
dotnet build
dotnet test
```
## Coverage
Coverage reports are generated automatically in CI and displayed in pull request comments.