Virinco.WATS.ClientAPI 7.0.156

dotnet add package Virinco.WATS.ClientAPI --version 7.0.156
                    
NuGet\Install-Package Virinco.WATS.ClientAPI -Version 7.0.156
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Virinco.WATS.ClientAPI" Version="7.0.156" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Virinco.WATS.ClientAPI" Version="7.0.156" />
                    
Directory.Packages.props
<PackageReference Include="Virinco.WATS.ClientAPI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Virinco.WATS.ClientAPI --version 7.0.156
                    
#r "nuget: Virinco.WATS.ClientAPI, 7.0.156"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Virinco.WATS.ClientAPI@7.0.156
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Virinco.WATS.ClientAPI&version=7.0.156
                    
Install as a Cake Addin
#tool nuget:?package=Virinco.WATS.ClientAPI&version=7.0.156
                    
Install as a Cake Tool

Access to the WATS Client API for use in development of test sequencers, converters, and other tools.

The purpose of this package is for developers to not have to install the WATS Client to develop with the WATS Client API.
This package includes the WATS Client API only and is not a true alternative to installing the WATS Client. The WATS Client performs backround tasks like running converters, keeping the local list of test operations up to date, logging usage statistics to WATS, and retrying reports that failed to upload.
If the software made using this package is not deployed alongside an installation of the WATS Client, such tasks must instead be performed by the software.
When software made using this package is deployed alongside a WATS Client, the API for the version of the WATS Client is used, not the version of this package. Software developed using this package can therefore be updated to take advantage of bugfixes in the API by updating the WATS Client without make a new version of the software.

See samples on http://support.virinco.com/

Use the newest 6.x version of the WATS.Client NuGet package if developing for use with WATS Client 6.x.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows10.0.18362 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Virinco.WATS.ClientAPI:

Package Downloads
Virinco.WATS.StandardConverters

Access to WATS Standard Converters for use in development of WATS converters. The purpose of this package is to provide a starting point for developers who want to create converters for the WATS Client. It includes the base class Virinco.WATS.Integration.TextConverter.TextConverterBase that can be inherited from to make creating custom converters easier. This package requires WATS.ClientAPI to be installed, and will require additional configuration if the software made using this package is not deployed alongside an installation of the WATS Client. Functions like automatic retry of failed reports will need to be implemented manually if running without the WATS Client installed. See samples on http://support.virinco.com Use the newest 6.x version of the WATS.Client NuGet package if developing for use with WATS Client 6.x.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.156 327 10/6/2025