CrestronHomeNUnit.TestAdapter 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CrestronHomeNUnit.TestAdapter --version 1.6.0
                    
NuGet\Install-Package CrestronHomeNUnit.TestAdapter -Version 1.6.0
                    
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="CrestronHomeNUnit.TestAdapter" Version="1.6.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CrestronHomeNUnit.TestAdapter" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="CrestronHomeNUnit.TestAdapter">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 CrestronHomeNUnit.TestAdapter --version 1.6.0
                    
#r "nuget: CrestronHomeNUnit.TestAdapter, 1.6.0"
                    
#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 CrestronHomeNUnit.TestAdapter@1.6.0
                    
#: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=CrestronHomeNUnit.TestAdapter&version=1.6.0
                    
Install as a Cake Addin
#tool nuget:?package=CrestronHomeNUnit.TestAdapter&version=1.6.0
                    
Install as a Cake Tool

Crestron Home workflow test adapter

Run a complete gated processor workflow from Visual Studio Test Explorer or VSTest-based dotnet test: local tests, processor test package deployment and activation, remote tests, optional live tests, optional production driver update and health checks, and configured cleanup.

Use a separate .NET 10 test project with Microsoft.NET.Test.Sdk and this package, both marked PrivateAssets="all". Driver and processor test projects can continue to target net472. This adapter does not replace the NUnit adapter used by ordinary local unit tests.

Add a Workflows.xml file to the workflow project:

<Workflows>
  <Workflow id="development" name="Development processor workflow"
            settingsEnvironment="CRESTRON_HOME_WORKFLOW_SETTINGS" />
</Workflows>

The package copies this file beside the test assembly automatically. Set CrestronWorkflowManifest to use a different manifest filename. Discovery reads only this public manifest and never contacts the processor.

Before starting Visual Studio, set the named environment variable to a private settings file containing planPath, userName and password. The referenced plan defines processor identity and certificate pins, source projects, package targets, suites, live inputs and cleanup. Keep credentials, plans and test results outside published source and packages.

Select the workflow in Test Explorer to run it. Individual test outcomes are reported as child results; the workflow passes only if all required stages pass. Do not include the workflow project in its own local test stage. Stop is cooperative: uncertain remote execution retains the processor lock for inspection.

See the Visual Studio guide and workflow configuration guide for setup and limitations.

Copyright (c) 2026 Neil Colvin. MIT licensed. Independent developer tooling; not affiliated with or endorsed by Crestron or the NUnit project.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.12.2 0 9/25/2026
1.12.1 267 9/19/2026
1.12.0 82 9/18/2026
1.11.1 84 9/18/2026
1.11.0 141 9/17/2026
1.10.0 93 9/17/2026
1.9.0 103 9/17/2026
1.8.2 87 9/17/2026
1.8.1 103 9/16/2026
1.8.0 95 9/16/2026
1.7.1 89 9/16/2026
1.7.0 95 9/16/2026
1.6.0 81 9/16/2026
1.5.0 83 9/15/2026
1.4.0 93 9/15/2026
1.3.0 192 9/15/2026
1.2.2 81 9/15/2026
1.2.1 218 9/15/2026
1.2.0 90 9/14/2026