Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.12 KB

File metadata and controls

21 lines (11 loc) · 1.12 KB

pinpoint-examples

Examples demonstrating use of the Acuit Pinpoint API via the Acuit.Pinpoint.Server.Client NuGet package:

CustomAcuitPinpointClient

This is a simple example client that connects to Acuit Pinpoint to record test results.

The example targets .NET Framework 4.8 and is written in C#.

CustomAcuitPinpointClientVB

This is a simple example client that connects to Acuit Pinpoint to record test results.

The example targets .NET Framework 4.8 and is written in Visual Basic.

CustomAcuitPinpointClientVersion8

This is a simple example client that connects to Acuit Pinpoint to record test results using the new SimpleStation helper available in the version 8 preview of the Acuit.Pinpoint.Server.Client NuGet package, which greatly simplifies implementing custom Acuit Pinpoint stations.

The example targets .NET Framework 4.8.1 and is written in C#.