mlockett42 / litedb-async-test

Test rig for LiteDB Async

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

litedb-async-test

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

VS Code config

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.

About

Test rig for LiteDB Async

License:Apache License 2.0


Languages

Language:C# 100.0%