> ## Documentation Index
> Fetch the complete documentation index at: https://support.locker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Development

> Guide to running tests for the Locker Secrets .NET SDK

## Development

### Requirements

* .NET 3.0+

### Running tests

Run all tests at `src/LockerTests`:

```bash theme={null}
dotnet test
```
