- .NET Core 3.1 or greater
- Opening in Visual Studio requires Visual Studio 2019 (v16.4.0) or greater
- Open the libsignal-metadata-dotnet.sln in Visual Studio
- Build the solution
- Run the tests using the Test Explorer window
dotnet build
dotnet test
- Ensure protoc version 3.12.4 is on your path
cd libsignal-metadata-dotnet/protobuf
./Build-Protobuf.ps1