Test rig for LiteDB Async
To build the solution
dotnet build
To run the unit tests
dotnet test
To run a single specific unit test
dotnet test --filter DisplayName=litedbasynctest.UnitTest1.Test1
When checking out for the first time copy the .vscode/launch.json.default
and .vscode/tasks.json.default
to .vscode/launch.json
and .vscode/tasks.json
.