15 lines
268 B
Markdown
15 lines
268 B
Markdown
# 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.
|