19 lines
440 B
Markdown
19 lines
440 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.
|