Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 512 Bytes

File metadata and controls

20 lines (13 loc) · 512 Bytes

OpenVASP C# Client

This is a reference implementation for a C# client for the OpenVASP standard

How to build

dotnet build --configuration Release "src/OpenVASP.CSharpClient.sln"

How to test

Set up two environment variables:

dotnet test --configuration Release "src/OpenVASP.CSharpClient.sln"